Home
last modified time | relevance | path

Searched refs:xFrameProps (Results 1 – 13 of 13) sorted by relevance

/trunk/test/testuno/source/fvt/uno/sw/frame/
H A DFramePosition.java95 …XPropertySet xFrameProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextFrame… in testFramePosition() local
96 xFrameProps.setPropertyValue("HoriOrient", HoriOrient); in testFramePosition()
97 xFrameProps.setPropertyValue("HoriOrientRelation", HoriOrientRelation); in testFramePosition()
98 xFrameProps.setPropertyValue("VertOrient", VertOrient); in testFramePosition()
99 xFrameProps.setPropertyValue("VertOrientRelation", VertOrientRelation); in testFramePosition()
H A DFrameBackColor.java68 …XPropertySet xFrameProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextFrame); in testFrameBackColor() local
69 xFrameProps.setPropertyValue("BackColor",0x0000FF00); in testFrameBackColor()
/trunk/main/svx/source/tbxctrls/
H A Dtbxcolor.cxx62 Reference< XPropertySet > xFrameProps( xFrame, UNO_QUERY ); in ToolboxAccess() local
63 if ( xFrameProps.is() ) in ToolboxAccess()
64 xFrameProps->getPropertyValue( PROPNAME_LAYOUTMANAGER ) >>= m_xLayouter; in ToolboxAccess()
/trunk/main/svx/source/form/
H A Dformtoolbars.cxx53 Reference< XPropertySet > xFrameProps( _rxFrame, UNO_QUERY ); in FormToolboxes() local
54 if ( xFrameProps.is() ) in FormToolboxes()
55xFrameProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ) ) )… in FormToolboxes()
/trunk/main/basctl/source/basicide/
H A Dlocalizationmgr.cxx75 Reference< beans::XPropertySet > xFrameProps in handleTranslationbar() local
77 if ( xFrameProps.is() ) in handleTranslationbar()
80 uno::Any a = xFrameProps->getPropertyValue( aLayoutManagerName ); in handleTranslationbar()
H A Dbasides1.cxx1170 Reference< beans::XPropertySet > xFrameProps in ManageToolbars() local
1172 if ( xFrameProps.is() ) in ManageToolbars()
1175 uno::Any a = xFrameProps->getPropertyValue( aLayoutManagerName ); in ManageToolbars()
/trunk/main/framework/source/services/
H A Dautorecovery.cxx3640 css::uno::Reference< css::beans::XPropertySet > xFrameProps(xFrame, css::uno::UNO_QUERY); in impl_establishProgress() local
3641 if (xFrameProps.is()) in impl_establishProgress()
3642xFrameProps->setPropertyValue(FRAME_PROPNAME_INDICATORINTERCEPTION, css::uno::makeAny(xExternalPro… in impl_establishProgress()
3672 css::uno::Reference< css::beans::XPropertySet > xFrameProps(xFrame, css::uno::UNO_QUERY); in impl_forgetProgress() local
3673 if (xFrameProps.is()) in impl_forgetProgress()
3674xFrameProps->setPropertyValue(FRAME_PROPNAME_INDICATORINTERCEPTION, css::uno::makeAny(css::uno::Re… in impl_forgetProgress()
H A Dframe.cxx3098 … css::uno::Reference< css::beans::XPropertySet > xFrameProps(xFrame, css::uno::UNO_QUERY_THROW); in impl_setCloser() local
3100 xFrameProps->getPropertyValue(FRAME_PROPNAME_LAYOUTMANAGER) >>= xLayoutManager; in impl_setCloser()
/trunk/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java810 XPropertySet xFrameProps = (XPropertySet)UnoRuntime.queryInterface( in TextFrameExample() local
821 xFrameProps.setPropertyValue( "AnchorType", in TextFrameExample()
/trunk/main/dbaccess/source/ui/app/
H A DAppDetailPageHelper.cxx1265 Reference< XPropertySet > xFrameProps( m_xFrame, UNO_QUERY_THROW ); in showPreview() local
1266xFrameProps->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ) ), … in showPreview()
/trunk/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx1319 … uno::Reference< beans::XPropertySet > xFrameProps( m_pData->m_xFrame, uno::UNO_QUERY_THROW ); in ConnectSfxFrame_Impl() local
1321xFrameProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ) ) )… in ConnectSfxFrame_Impl()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx2796 …Reference< beans::XPropertySet > xFrameProps( pViewFrame->GetFrame().GetTopFrame().GetFrameInterfa… in setActiveXToolbarsVisible() local
2797 …if ( ( xFrameProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager… in setActiveXToolbarsVisible()
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx1574 Reference< XPropertySet > xFrameProps( m_aCurrentFrame.getFrame(), UNO_QUERY_THROW ); in attachFrame() local
1576xFrameProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ) ) ), in attachFrame()

Completed in 117 milliseconds