Searched refs:xFrameProps (Results 1 – 13 of 13) sorted by relevance
/aoo4110/test/testuno/source/fvt/uno/sw/frame/ |
H A D | FramePosition.java | 95 …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 D | FrameBackColor.java | 68 …XPropertySet xFrameProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextFrame); in testFrameBackColor() local 69 xFrameProps.setPropertyValue("BackColor",0x0000FF00); in testFrameBackColor()
|
/aoo4110/main/svx/source/tbxctrls/ |
H A D | tbxcolor.cxx | 62 Reference< XPropertySet > xFrameProps( xFrame, UNO_QUERY ); in ToolboxAccess() local 63 if ( xFrameProps.is() ) in ToolboxAccess() 64 xFrameProps->getPropertyValue( PROPNAME_LAYOUTMANAGER ) >>= m_xLayouter; in ToolboxAccess()
|
/aoo4110/main/svx/source/form/ |
H A D | formtoolbars.cxx | 53 Reference< XPropertySet > xFrameProps( _rxFrame, UNO_QUERY ); in FormToolboxes() local 54 if ( xFrameProps.is() ) in FormToolboxes() 55 …xFrameProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ) ) )… in FormToolboxes()
|
/aoo4110/main/basctl/source/basicide/ |
H A D | localizationmgr.cxx | 75 Reference< beans::XPropertySet > xFrameProps in handleTranslationbar() local 77 if ( xFrameProps.is() ) in handleTranslationbar() 80 uno::Any a = xFrameProps->getPropertyValue( aLayoutManagerName ); in handleTranslationbar()
|
H A D | basides1.cxx | 1170 Reference< beans::XPropertySet > xFrameProps in ManageToolbars() local 1172 if ( xFrameProps.is() ) in ManageToolbars() 1175 uno::Any a = xFrameProps->getPropertyValue( aLayoutManagerName ); in ManageToolbars()
|
/aoo4110/main/framework/source/services/ |
H A D | autorecovery.cxx | 3640 css::uno::Reference< css::beans::XPropertySet > xFrameProps(xFrame, css::uno::UNO_QUERY); in impl_establishProgress() local 3641 if (xFrameProps.is()) in impl_establishProgress() 3642 …xFrameProps->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() 3674 …xFrameProps->setPropertyValue(FRAME_PROPNAME_INDICATORINTERCEPTION, css::uno::makeAny(css::uno::Re… in impl_forgetProgress()
|
H A D | frame.cxx | 3098 … 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()
|
/aoo4110/main/odk/examples/DevelopersGuide/Text/ |
H A D | TextDocuments.java | 810 XPropertySet xFrameProps = (XPropertySet)UnoRuntime.queryInterface( in TextFrameExample() local 821 xFrameProps.setPropertyValue( "AnchorType", in TextFrameExample()
|
/aoo4110/main/dbaccess/source/ui/app/ |
H A D | AppDetailPageHelper.cxx | 1265 Reference< XPropertySet > xFrameProps( m_xFrame, UNO_QUERY_THROW ); in showPreview() local 1266 …xFrameProps->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ) ), … in showPreview()
|
/aoo4110/main/sfx2/source/view/ |
H A D | sfxbasecontroller.cxx | 1319 … uno::Reference< beans::XPropertySet > xFrameProps( m_pData->m_xFrame, uno::UNO_QUERY_THROW ); in ConnectSfxFrame_Impl() local 1321 …xFrameProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ) ) )… in ConnectSfxFrame_Impl()
|
/aoo4110/main/sd/source/ui/slideshow/ |
H A D | slideshowimpl.cxx | 2775 …Reference< beans::XPropertySet > xFrameProps( pViewFrame->GetFrame().GetTopFrame().GetFrameInterfa… in setActiveXToolbarsVisible() local 2776 …if ( ( xFrameProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager… in setActiveXToolbarsVisible()
|
/aoo4110/main/dbaccess/source/ui/browser/ |
H A D | unodatbr.cxx | 1573 Reference< XPropertySet > xFrameProps( m_aCurrentFrame.getFrame(), UNO_QUERY_THROW ); in attachFrame() local 1575 …xFrameProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ) ) ), in attachFrame()
|
Completed in 121 milliseconds