LibreOffice Module toolkit (master) 1
Protected Member Functions | List of all members
UnoControlBase Class Reference

#include <unocontrolbase.hxx>

Inheritance diagram for UnoControlBase:
[legend]
Collaboration diagram for UnoControlBase:
[legend]

Protected Member Functions

 UnoControlBase ()
 
bool ImplHasProperty (sal_uInt16 nProp)
 
bool ImplHasProperty (const OUString &aPropertyName)
 
void ImplSetPropertyValue (const OUString &aPropertyName, const css::uno::Any &aValue, bool bUpdateThis)
 
void ImplSetPropertyValues (const css::uno::Sequence< OUString > &aPropertyNames, const css::uno::Sequence< css::uno::Any > &aValues, bool bUpdateThis)
 
css::uno::Any ImplGetPropertyValue (const OUString &aPropertyName) const
 
template<typename T >
ImplGetPropertyValuePOD (sal_uInt16 nProp)
 
template<typename T >
ImplGetPropertyValueClass (sal_uInt16 nProp)
 
bool ImplGetPropertyValue_BOOL (sal_uInt16 nProp)
 
sal_Int16 ImplGetPropertyValue_INT16 (sal_uInt16 nProp)
 
sal_Int32 ImplGetPropertyValue_INT32 (sal_uInt16 nProp)
 
double ImplGetPropertyValue_DOUBLE (sal_uInt16 nProp)
 
OUString ImplGetPropertyValue_UString (sal_uInt16 nProp)
 
css::util::Date ImplGetPropertyValue_Date (sal_uInt16 nProp)
 
css::util::Time ImplGetPropertyValue_Time (sal_uInt16 nProp)
 
css::awt::Size Impl_getMinimumSize ()
 
css::awt::Size Impl_getPreferredSize ()
 
css::awt::Size Impl_calcAdjustedSize (const css::awt::Size &rNewSize)
 
css::awt::Size Impl_getMinimumSize (sal_Int16 nCols, sal_Int16 nLines)
 
void Impl_getColumnsAndLines (sal_Int16 &nCols, sal_Int16 &nLines)
 
- Protected Member Functions inherited from UnoControl
::osl::Mutex & GetMutex ()
 
css::uno::Reference< css::awt::XWindow > getParentPeer () const
 
virtual void updateFromModel ()
 
void peerCreated ()
 
bool ImplCheckLocalize (OUString &_rPossiblyLocalizable)
 
css::uno::Reference< css::awt::XVclWindowPeer > ImplGetCompatiblePeer ()
 
virtual void ImplSetPeerProperty (const OUString &rPropName, const css::uno::Any &rVal)
 
virtual void PrepareWindowDescriptor (css::awt::WindowDescriptor &rDesc)
 
virtual void ImplModelPropertiesChanged (const css::uno::Sequence< css::beans::PropertyChangeEvent > &rEvents)
 
void ImplLockPropertyChangeNotification (const OUString &rPropertyName, bool bLock)
 
void ImplLockPropertyChangeNotifications (const css::uno::Sequence< OUString > &rPropertyNames, bool bLock)
 
void DisposeAccessibleContext (css::uno::Reference< css::lang::XComponent > const &xContext)
 
void setPeer (const css::uno::Reference< css::awt::XVclWindowPeer > &_xPeer)
 
virtual bool requiresNewPeer (const OUString &_rPropertyName) const
 
void SAL_CALL propertiesChange (const css::uno::Sequence< css::beans::PropertyChangeEvent > &evt) override
 
- Protected Member Functions inherited from cppu::OWeakAggObject
virtual ~OWeakAggObject () SAL_OVERRIDE
 
- Protected Member Functions inherited from cppu::OWeakObject
virtual ~OWeakObject () COVERITY_NOEXCEPT_FALSE
 
void disposeWeakConnectionPoint ()
 

Additional Inherited Members

- Public Member Functions inherited from UnoControl
 UnoControl ()
 
virtual ~UnoControl () override
 
UnoControlComponentInfosGetComponentInfos ()
 
virtual OUString GetComponentServiceName () const
 
css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId () override
 
void SAL_CALL dispose () override
 
void SAL_CALL addEventListener (const css::uno::Reference< css::lang::XEventListener > &xListener) override
 
void SAL_CALL removeEventListener (const css::uno::Reference< css::lang::XEventListener > &aListener) override
 
void SAL_CALL disposing (const css::lang::EventObject &Source) override
 
virtual void SAL_CALL setOutputSize (const css::awt::Size &aSize) override
 
virtual css::awt::Size SAL_CALL getOutputSize () override
 
virtual sal_Bool SAL_CALL isVisible () override
 
virtual sal_Bool SAL_CALL isActive () override
 
virtual sal_Bool SAL_CALL isEnabled () override
 
virtual sal_Bool SAL_CALL hasFocus () override
 
void SAL_CALL setPosSize (sal_Int32 X, sal_Int32 Y, sal_Int32 Width, sal_Int32 Height, sal_Int16 Flags) override
 
css::awt::Rectangle SAL_CALL getPosSize () override
 
void SAL_CALL setVisible (sal_Bool Visible) override
 
void SAL_CALL setEnable (sal_Bool Enable) override
 
void SAL_CALL setFocus () override
 
void SAL_CALL addWindowListener (const css::uno::Reference< css::awt::XWindowListener > &xListener) override
 
void SAL_CALL removeWindowListener (const css::uno::Reference< css::awt::XWindowListener > &xListener) override
 
void SAL_CALL addFocusListener (const css::uno::Reference< css::awt::XFocusListener > &xListener) override
 
void SAL_CALL removeFocusListener (const css::uno::Reference< css::awt::XFocusListener > &xListener) override
 
void SAL_CALL addKeyListener (const css::uno::Reference< css::awt::XKeyListener > &xListener) override
 
void SAL_CALL removeKeyListener (const css::uno::Reference< css::awt::XKeyListener > &xListener) override
 
void SAL_CALL addMouseListener (const css::uno::Reference< css::awt::XMouseListener > &xListener) override
 
void SAL_CALL removeMouseListener (const css::uno::Reference< css::awt::XMouseListener > &xListener) override
 
void SAL_CALL addMouseMotionListener (const css::uno::Reference< css::awt::XMouseMotionListener > &xListener) override
 
void SAL_CALL removeMouseMotionListener (const css::uno::Reference< css::awt::XMouseMotionListener > &xListener) override
 
void SAL_CALL addPaintListener (const css::uno::Reference< css::awt::XPaintListener > &xListener) override
 
void SAL_CALL removePaintListener (const css::uno::Reference< css::awt::XPaintListener > &xListener) override
 
sal_Bool SAL_CALL setGraphics (const css::uno::Reference< css::awt::XGraphics > &aDevice) override
 
css::uno::Reference< css::awt::XGraphics > SAL_CALL getGraphics () override
 
css::awt::Size SAL_CALL getSize () override
 
void SAL_CALL draw (sal_Int32 nX, sal_Int32 nY) override
 
void SAL_CALL setZoom (float fZoomX, float fZoomY) override
 
void SAL_CALL setContext (const css::uno::Reference< css::uno::XInterface > &Context) override
 
css::uno::Reference< css::uno::XInterface > SAL_CALL getContext () override
 
void SAL_CALL createPeer (const css::uno::Reference< css::awt::XToolkit > &Toolkit, const css::uno::Reference< css::awt::XWindowPeer > &Parent) override
 
css::uno::Reference< css::awt::XWindowPeer > SAL_CALL getPeer () override
 
sal_Bool SAL_CALL setModel (const css::uno::Reference< css::awt::XControlModel > &Model) override
 
css::uno::Reference< css::awt::XControlModel > SAL_CALL getModel () override
 
css::uno::Reference< css::awt::XView > SAL_CALL getView () override
 
void SAL_CALL setDesignMode (sal_Bool bOn) override
 
sal_Bool SAL_CALL isDesignMode () override
 
sal_Bool SAL_CALL isTransparent () override
 
OUString SAL_CALL getImplementationName () override
 
sal_Bool SAL_CALL supportsService (const OUString &ServiceName) override
 
css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 
virtual css::uno::Reference< css::accessibility::XAccessibleContext > SAL_CALL getAccessibleContext () override
 
virtual void SAL_CALL addModeChangeListener (const css::uno::Reference< css::util::XModeChangeListener > &_rxListener) override
 
virtual void SAL_CALL removeModeChangeListener (const css::uno::Reference< css::util::XModeChangeListener > &_rxListener) override
 
virtual void SAL_CALL addModeChangeApproveListener (const css::uno::Reference< css::util::XModeChangeApproveListener > &_rxListener) override
 
virtual void SAL_CALL removeModeChangeApproveListener (const css::uno::Reference< css::util::XModeChangeApproveListener > &_rxListener) override
 
virtual css::awt::Point SAL_CALL convertPointToLogic (const css::awt::Point &Point, ::sal_Int16 TargetUnit) override
 
virtual css::awt::Point SAL_CALL convertPointToPixel (const css::awt::Point &aPoint, ::sal_Int16 SourceUnit) override
 
virtual css::awt::Size SAL_CALL convertSizeToLogic (const css::awt::Size &aSize, ::sal_Int16 TargetUnit) override
 
virtual css::awt::Size SAL_CALL convertSizeToPixel (const css::awt::Size &aSize, ::sal_Int16 SourceUnit) override
 
virtual css::uno::Reference< css::awt::XStyleSettings > SAL_CALL getStyleSettings () override
 
css::uno::Reference< css::awt::XVclWindowPeer > getVclWindowPeer ()
 
- Public Member Functions inherited from cppu::WeakAggImplHelper9< class Ifc1, class Ifc2, class Ifc3, class Ifc4, class Ifc5, class Ifc6, class Ifc7, class Ifc8, class Ifc9 >
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
 
virtual void SAL_CALL acquire () SAL_NOEXCEPT SAL_OVERRIDE
 
virtual void SAL_CALL release () SAL_NOEXCEPT SAL_OVERRIDE
 
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes () SAL_OVERRIDE
 
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId () SAL_OVERRIDE
 
- Public Member Functions inherited from cppu::OWeakAggObject
 OWeakAggObject ()
 
virtual void SAL_CALL acquire () SAL_NOEXCEPT SAL_OVERRIDE
 
virtual void SAL_CALL release () SAL_NOEXCEPT SAL_OVERRIDE
 
virtual css::uno::Any SAL_CALL queryInterface (const css::uno::Type &rType) SAL_OVERRIDE
 
virtual void SAL_CALL setDelegator (const css::uno::Reference< css::uno::XInterface > &Delegator) SAL_OVERRIDE
 
virtual css::uno::Any SAL_CALL queryAggregation (const css::uno::Type &rType) SAL_OVERRIDE
 
- Public Member Functions inherited from cppu::OWeakObject
 OWeakObject ()
 
 OWeakObject (const OWeakObject &)
 
OWeakObject &SAL_CALL operator= (const OWeakObject &)
 
virtual css::uno::Any SAL_CALL queryInterface (const css::uno::Type &rType) SAL_OVERRIDE
 
virtual void SAL_CALL acquire () SAL_NOEXCEPT SAL_OVERRIDE
 
virtual void SAL_CALL release () SAL_NOEXCEPT SAL_OVERRIDE
 
virtual css::uno::Reference< css::uno::XAdapter > SAL_CALL queryAdapter () SAL_OVERRIDE
 
SAL_CALL operator css::uno::Reference< css::uno::XInterface > ()
 
- Protected Attributes inherited from UnoControl
EventListenerMultiplexer maDisposeListeners
 
WindowListenerMultiplexer maWindowListeners
 
FocusListenerMultiplexer maFocusListeners
 
KeyListenerMultiplexer maKeyListeners
 
MouseListenerMultiplexer maMouseListeners
 
MouseMotionListenerMultiplexer maMouseMotionListeners
 
PaintListenerMultiplexer maPaintListeners
 
::comphelper::OInterfaceContainerHelper3< css::util::XModeChangeListener > maModeChangeListeners
 
css::uno::Reference< css::uno::XInterface > mxContext
 
css::uno::Reference< css::awt::XControlModel > mxModel
 
css::uno::Reference< css::awt::XGraphics > mxGraphics
 
css::uno::WeakReferenceHelper maAccessibleContext
 
bool mbDisposePeer
 our most recent XAccessibleContext instance More...
 
bool mbRefreshingPeer
 
bool mbCreatingPeer
 
bool mbCreatingCompatiblePeer
 
bool mbDesignMode
 
UnoControlComponentInfos maComponentInfos
 
std::unique_ptr< UnoControl_DatampData
 
- Protected Attributes inherited from cppu::OWeakAggObject
css::uno::WeakReferenceHelper xDelegator
 
- Protected Attributes inherited from cppu::OWeakObject
oslInterlockedCount m_refCount
 

Detailed Description

Definition at line 32 of file unocontrolbase.hxx.

Constructor & Destructor Documentation

◆ UnoControlBase()

UnoControlBase::UnoControlBase ( )
inlineprotected

Definition at line 35 of file unocontrolbase.hxx.

Member Function Documentation

◆ Impl_calcAdjustedSize()

css::awt::Size UnoControlBase::Impl_calcAdjustedSize ( const css::awt::Size &  rNewSize)
protected

◆ Impl_getColumnsAndLines()

void UnoControlBase::Impl_getColumnsAndLines ( sal_Int16 &  nCols,
sal_Int16 &  nLines 
)
protected

◆ Impl_getMinimumSize() [1/2]

css::awt::Size UnoControlBase::Impl_getMinimumSize ( )
protected

◆ Impl_getMinimumSize() [2/2]

css::awt::Size UnoControlBase::Impl_getMinimumSize ( sal_Int16  nCols,
sal_Int16  nLines 
)
protected

◆ Impl_getPreferredSize()

css::awt::Size UnoControlBase::Impl_getPreferredSize ( )
protected

◆ ImplGetPropertyValue()

css::uno::Any UnoControlBase::ImplGetPropertyValue ( const OUString &  aPropertyName) const
protected

◆ ImplGetPropertyValue_BOOL()

bool UnoControlBase::ImplGetPropertyValue_BOOL ( sal_uInt16  nProp)
protected

Definition at line 134 of file unocontrolbase.cxx.

◆ ImplGetPropertyValue_Date()

util::Date UnoControlBase::ImplGetPropertyValue_Date ( sal_uInt16  nProp)
protected

Definition at line 159 of file unocontrolbase.cxx.

◆ ImplGetPropertyValue_DOUBLE()

double UnoControlBase::ImplGetPropertyValue_DOUBLE ( sal_uInt16  nProp)
protected

Definition at line 149 of file unocontrolbase.cxx.

◆ ImplGetPropertyValue_INT16()

sal_Int16 UnoControlBase::ImplGetPropertyValue_INT16 ( sal_uInt16  nProp)
protected

Definition at line 139 of file unocontrolbase.cxx.

◆ ImplGetPropertyValue_INT32()

sal_Int32 UnoControlBase::ImplGetPropertyValue_INT32 ( sal_uInt16  nProp)
protected

Definition at line 144 of file unocontrolbase.cxx.

Referenced by UnoProgressBarControl::getValue().

◆ ImplGetPropertyValue_Time()

util::Time UnoControlBase::ImplGetPropertyValue_Time ( sal_uInt16  nProp)
protected

Definition at line 164 of file unocontrolbase.cxx.

◆ ImplGetPropertyValue_UString()

OUString UnoControlBase::ImplGetPropertyValue_UString ( sal_uInt16  nProp)
protected

◆ ImplGetPropertyValueClass()

template<typename T >
T UnoControlBase::ImplGetPropertyValueClass ( sal_uInt16  nProp)
protected

Definition at line 123 of file unocontrolbase.cxx.

References GetPropertyName(), ImplGetPropertyValue(), UnoControl::mxModel, and t.

◆ ImplGetPropertyValuePOD()

template<typename T >
T UnoControlBase::ImplGetPropertyValuePOD ( sal_uInt16  nProp)
protected

Definition at line 112 of file unocontrolbase.cxx.

References GetPropertyName(), ImplGetPropertyValue(), UnoControl::mxModel, and t.

◆ ImplHasProperty() [1/2]

bool UnoControlBase::ImplHasProperty ( const OUString &  aPropertyName)
protected

Definition at line 41 of file unocontrolbase.cxx.

References UnoControl::mxModel.

◆ ImplHasProperty() [2/2]

bool UnoControlBase::ImplHasProperty ( sal_uInt16  nProp)
protected

Definition at line 35 of file unocontrolbase.cxx.

References aPropName, GetPropertyName(), and ImplHasProperty().

Referenced by ImplHasProperty().

◆ ImplSetPropertyValue()

void UnoControlBase::ImplSetPropertyValue ( const OUString &  aPropertyName,
const css::uno::Any &  aValue,
bool  bUpdateThis 
)
protected

◆ ImplSetPropertyValues()

void UnoControlBase::ImplSetPropertyValues ( const css::uno::Sequence< OUString > &  aPropertyNames,
const css::uno::Sequence< css::uno::Any > &  aValues,
bool  bUpdateThis 
)
protected

The documentation for this class was generated from the following files: