Lines Matching refs:VCLXTopWindow_Base

63 VCLXTopWindow_Base::VCLXTopWindow_Base( const bool _bSupportSystemWindowPeer )  in VCLXTopWindow_Base()  function in VCLXTopWindow_Base
68 VCLXTopWindow_Base::~VCLXTopWindow_Base() in ~VCLXTopWindow_Base()
72 Any VCLXTopWindow_Base::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
83 Sequence< Type > VCLXTopWindow_Base::getTypes() throw(RuntimeException) in getTypes()
91 ::com::sun::star::uno::Any VCLXTopWindow_Base::getWindowHandle( const ::com::sun::star::uno::Sequen… in getWindowHandle()
132 void VCLXTopWindow_Base::addTopWindowListener( const ::com::sun::star::uno::Reference< ::com::sun::… in addTopWindowListener()
139 void VCLXTopWindow_Base::removeTopWindowListener( const ::com::sun::star::uno::Reference< ::com::su… in removeTopWindowListener()
146 void VCLXTopWindow_Base::toFront( ) throw(::com::sun::star::uno::RuntimeException) in toFront()
155 void VCLXTopWindow_Base::toBack( ) throw(::com::sun::star::uno::RuntimeException) in toBack()
169 void VCLXTopWindow_Base::setMenuBar( const ::com::sun::star::uno::Reference< ::com::sun::star::awt:… in setMenuBar()
188 ::sal_Bool SAL_CALL VCLXTopWindow_Base::getIsMaximized() throw (RuntimeException) in getIsMaximized()
200 void SAL_CALL VCLXTopWindow_Base::setIsMaximized( ::sal_Bool _ismaximized ) throw (RuntimeException) in setIsMaximized()
212 ::sal_Bool SAL_CALL VCLXTopWindow_Base::getIsMinimized() throw (RuntimeException) in getIsMinimized()
224 void SAL_CALL VCLXTopWindow_Base::setIsMinimized( ::sal_Bool _isMinimized ) throw (RuntimeException) in setIsMinimized()
236 ::sal_Int32 SAL_CALL VCLXTopWindow_Base::getDisplay() throw (RuntimeException) in getDisplay()
248 void SAL_CALL VCLXTopWindow_Base::setDisplay( ::sal_Int32 _display ) throw (RuntimeException, Index… in setDisplay()
272 : VCLXTopWindow_Base( bWHWND ) in VCLXTopWindow()
298 ::com::sun::star::uno::Any aRet( VCLXTopWindow_Base::queryInterface( rType ) ); in queryInterface()
342 … return ::comphelper::concatSequences( VCLXTopWindow_Base::getTypes(), VCLXContainer::getTypes() ); in getTypes()