Searched refs:PropertyHandler (Results 1 – 6 of 6) sorted by relevance
64 DBG_NAME( PropertyHandler ) in DBG_NAME() argument66 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 …]
80 class PropertyHandler : public PropertyHandler_Base class109 PropertyHandler(112 ~PropertyHandler();299 PropertyHandler(); // never implemented300 PropertyHandler( const PropertyHandler& ); // never implemented301 PropertyHandler& operator=( const PropertyHandler& ); // never implemented305 …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 …]
460 …LineDescriptor aLineDesc( PropertyHandler::describePropertyLine( _rPropertyName, _rxControlFactory… in describePropertyLine()
228 class VCL_DLLPUBLIC PropertyHandler class345 void SetPropertyHandler( PropertyHandler* pHandler );
153 class SfxPropertyHandler : public PropertyHandler
2119 static PropertyHandler* pHandler=NULL;2127 void Application::SetPropertyHandler( PropertyHandler* p ) in SetPropertyHandler()