Home
last modified time | relevance | path

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

/AOO41X/main/xmloff/source/forms/
H A Delementexport.cxx254OControlExport::OControlExport(IFormsExportContext& _rContext, const Reference< XPropertySet >& _… in OControlExport() function in xmloff::OControlExport
273 OControlExport::~OControlExport() in ~OControlExport()
279 void OControlExport::exportOuterAttributes() in exportOuterAttributes()
307 void OControlExport::exportInnerAttributes() in exportInnerAttributes()
341 void OControlExport::exportAttributes() in exportAttributes()
347 void OControlExport::exportSubTags() throw (Exception) in exportSubTags()
477 void OControlExport::exportGenericHandlerAttributes() in exportGenericHandlerAttributes()
555 void OControlExport::exportCommonControlAttributes() in exportCommonControlAttributes()
858 void OControlExport::exportDatabaseAttributes() in exportDatabaseAttributes()
936 void OControlExport::exportBindingAtributes() in exportBindingAtributes()
[all …]
H A Delementexport.hxx90 class OControlExport class
123 OControlExport(IFormsExportContext& _rContext,
128 ~OControlExport();
271 class OColumnExport : public OControlExport
H A Dlayerexport.cxx168 OControlExport aExportImpl(*this, _rxControl, sControlId, sReferringControls, _rEvents); in exportControl()