Searched refs:xLMPropSet (Results 1 – 3 of 3) sorted by relevance
156 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > xLMPropSet; in SfxPartDockWnd_Impl()159 if ( a >>= xLMPropSet ) in SfxPartDockWnd_Impl()162 … xLMPropSet->setPropertyValue( aAutomaticToolbars, ::com::sun::star::uno::Any( sal_False )); in SfxPartDockWnd_Impl()
239 … Reference < XPropertySet > xLMPropSet(xPropSet->getPropertyValue( aLayoutManager ),UNO_QUERY); in showPreview() local241 if ( xLMPropSet.is() ) in showPreview()244 xLMPropSet->setPropertyValue( aAutomaticToolbars, Any( sal_False )); in showPreview()
3201 … Reference< ::com::sun::star::beans::XPropertySet > xLMPropSet( xLayoutManager, UNO_QUERY ); in MiscExec_Impl() local3202 if ( xLMPropSet.is() ) in MiscExec_Impl()3206 xLMPropSet->setPropertyValue( in MiscExec_Impl()
Completed in 152 milliseconds