diff options
author | Noel Grandin <noel@peralex.com> | 2014-06-30 09:53:06 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-07-02 15:23:52 +0200 |
commit | 4ff115b3e7ff9c73dcc98fc6e7109f499ea81cfe (patch) | |
tree | 3660782eb23bdacd921bb11dcc825bc1b47035cf /sc | |
parent | 8635fa156ba63e5f63565b6d19ea798a61643b01 (diff) |
drop UniReference in favour of rtl::Reference
since they're doing the same thing.
Change-Id: I76134b6b848db8628f315fe5bd9eb972a6bf0cb6
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/xml/xmlcelli.cxx | 2 | ||||
-rw-r--r-- | sc/source/filter/xml/xmlexprt.cxx | 20 | ||||
-rw-r--r-- | sc/source/filter/xml/xmlexprt.hxx | 22 | ||||
-rw-r--r-- | sc/source/filter/xml/xmlimprt.hxx | 18 | ||||
-rw-r--r-- | sc/source/filter/xml/xmlstyle.cxx | 12 | ||||
-rw-r--r-- | sc/source/filter/xml/xmlstyle.hxx | 8 | ||||
-rw-r--r-- | sc/source/filter/xml/xmlstyli.cxx | 18 | ||||
-rw-r--r-- | sc/source/filter/xml/xmlstyli.hxx | 14 |
8 files changed, 57 insertions, 57 deletions
diff --git a/sc/source/filter/xml/xmlcelli.cxx b/sc/source/filter/xml/xmlcelli.cxx index 8ad56505672a..5a2e3aa174f0 100644 --- a/sc/source/filter/xml/xmlcelli.cxx +++ b/sc/source/filter/xml/xmlcelli.cxx @@ -381,7 +381,7 @@ void ScXMLTableRowCellContext::PushFormat(sal_Int32 nBegin, sal_Int32 nEnd, cons return; // Get the style information from xmloff. - UniReference<XMLPropertySetMapper> xMapper = GetImport().GetTextImport()->GetTextImportPropertySetMapper()->getPropertySetMapper(); + rtl::Reference<XMLPropertySetMapper> xMapper = GetImport().GetTextImport()->GetTextImportPropertySetMapper()->getPropertySetMapper(); if (!xMapper.is()) // We can't do anything without the mapper. return; diff --git a/sc/source/filter/xml/xmlexprt.cxx b/sc/source/filter/xml/xmlexprt.cxx index 32181cd6f7d9..11f8a9f427cd 100644 --- a/sc/source/filter/xml/xmlexprt.cxx +++ b/sc/source/filter/xml/xmlexprt.cxx @@ -1078,7 +1078,7 @@ namespace { void handleFont( std::vector<XMLPropertyState>& rPropStates, - const SfxPoolItem* p, const UniReference<XMLPropertySetMapper>& xMapper, const OUString& rXMLName ) + const SfxPoolItem* p, const rtl::Reference<XMLPropertySetMapper>& xMapper, const OUString& rXMLName ) { sal_Int32 nEntryCount = xMapper->GetEntryCount(); @@ -1099,7 +1099,7 @@ void handleFont( const SvxFieldData* toXMLPropertyStates( std::vector<XMLPropertyState>& rPropStates, const std::vector<const SfxPoolItem*>& rSecAttrs, - const UniReference<XMLPropertySetMapper>& xMapper, const ScXMLEditAttributeMap& rAttrMap ) + const rtl::Reference<XMLPropertySetMapper>& xMapper, const ScXMLEditAttributeMap& rAttrMap ) { const SvxFieldData* pField = NULL; sal_Int32 nEntryCount = xMapper->GetEntryCount(); @@ -1351,8 +1351,8 @@ void ScXMLExport::ExportCellTextAutoStyles(sal_Int32 nTable) if (!ValidTab(nTable)) return; - UniReference<XMLPropertySetMapper> xMapper = GetTextParagraphExport()->GetTextPropMapper()->getPropertySetMapper(); - UniReference<SvXMLAutoStylePoolP> xStylePool = GetAutoStylePool(); + rtl::Reference<XMLPropertySetMapper> xMapper = GetTextParagraphExport()->GetTextPropMapper()->getPropertySetMapper(); + rtl::Reference<SvXMLAutoStylePoolP> xStylePool = GetAutoStylePool(); const ScXMLEditAttributeMap& rAttrMap = GetEditAttributeMap(); sc::EditTextIterator aIter(*pDoc, nTable); @@ -2420,7 +2420,7 @@ void ScXMLExport::_ExportAutoStyles() // stored styles for notes - UniReference<SvXMLExportPropertyMapper> xShapeMapper = XMLShapeExport::CreateShapePropMapper( *this ); + rtl::Reference<SvXMLExportPropertyMapper> xShapeMapper = XMLShapeExport::CreateShapePropMapper( *this ); GetShapeExport(); // make sure the graphics styles family is added const std::vector<ScNoteStyleEntry>& rNoteEntries = pSheetData->GetNoteStyles(); @@ -2469,7 +2469,7 @@ void ScXMLExport::_ExportAutoStyles() // note paragraph styles - UniReference<SvXMLExportPropertyMapper> xParaPropMapper = GetTextParagraphExport()->GetParagraphPropertyMapper(); + rtl::Reference<SvXMLExportPropertyMapper> xParaPropMapper = GetTextParagraphExport()->GetParagraphPropertyMapper(); const std::vector<ScTextStyleEntry>& rNoteParaEntries = pSheetData->GetNoteParaStyles(); std::vector<ScTextStyleEntry>::const_iterator aNoteParaIter = rNoteParaEntries.begin(); @@ -2504,7 +2504,7 @@ void ScXMLExport::_ExportAutoStyles() // note text styles - UniReference<SvXMLExportPropertyMapper> xTextPropMapper = XMLTextParagraphExport::CreateCharExtPropMapper( *this ); + rtl::Reference<SvXMLExportPropertyMapper> xTextPropMapper = XMLTextParagraphExport::CreateCharExtPropMapper( *this ); const std::vector<ScTextStyleEntry>& rNoteTextEntries = pSheetData->GetNoteTextStyles(); std::vector<ScTextStyleEntry>::const_iterator aNoteTextIter = rNoteTextEntries.begin(); @@ -3145,7 +3145,7 @@ void writeContent( void flushParagraph( ScXMLExport& rExport, const OUString& rParaText, - UniReference<XMLPropertySetMapper> xMapper, UniReference<SvXMLAutoStylePoolP> xStylePool, + rtl::Reference<XMLPropertySetMapper> xMapper, rtl::Reference<SvXMLAutoStylePoolP> xStylePool, const ScXMLEditAttributeMap& rAttrMap, std::vector<editeng::Section>::const_iterator it, std::vector<editeng::Section>::const_iterator itEnd ) { @@ -3346,8 +3346,8 @@ void ScXMLExport::WriteCell(ScMyCell& aCell, sal_Int32 nEqualCellCount) void ScXMLExport::WriteEditCell(const EditTextObject* pText) { - UniReference<XMLPropertySetMapper> xMapper = GetTextParagraphExport()->GetTextPropMapper()->getPropertySetMapper(); - UniReference<SvXMLAutoStylePoolP> xStylePool = GetAutoStylePool(); + rtl::Reference<XMLPropertySetMapper> xMapper = GetTextParagraphExport()->GetTextPropMapper()->getPropertySetMapper(); + rtl::Reference<SvXMLAutoStylePoolP> xStylePool = GetAutoStylePool(); const ScXMLEditAttributeMap& rAttrMap = GetEditAttributeMap(); // Get raw paragraph texts first. diff --git a/sc/source/filter/xml/xmlexprt.hxx b/sc/source/filter/xml/xmlexprt.hxx index ef42111b0bc3..a6ed6899a930 100644 --- a/sc/source/filter/xml/xmlexprt.hxx +++ b/sc/source/filter/xml/xmlexprt.hxx @@ -83,15 +83,15 @@ class ScXMLExport : public SvXMLExport mutable boost::scoped_ptr<ScXMLEditAttributeMap> mpEditAttrMap; boost::scoped_ptr<ScMyNotEmptyCellsIterator> mpCellsItr; boost::scoped_ptr<sc::CompileFormulaContext> mpCompileFormulaCxt; - UniReference < XMLPropertyHandlerFactory > xScPropHdlFactory; - UniReference < XMLPropertySetMapper > xCellStylesPropertySetMapper; - UniReference < XMLPropertySetMapper > xColumnStylesPropertySetMapper; - UniReference < XMLPropertySetMapper > xRowStylesPropertySetMapper; - UniReference < XMLPropertySetMapper > xTableStylesPropertySetMapper; - UniReference < SvXMLExportPropertyMapper > xCellStylesExportPropertySetMapper; - UniReference < SvXMLExportPropertyMapper > xColumnStylesExportPropertySetMapper; - UniReference < SvXMLExportPropertyMapper > xRowStylesExportPropertySetMapper; - UniReference < SvXMLExportPropertyMapper > xTableStylesExportPropertySetMapper; + rtl::Reference < XMLPropertyHandlerFactory > xScPropHdlFactory; + rtl::Reference < XMLPropertySetMapper > xCellStylesPropertySetMapper; + rtl::Reference < XMLPropertySetMapper > xColumnStylesPropertySetMapper; + rtl::Reference < XMLPropertySetMapper > xRowStylesPropertySetMapper; + rtl::Reference < XMLPropertySetMapper > xTableStylesPropertySetMapper; + rtl::Reference < SvXMLExportPropertyMapper > xCellStylesExportPropertySetMapper; + rtl::Reference < SvXMLExportPropertyMapper > xColumnStylesExportPropertySetMapper; + rtl::Reference < SvXMLExportPropertyMapper > xRowStylesExportPropertySetMapper; + rtl::Reference < SvXMLExportPropertyMapper > xTableStylesExportPropertySetMapper; XMLNumberFormatAttributesExportHelper* pNumberFormatAttributesExportHelper; typedef ::boost::unordered_map<sal_Int32, sal_Int32> NumberFormatIndexMap; NumberFormatIndexMap aNumFmtIndexMap; @@ -248,8 +248,8 @@ public: bool IsMatrix (const ScAddress& aCell, com::sun::star::table::CellRangeAddress& aCellAddress, bool& bIsFirst) const; - UniReference < XMLPropertySetMapper > GetCellStylesPropertySetMapper() { return xCellStylesPropertySetMapper; } - UniReference < XMLPropertySetMapper > GetTableStylesPropertySetMapper() { return xTableStylesPropertySetMapper; } + rtl::Reference < XMLPropertySetMapper > GetCellStylesPropertySetMapper() { return xCellStylesPropertySetMapper; } + rtl::Reference < XMLPropertySetMapper > GetTableStylesPropertySetMapper() { return xTableStylesPropertySetMapper; } void SetSourceStream( const com::sun::star::uno::Reference<com::sun::star::io::XInputStream>& xNewStream ); diff --git a/sc/source/filter/xml/xmlimprt.hxx b/sc/source/filter/xml/xmlimprt.hxx index 68851fe45bad..0d953431b1a4 100644 --- a/sc/source/filter/xml/xmlimprt.hxx +++ b/sc/source/filter/xml/xmlimprt.hxx @@ -840,11 +840,11 @@ class ScXMLImport: public SvXMLImport, boost::noncopyable OUString sStandardFormat; OUString sType; - UniReference < XMLPropertyHandlerFactory > xScPropHdlFactory; - UniReference < XMLPropertySetMapper > xCellStylesPropertySetMapper; - UniReference < XMLPropertySetMapper > xColumnStylesPropertySetMapper; - UniReference < XMLPropertySetMapper > xRowStylesPropertySetMapper; - UniReference < XMLPropertySetMapper > xTableStylesPropertySetMapper; + rtl::Reference < XMLPropertyHandlerFactory > xScPropHdlFactory; + rtl::Reference < XMLPropertySetMapper > xCellStylesPropertySetMapper; + rtl::Reference < XMLPropertySetMapper > xColumnStylesPropertySetMapper; + rtl::Reference < XMLPropertySetMapper > xRowStylesPropertySetMapper; + rtl::Reference < XMLPropertySetMapper > xTableStylesPropertySetMapper; SvXMLTokenMap *pDocElemTokenMap; SvXMLTokenMap *pStylesElemTokenMap; @@ -1020,10 +1020,10 @@ public: sal_Int16 GetCellType(const OUString& rStrValue) const; - UniReference < XMLPropertySetMapper > GetCellStylesPropertySetMapper() const { return xCellStylesPropertySetMapper; } - UniReference < XMLPropertySetMapper > GetColumnStylesPropertySetMapper() const { return xColumnStylesPropertySetMapper; } - UniReference < XMLPropertySetMapper > GetRowStylesPropertySetMapper() const { return xRowStylesPropertySetMapper; } - UniReference < XMLPropertySetMapper > GetTableStylesPropertySetMapper() const { return xTableStylesPropertySetMapper; } + rtl::Reference < XMLPropertySetMapper > GetCellStylesPropertySetMapper() const { return xCellStylesPropertySetMapper; } + rtl::Reference < XMLPropertySetMapper > GetColumnStylesPropertySetMapper() const { return xColumnStylesPropertySetMapper; } + rtl::Reference < XMLPropertySetMapper > GetRowStylesPropertySetMapper() const { return xRowStylesPropertySetMapper; } + rtl::Reference < XMLPropertySetMapper > GetTableStylesPropertySetMapper() const { return xTableStylesPropertySetMapper; } const SvXMLTokenMap& GetDocElemTokenMap(); const SvXMLTokenMap& GetBodyElemTokenMap(); diff --git a/sc/source/filter/xml/xmlstyle.cxx b/sc/source/filter/xml/xmlstyle.cxx index 905719034495..9763f3d558fa 100644 --- a/sc/source/filter/xml/xmlstyle.cxx +++ b/sc/source/filter/xml/xmlstyle.cxx @@ -180,7 +180,7 @@ const XMLPropertyMapEntry aXMLScTableStylesProperties[] = }; ScXMLCellExportPropertyMapper::ScXMLCellExportPropertyMapper( - const UniReference< XMLPropertySetMapper >& rMapper ) + const rtl::Reference< XMLPropertySetMapper >& rMapper ) : SvXMLExportPropertyMapper(rMapper) { } @@ -548,7 +548,7 @@ void ScXMLCellExportPropertyMapper::handleElementItem( } ScXMLRowExportPropertyMapper::ScXMLRowExportPropertyMapper( - const UniReference< XMLPropertySetMapper >& rMapper ) + const rtl::Reference< XMLPropertySetMapper >& rMapper ) : SvXMLExportPropertyMapper(rMapper) { } @@ -566,7 +566,7 @@ void ScXMLRowExportPropertyMapper::ContextFilter( } ScXMLColumnExportPropertyMapper::ScXMLColumnExportPropertyMapper( - const UniReference< XMLPropertySetMapper >& rMapper ) + const rtl::Reference< XMLPropertySetMapper >& rMapper ) : SvXMLExportPropertyMapper(rMapper) { } @@ -588,7 +588,7 @@ void ScXMLColumnExportPropertyMapper::handleSpecialItem( } ScXMLTableExportPropertyMapper::ScXMLTableExportPropertyMapper( - const UniReference< XMLPropertySetMapper >& rMapper ) + const rtl::Reference< XMLPropertySetMapper >& rMapper ) : SvXMLExportPropertyMapper(rMapper) { } @@ -625,7 +625,7 @@ void ScXMLAutoStylePoolP::exportStyleAttributes( ::std::vector< XMLPropertyState >::const_iterator endi(rProperties.end()); while (i != endi) { - UniReference< XMLPropertySetMapper > aPropMapper(rScXMLExport.GetCellStylesPropertySetMapper()); + rtl::Reference< XMLPropertySetMapper > aPropMapper(rScXMLExport.GetCellStylesPropertySetMapper()); sal_Int16 nContextID(aPropMapper->GetEntryContextId(i->mnIndex)); switch (nContextID) { @@ -655,7 +655,7 @@ void ScXMLAutoStylePoolP::exportStyleAttributes( ::std::vector< XMLPropertyState >::const_iterator endi(rProperties.end()); while(i != endi) { - UniReference< XMLPropertySetMapper > aPropMapper(rScXMLExport.GetTableStylesPropertySetMapper()); + rtl::Reference< XMLPropertySetMapper > aPropMapper(rScXMLExport.GetTableStylesPropertySetMapper()); sal_Int16 nContextID(aPropMapper->GetEntryContextId(i->mnIndex)); switch (nContextID) { diff --git a/sc/source/filter/xml/xmlstyle.hxx b/sc/source/filter/xml/xmlstyle.hxx index 8dca19fcecf2..a3f3f125780b 100644 --- a/sc/source/filter/xml/xmlstyle.hxx +++ b/sc/source/filter/xml/xmlstyle.hxx @@ -112,7 +112,7 @@ protected: ::com::sun::star::beans::XPropertySet > rPropSet ) const SAL_OVERRIDE; public: ScXMLCellExportPropertyMapper( - const UniReference< XMLPropertySetMapper >& rMapper ); + const rtl::Reference< XMLPropertySetMapper >& rMapper ); virtual ~ScXMLCellExportPropertyMapper(); virtual void handleElementItem( SvXMLExport& rExport, @@ -142,7 +142,7 @@ protected: ::com::sun::star::beans::XPropertySet > rPropSet ) const SAL_OVERRIDE; public: ScXMLRowExportPropertyMapper( - const UniReference< XMLPropertySetMapper >& rMapper ); + const rtl::Reference< XMLPropertySetMapper >& rMapper ); virtual ~ScXMLRowExportPropertyMapper(); }; @@ -150,7 +150,7 @@ class ScXMLColumnExportPropertyMapper : public SvXMLExportPropertyMapper { public: ScXMLColumnExportPropertyMapper( - const UniReference< XMLPropertySetMapper >& rMapper ); + const rtl::Reference< XMLPropertySetMapper >& rMapper ); virtual ~ScXMLColumnExportPropertyMapper(); /** this method is called for every item that has the MID_FLAG_SPECIAL_ITEM_EXPORT flag set */ @@ -168,7 +168,7 @@ class ScXMLTableExportPropertyMapper : public SvXMLExportPropertyMapper protected: public: ScXMLTableExportPropertyMapper( - const UniReference< XMLPropertySetMapper >& rMapper ); + const rtl::Reference< XMLPropertySetMapper >& rMapper ); virtual ~ScXMLTableExportPropertyMapper(); /** this method is called for every item that has the MID_FLAG_SPECIAL_ITEM_EXPORT flag set */ diff --git a/sc/source/filter/xml/xmlstyli.cxx b/sc/source/filter/xml/xmlstyli.cxx index b9fead1a393a..d27af06b4c74 100644 --- a/sc/source/filter/xml/xmlstyli.cxx +++ b/sc/source/filter/xml/xmlstyli.cxx @@ -74,7 +74,7 @@ using com::sun::star::uno::Reference; using com::sun::star::uno::UNO_QUERY; ScXMLCellImportPropertyMapper::ScXMLCellImportPropertyMapper( - const UniReference< XMLPropertySetMapper >& rMapper, + const rtl::Reference< XMLPropertySetMapper >& rMapper, SvXMLImport& rImportP) : SvXMLImportPropertyMapper( rMapper, rImportP ) { @@ -217,7 +217,7 @@ void ScXMLCellImportPropertyMapper::finished(::std::vector< XMLPropertyState >& } ScXMLRowImportPropertyMapper::ScXMLRowImportPropertyMapper( - const UniReference< XMLPropertySetMapper >& rMapper, + const rtl::Reference< XMLPropertySetMapper >& rMapper, SvXMLImport& rImportP) : SvXMLImportPropertyMapper( rMapper, rImportP ) { @@ -286,7 +286,7 @@ class XMLTableCellPropsContext : public SvXMLPropertySetContext const uno::Reference< xml::sax::XAttributeList >& xAttrList, sal_uInt32 nFamily, ::std::vector< XMLPropertyState > &rProps, - const UniReference < SvXMLImportPropertyMapper > &rMap); + const rtl::Reference < SvXMLImportPropertyMapper > &rMap); virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, @@ -301,7 +301,7 @@ XMLTableCellPropsContext::XMLTableCellPropsContext( const uno::Reference< xml::sax::XAttributeList >& xAttrList, sal_uInt32 nFamily, ::std::vector< XMLPropertyState > &rProps, - const UniReference < SvXMLImportPropertyMapper > &rMap) + const rtl::Reference < SvXMLImportPropertyMapper > &rMap) : SvXMLPropertySetContext( rImport, nPrfx, rLName, xAttrList, nFamily, rProps, rMap ) { @@ -478,7 +478,7 @@ SvXMLImportContext *XMLTableStyleContext::CreateChildContext( else if ( ( XML_NAMESPACE_STYLE == nPrefix) && IsXMLToken(rLocalName, XML_TABLE_CELL_PROPERTIES ) ) { - UniReference < SvXMLImportPropertyMapper > xImpPrMap = + rtl::Reference < SvXMLImportPropertyMapper > xImpPrMap = ((SvXMLStylesContext *)GetStyles())->GetImportPropertyMapper( GetFamily() ); if( xImpPrMap.is() ) @@ -596,8 +596,8 @@ void XMLTableStyleContext::AddProperty(const sal_Int16 nContextID, const uno::An XMLPropertyState* XMLTableStyleContext::FindProperty(const sal_Int16 nContextID) { XMLPropertyState* pRet = NULL; - UniReference < XMLPropertySetMapper > xPrMap; - UniReference < SvXMLImportPropertyMapper > xImpPrMap = + rtl::Reference < XMLPropertySetMapper > xPrMap; + rtl::Reference < SvXMLImportPropertyMapper > xImpPrMap = pStyles->GetImportPropertyMapper( GetFamily() ); OSL_ENSURE( xImpPrMap.is(), "There is the import prop mapper" ); if( xImpPrMap.is() ) @@ -730,11 +730,11 @@ void XMLTableStylesContext::EndElement() ((ScXMLImport&)GetImport()).InsertStyles(); } -UniReference < SvXMLImportPropertyMapper > +rtl::Reference < SvXMLImportPropertyMapper > XMLTableStylesContext::GetImportPropertyMapper( sal_uInt16 nFamily ) const { - UniReference < SvXMLImportPropertyMapper > xMapper(SvXMLStylesContext::GetImportPropertyMapper(nFamily)); + rtl::Reference < SvXMLImportPropertyMapper > xMapper(SvXMLStylesContext::GetImportPropertyMapper(nFamily)); if (!xMapper.is()) { diff --git a/sc/source/filter/xml/xmlstyli.hxx b/sc/source/filter/xml/xmlstyli.hxx index 1b59c8ea18ab..9e68eda6dfba 100644 --- a/sc/source/filter/xml/xmlstyli.hxx +++ b/sc/source/filter/xml/xmlstyli.hxx @@ -42,7 +42,7 @@ protected: public: ScXMLCellImportPropertyMapper( - const UniReference< XMLPropertySetMapper >& rMapper, + const rtl::Reference< XMLPropertySetMapper >& rMapper, SvXMLImport& rImport); virtual ~ScXMLCellImportPropertyMapper(); @@ -58,7 +58,7 @@ protected: public: ScXMLRowImportPropertyMapper( - const UniReference< XMLPropertySetMapper >& rMapper, + const rtl::Reference< XMLPropertySetMapper >& rMapper, SvXMLImport& rImport); virtual ~ScXMLRowImportPropertyMapper(); @@ -141,10 +141,10 @@ class XMLTableStylesContext : public SvXMLStylesContext sal_Int32 nMasterPageNameIndex; bool bAutoStyles; - UniReference < SvXMLImportPropertyMapper > xCellImpPropMapper; - UniReference < SvXMLImportPropertyMapper > xColumnImpPropMapper; - UniReference < SvXMLImportPropertyMapper > xRowImpPropMapper; - UniReference < SvXMLImportPropertyMapper > xTableImpPropMapper; + rtl::Reference < SvXMLImportPropertyMapper > xCellImpPropMapper; + rtl::Reference < SvXMLImportPropertyMapper > xColumnImpPropMapper; + rtl::Reference < SvXMLImportPropertyMapper > xRowImpPropMapper; + rtl::Reference < SvXMLImportPropertyMapper > xTableImpPropMapper; const ScXMLImport& GetScImport() const { return (const ScXMLImport&)GetImport(); } ScXMLImport& GetScImport() { return (ScXMLImport&)GetImport(); } @@ -174,7 +174,7 @@ public: virtual void EndElement() SAL_OVERRIDE; - virtual UniReference < SvXMLImportPropertyMapper > GetImportPropertyMapper( + virtual rtl::Reference < SvXMLImportPropertyMapper > GetImportPropertyMapper( sal_uInt16 nFamily ) const SAL_OVERRIDE; virtual ::com::sun::star::uno::Reference < ::com::sun::star::container::XNameContainer > |