Home
last modified time | relevance | path

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

/aoo42x/main/xmloff/source/style/
H A Dprstylei.cxx391 UniReference < XMLPropertySetMapper > xPrMap; in CreateAndInsert() local
393 xPrMap = xImpPrMap->getPropertySetMapper(); in CreateAndInsert()
394 if( xPrMap.is() ) in CreateAndInsert()
405 sal_Int32 nCount = xPrMap->GetEntryCount(); in CreateAndInsert()
409 const OUString& rPrName = xPrMap->GetEntryAPIName( i ); in CreateAndInsert()
/aoo42x/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()
/aoo42x/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 26 milliseconds