Searched refs:UHashMapEntry (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/svx/source/unodraw/ |
H A D | unoprov.cxx | 837 UHashMapEntry pSdrShapeIdentifierMap[] = 844 UHashMapEntry (RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.LineShape"), OBJ_LINE ), 854 UHashMapEntry (RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.GroupShape"), OBJ_GRUP ), 855 UHashMapEntry (RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.TextShape"), OBJ_TEXT ), 856 UHashMapEntry (RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.OLE2Shape"), OBJ_OLE2 ), 857 UHashMapEntry (RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.PageShape"), OBJ_PAGE ), 859 UHashMapEntry (RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.FrameShape"), OBJ_FRAME ), 863 UHashMapEntry (RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.MediaShape"), OBJ_MEDIA ), 871 UHashMapEntry (RTL_CONSTASCII_STRINGPARAM(""), 0 ) 882 UHashMap::UHashMap( UHashMapEntry* pMap ) in UHashMap() [all …]
|
H A D | unomod.cxx | 61 extern UHashMapEntry pSdrShapeIdentifierMap[]; 222 UHashMapEntry* pMap = pSdrShapeIdentifierMap; in getAvailableServiceNames()
|
H A D | unoshape.cxx | 1397 UHashMapEntry* pMap = pSdrShapeIdentifierMap; in getShapeType()
|
/aoo41x/main/svx/inc/svx/ |
H A D | unoprov.hxx | 39 struct UHashMapEntry struct 44 …UHashMapEntry(const sal_Char * value, sal_Int32 length, sal_uInt32 _nId) : aIdentifier(value,lengt… in UHashMapEntry() argument 47 DECLARE_LIST( UHashMapEntryList, UHashMapEntry* ) 58 UHashMap( UHashMapEntry* pMap ); 118 extern UHashMapEntry pSdrShapeIdentifierMap[];
|
Completed in 39 milliseconds