Home
last modified time | relevance | path

Searched refs:XMLPropertySetMapper (Results 1 – 25 of 88) sorted by relevance

1234

/trunk/main/xmloff/source/style/
H A Dxmlprmap.cxx76 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 Dxmlaustp.cxx55 …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 DXMLFootnoteSeparatorImport.hxx37 class XMLPropertySetMapper;
51 UniReference<XMLPropertySetMapper> rMapper;
63 const UniReference<XMLPropertySetMapper> & rMapperRef,
H A Dxmlimppr.cxx70 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 DPageMasterImportContext.cxx97 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 Dprstylei.cxx391 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()
/trunk/main/xmloff/inc/xmloff/
H A Dxmlimppr.hxx45 class XMLPropertySetMapper;
76 UniReference< XMLPropertySetMapper > maPropMapper;
82 const UniReference< XMLPropertySetMapper >& rMapper,
143 inline const UniReference< XMLPropertySetMapper >&
156 const UniReference<XMLPropertySetMapper> & rPropMapper,
171 const UniReference<XMLPropertySetMapper> & rPropMapper,
183 const UniReference<XMLPropertySetMapper> & rPropMapper,
195 const UniReference<XMLPropertySetMapper> & rPropMapper,
202 inline const UniReference< XMLPropertySetMapper >&
H A Dxmlprmap.hxx80 class XMLOFF_DLLPUBLIC XMLPropertySetMapper : public UniRefBase class
87 XMLPropertySetMapper(
90 virtual ~XMLPropertySetMapper();
92 void AddMapperEntry( const UniReference < XMLPropertySetMapper >& rMapper );
H A Dtxtstyle.hxx29 class XMLPropertySetMapper;
33 UniReference < XMLPropertySetMapper > xParaPropMapper;
53 UniReference < XMLPropertySetMapper >& getParaPropMapper();
H A Dxmlexppr.hxx55 UniReference< XMLPropertySetMapper > maPropMapper;
103 const UniReference< XMLPropertySetMapper >& rMapper );
194 inline const UniReference< XMLPropertySetMapper >&
/trunk/main/dbaccess/source/filter/xml/
H A DxmlHelper.cxx107 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 DxmlExport.hxx157 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 Dxmlfilter.hxx123 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 DxmlHelper.hxx63 static UniReference < XMLPropertySetMapper > GetTableStylesPropertySetMapper();
64 static UniReference < XMLPropertySetMapper > GetColumnStylesPropertySetMapper();
65 static UniReference < XMLPropertySetMapper > GetCellStylesPropertySetMapper();
66 static UniReference < XMLPropertySetMapper > GetRowStylesPropertySetMapper();
/trunk/main/reportdesign/source/filter/xml/
H A Dxmlfilter.hxx97 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 DxmlExport.hxx142 mutable UniReference < XMLPropertySetMapper > m_xControlStylePropertyMapper;
143 mutable UniReference < XMLPropertySetMapper > m_xColumnStylesPropertySetMapper;
144 mutable UniReference < XMLPropertySetMapper > m_xCellStylesPropertySetMapper;
208 UniReference < XMLPropertySetMapper > GetCellStylePropertyMapper() const;
H A DxmlExport.cxx172 …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()
/trunk/main/sc/source/filter/xml/
H A Dxmlimprt.hxx676 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 Dxmlexprt.hxx76 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 Dxmlstyle.hxx115 const UniReference< XMLPropertySetMapper >& rMapper );
138 const UniReference< XMLPropertySetMapper >& rMapper );
146 const UniReference< XMLPropertySetMapper >& rMapper );
164 const UniReference< XMLPropertySetMapper >& rMapper );
/trunk/main/xmloff/source/draw/
H A Dsdpropls.hxx78 class XMLShapePropertySetMapper : public XMLPropertySetMapper
104 …XMLShapeExportPropertyMapper( const UniReference< XMLPropertySetMapper >& rMapper, XMLTextListAuto…
126 class XMLPagePropertySetMapper : public XMLPropertySetMapper
148 …XMLPageExportPropertyMapper( const UniReference< XMLPropertySetMapper >& rMapper, SvXMLExport& rEx…
/trunk/main/xmloff/source/text/
H A DXMLSectionFootnoteConfigImport.hxx37 class XMLPropertySetMapper;
51 UniReference<XMLPropertySetMapper> rMapper;
62 const UniReference<XMLPropertySetMapper> & rMapperRef);
/trunk/main/xmloff/inc/
H A DXMLChartPropertySetMapper.hxx52 class XMLChartPropertySetMapper : public XMLPropertySetMapper
92 XMLChartExportPropertyMapper( const UniReference< XMLPropertySetMapper >& rMapper,
107 XMLChartImportPropertyMapper( const UniReference< XMLPropertySetMapper >& rMapper,
/trunk/main/sw/source/filter/xml/
H A Dxmlexp.hxx48 class XMLPropertySetMapper;
67 UniReference < XMLPropertySetMapper > xParaPropMapper;
161 const UniReference < XMLPropertySetMapper >& GetParaPropMapper() in GetParaPropMapper()
/trunk/main/xmloff/source/table/
H A DXMLTableImport.cxx210 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()

Completed in 114 milliseconds

1234