Lines Matching refs:LayoutManager

108 IMPLEMENT_FORWARD_XTYPEPROVIDER2( LayoutManager, LayoutManager_Base, LayoutManager_PBase )  in IMPLEMENT_FORWARD_XTYPEPROVIDER2()  argument
109 IMPLEMENT_FORWARD_XINTERFACE2( LayoutManager, LayoutManager_Base, LayoutManager_PBase ) in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
110 DEFINE_XSERVICEINFO_MULTISERVICE( LayoutManager, ::cppu::OWeakObject, SERVICENAME_LAYOUTMANAGER, IM… in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
111 DEFINE_INIT_SERVICE( LayoutManager, {} ) in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
113 LayoutManager::LayoutManager( const Reference< XMultiServiceFactory >& xServiceManager ) : LayoutMa…
167 Application::AddEventListener( LINK( this, LayoutManager, SettingsChanged ) );
170 m_aAsyncLayoutTimer.SetTimeoutHdl( LINK( this, LayoutManager, AsyncLayoutHdl ) );
180 LayoutManager::~LayoutManager() in ~LayoutManager()
182 Application::RemoveEventListener( LINK( this, LayoutManager, SettingsChanged ) ); in ~LayoutManager()
188 void LayoutManager::impl_clearUpMenuBar() in impl_clearUpMenuBar()
244 void LayoutManager::implts_lock() in implts_lock()
250 sal_Bool LayoutManager::implts_unlock() in implts_unlock()
257 void LayoutManager::implts_reset( sal_Bool bAttached ) in implts_reset()
420 sal_Bool LayoutManager::implts_isEmbeddedLayoutManager() const in implts_isEmbeddedLayoutManager()
434 void LayoutManager::implts_destroyElements() in implts_destroyElements()
451 void LayoutManager::implts_toggleFloatingUIElementsVisibility( sal_Bool bActive ) in implts_toggleFloatingUIElementsVisibility()
462 uno::Reference< ui::XUIElement > LayoutManager::implts_findElement( const rtl::OUString& aName ) in implts_findElement()
478 UIElement& LayoutManager::impl_findElement( const rtl::OUString& aName ) in impl_findElement()
494 sal_Bool LayoutManager::implts_readWindowStateData( const rtl::OUString& aName, UIElement& rElement… in implts_readWindowStateData()
635 void LayoutManager::implts_writeWindowStateData( const rtl::OUString& aName, const UIElement& rElem… in implts_writeWindowStateData()
716 ::Size LayoutManager::implts_getContainerWindowOutputSize() in implts_getContainerWindowOutputSize()
730 Reference< XUIElement > LayoutManager::implts_createElement( const rtl::OUString& aName ) in implts_createElement()
751 void LayoutManager::implts_setVisibleState( sal_Bool bShow ) in implts_setVisibleState()
760 void LayoutManager::implts_updateUIElementsVisibleState( sal_Bool bSetVisible ) in implts_updateUIElementsVisibleState()
823 void LayoutManager::implts_setCurrentUIVisibility( sal_Bool bShow ) in implts_setCurrentUIVisibility()
835 void LayoutManager::implts_destroyStatusBar() in implts_destroyStatusBar()
851 void LayoutManager::implts_createStatusBar( const rtl::OUString& aStatusBarName ) in implts_createStatusBar()
865 void LayoutManager::implts_readStatusBarState( const rtl::OUString& rStatusBarName ) in implts_readStatusBarState()
876 void LayoutManager::implts_createProgressBar() in implts_createProgressBar()
934 void LayoutManager::implts_backupProgressBarWrapper() in implts_backupProgressBarWrapper()
964 void LayoutManager::implts_destroyProgressBar() in implts_destroyProgressBar()
973 void LayoutManager::implts_setStatusBarPosSize( const ::Point& rPos, const ::Size& rSize ) in implts_setStatusBarPosSize()
1012 sal_Bool LayoutManager::implts_showProgressBar() in implts_showProgressBar()
1057 sal_Bool LayoutManager::implts_hideProgressBar() in implts_hideProgressBar()
1098 sal_Bool LayoutManager::implts_showStatusBar( sal_Bool bStoreState ) in implts_showStatusBar()
1124 sal_Bool LayoutManager::implts_hideStatusBar( sal_Bool bStoreState ) in implts_hideStatusBar()
1150 void LayoutManager::implts_setOffset( const sal_Int32 nBottomOffset ) in implts_setOffset()
1162 void LayoutManager::implts_setInplaceMenuBar( const Reference< XIndexAccess >& xMergedMenuBar ) in implts_setInplaceMenuBar()
1203 void LayoutManager::implts_resetInplaceMenuBar() in implts_resetInplaceMenuBar()
1233 void SAL_CALL LayoutManager::attachFrame( const Reference< XFrame >& xFrame ) in attachFrame()
1240 void SAL_CALL LayoutManager::reset() in reset()
1252 void SAL_CALL LayoutManager::setInplaceMenuBar( sal_Int64 ) in setInplaceMenuBar()
1258 void SAL_CALL LayoutManager::resetInplaceMenuBar() in resetInplaceMenuBar()
1267 sal_Bool SAL_CALL LayoutManager::setMergedMenuBar( in setMergedMenuBar()
1278 void SAL_CALL LayoutManager::removeMergedMenuBar() in removeMergedMenuBar()
1284 awt::Rectangle SAL_CALL LayoutManager::getCurrentDockingArea() in getCurrentDockingArea()
1291 Reference< XDockingAreaAcceptor > SAL_CALL LayoutManager::getDockingAreaAcceptor() in getDockingAreaAcceptor()
1298 void SAL_CALL LayoutManager::setDockingAreaAcceptor( const Reference< ui::XDockingAreaAcceptor >& x… in setDockingAreaAcceptor()
1333 … pContainerWindow->RemoveChildEventListener( LINK( this, LayoutManager, WindowEventListener ) ); in setDockingAreaAcceptor()
1371 … pContainerWindow->AddChildEventListener( LINK( this, LayoutManager, WindowEventListener ) ); in setDockingAreaAcceptor()
1398 void LayoutManager::implts_reparentChildWindows() in implts_reparentChildWindows()
1435 uno::Reference< ui::XUIElement > LayoutManager::implts_createDockingWindow( const ::rtl::OUString& … in implts_createDockingWindow()
1441 IMPL_LINK( LayoutManager, WindowEventListener, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument
1463 void SAL_CALL LayoutManager::createElement( const ::rtl::OUString& aName ) in createElement()
1581 void SAL_CALL LayoutManager::destroyElement( const ::rtl::OUString& aName ) in destroyElement()
1655 ::sal_Bool SAL_CALL LayoutManager::requestElement( const ::rtl::OUString& rResourceURL ) in requestElement()
1734 Reference< XUIElement > SAL_CALL LayoutManager::getElement( const ::rtl::OUString& aName ) in getElement()
1752 Sequence< Reference< ui::XUIElement > > SAL_CALL LayoutManager::getElements() in getElements()
1789 sal_Bool SAL_CALL LayoutManager::showElement( const ::rtl::OUString& aName ) in showElement()
1871 sal_Bool SAL_CALL LayoutManager::hideElement( const ::rtl::OUString& aName ) in hideElement()
1953 sal_Bool SAL_CALL LayoutManager::dockWindow( const ::rtl::OUString& aName, DockingArea DockingArea,… in dockWindow()
1977 ::sal_Bool SAL_CALL LayoutManager::dockAllWindows( ::sal_Int16 /*nElementType*/ ) throw (uno::Runti… in dockAllWindows()
1994 sal_Bool SAL_CALL LayoutManager::floatWindow( const ::rtl::OUString& aName ) in floatWindow()
2015 ::sal_Bool SAL_CALL LayoutManager::lockWindow( const ::rtl::OUString& aName ) in lockWindow()
2036 ::sal_Bool SAL_CALL LayoutManager::unlockWindow( const ::rtl::OUString& aName ) in unlockWindow()
2057 void SAL_CALL LayoutManager::setElementSize( const ::rtl::OUString& aName, const awt::Size& aSize ) in setElementSize()
2076 void SAL_CALL LayoutManager::setElementPos( const ::rtl::OUString& aName, const awt::Point& aPos ) in setElementPos()
2095 void SAL_CALL LayoutManager::setElementPosSize( const ::rtl::OUString& aName, const awt::Point& aPo… in setElementPosSize()
2114 sal_Bool SAL_CALL LayoutManager::isElementVisible( const ::rtl::OUString& aName ) in isElementVisible()
2185 sal_Bool SAL_CALL LayoutManager::isElementFloating( const ::rtl::OUString& aName ) in isElementFloating()
2202 sal_Bool SAL_CALL LayoutManager::isElementDocked( const ::rtl::OUString& aName ) in isElementDocked()
2219 ::sal_Bool SAL_CALL LayoutManager::isElementLocked( const ::rtl::OUString& aName ) in isElementLocked()
2236 awt::Size SAL_CALL LayoutManager::getElementSize( const ::rtl::OUString& aName ) in getElementSize()
2253 awt::Point SAL_CALL LayoutManager::getElementPos( const ::rtl::OUString& aName ) in getElementPos()
2270 void SAL_CALL LayoutManager::lock() in lock()
2292 void SAL_CALL LayoutManager::unlock() in unlock()
2323 void SAL_CALL LayoutManager::doLayout() in doLayout()
2332 void LayoutManager::requestLayout( Hint eHint ) in requestLayout()
2338 void LayoutManager::implts_doLayout_notify( sal_Bool bOuterResize ) in implts_doLayout_notify()
2345 sal_Bool LayoutManager::implts_doLayout( sal_Bool bForceRequestBorderSpace, sal_Bool bOuterResize ) in implts_doLayout()
2462 sal_Bool LayoutManager::implts_resizeContainerWindow( const awt::Size& rContainerSize, in implts_resizeContainerWindow()
2504 void SAL_CALL LayoutManager::setVisible( sal_Bool bVisible ) in setVisible()
2516 sal_Bool SAL_CALL LayoutManager::isVisible() in isVisible()
2523 ::Size LayoutManager::implts_getStatusBarSize() in implts_getStatusBarSize()
2552 awt::Rectangle LayoutManager::implts_calcDockingAreaSizes() in implts_calcDockingAreaSizes()
2566 void LayoutManager::implts_setDockingAreaWindowSizes( const awt::Rectangle& /*rBorderSpace*/ ) in implts_setDockingAreaWindowSizes()
2591 void LayoutManager::implts_updateMenuBarClose() in implts_updateMenuBarClose()
2610 pMenuBar->SetCloserHdl( LINK( this, LayoutManager, MenuBarClose )); in implts_updateMenuBarClose()
2616 sal_Bool LayoutManager::implts_resetMenuBar() in implts_resetMenuBar()
2647 void LayoutManager::implts_setMenuBarCloser(sal_Bool bCloserState) in implts_setMenuBarCloser()
2656 IMPL_LINK( LayoutManager, MenuBarClose, MenuBar *, EMPTYARG ) in IMPL_LINK() argument
2679 IMPL_LINK( LayoutManager, SettingsChanged, void*, EMPTYARG ) in IMPL_LINK() argument
2687 void SAL_CALL LayoutManager::addLayoutManagerEventListener( const uno::Reference< frame::XLayoutMan… in addLayoutManagerEventListener()
2693 void SAL_CALL LayoutManager::removeLayoutManagerEventListener( const uno::Reference< frame::XLayout… in removeLayoutManagerEventListener()
2699 void LayoutManager::implts_notifyListeners( short nEvent, uno::Any aInfoParam ) in implts_notifyListeners()
2723 void SAL_CALL LayoutManager::windowResized( const awt::WindowEvent& aEvent ) in windowResized()
2774 void SAL_CALL LayoutManager::windowMoved( const awt::WindowEvent& ) throw( uno::RuntimeException ) in windowMoved()
2778 void SAL_CALL LayoutManager::windowShown( const lang::EventObject& aEvent ) throw( uno::RuntimeExce… in windowShown()
2800 void SAL_CALL LayoutManager::windowHidden( const lang::EventObject& aEvent ) throw( uno::RuntimeExc… in windowHidden()
2822 IMPL_LINK( LayoutManager, AsyncLayoutHdl, Timer *, EMPTYARG ) in IMPL_LINK() argument
2846 void SAL_CALL LayoutManager::frameAction( const FrameActionEvent& aEvent ) in frameAction()
2886 void SAL_CALL LayoutManager::disposing( const lang::EventObject& rEvent ) in disposing()
2897 Application::RemoveEventListener( LINK( this, LayoutManager, SettingsChanged ) ); in disposing()
2987 void SAL_CALL LayoutManager::elementInserted( const ui::ConfigurationEvent& Event ) throw (uno::Run… in elementInserted()
3032 void SAL_CALL LayoutManager::elementRemoved( const ui::ConfigurationEvent& Event ) throw (uno::Runt… in elementRemoved()
3119 void SAL_CALL LayoutManager::elementReplaced( const ui::ConfigurationEvent& Event ) throw (uno::Run… in elementReplaced()
3172 sal_Bool SAL_CALL LayoutManager::convertFastPropertyValue( Any& aConvertedValue, in convertFastPropertyValue()
3180 void SAL_CALL LayoutManager::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, in setFastPropertyValue_NoBroadcast()
3216 void SAL_CALL LayoutManager::getFastPropertyValue( uno::Any& aValue, sal_Int32 nHandle ) const in getFastPropertyValue()
3221 ::cppu::IPropertyArrayHelper& SAL_CALL LayoutManager::getInfoHelper() in getInfoHelper()
3241 uno::Reference< beans::XPropertySetInfo > SAL_CALL LayoutManager::getPropertySetInfo() throw (uno::… in getPropertySetInfo()