Home
last modified time | relevance | path

Searched refs:OPropertyExport (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/xmloff/source/forms/
H A Dpropertyexport.cxx67OPropertyExport::OPropertyExport(IFormsExportContext& _rContext, const Reference< XPropertySet >& … in OPropertyExport() function in xmloff::OPropertyExport
87 bool OPropertyExport::shouldExportProperty( const ::rtl::OUString& i_propertyName ) const in shouldExportProperty()
99 void OPropertyExport::exportRemainingProperties() in exportRemainingProperties()
240 void OPropertyExport::examinePersistence() in examinePersistence()
260 …void OPropertyExport::exportStringPropertyAttribute( const sal_uInt16 _nNamespaceKey, const sal_Ch… in exportStringPropertyAttribute()
283 …void OPropertyExport::exportBooleanPropertyAttribute(const sal_uInt16 _nNamespaceKey, const sal_Ch… in exportBooleanPropertyAttribute()
322 …void OPropertyExport::exportInt16PropertyAttribute(const sal_uInt16 _nNamespaceKey, const sal_Char… in exportInt16PropertyAttribute()
346 …void OPropertyExport::exportInt32PropertyAttribute( const sal_uInt16 _nNamespaceKey, const sal_Cha… in exportInt32PropertyAttribute()
370 void OPropertyExport::exportEnumPropertyAttribute( in exportEnumPropertyAttribute()
406 void OPropertyExport::exportTargetFrameAttribute() in exportTargetFrameAttribute()
[all …]
H A Dpropertyexport.hxx62 class OPropertyExport class
92 OPropertyExport(IFormsExportContext& _rContext,
H A Delementexport.hxx44 class OElementExport : public OPropertyExport
H A Delementexport.cxx104 :OPropertyExport(_rContext, _rxProps) in OElementExport()