Home
last modified time | relevance | path

Searched refs:EFormsPropertyHandler (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/qadevOOo/objdsc/pcr/
H A Dcom.sun.star.comp.extensions.EFormsPropertyHandler.csv1 "EFormsPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"inspect()"
2 "EFormsPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"getPropertyValue()"
3 "EFormsPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"setPropertyValue()"
4 "EFormsPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"getPropertyState()"
5 "EFormsPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"describePropertyLine()"
6 "EFormsPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"convertToPropertyValue()"
7 "EFormsPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"convertToControlValue()"
8 "EFormsPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"addPropertyChangeListener()"
9 "EFormsPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"removePropertyChangeListene…
10 "EFormsPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"getSupportedProperties()"
[all …]
/AOO42X/main/extensions/source/propctrlr/
H A Deformspropertyhandler.cxx46 ::pcr::EFormsPropertyHandler::registerImplementation(); in createRegistryInfo_EFormsPropertyHandler()
67 DBG_NAME( EFormsPropertyHandler ) in DBG_NAME() argument
69 EFormsPropertyHandler::EFormsPropertyHandler( const Reference< XComponentContext >& _rxContext ) in DBG_NAME()
73 DBG_CTOR( EFormsPropertyHandler, NULL ); in DBG_NAME()
77 EFormsPropertyHandler::~EFormsPropertyHandler( ) in ~EFormsPropertyHandler()
79 DBG_DTOR( EFormsPropertyHandler, NULL ); in ~EFormsPropertyHandler()
83 …::rtl::OUString SAL_CALL EFormsPropertyHandler::getImplementationName_static( ) throw (RuntimeExc… in getImplementationName_static()
89 …Sequence< ::rtl::OUString > SAL_CALL EFormsPropertyHandler::getSupportedServiceNames_static( ) th… in getSupportedServiceNames_static()
97 ::rtl::OUString EFormsPropertyHandler::getModelNamePropertyValue() const in getModelNamePropertyValue()
106 …Any SAL_CALL EFormsPropertyHandler::getPropertyValue( const ::rtl::OUString& _rPropertyName ) thro… in getPropertyValue()
[all …]
H A Deformspropertyhandler.hxx43 class EFormsPropertyHandler;
44 typedef HandlerComponentBase< EFormsPropertyHandler > EFormsPropertyHandler_Base;
45 class EFormsPropertyHandler : public EFormsPropertyHandler_Base class
57 EFormsPropertyHandler(
65 ~EFormsPropertyHandler();