just for non exported things
Change-Id: I448d0009d7c8ffec64fdab76897e8684afe7fcd7
This commit is contained in:
@@ -59,6 +59,8 @@ public:
|
|||||||
const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList,
|
const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList,
|
||||||
rtl_TextEncoding eDfltEnc );
|
rtl_TextEncoding eDfltEnc );
|
||||||
|
|
||||||
|
~XMLFontStylesContext() override;
|
||||||
|
|
||||||
const SvXMLTokenMap& GetFontStyleAttrTokenMap() const
|
const SvXMLTokenMap& GetFontStyleAttrTokenMap() const
|
||||||
{
|
{
|
||||||
return *pFontStyleAttrTokenMap;
|
return *pFontStyleAttrTokenMap;
|
||||||
|
@@ -30,10 +30,14 @@ namespace com { namespace sun { namespace star {
|
|||||||
|
|
||||||
class XMLOFF_DLLPUBLIC XMLTextTableContext : public SvXMLImportContext
|
class XMLOFF_DLLPUBLIC XMLTextTableContext : public SvXMLImportContext
|
||||||
{
|
{
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
|
||||||
XMLTextTableContext( SvXMLImport& rImport,
|
XMLTextTableContext( SvXMLImport& rImport,
|
||||||
sal_uInt16 nPrfx,
|
sal_uInt16 nPrfx,
|
||||||
const OUString& rLName );
|
const OUString& rLName );
|
||||||
|
virtual ~XMLTextTableContext() override;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@@ -63,11 +63,13 @@ protected:
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
|
||||||
XMLTextStyleContext( SvXMLImport& rImport, sal_uInt16 nPrfx,
|
XMLTextStyleContext( SvXMLImport& rImport, sal_uInt16 nPrfx,
|
||||||
const OUString& rLName,
|
const OUString& rLName,
|
||||||
const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList,
|
const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList,
|
||||||
SvXMLStylesContext& rStyles, sal_uInt16 nFamily,
|
SvXMLStylesContext& rStyles, sal_uInt16 nFamily,
|
||||||
bool bDefaultStyle = false );
|
bool bDefaultStyle = false );
|
||||||
|
~XMLTextStyleContext() override;
|
||||||
|
|
||||||
virtual SvXMLImportContext *CreateChildContext(
|
virtual SvXMLImportContext *CreateChildContext(
|
||||||
sal_uInt16 nPrefix,
|
sal_uInt16 nPrefix,
|
||||||
|
@@ -66,6 +66,8 @@ public:
|
|||||||
const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList,
|
const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList,
|
||||||
bool bOutl = false );
|
bool bOutl = false );
|
||||||
|
|
||||||
|
~SvxXMLListStyleContext() override;
|
||||||
|
|
||||||
virtual SvXMLImportContext *CreateChildContext(
|
virtual SvXMLImportContext *CreateChildContext(
|
||||||
sal_uInt16 nPrefix,
|
sal_uInt16 nPrefix,
|
||||||
const OUString& rLocalName,
|
const OUString& rLocalName,
|
||||||
|
@@ -377,6 +377,8 @@ XMLFontStylesContext::XMLFontStylesContext( SvXMLImport& rImport,
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
XMLFontStylesContext::~XMLFontStylesContext() {}
|
||||||
|
|
||||||
bool XMLFontStylesContext::FillProperties( const OUString& rName,
|
bool XMLFontStylesContext::FillProperties( const OUString& rName,
|
||||||
::std::vector< XMLPropertyState > &rProps,
|
::std::vector< XMLPropertyState > &rProps,
|
||||||
sal_Int32 nFamilyNameIdx,
|
sal_Int32 nFamilyNameIdx,
|
||||||
|
@@ -1018,6 +1018,8 @@ SvxXMLListStyleContext::SvxXMLListStyleContext( SvXMLImport& rImport,
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SvxXMLListStyleContext::~SvxXMLListStyleContext() {}
|
||||||
|
|
||||||
SvXMLImportContext *SvxXMLListStyleContext::CreateChildContext(
|
SvXMLImportContext *SvxXMLListStyleContext::CreateChildContext(
|
||||||
sal_uInt16 nPrefix,
|
sal_uInt16 nPrefix,
|
||||||
const OUString& rLocalName,
|
const OUString& rLocalName,
|
||||||
|
@@ -31,4 +31,8 @@ XMLTextTableContext::XMLTextTableContext(
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
XMLTextTableContext::~XMLTextTableContext()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||||
|
@@ -149,6 +149,9 @@ XMLTextStyleContext::XMLTextStyleContext( SvXMLImport& rImport,
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
XMLTextStyleContext::~XMLTextStyleContext()
|
||||||
|
{}
|
||||||
|
|
||||||
SvXMLImportContext *XMLTextStyleContext::CreateChildContext(
|
SvXMLImportContext *XMLTextStyleContext::CreateChildContext(
|
||||||
sal_uInt16 nPrefix,
|
sal_uInt16 nPrefix,
|
||||||
const OUString& rLocalName,
|
const OUString& rLocalName,
|
||||||
|
Reference in New Issue
Block a user