/aoo42x/main/xmloff/source/style/ |
H A D | xmlprmap.cxx | 76 XMLPropertySetMapper::XMLPropertySetMapper( in XMLPropertySetMapper() function in XMLPropertySetMapper 95 XMLPropertySetMapper::~XMLPropertySetMapper() in ~XMLPropertySetMapper() 99 void XMLPropertySetMapper::AddMapperEntry( in AddMapperEntry() 100 const UniReference < XMLPropertySetMapper >& rMapper ) in AddMapperEntry() 123 sal_Bool XMLPropertySetMapper::exportXML( in exportXML() 144 sal_Bool XMLPropertySetMapper::importXML( in importXML() 166 sal_Int32 XMLPropertySetMapper::GetEntryIndex( in GetEntryIndex() 195 sal_Int32 XMLPropertySetMapper::FindEntryIndex( in FindEntryIndex() 218 sal_Int32 XMLPropertySetMapper::FindEntryIndex( const sal_Int16 nContextId ) const in FindEntryIndex() 239 void XMLPropertySetMapper::RemoveEntry( sal_Int32 nIndex ) in RemoveEntry()
|
H A D | xmlaustp.cxx | 55 …static void lcl_exportDataStyle( SvXMLExport& _rExport, const UniReference< XMLPropertySetMapper >… in lcl_exportDataStyle() 83 UniReference< XMLPropertySetMapper > aPropertyMapper = rPropExp.getPropertySetMapper(); in exportStyleAttributes() 101 UniReference< XMLPropertySetMapper > aPropertyMapper = rPropExp.getPropertySetMapper(); in exportStyleAttributes() 164 UniReference< XMLPropertySetMapper > aPropMapper = rPropExp.getPropertySetMapper(); in exportStyleAttributes() 210 UniReference< XMLPropertySetMapper > aPropMapper = rPropExp.getPropertySetMapper(); in exportStyleContent()
|
H A D | XMLFootnoteSeparatorImport.hxx | 37 class XMLPropertySetMapper; 51 UniReference<XMLPropertySetMapper> rMapper; 63 const UniReference<XMLPropertySetMapper> & rMapperRef,
|
H A D | xmlimppr.cxx | 70 const UniReference< XMLPropertySetMapper >& rMapper, in SvXMLImportPropertyMapper() 484 const UniReference<XMLPropertySetMapper> & rPropMapper, in _FillPropertySet() 602 const UniReference<XMLPropertySetMapper> & rPropMapper, in _PrepareForMultiPropertySet() 685 const UniReference<XMLPropertySetMapper> & rPropMapper, in _FillMultiPropertySet() 716 const UniReference<XMLPropertySetMapper> & rPropMapper, in _FillTolerantMultiPropertySet()
|
H A D | PageMasterImportContext.cxx | 97 const UniReference< XMLPropertySetMapper >& rMapper = xImpPrMap->getPropertySetMapper(); in CreateChildContext() 138 const UniReference< XMLPropertySetMapper >& rMapper = xImpPrMap->getPropertySetMapper(); in CreateChildContext() 241 const UniReference< XMLPropertySetMapper >& rMapper = xImpPrMap->getPropertySetMapper(); in FillPropertySet()
|
H A D | prstylei.cxx | 391 UniReference < XMLPropertySetMapper > xPrMap; in CreateAndInsert() 526 …const UniReference< XMLPropertySetMapper >& rMapper = GetStyles()->GetImportPropertyMapper(GetFami… in doNewDrawingLayerFillStyleDefinitionsExist() 574 …const UniReference< XMLPropertySetMapper >& rMapper = GetStyles()->GetImportPropertyMapper(GetFami… in deactivateOldFillStyleDefinitions() 605 …const UniReference< XMLPropertySetMapper >& rMapper = GetStyles()->GetImportPropertyMapper(GetFami… in translateNameBasedDrawingLayerFillStyleDefinitionsToStyleDisplayNames()
|
/aoo42x/main/xmloff/inc/xmloff/ |
H A D | xmlimppr.hxx | 44 class XMLPropertySetMapper; 75 UniReference< XMLPropertySetMapper > maPropMapper; 81 const UniReference< XMLPropertySetMapper >& rMapper, 142 inline const UniReference< XMLPropertySetMapper >& 155 const UniReference<XMLPropertySetMapper> & rPropMapper, 170 const UniReference<XMLPropertySetMapper> & rPropMapper, 182 const UniReference<XMLPropertySetMapper> & rPropMapper, 194 const UniReference<XMLPropertySetMapper> & rPropMapper, 201 inline const UniReference< XMLPropertySetMapper >&
|
H A D | xmlprmap.hxx | 80 class XMLOFF_DLLPUBLIC XMLPropertySetMapper : public UniRefBase class 87 XMLPropertySetMapper( 90 virtual ~XMLPropertySetMapper(); 92 void AddMapperEntry( const UniReference < XMLPropertySetMapper >& rMapper );
|
H A D | txtstyle.hxx | 29 class XMLPropertySetMapper; 33 UniReference < XMLPropertySetMapper > xParaPropMapper; 53 UniReference < XMLPropertySetMapper >& getParaPropMapper();
|
H A D | xmlexppr.hxx | 55 UniReference< XMLPropertySetMapper > maPropMapper; 103 const UniReference< XMLPropertySetMapper >& rMapper ); 194 inline const UniReference< XMLPropertySetMapper >&
|
/aoo42x/main/dbaccess/source/filter/xml/ |
H A D | xmlHelper.cxx | 107 UniReference < XMLPropertySetMapper > OXMLHelper::GetTableStylesPropertySetMapper() in GetTableStylesPropertySetMapper() 142 return new XMLPropertySetMapper((XMLPropertyMapEntry*)s_aTableStylesProperties, xFac); in GetTableStylesPropertySetMapper() 145 UniReference < XMLPropertySetMapper > OXMLHelper::GetColumnStylesPropertySetMapper() in GetColumnStylesPropertySetMapper() 156 return new XMLPropertySetMapper((XMLPropertyMapEntry*)s_aColumnStylesProperties, xFac); in GetColumnStylesPropertySetMapper() 159 UniReference < XMLPropertySetMapper > OXMLHelper::GetCellStylesPropertySetMapper() in GetCellStylesPropertySetMapper() 198 return new XMLPropertySetMapper((XMLPropertyMapEntry*)s_aCellStylesProperties, xFac); in GetCellStylesPropertySetMapper() 201 UniReference < XMLPropertySetMapper > OXMLHelper::GetRowStylesPropertySetMapper() in GetRowStylesPropertySetMapper() 210 return new XMLPropertySetMapper((XMLPropertyMapEntry*)s_aStylesProperties, xFac); in GetRowStylesPropertySetMapper()
|
H A D | xmlExport.hxx | 157 mutable UniReference < XMLPropertySetMapper > m_xTableStylesPropertySetMapper; 158 mutable UniReference < XMLPropertySetMapper > m_xColumnStylesPropertySetMapper; 159 mutable UniReference < XMLPropertySetMapper > m_xCellStylesPropertySetMapper; 160 mutable UniReference < XMLPropertySetMapper > m_xRowStylesPropertySetMapper; 203 UniReference < XMLPropertySetMapper > GetTableStylesPropertySetMapper() const; 227 UniReference < XMLPropertySetMapper > GetColumnStylesPropertySetMapper() const; 228 UniReference < XMLPropertySetMapper > GetCellStylesPropertySetMapper() const;
|
H A D | xmlfilter.hxx | 123 mutable UniReference < XMLPropertySetMapper > m_xTableStylesPropertySetMapper; 124 mutable UniReference < XMLPropertySetMapper > m_xColumnStylesPropertySetMapper; 125 mutable UniReference < XMLPropertySetMapper > m_xCellStylesPropertySetMapper; 183 UniReference < XMLPropertySetMapper > GetTableStylesPropertySetMapper() const; 184 UniReference < XMLPropertySetMapper > GetColumnStylesPropertySetMapper() const; 185 UniReference < XMLPropertySetMapper > GetCellStylesPropertySetMapper() const;
|
H A D | xmlHelper.hxx | 63 static UniReference < XMLPropertySetMapper > GetTableStylesPropertySetMapper(); 64 static UniReference < XMLPropertySetMapper > GetColumnStylesPropertySetMapper(); 65 static UniReference < XMLPropertySetMapper > GetCellStylesPropertySetMapper(); 66 static UniReference < XMLPropertySetMapper > GetRowStylesPropertySetMapper();
|
/aoo42x/main/reportdesign/source/filter/xml/ |
H A D | xmlfilter.hxx | 97 UniReference < XMLPropertySetMapper > m_xCellStylesPropertySetMapper; 98 UniReference < XMLPropertySetMapper > m_xColumnStylesPropertySetMapper; 99 UniReference < XMLPropertySetMapper > m_xRowStylesPropertySetMapper; 100 UniReference < XMLPropertySetMapper > m_xTableStylesPropertySetMapper; 167 …inline UniReference < XMLPropertySetMapper > GetCellStylesPropertySetMapper() const { retur… in GetCellStylesPropertySetMapper() 168 …inline UniReference < XMLPropertySetMapper > GetColumnStylesPropertySetMapper() const { retur… in GetColumnStylesPropertySetMapper() 169 …inline UniReference < XMLPropertySetMapper > GetRowStylesPropertySetMapper() const { retur… in GetRowStylesPropertySetMapper() 170 …inline UniReference < XMLPropertySetMapper > GetTableStylesPropertySetMapper() const { retur… in GetTableStylesPropertySetMapper()
|
H A D | xmlExport.hxx | 142 mutable UniReference < XMLPropertySetMapper > m_xControlStylePropertyMapper; 143 mutable UniReference < XMLPropertySetMapper > m_xColumnStylesPropertySetMapper; 144 mutable UniReference < XMLPropertySetMapper > m_xCellStylesPropertySetMapper; 208 UniReference < XMLPropertySetMapper > GetCellStylePropertyMapper() const;
|
H A D | xmlExport.cxx | 172 …OSpecialHanldeXMLExportPropertyMapper(const UniReference< XMLPropertySetMapper >& rMapper) : SvXML… in OSpecialHanldeXMLExportPropertyMapper() 276 …UniReference < XMLPropertySetMapper > xTableStylesPropertySetMapper1 = new XMLPropertySetMapper(OX… in ORptExport() 277 …UniReference < XMLPropertySetMapper > xTableStylesPropertySetMapper2 = new XMLTextPropertySetMappe… in ORptExport() 287 …UniReference < XMLPropertySetMapper > xColumnStylesPropertySetMapper = new XMLPropertySetMapper(OX… in ORptExport() 290 …UniReference < XMLPropertySetMapper > xRowStylesPropertySetMapper = new XMLPropertySetMapper(OXMLH… in ORptExport() 293 …UniReference < XMLPropertySetMapper > xPropMapper(new XMLTextPropertySetMapper( TEXT_PROP_MAP_PARA… in ORptExport() 1455 UniReference < XMLPropertySetMapper > ORptExport::GetCellStylePropertyMapper() const in GetCellStylePropertyMapper()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | xmlimprt.hxx | 676 UniReference < XMLPropertySetMapper > xCellStylesPropertySetMapper; 677 UniReference < XMLPropertySetMapper > xColumnStylesPropertySetMapper; 678 UniReference < XMLPropertySetMapper > xRowStylesPropertySetMapper; 679 UniReference < XMLPropertySetMapper > xTableStylesPropertySetMapper; 842 …UniReference < XMLPropertySetMapper > GetCellStylesPropertySetMapper() const { return xCellStylesP… in GetCellStylesPropertySetMapper() 843 …UniReference < XMLPropertySetMapper > GetColumnStylesPropertySetMapper() const { return xColumnSty… in GetColumnStylesPropertySetMapper() 844 …UniReference < XMLPropertySetMapper > GetRowStylesPropertySetMapper() const { return xRowStylesPro… in GetRowStylesPropertySetMapper() 845 …UniReference < XMLPropertySetMapper > GetTableStylesPropertySetMapper() const { return xTableStyle… in GetTableStylesPropertySetMapper()
|
H A D | xmlexprt.hxx | 76 UniReference < XMLPropertySetMapper > xCellStylesPropertySetMapper; 77 UniReference < XMLPropertySetMapper > xColumnStylesPropertySetMapper; 78 UniReference < XMLPropertySetMapper > xRowStylesPropertySetMapper; 79 UniReference < XMLPropertySetMapper > xTableStylesPropertySetMapper; 248 …UniReference < XMLPropertySetMapper > GetCellStylesPropertySetMapper() { return xCellStylesPropert… in GetCellStylesPropertySetMapper() 249 …UniReference < XMLPropertySetMapper > GetTableStylesPropertySetMapper() { return xTableStylesPrope… in GetTableStylesPropertySetMapper()
|
H A D | xmlstyle.hxx | 115 const UniReference< XMLPropertySetMapper >& rMapper ); 138 const UniReference< XMLPropertySetMapper >& rMapper ); 146 const UniReference< XMLPropertySetMapper >& rMapper ); 164 const UniReference< XMLPropertySetMapper >& rMapper );
|
/aoo42x/main/xmloff/source/draw/ |
H A D | sdpropls.hxx | 78 class XMLShapePropertySetMapper : public XMLPropertySetMapper 104 …XMLShapeExportPropertyMapper( const UniReference< XMLPropertySetMapper >& rMapper, XMLTextListAuto… 126 class XMLPagePropertySetMapper : public XMLPropertySetMapper 148 …XMLPageExportPropertyMapper( const UniReference< XMLPropertySetMapper >& rMapper, SvXMLExport& rEx…
|
/aoo42x/main/xmloff/source/text/ |
H A D | XMLSectionFootnoteConfigImport.hxx | 37 class XMLPropertySetMapper; 51 UniReference<XMLPropertySetMapper> rMapper; 62 const UniReference<XMLPropertySetMapper> & rMapperRef);
|
/aoo42x/main/xmloff/inc/ |
H A D | XMLChartPropertySetMapper.hxx | 52 class XMLChartPropertySetMapper : public XMLPropertySetMapper 92 XMLChartExportPropertyMapper( const UniReference< XMLPropertySetMapper >& rMapper, 107 XMLChartImportPropertyMapper( const UniReference< XMLPropertySetMapper >& rMapper,
|
/aoo42x/main/sw/source/filter/xml/ |
H A D | xmlexp.hxx | 48 class XMLPropertySetMapper; 67 UniReference < XMLPropertySetMapper > xParaPropMapper; 161 const UniReference < XMLPropertySetMapper >& GetParaPropMapper() in GetParaPropMapper()
|
/aoo42x/main/xmloff/source/table/ |
H A D | XMLTableImport.cxx | 210 XMLTableImport::XMLTableImport( SvXMLImport& rImport, const rtl::Reference< XMLPropertySetMapper >&… in XMLTableImport() 217 …UniReference < XMLPropertySetMapper > xRowMapper( new XMLPropertySetMapper( getRowPropertiesMap(),… in XMLTableImport() 220 …UniReference < XMLPropertySetMapper > xColMapper( new XMLPropertySetMapper( getColumnPropertiesMap… in XMLTableImport()
|