LibreOffice Module extensions (master) 1
Classes | Namespaces | Macros | Typedefs | Enumerations | Functions
pcrcommon.hxx File Reference
#include <sal/config.h>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/beans/XPropertyChangeListener.hpp>
#include <comphelper/interfacecontainer3.hxx>
Include dependency graph for pcrcommon.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pcr::HelpIdUrl
 small helper to translate help ids into help urls More...
 
class  pcr::StlSyntaxSequence< ELEMENT >
 

Namespaces

namespace  pcr
 a property handler for any virtual string properties
 

Macros

#define EDITOR_LIST_APPEND   (SAL_MAX_UINT16)
 
#define EDITOR_LIST_ENTRY_NOTFOUND   (SAL_MAX_UINT16)
 
#define DECLARE_XCOMPONENT()
 
#define IMPLEMENT_FORWARD_XCOMPONENT(classname, baseclass)
 

Typedefs

typedef ::comphelper::OInterfaceContainerHelper3< css::beans::XPropertyChangeListener > pcr::PropertyChangeListeners
 

Enumerations

enum class  pcr::OwnPropertyId {
  pcr::INTROSPECTEDOBJECT = 0x0010 ,
  pcr::CURRENTPAGE = 0x0011 ,
  pcr::CONTROLCONTEXT = 0x0012 ,
  pcr::TABBINGMODEL = 0x0013
}
 

Functions

template<class CONTAINER >
void pcr::clearContainer (CONTAINER &_rContainer)
 

Macro Definition Documentation

◆ DECLARE_XCOMPONENT

#define DECLARE_XCOMPONENT ( )
Value:
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 >& aListener ) override;
void dispose()

Definition at line 100 of file pcrcommon.hxx.

◆ EDITOR_LIST_APPEND

#define EDITOR_LIST_APPEND   (SAL_MAX_UINT16)

Definition at line 22 of file pcrcommon.hxx.

◆ EDITOR_LIST_ENTRY_NOTFOUND

#define EDITOR_LIST_ENTRY_NOTFOUND   (SAL_MAX_UINT16)

Definition at line 23 of file pcrcommon.hxx.

◆ IMPLEMENT_FORWARD_XCOMPONENT

#define IMPLEMENT_FORWARD_XCOMPONENT (   classname,
  baseclass 
)
Value:
void SAL_CALL classname::dispose( ) \
{ \
baseclass::WeakComponentImplHelperBase::dispose(); \
} \
void SAL_CALL classname::addEventListener( const css::uno::Reference< css::lang::XEventListener >& Listener ) \
{ \
baseclass::WeakComponentImplHelperBase::addEventListener( Listener ); \
} \
void SAL_CALL classname::removeEventListener( const css::uno::Reference< css::lang::XEventListener >& Listener ) \
{ \
baseclass::WeakComponentImplHelperBase::removeEventListener( Listener ); \
} \

Definition at line 105 of file pcrcommon.hxx.