Home
last modified time | relevance | path

Searched refs:xLMPropSet (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sfx2/source/dialog/
H A Dpartwnd.cxx156 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > xLMPropSet; in SfxPartDockWnd_Impl()
159 if ( a >>= xLMPropSet ) in SfxPartDockWnd_Impl()
162xLMPropSet->setPropertyValue( aAutomaticToolbars, ::com::sun::star::uno::Any( sal_False )); in SfxPartDockWnd_Impl()
/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerycontainerwindow.cxx239 … Reference < XPropertySet > xLMPropSet(xPropSet->getPropertyValue( aLayoutManager ),UNO_QUERY); in showPreview() local
241 if ( xLMPropSet.is() ) in showPreview()
244 xLMPropSet->setPropertyValue( aAutomaticToolbars, Any( sal_False )); in showPreview()
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx3201 … Reference< ::com::sun::star::beans::XPropertySet > xLMPropSet( xLayoutManager, UNO_QUERY ); in MiscExec_Impl() local
3202 if ( xLMPropSet.is() ) in MiscExec_Impl()
3206 xLMPropSet->setPropertyValue( in MiscExec_Impl()

Completed in 64 milliseconds