Searched refs:nMapId (Results 1 – 4 of 4) sorted by relevance
67 void MasterPropertySetInfo::add( PropertyInfo* pMap, sal_Int32 nCount, sal_uInt8 nMapId ) in add() argument85 maMap[aName] = new PropertyData ( nMapId, pMap ); in add()89 void MasterPropertySetInfo::add( PropertyInfoHash &rHash, sal_uInt8 nMapId ) in add() argument103 maMap[(*aIter).first] = new PropertyData ( nMapId, (*aIter).second ); in add()
45 PropertyData ( sal_uInt8 nMapId, PropertyInfo *pInfo ) in PropertyData()46 : mnMapId ( nMapId ) in PropertyData()
49 void add( PropertyInfo* pMap, sal_Int32 nCount = -1, sal_uInt8 nMapId = 0 )51 void add( PropertyInfoHash &rHash, sal_uInt8 nMapId )
1387 sal_uInt16 nMapId = PROPERTY_MAP_NUM_STYLE; in SwXStyle() local1392 nMapId = PROPERTY_MAP_CHAR_STYLE; in SwXStyle()1402 nMapId = bIsConditional ? PROPERTY_MAP_CONDITIONAL_PARA_STYLE : PROPERTY_MAP_PARA_STYLE; in SwXStyle()1412 nMapId = PROPERTY_MAP_PAGE_STYLE; in SwXStyle()1422 nMapId = PROPERTY_MAP_FRAME_STYLE; in SwXStyle()1427 nMapId = PROPERTY_MAP_NUM_STYLE; in SwXStyle()1661 xParaRef = aSwMapProvider.GetPropertySet(nMapId)->getPropertySetInfo(); in lcl_getPropertySetInfo()4113 sal_uInt16 nMapId = PROPERTY_MAP_RUBY_AUTO_STYLE; in getPropertySetInfo() local4114 xRubyRef = aSwMapProvider.GetPropertySet(nMapId)->getPropertySetInfo(); in getPropertySetInfo()4124 sal_uInt16 nMapId = PROPERTY_MAP_PARA_AUTO_STYLE; in getPropertySetInfo() local[all …]
Completed in 73 milliseconds