Home
last modified time | relevance | path

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

/aoo41x/main/comphelper/source/property/
H A DMasterPropertySetInfo.cxx67 void MasterPropertySetInfo::add( PropertyInfo* pMap, sal_Int32 nCount, sal_uInt8 nMapId ) in add() argument
85 maMap[aName] = new PropertyData ( nMapId, pMap ); in add()
89 void MasterPropertySetInfo::add( PropertyInfoHash &rHash, sal_uInt8 nMapId ) in add() argument
103 maMap[(*aIter).first] = new PropertyData ( nMapId, (*aIter).second ); in add()
/aoo41x/main/comphelper/inc/comphelper/
H A DPropertyInfoHash.hxx45 PropertyData ( sal_uInt8 nMapId, PropertyInfo *pInfo ) in PropertyData()
46 : mnMapId ( nMapId ) in PropertyData()
H A DMasterPropertySetInfo.hxx49 void add( PropertyInfo* pMap, sal_Int32 nCount = -1, sal_uInt8 nMapId = 0 )
51 void add( PropertyInfoHash &rHash, sal_uInt8 nMapId )
/aoo41x/main/sw/source/core/unocore/
H A Dunostyle.cxx1387 sal_uInt16 nMapId = PROPERTY_MAP_NUM_STYLE; in SwXStyle() local
1392 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() local
4114 xRubyRef = aSwMapProvider.GetPropertySet(nMapId)->getPropertySetInfo(); in getPropertySetInfo()
4124 sal_uInt16 nMapId = PROPERTY_MAP_PARA_AUTO_STYLE; in getPropertySetInfo() local
[all …]

Completed in 85 milliseconds