Home
last modified time | relevance | path

Searched refs:UHashMapEntry (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/svx/source/unodraw/
H A Dunoprov.cxx837 UHashMapEntry pSdrShapeIdentifierMap[] =
839UHashMapEntry (RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.RectangleShape"), OBJ_RECT ),
840UHashMapEntry (RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.EllipseShape"), OBJ_CIRC ),
841UHashMapEntry (RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.ControlShape"), OBJ_UNO ),
842UHashMapEntry (RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.ConnectorShape"), OBJ_EDGE ),
843UHashMapEntry (RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.MeasureShape"), OBJ_MEASUR…
844UHashMapEntry (RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.LineShape"), OBJ_LINE ),
845UHashMapEntry (RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.PolyPolygonShape"), OBJ_POLY ),
846UHashMapEntry (RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.PolyLineShape"), OBJ_PLIN ),
847UHashMapEntry (RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.OpenBezierShape"), OBJ_PATHLI…
[all …]
H A Dunomod.cxx61 extern UHashMapEntry pSdrShapeIdentifierMap[];
222 UHashMapEntry* pMap = pSdrShapeIdentifierMap; in getAvailableServiceNames()
H A Dunoshape.cxx1397 UHashMapEntry* pMap = pSdrShapeIdentifierMap; in getShapeType()
/AOO41X/main/svx/inc/svx/
H A Dunoprov.hxx39 struct UHashMapEntry struct
44UHashMapEntry(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[];