Home
last modified time | relevance | path

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

/trunk/main/svx/source/sdr/contact/
H A Dviewobjectcontactofunocontrol.cxx1398 Reference< XPropertySet > xModelProperties( m_aControl.getModel(), UNO_QUERY_THROW ); in impl_switchPropertyListening_nothrow() local
1400 xModelProperties->addPropertyChangeListener( ::rtl::OUString(), this ); in impl_switchPropertyListening_nothrow()
1402 xModelProperties->removePropertyChangeListener( ::rtl::OUString(), this ); in impl_switchPropertyListening_nothrow()
1420 … Reference< XPropertySet > xModelProperties( pUnoObject->GetUnoControlModel(), UNO_QUERY_THROW ); in isPrintableControl() local
1422 … OSL_VERIFY( xModelProperties->getPropertyValue( s_sPrintablePropertyName ) >>= bIsPrintable ); in isPrintableControl()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx871 … uno::Reference< beans::XPropertySet > xModelProperties(rXControl->getModel(), uno::UNO_QUERY); in processBasePrimitive2D() local
872 uno::Reference< beans::XPropertySetInfo > xPropertyInfo(xModelProperties.is() in processBasePrimitive2D()
873 ? xModelProperties->getPropertySetInfo() in processBasePrimitive2D()
879 … OSL_VERIFY(xModelProperties->getPropertyValue(sPrintablePropertyName) >>= bIsPrintableControl); in processBasePrimitive2D()
/trunk/main/svx/source/svdraw/
H A Dsvdouno.cxx252 …uno::Reference< beans::XPropertySet > xModelProperties( GetUnoControlModel(), uno::UNO_QUERY_THROW… in SetContextWritingMode() local
253 xModelProperties->setPropertyValue( in SetContextWritingMode()
/trunk/main/extensions/source/propctrlr/
H A Dpropcontroller.cxx231 Reference< XPropertySet > xModelProperties( m_xModel, UNO_QUERY ); in impl_startOrStopModelListening_nothrow() local
232 if ( !xModelProperties.is() ) in impl_startOrStopModelListening_nothrow()
240 (xModelProperties.get()->*pListenerOperation)( in impl_startOrStopModelListening_nothrow()

Completed in 56 milliseconds