Home
last modified time | relevance | path

Searched refs:PropertyHandler (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/extensions/source/propctrlr/
H A Dpropertyhandler.cxx64 DBG_NAME( PropertyHandler ) in DBG_NAME() argument
66 PropertyHandler::PropertyHandler( const Reference< XComponentContext >& _rxContext ) in DBG_NAME()
73 DBG_CTOR( PropertyHandler, NULL ); in DBG_NAME()
82 PropertyHandler::~PropertyHandler() in ~PropertyHandler()
84 DBG_DTOR( PropertyHandler, NULL ); in ~PropertyHandler()
88 …void SAL_CALL PropertyHandler::inspect( const Reference< XInterface >& _rxIntrospectee ) throw (Ru… in inspect()
116 void PropertyHandler::onNewComponent() in onNewComponent()
128 Sequence< Property > SAL_CALL PropertyHandler::getSupportedProperties() throw (RuntimeException) in getSupportedProperties()
140 …Sequence< ::rtl::OUString > SAL_CALL PropertyHandler::getSupersededProperties( ) throw (RuntimeExc… in getSupersededProperties()
146 …Sequence< ::rtl::OUString > SAL_CALL PropertyHandler::getActuatingProperties( ) throw (RuntimeExce… in getActuatingProperties()
[all …]
H A Dpropertyhandler.hxx80 class PropertyHandler : public PropertyHandler_Base class
109 PropertyHandler(
112 ~PropertyHandler();
299 PropertyHandler(); // never implemented
300 PropertyHandler( const PropertyHandler& ); // never implemented
301 PropertyHandler& operator=( const PropertyHandler& ); // never implemented
305 …inline void PropertyHandler::addStringPropertyDescription( ::std::vector< ::com::sun::star::beans:… in addStringPropertyDescription()
310 …inline void PropertyHandler::addInt32PropertyDescription( ::std::vector< ::com::sun::star::beans::… in addInt32PropertyDescription()
315 …inline void PropertyHandler::addInt16PropertyDescription( ::std::vector< ::com::sun::star::beans::… in addInt16PropertyDescription()
320 …inline void PropertyHandler::addDoublePropertyDescription( ::std::vector< ::com::sun::star::beans:… in addDoublePropertyDescription()
[all …]
H A Dformgeometryhandler.cxx460 …LineDescriptor aLineDesc( PropertyHandler::describePropertyLine( _rPropertyName, _rxControlFactory… in describePropertyLine()
/AOO41X/main/vcl/inc/vcl/
H A Dsvapp.hxx228 class VCL_DLLPUBLIC PropertyHandler class
345 void SetPropertyHandler( PropertyHandler* pHandler );
/AOO41X/main/sfx2/source/appl/
H A Dapp.cxx153 class SfxPropertyHandler : public PropertyHandler
/AOO41X/main/vcl/source/app/
H A Dsvapp.cxx2119 static PropertyHandler* pHandler=NULL;
2127 void Application::SetPropertyHandler( PropertyHandler* p ) in SetPropertyHandler()