LibreOffice Module UnoControls (master)
1
|
#include <basecontrol.hxx>
Public Member Functions | |
BaseControl (const css::uno::Reference< css::uno::XComponentContext > &rxContext) | |
virtual | ~BaseControl () override |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &aType) override |
give answer, if interface is supported The interfaces are searched by type. More... | |
virtual void SAL_CALL | acquire () noexcept override |
increment refcount XInterface release() A RuntimeException is thrown. More... | |
virtual void SAL_CALL | release () noexcept override |
decrement refcount XInterface acquire() A RuntimeException is thrown. More... | |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
get information about supported interfaces XTypeProvider More... | |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () override |
get implementation id This ID is necessary for UNO-caching. More... | |
virtual void SAL_CALL | setDelegator (const css::uno::Reference< css::uno::XInterface > &xDelegator) override |
virtual css::uno::Any SAL_CALL | queryAggregation (const css::uno::Type &aType) override |
virtual sal_Bool SAL_CALL | supportsService (const OUString &sServiceName) override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
virtual void SAL_CALL | dispose () override |
virtual void SAL_CALL | addEventListener (const css::uno::Reference< css::lang::XEventListener > &xListener) override |
virtual void SAL_CALL | removeEventListener (const css::uno::Reference< css::lang::XEventListener > &xListener) override |
virtual void SAL_CALL | createPeer (const css::uno::Reference< css::awt::XToolkit > &xToolkit, const css::uno::Reference< css::awt::XWindowPeer > &xParent) override |
virtual void SAL_CALL | setContext (const css::uno::Reference< css::uno::XInterface > &xContext) override |
virtual sal_Bool SAL_CALL | setModel (const css::uno::Reference< css::awt::XControlModel > &xModel) override=0 |
virtual void SAL_CALL | setDesignMode (sal_Bool bOn) override |
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL | getContext () override |
virtual css::uno::Reference< css::awt::XControlModel > SAL_CALL | getModel () override=0 |
virtual css::uno::Reference< css::awt::XWindowPeer > SAL_CALL | getPeer () override |
virtual css::uno::Reference< css::awt::XView > SAL_CALL | getView () override |
virtual sal_Bool SAL_CALL | isDesignMode () override |
virtual sal_Bool SAL_CALL | isTransparent () override |
virtual void SAL_CALL | setPosSize (sal_Int32 nX, sal_Int32 nY, sal_Int32 nWidth, sal_Int32 nHeight, sal_Int16 nFlags) override |
virtual void SAL_CALL | setVisible (sal_Bool bVisible) override |
virtual void SAL_CALL | setEnable (sal_Bool bEnable) override |
virtual void SAL_CALL | setFocus () override |
virtual css::awt::Rectangle SAL_CALL | getPosSize () override |
virtual void SAL_CALL | addWindowListener (const css::uno::Reference< css::awt::XWindowListener > &xListener) override |
virtual void SAL_CALL | addFocusListener (const css::uno::Reference< css::awt::XFocusListener > &xListener) override |
virtual void SAL_CALL | addKeyListener (const css::uno::Reference< css::awt::XKeyListener > &xListener) override |
virtual void SAL_CALL | addMouseListener (const css::uno::Reference< css::awt::XMouseListener > &xListener) override |
virtual void SAL_CALL | addMouseMotionListener (const css::uno::Reference< css::awt::XMouseMotionListener > &xListener) override |
virtual void SAL_CALL | addPaintListener (const css::uno::Reference< css::awt::XPaintListener > &xListener) override |
virtual void SAL_CALL | removeWindowListener (const css::uno::Reference< css::awt::XWindowListener > &xListener) override |
virtual void SAL_CALL | removeFocusListener (const css::uno::Reference< css::awt::XFocusListener > &xListener) override |
virtual void SAL_CALL | removeKeyListener (const css::uno::Reference< css::awt::XKeyListener > &xListener) override |
virtual void SAL_CALL | removeMouseListener (const css::uno::Reference< css::awt::XMouseListener > &xListener) override |
virtual void SAL_CALL | removeMouseMotionListener (const css::uno::Reference< css::awt::XMouseMotionListener > &xListener) override |
virtual void SAL_CALL | removePaintListener (const css::uno::Reference< css::awt::XPaintListener > &xListener) override |
virtual void SAL_CALL | draw (sal_Int32 nX, sal_Int32 nY) override |
virtual sal_Bool SAL_CALL | setGraphics (const css::uno::Reference< css::awt::XGraphics > &xDevice) override |
virtual void SAL_CALL | setZoom (float fZoomX, float fZoomY) override |
virtual css::uno::Reference< css::awt::XGraphics > SAL_CALL | getGraphics () override |
virtual css::awt::Size SAL_CALL | getSize () override |
virtual void SAL_CALL | disposing (const css::lang::EventObject &rSource) override |
virtual void SAL_CALL | windowPaint (const css::awt::PaintEvent &rEvent) override |
virtual void SAL_CALL | windowResized (const css::awt::WindowEvent &aEvent) override |
virtual void SAL_CALL | windowMoved (const css::awt::WindowEvent &aEvent) override |
virtual void SAL_CALL | windowShown (const css::lang::EventObject &aEvent) override |
virtual void SAL_CALL | windowHidden (const css::lang::EventObject &aEvent) override |
![]() | |
OComponentHelper (::osl::Mutex &rMutex) | |
virtual | ~OComponentHelper () SAL_OVERRIDE |
virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) SAL_OVERRIDE |
virtual css::uno::Any SAL_CALL | queryAggregation (css::uno::Type const &rType) SAL_OVERRIDE |
![]() | |
OWeakAggObject () | |
![]() | |
OWeakObject () | |
OWeakObject (const OWeakObject &) | |
OWeakObject &SAL_CALL | operator= (const OWeakObject &) |
virtual css::uno::Reference< css::uno::XAdapter > SAL_CALL | queryAdapter () SAL_OVERRIDE |
SAL_CALL | operator css::uno::Reference< css::uno::XInterface > () |
Protected Member Functions | |
const css::uno::Reference< css::uno::XComponentContext > & | impl_getComponentContext () const |
const css::uno::Reference< css::awt::XWindow > & | impl_getPeerWindow () const |
const css::uno::Reference< css::awt::XGraphics > & | impl_getGraphicsPeer () const |
sal_Int32 | impl_getWidth () const |
sal_Int32 | impl_getHeight () const |
virtual css::awt::WindowDescriptor | impl_getWindowDescriptor (const css::uno::Reference< css::awt::XWindowPeer > &xParentPeer) |
virtual void | impl_paint (sal_Int32 nX, sal_Int32 nY, const css::uno::Reference< css::awt::XGraphics > &xGraphics) |
virtual void | impl_recalcLayout (const css::awt::WindowEvent &aEvent) |
const css::uno::Reference< css::uno::XInterface > & | impl_getDelegator () const |
![]() | |
virtual void SAL_CALL | disposing () |
![]() | |
virtual | ~OWeakAggObject () SAL_OVERRIDE |
![]() | |
virtual | ~OWeakObject () COVERITY_NOEXCEPT_FALSE |
void | disposeWeakConnectionPoint () |
Private Member Functions | |
OMRCListenerMultiplexerHelper * | impl_getMultiplexer () |
Private Attributes | |
css::uno::Reference< css::uno::XComponentContext > | m_xComponentContext |
css::uno::Reference< css::uno::XInterface > | m_xDelegator |
rtl::Reference< OMRCListenerMultiplexerHelper > | m_xMultiplexer |
css::uno::Reference< css::uno::XInterface > | m_xContext |
css::uno::Reference< css::awt::XWindowPeer > | m_xPeer |
css::uno::Reference< css::awt::XWindow > | m_xPeerWindow |
css::uno::Reference< css::awt::XGraphics > | m_xGraphicsView |
css::uno::Reference< css::awt::XGraphics > | m_xGraphicsPeer |
sal_Int32 | m_nX |
sal_Int32 | m_nY |
sal_Int32 | m_nWidth |
sal_Int32 | m_nHeight |
bool | m_bVisible |
bool | m_bInDesignMode |
bool | m_bEnable |
Additional Inherited Members | |
![]() | |
mutable::osl::Mutex | m_aMutex |
![]() | |
css::uno::WeakReferenceHelper | xDelegator |
![]() | |
oslInterlockedCount | m_refCount |
Definition at line 42 of file basecontrol.hxx.
unocontrols::BaseControl::BaseControl | ( | const css::uno::Reference< css::uno::XComponentContext > & | rxContext | ) |
Definition at line 51 of file basecontrol.cxx.
References m_aMutex, and m_xComponentContext.
|
overridevirtual |
Definition at line 64 of file basecontrol.cxx.
|
overridevirtualnoexcept |
increment refcount XInterface release() A RuntimeException is thrown.
Reimplemented from cppu::OComponentHelper.
Reimplemented in unocontrols::ProgressMonitor, unocontrols::StatusIndicator, unocontrols::ProgressBar, and unocontrols::FrameControl.
Definition at line 90 of file basecontrol.cxx.
Referenced by unocontrols::FrameControl::acquire(), unocontrols::ProgressBar::acquire(), unocontrols::StatusIndicator::acquire(), and unocontrols::ProgressMonitor::acquire().
|
overridevirtual |
Reimplemented from cppu::OComponentHelper.
Definition at line 239 of file basecontrol.cxx.
References cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 484 of file basecontrol.cxx.
References unocontrols::OMRCListenerMultiplexerHelper::advise(), and impl_getMultiplexer().
|
overridevirtual |
Definition at line 491 of file basecontrol.cxx.
References unocontrols::OMRCListenerMultiplexerHelper::advise(), and impl_getMultiplexer().
|
overridevirtual |
Definition at line 498 of file basecontrol.cxx.
References unocontrols::OMRCListenerMultiplexerHelper::advise(), and impl_getMultiplexer().
|
overridevirtual |
Definition at line 505 of file basecontrol.cxx.
References unocontrols::OMRCListenerMultiplexerHelper::advise(), and impl_getMultiplexer().
|
overridevirtual |
Definition at line 512 of file basecontrol.cxx.
References unocontrols::OMRCListenerMultiplexerHelper::advise(), and impl_getMultiplexer().
Referenced by createPeer().
|
overridevirtual |
Definition at line 477 of file basecontrol.cxx.
References unocontrols::OMRCListenerMultiplexerHelper::advise(), and impl_getMultiplexer().
Referenced by createPeer().
|
overridevirtual |
Reimplemented in unocontrols::ProgressMonitor, unocontrols::StatusIndicator, unocontrols::FrameControl, and unocontrols::BaseContainerControl.
Definition at line 257 of file basecontrol.cxx.
References addPaintListener(), addWindowListener(), impl_getWindowDescriptor(), cppu::BaseMutex::m_aMutex, m_bEnable, m_bInDesignMode, m_bVisible, m_nHeight, m_nWidth, m_nX, m_nY, m_xComponentContext, m_xGraphicsPeer, m_xMultiplexer, m_xPeer, and m_xPeerWindow.
Referenced by unocontrols::BaseContainerControl::createPeer(), and unocontrols::FrameControl::createPeer().
Reimplemented from cppu::OComponentHelper.
Reimplemented in unocontrols::ProgressMonitor, unocontrols::StatusIndicator, unocontrols::FrameControl, and unocontrols::BaseContainerControl.
Definition at line 194 of file basecontrol.cxx.
References cppu::BaseMutex::m_aMutex, m_xContext, m_xGraphicsPeer, m_xGraphicsView, m_xMultiplexer, m_xPeer, m_xPeerWindow, removePaintListener(), and removeWindowListener().
Referenced by unocontrols::BaseContainerControl::dispose(), and unocontrols::FrameControl::dispose().
|
overridevirtual |
Reimplemented in unocontrols::BaseContainerControl.
Definition at line 621 of file basecontrol.cxx.
References cppu::BaseMutex::m_aMutex, m_xGraphicsPeer, m_xGraphicsView, removePaintListener(), and removeWindowListener().
|
overridevirtual |
Definition at line 561 of file basecontrol.cxx.
References impl_paint(), cppu::BaseMutex::m_aMutex, and m_xGraphicsView.
|
overridevirtual |
Definition at line 333 of file basecontrol.cxx.
References cppu::BaseMutex::m_aMutex, and m_xContext.
Referenced by unocontrols::BaseContainerControl::setStatusText(), and unocontrols::BaseContainerControl::setVisible().
|
overridevirtual |
Reimplemented in unocontrols::FrameControl.
Definition at line 603 of file basecontrol.cxx.
References cppu::BaseMutex::m_aMutex, and m_xGraphicsView.
|
overridevirtual |
get implementation id This ID is necessary for UNO-caching.
If there no ID, cache is disabled. Another way, cache is enabled.
XTypeProvider
A RuntimeException is thrown.
Implements cppu::OComponentHelper.
Definition at line 128 of file basecontrol.cxx.
|
overridevirtual |
Reimplemented in unocontrols::FrameControl.
Definition at line 173 of file basecontrol.cxx.
|
overridepure virtual |
|
overridevirtual |
Definition at line 342 of file basecontrol.cxx.
References cppu::BaseMutex::m_aMutex, and m_xPeer.
Referenced by unocontrols::BaseContainerControl::addControl(), unocontrols::BaseContainerControl::createPeer(), unocontrols::FrameControl::createPeer(), unocontrols::StatusIndicator::createPeer(), unocontrols::ProgressMonitor::createPeer(), unocontrols::FrameControl::setFastPropertyValue_NoBroadcast(), unocontrols::StatusIndicator::setPosSize(), and unocontrols::ProgressMonitor::setPosSize().
|
overridevirtual |
Definition at line 468 of file basecontrol.cxx.
References cppu::BaseMutex::m_aMutex, m_nHeight, m_nWidth, m_nX, m_nY, and Rectangle.
Referenced by unocontrols::BaseContainerControl::impl_getWindowDescriptor(), unocontrols::StatusIndicator::impl_getWindowDescriptor(), unocontrols::FrameControl::impl_getWindowDescriptor(), impl_getWindowDescriptor(), unocontrols::ProgressBar::setPosSize(), unocontrols::StatusIndicator::setPosSize(), and unocontrols::ProgressMonitor::setPosSize().
|
overridevirtual |
Definition at line 612 of file basecontrol.cxx.
References cppu::BaseMutex::m_aMutex, m_nHeight, and m_nWidth.
|
overridevirtual |
Reimplemented in unocontrols::FrameControl.
Definition at line 187 of file basecontrol.cxx.
|
overridevirtual |
get information about supported interfaces XTypeProvider
A RuntimeException is thrown.
Reimplemented from cppu::OComponentHelper.
Reimplemented in unocontrols::ProgressMonitor, unocontrols::StatusIndicator, unocontrols::ProgressBar, unocontrols::BaseContainerControl, and unocontrols::FrameControl.
Definition at line 112 of file basecontrol.cxx.
Referenced by unocontrols::FrameControl::getTypes(), unocontrols::BaseContainerControl::getTypes(), and unocontrols::ProgressBar::getTypes().
|
overridevirtual |
Definition at line 351 of file basecontrol.cxx.
References cppu::BaseMutex::m_aMutex.
|
inlineprotected |
Definition at line 280 of file basecontrol.hxx.
References m_xComponentContext.
Referenced by unocontrols::FrameControl::impl_createFrame().
|
inlineprotected |
Definition at line 300 of file basecontrol.hxx.
References m_xDelegator.
Referenced by unocontrols::FrameControl::queryInterface(), unocontrols::ProgressBar::queryInterface(), unocontrols::BaseContainerControl::queryInterface(), unocontrols::StatusIndicator::queryInterface(), and unocontrols::ProgressMonitor::queryInterface().
|
inlineprotected |
Definition at line 284 of file basecontrol.hxx.
References m_xGraphicsPeer.
Referenced by unocontrols::ProgressMonitor::impl_recalcLayout(), unocontrols::ProgressBar::setBackgroundColor(), unocontrols::ProgressBar::setForegroundColor(), unocontrols::ProgressBar::setPosSize(), unocontrols::StatusIndicator::setPosSize(), unocontrols::ProgressMonitor::setPosSize(), and unocontrols::ProgressBar::setValue().
|
inlineprotected |
Definition at line 288 of file basecontrol.hxx.
References m_nHeight.
Referenced by unocontrols::ProgressBar::impl_paint(), unocontrols::StatusIndicator::impl_paint(), unocontrols::ProgressMonitor::impl_paint(), unocontrols::ProgressMonitor::impl_recalcLayout(), unocontrols::ProgressBar::impl_recalcRange(), and unocontrols::StatusIndicator::start().
|
private |
Definition at line 737 of file basecontrol.cxx.
References m_xMultiplexer, and m_xPeerWindow.
Referenced by addFocusListener(), addKeyListener(), addMouseListener(), addMouseMotionListener(), addPaintListener(), addWindowListener(), removeFocusListener(), removeKeyListener(), removeMouseListener(), removeMouseMotionListener(), removePaintListener(), and removeWindowListener().
|
inlineprotected |
Definition at line 282 of file basecontrol.hxx.
References m_xPeerWindow.
Referenced by unocontrols::FrameControl::createPeer(), and unocontrols::StatusIndicator::impl_paint().
|
inlineprotected |
Definition at line 286 of file basecontrol.hxx.
References m_nWidth.
Referenced by unocontrols::StatusIndicator::getPreferredSize(), unocontrols::ProgressBar::impl_paint(), unocontrols::StatusIndicator::impl_paint(), unocontrols::ProgressMonitor::impl_paint(), unocontrols::ProgressMonitor::impl_recalcLayout(), unocontrols::ProgressBar::impl_recalcRange(), and unocontrols::StatusIndicator::start().
|
protectedvirtual |
Reimplemented in unocontrols::FrameControl, unocontrols::StatusIndicator, and unocontrols::BaseContainerControl.
Definition at line 698 of file basecontrol.cxx.
References getPosSize().
Referenced by createPeer().
|
protectedvirtual |
Reimplemented in unocontrols::ProgressMonitor, unocontrols::StatusIndicator, unocontrols::BaseContainerControl, and unocontrols::ProgressBar.
Definition at line 718 of file basecontrol.cxx.
Referenced by draw(), and windowPaint().
|
protectedvirtual |
Reimplemented in unocontrols::StatusIndicator.
Definition at line 729 of file basecontrol.cxx.
Referenced by windowMoved(), and windowResized().
|
overridevirtual |
Definition at line 360 of file basecontrol.cxx.
References cppu::BaseMutex::m_aMutex, and m_bInDesignMode.
|
overridevirtual |
Definition at line 369 of file basecontrol.cxx.
|
overridevirtual |
Reimplemented from cppu::OWeakAggObject.
Reimplemented in unocontrols::ProgressMonitor, unocontrols::StatusIndicator, unocontrols::ProgressBar, unocontrols::BaseContainerControl, and unocontrols::FrameControl.
Definition at line 144 of file basecontrol.cxx.
References Any, and cppu::queryInterface().
Referenced by unocontrols::FrameControl::queryAggregation(), unocontrols::BaseContainerControl::queryAggregation(), unocontrols::ProgressBar::queryAggregation(), unocontrols::StatusIndicator::queryAggregation(), unocontrols::ProgressMonitor::queryAggregation(), and queryInterface().
|
overridevirtual |
give answer, if interface is supported The interfaces are searched by type.
rType | is the type of searched interface. |
A RuntimeException is thrown.
Reimplemented from cppu::OWeakAggObject.
Reimplemented in unocontrols::ProgressMonitor, unocontrols::StatusIndicator, unocontrols::BaseContainerControl, unocontrols::ProgressBar, and unocontrols::FrameControl.
Definition at line 70 of file basecontrol.cxx.
References Any, m_xDelegator, and queryAggregation().
|
overridevirtualnoexcept |
decrement refcount XInterface acquire() A RuntimeException is thrown.
Reimplemented from cppu::OComponentHelper.
Reimplemented in unocontrols::ProgressMonitor, unocontrols::StatusIndicator, unocontrols::ProgressBar, and unocontrols::FrameControl.
Definition at line 101 of file basecontrol.cxx.
Referenced by unocontrols::FrameControl::release(), unocontrols::ProgressBar::release(), unocontrols::StatusIndicator::release(), and unocontrols::ProgressMonitor::release().
|
overridevirtual |
Reimplemented from cppu::OComponentHelper.
Definition at line 248 of file basecontrol.cxx.
References cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 526 of file basecontrol.cxx.
References impl_getMultiplexer(), and unocontrols::OMRCListenerMultiplexerHelper::unadvise().
|
overridevirtual |
Definition at line 533 of file basecontrol.cxx.
References impl_getMultiplexer(), and unocontrols::OMRCListenerMultiplexerHelper::unadvise().
|
overridevirtual |
Definition at line 540 of file basecontrol.cxx.
References impl_getMultiplexer(), and unocontrols::OMRCListenerMultiplexerHelper::unadvise().
|
overridevirtual |
Definition at line 547 of file basecontrol.cxx.
References impl_getMultiplexer(), and unocontrols::OMRCListenerMultiplexerHelper::unadvise().
|
overridevirtual |
Definition at line 554 of file basecontrol.cxx.
References impl_getMultiplexer(), and unocontrols::OMRCListenerMultiplexerHelper::unadvise().
Referenced by dispose(), and disposing().
|
overridevirtual |
Definition at line 519 of file basecontrol.cxx.
References impl_getMultiplexer(), and unocontrols::OMRCListenerMultiplexerHelper::unadvise().
Referenced by dispose(), and disposing().
|
overridevirtual |
Definition at line 315 of file basecontrol.cxx.
References cppu::BaseMutex::m_aMutex, and m_xContext.
|
overridevirtual |
Reimplemented from cppu::OWeakAggObject.
Definition at line 135 of file basecontrol.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegator.
Definition at line 324 of file basecontrol.cxx.
References cppu::BaseMutex::m_aMutex, and m_bInDesignMode.
Definition at line 438 of file basecontrol.cxx.
References cppu::BaseMutex::m_aMutex, m_bEnable, and m_xPeerWindow.
|
overridevirtual |
Definition at line 455 of file basecontrol.cxx.
References cppu::BaseMutex::m_aMutex, and m_xPeerWindow.
|
overridevirtual |
Reimplemented in unocontrols::FrameControl.
Definition at line 575 of file basecontrol.cxx.
References cppu::BaseMutex::m_aMutex, and m_xGraphicsView.
|
overridepure virtual |
|
overridevirtual |
Reimplemented in unocontrols::ProgressMonitor, unocontrols::StatusIndicator, and unocontrols::ProgressBar.
Definition at line 376 of file basecontrol.cxx.
References cppu::BaseMutex::m_aMutex, m_nHeight, m_nWidth, m_nX, m_nY, and m_xPeerWindow.
Referenced by unocontrols::ProgressBar::setPosSize(), unocontrols::StatusIndicator::setPosSize(), and unocontrols::ProgressMonitor::setPosSize().
Reimplemented in unocontrols::BaseContainerControl.
Definition at line 421 of file basecontrol.cxx.
References cppu::BaseMutex::m_aMutex, m_bVisible, and m_xPeerWindow.
Referenced by unocontrols::BaseContainerControl::setVisible().
|
overridevirtual |
Definition at line 595 of file basecontrol.cxx.
|
overridevirtual |
Definition at line 180 of file basecontrol.cxx.
References cppu::supportsService().
|
overridevirtual |
Definition at line 692 of file basecontrol.cxx.
|
overridevirtual |
Definition at line 671 of file basecontrol.cxx.
References impl_recalcLayout(), cppu::BaseMutex::m_aMutex, m_nHeight, and m_nWidth.
|
overridevirtual |
Definition at line 643 of file basecontrol.cxx.
References impl_paint(), cppu::BaseMutex::m_aMutex, and m_xGraphicsPeer.
|
overridevirtual |
Definition at line 656 of file basecontrol.cxx.
References impl_recalcLayout(), cppu::BaseMutex::m_aMutex, m_nHeight, and m_nWidth.
|
overridevirtual |
Definition at line 686 of file basecontrol.cxx.
|
private |
Definition at line 319 of file basecontrol.hxx.
Referenced by createPeer(), and setEnable().
|
private |
Definition at line 318 of file basecontrol.hxx.
Referenced by createPeer(), isDesignMode(), and setDesignMode().
|
private |
Definition at line 317 of file basecontrol.hxx.
Referenced by createPeer(), and setVisible().
|
private |
Definition at line 316 of file basecontrol.hxx.
Referenced by createPeer(), getPosSize(), getSize(), impl_getHeight(), setPosSize(), windowMoved(), and windowResized().
|
private |
Definition at line 315 of file basecontrol.hxx.
Referenced by createPeer(), getPosSize(), getSize(), impl_getWidth(), setPosSize(), windowMoved(), and windowResized().
|
private |
Definition at line 313 of file basecontrol.hxx.
Referenced by createPeer(), getPosSize(), and setPosSize().
|
private |
Definition at line 314 of file basecontrol.hxx.
Referenced by createPeer(), getPosSize(), and setPosSize().
|
private |
Definition at line 305 of file basecontrol.hxx.
Referenced by createPeer(), and impl_getComponentContext().
|
private |
Definition at line 308 of file basecontrol.hxx.
Referenced by dispose(), getContext(), and setContext().
|
private |
Definition at line 306 of file basecontrol.hxx.
Referenced by impl_getDelegator(), queryInterface(), and setDelegator().
|
private |
Definition at line 312 of file basecontrol.hxx.
Referenced by createPeer(), dispose(), disposing(), impl_getGraphicsPeer(), and windowPaint().
|
private |
Definition at line 311 of file basecontrol.hxx.
Referenced by dispose(), disposing(), draw(), getGraphics(), and setGraphics().
|
private |
Definition at line 307 of file basecontrol.hxx.
Referenced by createPeer(), dispose(), and impl_getMultiplexer().
|
private |
Definition at line 309 of file basecontrol.hxx.
Referenced by createPeer(), dispose(), and getPeer().
|
private |
Definition at line 310 of file basecontrol.hxx.
Referenced by createPeer(), dispose(), impl_getMultiplexer(), impl_getPeerWindow(), setEnable(), setFocus(), setPosSize(), and setVisible().