Home
last modified time | relevance | path

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

/aoo42x/main/oox/source/helper/
H A Dpropertyset.cxx46 mxMultiPropSet.set( mxPropSet, UNO_QUERY ); in set()
79 if( mxMultiPropSet.is() ) try in getProperties()
81 orValues = mxMultiPropSet->getPropertyValues( rPropNames ); in getProperties()
113 if( mxMultiPropSet.is() ) try in setProperties()
115 mxMultiPropSet->setPropertyValues( rPropNames, rValues ); in setProperties()
/aoo42x/main/sc/source/filter/ftools/
H A Dfapihelper.cxx173 mxMultiPropSet.set( mxPropSet, UNO_QUERY ); in Set()
240 …DBG_ASSERT( mxMultiPropSet.is(), "ScfPropertySet::GetProperties - multi property set not available… in GetProperties()
241 if( mxMultiPropSet.is() ) // first try the XMultiPropertySet in GetProperties()
243 rValues = mxMultiPropSet->getPropertyValues( rPropNames ); in GetProperties()
285 if( mxMultiPropSet.is() ) // first try the XMultiPropertySet in SetProperties()
287 mxMultiPropSet->setPropertyValues( rPropNames, rValues ); in SetProperties()
/aoo42x/main/oox/inc/oox/helper/
H A Dpropertyset.hxx143 mxMultiPropSet; /// The optional multi property set interface.
/aoo42x/main/sc/source/filter/inc/
H A Dfapihelper.hxx234 XMultiPropSetRef mxMultiPropSet; /// The optional multi property set interface. member in ScfPropertySet

Completed in 27 milliseconds