Searched refs:xMPS (Results 1 – 2 of 2) sorted by relevance
67 …::com::sun::star::uno::Reference< ::com::sun::star::beans::XMultiPropertySet > xMPS( mxModel, ::co… in ImplSetPropertyValues()71 …DBG_ASSERT( xMPS.is(), "UnoControlBase::ImplSetPropertyValues: no multi property set interface!" ); in ImplSetPropertyValues()72 if ( xMPS.is() ) in ImplSetPropertyValues()79 xMPS->setPropertyValues( aPropertyNames, aValues ); in ImplSetPropertyValues()
206 Reference< drawing::XMasterPagesSupplier > xMPS( xModel, uno::UNO_QUERY_THROW ); in endDocument() local207 … Reference< drawing::XDrawPages > xMasterPages( xMPS->getMasterPages(), uno::UNO_QUERY_THROW ); in endDocument()
Completed in 19 milliseconds