summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlstyli.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2000-09-25 12:40:03 +0000
committerSascha Ballach <sab@openoffice.org>2000-09-25 12:40:03 +0000
commitf044a27b057ffca3e772552517c963cf088bc303 (patch)
tree936d68c0a2f2d250eadcb45be9194da19af217cb /sc/source/filter/xml/xmlstyli.hxx
parentfac895e8bfe488c2f2f07dc52b7f449a08375a0c (diff)
#78974#
Diffstat (limited to 'sc/source/filter/xml/xmlstyli.hxx')
-rw-r--r--sc/source/filter/xml/xmlstyli.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sc/source/filter/xml/xmlstyli.hxx b/sc/source/filter/xml/xmlstyli.hxx
index df2715e6b506..9bc3ca7b6309 100644
--- a/sc/source/filter/xml/xmlstyli.hxx
+++ b/sc/source/filter/xml/xmlstyli.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlstyli.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:45:16 $
+ * last change: $Author: sab $ $Date: 2000-09-25 13:40:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -112,15 +112,20 @@ public:
::std::vector< XMLPropertyState >& rProperties ) const;
};
+class ScXMLMapContext;
class XMLTableStyleContext : public XMLPropStyleContext
{
::rtl::OUString sDataStyleName;
const rtl::OUString sNumberFormat;
SvXMLStylesContext* pStyles;
+ std::vector<ScXMLMapContext*> aMaps;
const ScXMLImport& GetScImport() const { return (const ScXMLImport&)GetImport(); }
ScXMLImport& GetScImport() { return (ScXMLImport&)GetImport(); }
+
+ com::sun::star::uno::Any GetConditionalFormat(const ::com::sun::star::uno::Any aAny, const rtl::OUString& sCondition,
+ const rtl::OUString& sApplyStyle, const rtl::OUString& sBaseCell) const;
protected:
virtual void SetAttribute( sal_uInt16 nPrefixKey,