Home
last modified time | relevance | path

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

/trunk/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()
/trunk/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 )
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx1355 sal_uInt16 nMapId = PROPERTY_MAP_NUM_STYLE; in SwXStyle() local
1360 nMapId = PROPERTY_MAP_CHAR_STYLE; in SwXStyle()
1370 nMapId = bIsConditional ? PROPERTY_MAP_CONDITIONAL_PARA_STYLE : PROPERTY_MAP_PARA_STYLE; in SwXStyle()
1380 nMapId = PROPERTY_MAP_PAGE_STYLE; in SwXStyle()
1390 nMapId = PROPERTY_MAP_FRAME_STYLE; in SwXStyle()
1395 nMapId = PROPERTY_MAP_NUM_STYLE; in SwXStyle()
1629 xParaRef = aSwMapProvider.GetPropertySet(nMapId)->getPropertySetInfo(); in lcl_getPropertySetInfo()
4782 sal_uInt16 nMapId = PROPERTY_MAP_RUBY_AUTO_STYLE; in getPropertySetInfo() local
4783 xRubyRef = aSwMapProvider.GetPropertySet(nMapId)->getPropertySetInfo(); in getPropertySetInfo()
4793 sal_uInt16 nMapId = PROPERTY_MAP_PARA_AUTO_STYLE; in getPropertySetInfo() local
[all …]

Completed in 41 milliseconds