Searched refs:mxMultiPropSet (Results 1 – 4 of 4) sorted by relevance
46 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()
173 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()
143 mxMultiPropSet; /// The optional multi property set interface.
234 XMultiPropSetRef mxMultiPropSet; /// The optional multi property set interface. member in ScfPropertySet
Completed in 40 milliseconds