Lines Matching refs:VCLXWindow

100     typedef ::std::vector< VCLXWindow::Callback >                       CallbackArray;
103 VCLXWindow& mrAntiImpl;
157 VCLXWindowImpl( VCLXWindow& _rAntiImpl, ::vos::IMutex& _rMutex, bool _bWithDefaultProps );
170 void callBackAsync( const VCLXWindow::Callback& i_callback );
213 VCLXWindowImpl::VCLXWindowImpl( VCLXWindow& _rAntiImpl, ::vos::IMutex& _rMutex, bool _bWithDefaultP… in VCLXWindowImpl()
279 void VCLXWindowImpl::callBackAsync( const VCLXWindow::Callback& i_callback ) in callBackAsync()
373 DBG_NAME(VCLXWindow);
375 VCLXWindow::VCLXWindow( bool _bWithDefaultProps ) in VCLXWindow() function in VCLXWindow
378 DBG_CTOR( VCLXWindow, 0 ); in VCLXWindow()
383 VCLXWindow::~VCLXWindow() in ~VCLXWindow()
385 DBG_DTOR( VCLXWindow, 0 ); in ~VCLXWindow()
391 GetWindow()->RemoveEventListener( LINK( this, VCLXWindow, WindowEventListener ) ); in ~VCLXWindow()
398 void VCLXWindow::ImplExecuteAsyncWithoutSolarLock( const Callback& i_callback ) in ImplExecuteAsyncWithoutSolarLock()
404 ::toolkit::IAccessibleFactory& VCLXWindow::getAccessibleFactory() in getAccessibleFactory()
409 void VCLXWindow::SetWindow( Window* pWindow ) in SetWindow()
413 GetWindow()->RemoveEventListener( LINK( this, VCLXWindow, WindowEventListener ) ); in SetWindow()
421 GetWindow()->AddEventListener( LINK( this, VCLXWindow, WindowEventListener ) ); in SetWindow()
428 void VCLXWindow::suspendVclEventListening( ) in suspendVclEventListening()
433 void VCLXWindow::resumeVclEventListening( ) in resumeVclEventListening()
439 void VCLXWindow::notifyWindowRemoved( Window& _rWindow ) in notifyWindowRemoved()
450 IMPL_LINK( VCLXWindow, WindowEventListener, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument
486 void VCLXWindow::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent()
917 uno::Reference< accessibility::XAccessibleContext > VCLXWindow::CreateAccessibleContext() in CreateAccessibleContext()
923 void VCLXWindow::SetSynthesizingVCLEvent( sal_Bool _b ) in SetSynthesizingVCLEvent()
928 sal_Bool VCLXWindow::IsSynthesizingVCLEvent() const in IsSynthesizingVCLEvent()
933 Size VCLXWindow::ImplCalcWindowSize( const Size& rOutSz ) const in ImplCalcWindowSize()
950 IMPL_XUNOTUNNEL2( VCLXWindow, VCLXDevice ) in IMPL_XUNOTUNNEL2() argument
953 void VCLXWindow::dispose( ) throw(::com::sun::star::uno::RuntimeException) in IMPL_XUNOTUNNEL2()
992 void VCLXWindow::addEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::… in addEventListener()
999 void VCLXWindow::removeEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::lan… in removeEventListener()
1008 void VCLXWindow::setPosSize( sal_Int32 X, sal_Int32 Y, sal_Int32 Width, sal_Int32 Height, sal_Int16… in setPosSize()
1021 ::com::sun::star::awt::Rectangle VCLXWindow::getPosSize( ) throw(::com::sun::star::uno::RuntimeExc… in getPosSize()
1037 void VCLXWindow::setVisible( sal_Bool bVisible ) throw(::com::sun::star::uno::RuntimeException) in setVisible()
1062 void VCLXWindow::setEnable( sal_Bool bEnable ) throw(::com::sun::star::uno::RuntimeException) in setEnable()
1074 void VCLXWindow::setFocus( ) throw(::com::sun::star::uno::RuntimeException) in setFocus()
1082 void VCLXWindow::addWindowListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::… in addWindowListener()
1097 void VCLXWindow::removeWindowListener( const ::com::sun::star::uno::Reference< ::com::sun::star::aw… in removeWindowListener()
1108 void VCLXWindow::addFocusListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::X… in addFocusListener()
1114 void VCLXWindow::removeFocusListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt… in removeFocusListener()
1120 void VCLXWindow::addKeyListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XKe… in addKeyListener()
1126 void VCLXWindow::removeKeyListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::… in removeKeyListener()
1132 void VCLXWindow::addMouseListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::X… in addMouseListener()
1138 void VCLXWindow::removeMouseListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt… in removeMouseListener()
1144 void VCLXWindow::addMouseMotionListener( const ::com::sun::star::uno::Reference< ::com::sun::star::… in addMouseMotionListener()
1150 void VCLXWindow::removeMouseMotionListener( const ::com::sun::star::uno::Reference< ::com::sun::sta… in removeMouseMotionListener()
1156 void VCLXWindow::addPaintListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::X… in addPaintListener()
1162 void VCLXWindow::removePaintListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt… in removePaintListener()
1169 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XToolkit > VCLXWindow::getToolkit( ) thro… in getToolkit()
1176 void VCLXWindow::setPointer( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XPointe… in setPointer()
1189 void VCLXWindow::setBackground( sal_Int32 nColor ) throw(::com::sun::star::uno::RuntimeException) in setBackground()
1209 void VCLXWindow::invalidate( sal_Int16 nInvalidateFlags ) throw(::com::sun::star::uno::RuntimeExcep… in invalidate()
1217 void VCLXWindow::invalidateRect( const ::com::sun::star::awt::Rectangle& rRect, sal_Int16 nInvalida… in invalidateRect()
1227 sal_Bool VCLXWindow::isChild( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindo… in isChild()
1242 void VCLXWindow::setDesignMode( sal_Bool bOn ) throw(::com::sun::star::uno::RuntimeException) in setDesignMode()
1249 sal_Bool VCLXWindow::isDesignMode( ) throw(::com::sun::star::uno::RuntimeException) in isDesignMode()
1255 void VCLXWindow::enableClipSiblings( sal_Bool bClip ) throw(::com::sun::star::uno::RuntimeException) in enableClipSiblings()
1263 void VCLXWindow::setForeground( sal_Int32 nColor ) throw(::com::sun::star::uno::RuntimeException) in setForeground()
1274 void VCLXWindow::setControlFont( const ::com::sun::star::awt::FontDescriptor& rFont ) throw(::com::… in setControlFont()
1282 void VCLXWindow::getStyles( sal_Int16 nType, ::com::sun::star::awt::FontDescriptor& Font, sal_Int32… in getStyles()
1332 void VCLXWindow::PushPropertyIds( std::list< sal_uInt16 > &rIds, in PushPropertyIds()
1345 void VCLXWindow::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds, bool bWithDefaults ) in ImplGetPropertyIds()
1384 void VCLXWindow::GetPropertyIds( std::list< sal_uInt16 >& _out_rIds ) in GetPropertyIds()
1389 ::cppu::OInterfaceContainerHelper& VCLXWindow::GetContainerListeners() in GetContainerListeners()
1394 ::cppu::OInterfaceContainerHelper& VCLXWindow::GetTopWindowListeners() in GetTopWindowListeners()
1436 void VCLXWindow::setProperty( const ::rtl::OUString& PropertyName, const ::com::sun::star::uno::Any… in setProperty()
1963 ::com::sun::star::uno::Any VCLXWindow::getProperty( const ::rtl::OUString& PropertyName ) throw(::c… in getProperty()
2192 ::com::sun::star::awt::Size VCLXWindow::getMinimumSize( ) throw(::com::sun::star::uno::RuntimeExce… in getMinimumSize()
2231 ::com::sun::star::awt::Size VCLXWindow::getPreferredSize( ) throw(::com::sun::star::uno::RuntimeEx… in getPreferredSize()
2236 ::com::sun::star::awt::Size VCLXWindow::calcAdjustedSize( const ::com::sun::star::awt::Size& rNewSi… in calcAdjustedSize()
2253 sal_Bool VCLXWindow::setGraphics( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XG… in setGraphics()
2265 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XGraphics > VCLXWindow::getGraphics( ) th… in getGraphics()
2272 ::com::sun::star::awt::Size VCLXWindow::getSize( ) throw(::com::sun::star::uno::RuntimeException) in getSize()
2282 void VCLXWindow::draw( sal_Int32 nX, sal_Int32 nY ) throw(::com::sun::star::uno::RuntimeException) in draw()
2378 void VCLXWindow::setZoom( float fZoomX, float /*fZoomY*/ ) throw(::com::sun::star::uno::RuntimeExce… in setZoom()
2394 void SAL_CALL VCLXWindow::disposing( const ::com::sun::star::lang::EventObject& _rSource ) throw (:… in disposing()
2409 ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext > VCLXWindow:… in getAccessibleContext()
2435 void SAL_CALL VCLXWindow::addDockableWindowListener( const ::com::sun::star::uno::Reference< ::com:… in addDockableWindowListener()
2444 void SAL_CALL VCLXWindow::removeDockableWindowListener( const ::com::sun::star::uno::Reference< ::c… in removeDockableWindowListener()
2451 void SAL_CALL VCLXWindow::enableDocking( sal_Bool bEnable ) throw (::com::sun::star::uno::RuntimeEx… in enableDocking()
2460 sal_Bool SAL_CALL VCLXWindow::isFloating( ) throw (::com::sun::star::uno::RuntimeException) in isFloating()
2471 void SAL_CALL VCLXWindow::setFloatingMode( sal_Bool bFloating ) throw (::com::sun::star::uno::Runti… in setFloatingMode()
2480 sal_Bool SAL_CALL VCLXWindow::isLocked( ) throw (::com::sun::star::uno::RuntimeException) in isLocked()
2491 void SAL_CALL VCLXWindow::lock( ) throw (::com::sun::star::uno::RuntimeException) in lock()
2500 void SAL_CALL VCLXWindow::unlock( ) throw (::com::sun::star::uno::RuntimeException) in unlock()
2508 void SAL_CALL VCLXWindow::startPopupMode( const ::com::sun::star::awt::Rectangle& ) throw (::com::s… in startPopupMode()
2515 sal_Bool SAL_CALL VCLXWindow::isInPopupMode( ) throw (::com::sun::star::uno::RuntimeException) in isInPopupMode()
2525 void SAL_CALL VCLXWindow::setOutputSize( const ::com::sun::star::awt::Size& aSize ) throw (::com::s… in setOutputSize()
2539 ::com::sun::star::awt::Size SAL_CALL VCLXWindow::getOutputSize( ) throw (::com::sun::star::uno::Ru… in getOutputSize()
2555 sal_Bool SAL_CALL VCLXWindow::isVisible( ) throw (::com::sun::star::uno::RuntimeException) in isVisible()
2564 sal_Bool SAL_CALL VCLXWindow::isActive( ) throw (::com::sun::star::uno::RuntimeException) in isActive()
2574 sal_Bool SAL_CALL VCLXWindow::isEnabled( ) throw (::com::sun::star::uno::RuntimeException) in isEnabled()
2583 sal_Bool SAL_CALL VCLXWindow::hasFocus( ) throw (::com::sun::star::uno::RuntimeException) in hasFocus()
2595 VCLXWindow::GetPropHelper() in GetPropHelper()
2608 VCLXWindow::getProperties() throw (::com::sun::star::uno::RuntimeException) in getProperties()
2613 VCLXWindow::getPropertyByName( const ::rtl::OUString& rName ) throw (::com::sun::star::beans::Unkno… in getPropertyByName()
2619 VCLXWindow::hasPropertyByName( const ::rtl::OUString& rName ) throw (::com::sun::star::uno::Runtime… in hasPropertyByName()
2624 Reference< XStyleSettings > SAL_CALL VCLXWindow::getStyleSettings() throw (RuntimeException) in getStyleSettings()