Searched refs:UHashMapEntry (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/svx/source/unodraw/ |
| H A D | unoprov.cxx | 837 UHashMapEntry pSdrShapeIdentifierMap[] = 839 …UHashMapEntry (RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.RectangleShape"), OBJ_RECT ), 840 …UHashMapEntry (RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.EllipseShape"), OBJ_CIRC ), 841 …UHashMapEntry (RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.ControlShape"), OBJ_UNO ), 842 …UHashMapEntry (RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.ConnectorShape"), OBJ_EDGE ), 843 …UHashMapEntry (RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.MeasureShape"), OBJ_MEASUR… 844 …UHashMapEntry (RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.LineShape"), OBJ_LINE ), 845 …UHashMapEntry (RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.PolyPolygonShape"), OBJ_POLY ), 846 …UHashMapEntry (RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.PolyLineShape"), OBJ_PLIN ), 847 …UHashMapEntry (RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.OpenBezierShape"), OBJ_PATHLI… [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[];
|