Searched refs:rMapEntry (Results 1 – 4 of 4) sorted by relevance
46 const XMLPropertyMapEntry& rMapEntry, in XMLPropertySetMapperEntry_Impl() argument48 sXMLAttributeName( GetXMLToken(rMapEntry.meXMLName) ), in XMLPropertySetMapperEntry_Impl()49 sAPIPropertyName( OUString(rMapEntry.msApiName, rMapEntry.nApiNameLength, in XMLPropertySetMapperEntry_Impl()51 nXMLNameSpace( rMapEntry.mnNameSpace ), in XMLPropertySetMapperEntry_Impl()52 nType( rMapEntry.mnType ), in XMLPropertySetMapperEntry_Impl()53 nContextId( rMapEntry.mnContextId ), in XMLPropertySetMapperEntry_Impl()54 nEarliestODFVersionForExport( rMapEntry.mnEarliestODFVersionForExport ), in XMLPropertySetMapperEntry_Impl()55 pHdl( rFactory->GetPropertyHandler( rMapEntry.mnType & MID_FLAG_MASK ) ) in XMLPropertySetMapperEntry_Impl()
93 SfxItemModifyImpl &rMapEntry = (*pCache)[nPos]; in ApplyTo() local94 if ( rMapEntry.pOrigItem == &rOrigItem ) in ApplyTo()97 if ( rMapEntry.pPoolItem != &rOrigItem ) in ApplyTo()99 rMapEntry.pPoolItem->AddRef(2); // einen davon fuer den Cache in ApplyTo()103 return *rMapEntry.pPoolItem; in ApplyTo()
71 const XMLPropertyMapEntry& rMapEntry,
112 void operator() ( const lcl_tSequenceMap::value_type & rMapEntry ) in operator ()()115 Reference< chart2::data::XDataSequence > xSeq( rMapEntry.second ); in operator ()()
Completed in 30 milliseconds