Lines Matching refs:OPropertyExport

67OPropertyExport::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()
422 …void OPropertyExport::exportRelativeTargetLocation(const ConstAsciiString& _sPropertyName,sal_Int3… in exportRelativeTargetLocation()
442 void OPropertyExport::flagStyleProperties() in flagStyleProperties()
467 void OPropertyExport::exportGenericPropertyAttribute( in exportGenericPropertyAttribute()
496 …void OPropertyExport::exportStringSequenceAttribute(const sal_uInt16 _nAttributeNamespaceKey, cons… in exportStringSequenceAttribute()
544 ::rtl::OUString OPropertyExport::implConvertAny(const Any& _rValue) in implConvertAny()
627 …token::XMLTokenEnum OPropertyExport::implGetPropertyXMLType(const ::com::sun::star::uno::Type& _rT… in implGetPropertyXMLType()
651 …void OPropertyExport::AddAttribute(sal_uInt16 _nPrefix, const sal_Char* _pName, const ::rtl::OUStr… in AddAttribute()
660 …void OPropertyExport::AddAttribute( sal_uInt16 _nPrefix, const ::rtl::OUString& _rName, const ::rt… in AddAttribute()
669 …void OPropertyExport::AddAttributeASCII(sal_uInt16 _nPrefix, const sal_Char* _pName, const sal_Cha… in AddAttributeASCII()
678 …void OPropertyExport::AddAttribute(sal_uInt16 _nPrefix, ::xmloff::token::XMLTokenEnum _eName, cons… in AddAttribute()
687 …void OPropertyExport::AddAttribute(sal_uInt16 _nPrefix, ::xmloff::token::XMLTokenEnum _eName, ::xm… in AddAttribute()
696 …void OPropertyExport::dbg_implCheckProperty(const ::rtl::OUString& _rPropertyName, const Type* _pT… in dbg_implCheckProperty()