| 
    LibreOffice
    
   LibreOffice 24.2 SDK API Reference 
   | 
 
This interface allows mapping of XGraphics for a certain string key. More...
import"XGraphicMapper.idl";
  
 Public Member Functions | |
| com::sun::star::graphic::XGraphic | findGraphic ([in] string Id) | 
| Find if we have the XGraphic for the certain key.  More... | |
| void | putGraphic ([in] string Id, [in] com::sun::star::graphic::XGraphic Graphic) | 
| Insert a new entry to map an id/key to the XGraphic.  More... | |
This interface allows mapping of XGraphics for a certain string key.
| com::sun::star::graphic::XGraphic findGraphic | ( | [in] string | Id | ) | 
Find if we have the XGraphic for the certain key.
| void putGraphic | ( | [in] string | Id, | 
| [in] com::sun::star::graphic::XGraphic | Graphic | ||
| ) | 
Insert a new entry to map an id/key to the XGraphic.
 1.8.14