Searched refs:xPrMap (Results 1 – 3 of 3) sorted by relevance
391 UniReference < XMLPropertySetMapper > xPrMap; in CreateAndInsert() local393 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()
1412 UniReference < XMLPropertySetMapper > xPrMap; in ImpSetGraphicStyles() local1416 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()
573 UniReference < XMLPropertySetMapper > xPrMap; in FindProperty() local578 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 54 milliseconds