#include <fonthdl.hxx>


Public Member Functions | |
| virtual | ~XMLFontFamilyPropHdl () |
| virtual sal_Bool | importXML (const ::rtl::OUString &rStrImpValue,::com::sun::star::uno::Any &rValue, const SvXMLUnitConverter &rUnitConverter) const |
| Imports the given value in cas of the given XML-data-type. | |
| virtual sal_Bool | exportXML (::rtl::OUString &rStrExpValue, const ::com::sun::star::uno::Any &rValue, const SvXMLUnitConverter &rUnitConverter) const |
| Exports the given value in cas of the given XML-data-type. | |
Definition at line 48 of file fonthdl.hxx.
| XMLFontFamilyPropHdl::~XMLFontFamilyPropHdl | ( | ) | [virtual] |
Definition at line 215 of file fonthdl.cxx.
| virtual sal_Bool XMLFontFamilyPropHdl::importXML | ( | const ::rtl::OUString & | rStrImpValue, | |
| ::com::sun::star::uno::Any & | rValue, | |||
| const SvXMLUnitConverter & | rUnitConverter | |||
| ) | const [virtual] |
Imports the given value in cas of the given XML-data-type.
Implements XMLPropertyHandler.
Referenced by XMLFontStyleContext_Impl::SetAttribute(), and SvxXMLListLevelStyleAttrContext_Impl::SvxXMLListLevelStyleAttrContext_Impl().
| virtual sal_Bool XMLFontFamilyPropHdl::exportXML | ( | ::rtl::OUString & | rStrExpValue, | |
| const ::com::sun::star::uno::Any & | rValue, | |||
| const SvXMLUnitConverter & | rUnitConverter | |||
| ) | const [virtual] |
Exports the given value in cas of the given XML-data-type.
Implements XMLPropertyHandler.
Referenced by XMLFontAutoStylePool::exportXML().
1.5.6