Home
last modified time | relevance | path

Searched refs:xPrMap (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/xmloff/source/style/
H A Dprstylei.cxx286 UniReference < XMLPropertySetMapper > xPrMap; in CreateAndInsert() local
292 xPrMap = xImpPrMap->getPropertySetMapper(); in CreateAndInsert()
293 if( xPrMap.is() ) in CreateAndInsert()
304 sal_Int32 nCount = xPrMap->GetEntryCount(); in CreateAndInsert()
308 const OUString& rPrName = xPrMap->GetEntryAPIName( i ); in CreateAndInsert()
/aoo41x/main/xmloff/source/draw/
H A Dximpstyl.cxx1412 UniReference < XMLPropertySetMapper > xPrMap; in ImpSetGraphicStyles() local
1416 xPrMap = xImpPrMap->getPropertySetMapper(); in ImpSetGraphicStyles()
1417 if( xPrMap.is() ) in ImpSetGraphicStyles()
1419 const sal_Int32 nCount = xPrMap->GetEntryCount(); in ImpSetGraphicStyles()
1422 const OUString& rName = xPrMap->GetEntryAPIName( i ); in ImpSetGraphicStyles()
/aoo41x/main/sc/source/filter/xml/
H A Dxmlstyli.cxx573 UniReference < XMLPropertySetMapper > xPrMap; in FindProperty() local
578 xPrMap = xImpPrMap->getPropertySetMapper(); in FindProperty()
579 if( xPrMap.is() ) in FindProperty()
586 … if (property->mnIndex != -1 && xPrMap->GetEntryContextId(property->mnIndex) == nContextID) in FindProperty()

Completed in 44 milliseconds