LibreOffice Module forms (master) 1
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
frm::ONavigationBarModel Class Reference

#include <navigationbar.hxx>

Inheritance diagram for frm::ONavigationBarModel:
[legend]
Collaboration diagram for frm::ONavigationBarModel:
[legend]

Public Member Functions

 ONavigationBarModel (const css::uno::Reference< css::uno::XComponentContext > &_rxFactory)
 
 ONavigationBarModel (const ONavigationBarModel *_pOriginal, const css::uno::Reference< css::uno::XComponentContext > &_rxFactory)
 
virtual ~ONavigationBarModel () override
 
virtual css::uno::Any SAL_CALL queryAggregation (const css::uno::Type &_rType) override
 
virtual OUString SAL_CALL getImplementationName () override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 
virtual OUString SAL_CALL getServiceName () override
 
virtual void SAL_CALL write (const css::uno::Reference< css::io::XObjectOutputStream > &_rxOutStream) override
 
virtual void SAL_CALL read (const css::uno::Reference< css::io::XObjectInputStream > &_rxInStream) override
 
virtual void SAL_CALL getFastPropertyValue (css::uno::Any &rValue, sal_Int32 nHandle) const override
 
virtual sal_Bool SAL_CALL convertFastPropertyValue (css::uno::Any &rConvertedValue, css::uno::Any &rOldValue, sal_Int32 nHandle, const css::uno::Any &rValue) override
 
virtual void SAL_CALL setFastPropertyValue_NoBroadcast (sal_Int32 nHandle, const css::uno::Any &rValue) override
 
virtual css::uno::Any getPropertyDefaultByHandle (sal_Int32 nHandle) const override
 
virtual void describeFixedProperties (css::uno::Sequence< css::beans::Property > &_rProps) const override
 describes the properties provided by this class, or its respective derived class More...
 
virtual void SAL_CALL disposing () override
 
virtual void SAL_CALL disposing (const css::lang::EventObject &Source) override
 
virtual void SAL_CALL getFastPropertyValue (css::uno::Any &rValue, sal_Int32 nHandle) const override
 
- Public Member Functions inherited from frm::OControlModel
virtual css::uno::Any SAL_CALL queryAggregation (const css::uno::Type &_rType) override
 
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId () override
 
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes () override
 
virtual void SAL_CALL disposing () override
 
virtual OUString SAL_CALL getName () override
 
virtual void SAL_CALL setName (const OUString &aName) override
 
virtual sal_Bool SAL_CALL supportsService (const OUString &ServiceName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 
virtual OUString SAL_CALL getImplementationName () override=0
 
virtual OUString SAL_CALL getServiceName () override=0
 
virtual void SAL_CALL write (const css::uno::Reference< css::io::XObjectOutputStream > &_rxOutStream) override
 
virtual void SAL_CALL read (const css::uno::Reference< css::io::XObjectInputStream > &_rxInStream) override
 
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL getParent () override
 
virtual void SAL_CALL setParent (const css::uno::Reference< css::uno::XInterface > &Parent) override
 
virtual void SAL_CALL disposing (const css::lang::EventObject &Source) override
 
virtual void SAL_CALL getFastPropertyValue (css::uno::Any &rValue, sal_Int32 nHandle) const override
 
virtual sal_Bool SAL_CALL convertFastPropertyValue (css::uno::Any &_rConvertedValue, css::uno::Any &_rOldValue, sal_Int32 _nHandle, const css::uno::Any &_rValue) override
 
virtual void SAL_CALL setFastPropertyValue_NoBroadcast (sal_Int32 nHandle, const css::uno::Any &rValue) override
 
virtual css::beans::PropertyState getPropertyStateByHandle (sal_Int32 nHandle) override
 
virtual void setPropertyToDefaultByHandle (sal_Int32 nHandle) override
 
virtual css::uno::Any getPropertyDefaultByHandle (sal_Int32 nHandle) const override
 
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone () override=0
 
virtual void SAL_CALL addProperty (const OUString &Name, ::sal_Int16 Attributes, const css::uno::Any &DefaultValue) override
 
virtual void SAL_CALL removeProperty (const OUString &Name) override
 
virtual css::uno::Sequence< css::beans::PropertyValue > SAL_CALL getPropertyValues () override
 
virtual void SAL_CALL setPropertyValues (const css::uno::Sequence< css::beans::PropertyValue > &aProps) override
 
void lockInstance (LockAccess)
 
oslInterlockedCount unlockInstance (LockAccess)
 
void firePropertyChanges (const std::vector< sal_Int32 > &_rHandles, const std::vector< css::uno::Any > &_rOldValues, const std::vector< css::uno::Any > &_rNewValues, LockAccess)
 
::osl::Mutex & getInstanceMutex ()
 
- Public Member Functions inherited from cppu::OComponentHelper
 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
 
virtual void SAL_CALL acquire () SAL_NOEXCEPT SAL_OVERRIDE
 
virtual void SAL_CALL release () SAL_NOEXCEPT SAL_OVERRIDE
 
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId () SAL_OVERRIDE=0
 
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes () SAL_OVERRIDE
 
virtual void SAL_CALL dispose () SAL_OVERRIDE
 
virtual void SAL_CALL addEventListener (const css::uno::Reference< css::lang::XEventListener > &aListener) SAL_OVERRIDE
 
virtual void SAL_CALL removeEventListener (const css::uno::Reference< css::lang::XEventListener > &aListener) 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 > ()
 
- Public Member Functions inherited from cppu::ImplHelper7< class Ifc1, class Ifc2, class Ifc3, class Ifc4, class Ifc5, class Ifc6, class Ifc7 >
virtual css::uno::Any SAL_CALL queryInterface (css::uno::Type const &rType) 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
 
virtual ::osl::Mutex & getMutex ()=0
 
virtual void describeFixedAndAggregateProperties (css::uno::Sequence< css::beans::Property > &_out_rFixedProperties, css::uno::Sequence< css::beans::Property > &_out_rAggregateProperties) const =0
 
virtual css::uno::Reference< css::beans::XMultiPropertySet > getPropertiesInterface ()=0
 
- Public Member Functions inherited from cppu::ImplHelper1< class Ifc1 >
virtual css::uno::Any SAL_CALL queryInterface (css::uno::Type const &rType) 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
 

Protected Member Functions

virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone () override
 
- Protected Member Functions inherited from frm::OControlModel
const css::uno::Reference< css::uno::XComponentContext > & getContext () const
 
 OControlModel (const css::uno::Reference< css::uno::XComponentContext > &_rFactory, const OUString &_rUnoControlModelTypeName, const OUString &rDefault=OUString(), const bool _bSetDelegator=true)
 
 OControlModel (const OControlModel *_pOriginal, const css::uno::Reference< css::uno::XComponentContext > &_rFactory, const bool _bCloneAggregate=true, const bool _bSetDelegator=true)
 
virtual ~OControlModel () override
 
virtual void clonedFrom (const OControlModel *_pOriginal)
 to be called after an OBoundControlModel (a derivee, respectively) has been cloned More...
 
virtual css::uno::Sequence< css::uno::Type > _getTypes ()
 
void readHelpTextCompatibly (const css::uno::Reference< css::io::XObjectInputStream > &_rxInStream)
 
void writeHelpTextCompatibly (const css::uno::Reference< css::io::XObjectOutputStream > &_rxOutStream)
 
void doSetDelegator ()
 
void doResetDelegator ()
 
css::uno::Sequence< OUString > getAggregateServiceNames () const
 
virtual void writeAggregate (const css::uno::Reference< css::io::XObjectOutputStream > &_rxOutStream) const
 
virtual void readAggregate (const css::uno::Reference< css::io::XObjectInputStream > &_rxInStream)
 
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo () override
 
virtual cppu::IPropertyArrayHelper &SAL_CALL getInfoHelper () override
 
virtual void describeFixedProperties (css::uno::Sequence< css::beans::Property > &_rProps) const
 describes the properties provided by this class, or its respective derived class More...
 
virtual ::osl::Mutex & getMutex () override
 
virtual void describeFixedAndAggregateProperties (css::uno::Sequence< css::beans::Property > &_out_rFixedProperties, css::uno::Sequence< css::beans::Property > &_out_rAggregateProperties) const override
 
virtual css::uno::Reference< css::beans::XMultiPropertySet > getPropertiesInterface () override
 
virtual void describeAggregateProperties (css::uno::Sequence< css::beans::Property > &_rAggregateProps) const
 describes the properties of our aggregate More...
 
virtual void SAL_CALL disposing ()
 
- 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 ()
 
- Protected Member Functions inherited from cppu::ImplHelper7< class Ifc1, class Ifc2, class Ifc3, class Ifc4, class Ifc5, class Ifc6, class Ifc7 >
 ~ImplHelper7 () SAL_NOEXCEPT
 
- Protected Member Functions inherited from frm::IPropertyBagHelperContext
 ~IPropertyBagHelperContext ()
 
- Protected Member Functions inherited from frm::FontControlModel
const css::awt::FontDescriptor & getFont () const
 
void setFont (const css::awt::FontDescriptor &_rFont)
 
void setTextColor (Color _nColor)
 
void clearTextColor ()
 
bool hasTextColor () const
 
Color getTextColor () const
 
void setTextLineColor (Color _nColor)
 
void clearTextLineColor ()
 
bool hasTextLineColor () const
 
Color getTextLineColor () const
 
 FontControlModel (bool _bToolkitCompatibleDefaults)
 
 FontControlModel (const FontControlModel *_pOriginal)
 
void getFastPropertyValue (css::uno::Any &_rValue, sal_Int32 _nHandle) const
 
bool convertFastPropertyValue (css::uno::Any &_rConvertedValue, css::uno::Any &_rOldValue, sal_Int32 _nHandle, const css::uno::Any &_rValue)
 
void setFastPropertyValue_NoBroadcast_impl (::cppu::OPropertySetHelper &rBase, void(::cppu::OPropertySetHelper::*pSet)(sal_Int32, css::uno::Any const &), sal_Int32 nHandle, const css::uno::Any &rValue)
 
css::uno::Any getPropertyDefaultByHandle (sal_Int32 _nHandle) const
 
- Protected Member Functions inherited from comphelper::OPropertyContainerHelper
 OPropertyContainerHelper ()
 
 ~OPropertyContainerHelper ()
 
void registerProperty (const OUString &_rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, void *_pPointerToMember, const css::uno::Type &_rMemberType)
 
void registerMayBeVoidProperty (const OUString &_rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, css::uno::Any *_pPointerToMember, const css::uno::Type &_rExpectedType)
 
void registerPropertyNoMember (const OUString &_rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, const css::uno::Type &_rType, css::uno::Any const &_pInitialValue)
 
void revokeProperty (sal_Int32 _nHandle)
 
bool isRegisteredProperty (sal_Int32 _nHandle) const
 
bool isRegisteredProperty (const OUString &_rName) const
 
bool convertFastPropertyValue (css::uno::Any &rConvertedValue, css::uno::Any &rOldValue, sal_Int32 nHandle, const css::uno::Any &rValue)
 
void setFastPropertyValue (sal_Int32 nHandle, const css::uno::Any &rValue)
 
void getFastPropertyValue (css::uno::Any &rValue, sal_Int32 nHandle) const
 
void describeProperties (css::uno::Sequence< css::beans::Property > &_rProps) const
 
const css::beans::Property & getProperty (const OUString &_rName) const
 
- Protected Member Functions inherited from cppu::ImplHelper1< class Ifc1 >
 ~ImplHelper1 () SAL_NOEXCEPT
 

Private Member Functions

void implInitPropertyContainer ()
 

Private Attributes

css::uno::Any m_aTabStop
 
css::uno::Any m_aBackgroundColor
 
OUString m_sDefaultControl
 
OUString m_sHelpText
 
OUString m_sHelpURL
 
sal_Int16 m_nIconSize
 
sal_Int16 m_nBorder
 
sal_Int32 m_nDelay
 
bool m_bEnabled
 
bool m_bEnableVisible
 
bool m_bShowPosition
 
bool m_bShowNavigation
 
bool m_bShowActions
 
bool m_bShowFilterSort
 
sal_Int16 m_nWritingMode
 
sal_Int16 m_nContextWritingMode
 

Additional Inherited Members

- Static Public Member Functions inherited from frm::OControlModel
static css::uno::Sequence< OUString > getSupportedServiceNames_Static ()
 
- Static Protected Member Functions inherited from frm::OCloneableAggregation
static css::uno::Reference< css::uno::XAggregation > createAggregateClone (const OCloneableAggregation *_pOriginal)
 
- Static Protected Member Functions inherited from frm::FontControlModel
static bool isFontRelatedProperty (sal_Int32 _nPropertyHandle)
 
static bool isFontAggregateProperty (sal_Int32 _nPropertyHandle)
 
static void describeFontRelatedProperties (css::uno::Sequence< css::beans::Property > &_rProps)
 appends (!) the description of all font related properties to the given sequence More...
 
- Protected Attributes inherited from frm::OControlModel
css::uno::Reference< css::uno::XComponentContext > m_xContext
 
::osl::Mutex m_aMutex
 
oslInterlockedCount m_lockCount
 
css::uno::Reference< css::uno::XInterface > m_xParent
 
PropertyBagHelper m_aPropertyBagHelper
 
OUString m_aName
 
OUString m_aTag
 
sal_Int16 m_nTabIndex
 
sal_Int16 m_nClassId
 
bool m_bNativeLook
 
bool m_bStandardTheme
 
bool m_bGenerateVbEvents
 
sal_Int16 m_nControlTypeinMSO
 
sal_uInt16 m_nObjIDinMSO
 
- Protected Attributes inherited from cppu::OWeakAggObject
css::uno::WeakReferenceHelper xDelegator
 
- Protected Attributes inherited from cppu::OWeakObject
oslInterlockedCount m_refCount
 
- Protected Attributes inherited from frm::OCloneableAggregation
css::uno::Reference< css::uno::XAggregation > m_xAggregate
 

Detailed Description

Definition at line 36 of file navigationbar.hxx.

Constructor & Destructor Documentation

◆ ONavigationBarModel() [1/2]

frm::ONavigationBarModel::ONavigationBarModel ( const css::uno::Reference< css::uno::XComponentContext > &  _rxFactory)

◆ ONavigationBarModel() [2/2]

frm::ONavigationBarModel::ONavigationBarModel ( const ONavigationBarModel _pOriginal,
const css::uno::Reference< css::uno::XComponentContext > &  _rxFactory 
)

◆ ~ONavigationBarModel()

frm::ONavigationBarModel::~ONavigationBarModel ( )
overridevirtual

Definition at line 138 of file navigationbar.cxx.

References dispose().

Member Function Documentation

◆ convertFastPropertyValue()

sal_Bool SAL_CALL frm::ONavigationBarModel::convertFastPropertyValue ( css::uno::Any &  rConvertedValue,
css::uno::Any &  rOldValue,
sal_Int32  nHandle,
const css::uno::Any &  rValue 
)
overridevirtual

Reimplemented from frm::OControlModel.

Definition at line 358 of file navigationbar.cxx.

◆ createClone()

css::uno::Reference< css::util::XCloneable > SAL_CALL frm::ONavigationBarModel::createClone ( )
overrideprotectedvirtual

Implements frm::OControlModel.

Definition at line 163 of file navigationbar.cxx.

◆ describeFixedProperties()

void frm::ONavigationBarModel::describeFixedProperties ( css::uno::Sequence< css::beans::Property > &  _rProps) const
overridevirtual

describes the properties provided by this class, or its respective derived class

Derived classes usually call the base class first, and then append own properties.

Reimplemented from frm::OControlModel.

Definition at line 454 of file navigationbar.cxx.

References concatSequences(), DBG_ASSERT, PROPERTY_ID_TABINDEX, and PROPERTY_TABINDEX.

◆ disposing() [1/2]

void frm::OControlModel::disposing ( )
overridevirtual

Reimplemented from frm::OControlModel.

Definition at line 376 of file FormComponent.cxx.

◆ disposing() [2/2]

void SAL_CALL frm::OControlModel::disposing ( const css::lang::EventObject &  Source)
overridevirtual

Reimplemented from frm::OControlModel.

Definition at line 403 of file FormComponent.cxx.

◆ getFastPropertyValue() [1/2]

void SAL_CALL frm::ONavigationBarModel::getFastPropertyValue ( css::uno::Any &  rValue,
sal_Int32  nHandle 
) const
overridevirtual

Reimplemented from frm::OControlModel.

Definition at line 341 of file navigationbar.cxx.

◆ getFastPropertyValue() [2/2]

void frm::OControlModel::getFastPropertyValue ( css::uno::Any &  rValue,
sal_Int32  nHandle 
) const
overridevirtual

Reimplemented from frm::OControlModel.

Definition at line 406 of file FormComponent.cxx.

◆ getImplementationName()

OUString SAL_CALL frm::ONavigationBarModel::getImplementationName ( )
overridevirtual

Implements frm::OControlModel.

Definition at line 171 of file navigationbar.cxx.

◆ getPropertyDefaultByHandle()

Any frm::ONavigationBarModel::getPropertyDefaultByHandle ( sal_Int32  nHandle) const
overridevirtual

◆ getServiceName()

OUString SAL_CALL frm::ONavigationBarModel::getServiceName ( )
overridevirtual

Implements frm::OControlModel.

Definition at line 188 of file navigationbar.cxx.

References FRM_SUN_COMPONENT_NAVTOOLBAR.

◆ getSupportedServiceNames()

Sequence< OUString > SAL_CALL frm::ONavigationBarModel::getSupportedServiceNames ( )
overridevirtual

Reimplemented from frm::OControlModel.

Definition at line 177 of file navigationbar.cxx.

References FRM_SUN_COMPONENT_NAVTOOLBAR.

◆ implInitPropertyContainer()

void frm::ONavigationBarModel::implInitPropertyContainer ( )
private

◆ queryAggregation()

Any SAL_CALL frm::ONavigationBarModel::queryAggregation ( const css::uno::Type &  _rType)
overridevirtual

Reimplemented from frm::OControlModel.

Definition at line 149 of file navigationbar.cxx.

References Any.

◆ read()

void SAL_CALL frm::ONavigationBarModel::read ( const css::uno::Reference< css::io::XObjectInputStream > &  _rxInStream)
overridevirtual

◆ setFastPropertyValue_NoBroadcast()

void SAL_CALL frm::ONavigationBarModel::setFastPropertyValue_NoBroadcast ( sal_Int32  nHandle,
const css::uno::Any &  rValue 
)
overridevirtual

Reimplemented from frm::OControlModel.

Definition at line 380 of file navigationbar.cxx.

◆ write()

void SAL_CALL frm::ONavigationBarModel::write ( const css::uno::Reference< css::io::XObjectOutputStream > &  _rxOutStream)
overridevirtual

Member Data Documentation

◆ m_aBackgroundColor

css::uno::Any frm::ONavigationBarModel::m_aBackgroundColor
private

Definition at line 44 of file navigationbar.hxx.

◆ m_aTabStop

css::uno::Any frm::ONavigationBarModel::m_aTabStop
private

Definition at line 43 of file navigationbar.hxx.

◆ m_bEnabled

bool frm::ONavigationBarModel::m_bEnabled
private

Definition at line 51 of file navigationbar.hxx.

◆ m_bEnableVisible

bool frm::ONavigationBarModel::m_bEnableVisible
private

Definition at line 52 of file navigationbar.hxx.

◆ m_bShowActions

bool frm::ONavigationBarModel::m_bShowActions
private

Definition at line 55 of file navigationbar.hxx.

◆ m_bShowFilterSort

bool frm::ONavigationBarModel::m_bShowFilterSort
private

Definition at line 56 of file navigationbar.hxx.

◆ m_bShowNavigation

bool frm::ONavigationBarModel::m_bShowNavigation
private

Definition at line 54 of file navigationbar.hxx.

◆ m_bShowPosition

bool frm::ONavigationBarModel::m_bShowPosition
private

Definition at line 53 of file navigationbar.hxx.

◆ m_nBorder

sal_Int16 frm::ONavigationBarModel::m_nBorder
private

Definition at line 49 of file navigationbar.hxx.

◆ m_nContextWritingMode

sal_Int16 frm::ONavigationBarModel::m_nContextWritingMode
private

Definition at line 58 of file navigationbar.hxx.

◆ m_nDelay

sal_Int32 frm::ONavigationBarModel::m_nDelay
private

Definition at line 50 of file navigationbar.hxx.

◆ m_nIconSize

sal_Int16 frm::ONavigationBarModel::m_nIconSize
private

Definition at line 48 of file navigationbar.hxx.

◆ m_nWritingMode

sal_Int16 frm::ONavigationBarModel::m_nWritingMode
private

Definition at line 57 of file navigationbar.hxx.

◆ m_sDefaultControl

OUString frm::ONavigationBarModel::m_sDefaultControl
private

Definition at line 45 of file navigationbar.hxx.

◆ m_sHelpText

OUString frm::ONavigationBarModel::m_sHelpText
private

Definition at line 46 of file navigationbar.hxx.

◆ m_sHelpURL

OUString frm::ONavigationBarModel::m_sHelpURL
private

Definition at line 47 of file navigationbar.hxx.


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