summaryrefslogtreecommitdiff
path: root/xmloff/source/style/xmlexppr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/xmlexppr.cxx')
-rw-r--r--xmloff/source/style/xmlexppr.cxx26
1 files changed, 0 insertions, 26 deletions
diff --git a/xmloff/source/style/xmlexppr.cxx b/xmloff/source/style/xmlexppr.cxx
index c2c414b100d7..0637cd220e81 100644
--- a/xmloff/source/style/xmlexppr.cxx
+++ b/xmloff/source/style/xmlexppr.cxx
@@ -39,7 +39,6 @@
#include <xmloff/PropertySetInfoHash.hxx>
#include <comphelper/stl_types.hxx>
-
using namespace ::std;
using namespace ::com::sun::star;
using namespace ::com::sun::star::beans;
@@ -78,19 +77,12 @@ static XMLPropTokens_Impl aPropTokens[MAX_PROP_TYPES] =
ENTRY(SECTION)
};
-///////////////////////////////////////////////////////////////////////////////
-//
// public methods
-//
-///////////////////////////////////////////////////////////////////////////
-//
// Take all properties of the XPropertySet which are also found in the
// XMLPropertyMapEntry-array and which are not set to their default-value,
// if a state is available.
-//
// After that I call the method 'ContextFilter'.
-//
typedef std::list<XMLPropertyState> XMLPropertyStateList_Impl;
@@ -190,8 +182,6 @@ FilterPropertyInfo_Impl::FilterPropertyInfo_Impl(
typedef std::list<FilterPropertyInfo_Impl> FilterPropertyInfoList_Impl;
-// ----------------------------------------------------------------------------
-
class FilterPropertiesInfo_Impl
{
sal_uInt32 nCount;
@@ -214,8 +204,6 @@ public:
sal_uInt32 GetPropertyCount() const { return nCount; }
};
-// ----------------------------------------------------------------------------
-
typedef boost::unordered_map
<
PropertySetInfoKey,
@@ -243,8 +231,6 @@ FilterPropertiesInfos_Impl::~FilterPropertiesInfos_Impl ()
}
}
-// ----------------------------------------------------------------------------
-
FilterPropertiesInfo_Impl::FilterPropertiesInfo_Impl() :
nCount(0),
aPropInfos(),
@@ -554,10 +540,7 @@ void FilterPropertiesInfo_Impl::FillPropertyStateArray(
aPropStates.FillPropertyStateVector(rPropStates);
}
-///////////////////////////////////////////////////////////////////////////////
-//
// ctor/dtor , class SvXMLExportPropertyMapper
-//
SvXMLExportPropertyMapper::SvXMLExportPropertyMapper(
const UniReference< XMLPropertySetMapper >& rMapper ) :
@@ -602,7 +585,6 @@ void SvXMLExportPropertyMapper::ChainExportMapper(
}
}
-
vector< XMLPropertyState > SvXMLExportPropertyMapper::_Filter(
const Reference< XPropertySet > xPropSet,
const sal_Bool bDefault ) const
@@ -725,13 +707,10 @@ void SvXMLExportPropertyMapper::ContextFilter(
mxNextMapper->ContextFilter( rProperties, rPropSet );
}
-///////////////////////////////////////////////////////////////////////////
-//
// Compares two Sequences of XMLPropertyState:
// 1.Number of elements equal ?
// 2.Index of each element equal ? (So I know whether the propertynames are the same)
// 3.Value of each element equal ?
-//
sal_Bool SvXMLExportPropertyMapper::Equals(
const vector< XMLPropertyState >& aProperties1,
const vector< XMLPropertyState >& aProperties2 ) const
@@ -776,7 +755,6 @@ sal_Bool SvXMLExportPropertyMapper::Equals(
return bRet;
}
-
/** fills the given attribute list with the items in the given set
void SvXMLExportPropertyMapper::exportXML( SvXMLAttributeList& rAttrList,
const ::std::vector< XMLPropertyState >& rProperties,
@@ -788,7 +766,6 @@ void SvXMLExportPropertyMapper::exportXML( SvXMLAttributeList& rAttrList,
nFlags, 0, -1, -1 );
}
-
void SvXMLExportPropertyMapper::exportXML( SvXMLAttributeList& rAttrList,
const ::std::vector< XMLPropertyState >& rProperties,
const SvXMLUnitConverter& rUnitConverter,
@@ -876,10 +853,7 @@ void SvXMLExportPropertyMapper::handleElementItem(
pProperties, nIdx );
}
-///////////////////////////////////////////////////////////////////////////////
-//
// protected methods
-//
/** fills the given attribute list with the items in the given set */
void SvXMLExportPropertyMapper::_exportXML(