Home
last modified time | relevance | path

Searched refs:UniReference (Results 1 – 25 of 127) sorted by relevance

123456

/trunk/main/xmloff/inc/xmloff/
H A Duniref.hxx39 template< class T > class UniReference class
46 UniReference() in UniReference() function in UniReference
51 inline ~UniReference();
54 inline UniReference( const UniReference< T > & rRef );
59 inline UniReference( T * pElement );
64 inline UniReference< T > & operator = ( T * pElement );
69 inline UniReference< T > & operator = ( const UniReference< T > & rRef );
84 inline sal_Bool operator == ( const UniReference & rRef ) const;
89 inline sal_Bool operator != ( const UniReference & rRef ) const;
123 inline UniReference< T >::UniReference( const UniReference< T > & rRef ) in UniReference() function in UniReference
[all …]
H A Dxmlexp.hxx146 UniReference< XMLTextParagraphExport > mxTextParagraphExport;
147 UniReference< XMLShapeExport > mxShapeExport;
148 UniReference< SvXMLAutoStylePoolP > mxAutoStylePool;
149 UniReference< SchXMLExportHelper > mxChartExport;
150 UniReference< XMLPageExport > mxPageExport;
151 UniReference< XMLFontAutoStylePool > mxFontAutoStylePool;
152 UniReference< xmloff::OFormLayerXMLExport > mxFormExport;
459 inline UniReference< XMLTextParagraphExport > GetTextParagraphExport();
462 inline UniReference< XMLShapeExport > GetShapeExport();
465 inline UniReference< SvXMLAutoStylePoolP > GetAutoStylePool();
[all …]
H A Dxmlimppr.hxx66 UniReference< SvXMLImportPropertyMapper> mxNextMapper;
76 UniReference< XMLPropertySetMapper > maPropMapper;
82 const UniReference< XMLPropertySetMapper >& rMapper,
90 const UniReference< SvXMLImportPropertyMapper>& 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 Dtxtparae.hxx80 UniReference < SvXMLExportPropertyMapper > xParaPropMapper;
81 UniReference < SvXMLExportPropertyMapper > xTextPropMapper;
82 UniReference < SvXMLExportPropertyMapper > xFramePropMapper;
83 UniReference < SvXMLExportPropertyMapper > xAutoFramePropMapper;
84 UniReference < SvXMLExportPropertyMapper > xSectionPropMapper;
85 UniReference < SvXMLExportPropertyMapper > xRubyPropMapper;
221 UniReference < SvXMLExportPropertyMapper > GetParaPropMapper() const in GetParaPropMapper()
226 UniReference < SvXMLExportPropertyMapper > GetTextPropMapper() const in GetTextPropMapper()
231 UniReference < SvXMLExportPropertyMapper > GetFramePropMapper() const in GetFramePropMapper()
235 UniReference < SvXMLExportPropertyMapper > GetAutoFramePropMapper() const in GetAutoFramePropMapper()
[all …]
H A Dxmlimp.hxx111 UniReference< XMLTextImportHelper > mxTextImport;
112 UniReference< XMLShapeImportHelper > mxShapeImport;
113 UniReference< SchXMLImportHelper > mxChartImport;
114 UniReference< ::xmloff::OFormLayerXMLImport > mxFormImport;
270 inline UniReference< XMLTextImportHelper > GetTextImport();
275 inline UniReference< XMLShapeImportHelper > GetShapeImport();
278 inline UniReference< SchXMLImportHelper > GetChartImport();
281 inline UniReference< ::xmloff::OFormLayerXMLImport > GetFormImport();
483 inline UniReference< XMLTextImportHelper > SvXMLImport::GetTextImport() in GetTextImport()
491 inline UniReference< XMLShapeImportHelper > SvXMLImport::GetShapeImport() in GetShapeImport()
[all …]
H A Dxmlstyle.hxx181 UniReference < SvXMLImportPropertyMapper > mxParaImpPropMapper;
182 UniReference < SvXMLImportPropertyMapper > mxTextImpPropMapper;
183 UniReference < SvXMLImportPropertyMapper > mxShapeImpPropMapper;
184 mutable UniReference < SvXMLImportPropertyMapper > mxChartImpPropMapper;
185 mutable UniReference < SvXMLImportPropertyMapper > mxPageImpPropMapper;
244 virtual UniReference < SvXMLImportPropertyMapper > GetImportPropertyMapper(
H A Dxmlexppr.hxx50 UniReference< SvXMLExportPropertyMapper> mxNextMapper;
55 UniReference< XMLPropertySetMapper > maPropMapper;
103 const UniReference< XMLPropertySetMapper >& rMapper );
110 const UniReference< SvXMLExportPropertyMapper>& rMapper );
194 inline const UniReference< XMLPropertySetMapper >&
H A Dstyleexp.hxx89 const UniReference < SvXMLExportPropertyMapper >& rPropMapper,
123 const UniReference < SvXMLExportPropertyMapper >& rPropMapper );
127 const UniReference < SvXMLExportPropertyMapper >& rPropMapper,
133 const UniReference < SvXMLExportPropertyMapper >& rPropMapper,
/trunk/main/dbaccess/source/filter/xml/
H A DxmlExport.hxx152 UniReference < SvXMLExportPropertyMapper> m_xExportHelper;
153 UniReference < SvXMLExportPropertyMapper> m_xColumnExportHelper;
154 UniReference < SvXMLExportPropertyMapper> m_xCellExportHelper;
155 UniReference < SvXMLExportPropertyMapper> m_xRowExportHelper;
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;
[all …]
H A DxmlHelper.cxx107 UniReference < XMLPropertySetMapper > OXMLHelper::GetTableStylesPropertySetMapper() in GetTableStylesPropertySetMapper()
141 UniReference < XMLPropertyHandlerFactory> xFac = new ::xmloff::OControlPropertyHandlerFactory(); in GetTableStylesPropertySetMapper()
145 UniReference < XMLPropertySetMapper > OXMLHelper::GetColumnStylesPropertySetMapper() in GetColumnStylesPropertySetMapper()
155 UniReference < XMLPropertyHandlerFactory> xFac = new OPropertyHandlerFactory(); in GetColumnStylesPropertySetMapper()
159 UniReference < XMLPropertySetMapper > OXMLHelper::GetCellStylesPropertySetMapper() in GetCellStylesPropertySetMapper()
197UniReference < XMLPropertyHandlerFactory> xFac = new /*OPropertyHandlerFactory*/::xmloff::OControl… in GetCellStylesPropertySetMapper()
201 UniReference < XMLPropertySetMapper > OXMLHelper::GetRowStylesPropertySetMapper() in GetRowStylesPropertySetMapper()
209 UniReference < XMLPropertyHandlerFactory> xFac = new OPropertyHandlerFactory(); in GetRowStylesPropertySetMapper()
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 DxmlExport.hxx133 UniReference < SvXMLExportPropertyMapper> m_xExportHelper;
134 UniReference < SvXMLExportPropertyMapper> m_xSectionPropMapper;
135 UniReference < SvXMLExportPropertyMapper> m_xTableStylesExportPropertySetMapper;
136 UniReference < SvXMLExportPropertyMapper> m_xCellStylesExportPropertySetMapper;
137 UniReference < SvXMLExportPropertyMapper> m_xColumnStylesExportPropertySetMapper;
138 UniReference < SvXMLExportPropertyMapper> m_xRowStylesExportPropertySetMapper;
139 UniReference < SvXMLExportPropertyMapper > m_xParaPropMapper;
140 UniReference < XMLPropertyHandlerFactory > m_xPropHdlFactory;
142 mutable UniReference < XMLPropertySetMapper > m_xControlStylePropertyMapper;
143 mutable UniReference < XMLPropertySetMapper > m_xColumnStylesPropertySetMapper;
[all …]
H A Dxmlfilter.hxx96 UniReference < XMLPropertyHandlerFactory > m_xPropHdlFactory;
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 DxmlStyleImport.hxx104 mutable UniReference < SvXMLImportPropertyMapper > m_xCellImpPropMapper;
105 mutable UniReference < SvXMLImportPropertyMapper > m_xColumnImpPropMapper;
106 mutable UniReference < SvXMLImportPropertyMapper > m_xRowImpPropMapper;
107 mutable UniReference < SvXMLImportPropertyMapper > m_xTableImpPropMapper;
149 virtual UniReference < SvXMLImportPropertyMapper > GetImportPropertyMapper(
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.hxx75 UniReference < XMLPropertyHandlerFactory > xScPropHdlFactory;
76 UniReference < XMLPropertySetMapper > xCellStylesPropertySetMapper;
77 UniReference < XMLPropertySetMapper > xColumnStylesPropertySetMapper;
78 UniReference < XMLPropertySetMapper > xRowStylesPropertySetMapper;
79 UniReference < XMLPropertySetMapper > xTableStylesPropertySetMapper;
80 UniReference < SvXMLExportPropertyMapper > xCellStylesExportPropertySetMapper;
81 UniReference < SvXMLExportPropertyMapper > xColumnStylesExportPropertySetMapper;
82 UniReference < SvXMLExportPropertyMapper > xRowStylesExportPropertySetMapper;
83 UniReference < SvXMLExportPropertyMapper > xTableStylesExportPropertySetMapper;
248UniReference < XMLPropertySetMapper > GetCellStylesPropertySetMapper() { return xCellStylesPropert… in GetCellStylesPropertySetMapper()
[all …]
H A Dxmlstyli.hxx49 const UniReference< XMLPropertySetMapper >& rMapper,
81 const UniReference< XMLPropertySetMapper >& rMapper,
185 UniReference < SvXMLImportPropertyMapper > xCellImpPropMapper;
186 UniReference < SvXMLImportPropertyMapper > xColumnImpPropMapper;
187 UniReference < SvXMLImportPropertyMapper > xRowImpPropMapper;
188 UniReference < SvXMLImportPropertyMapper > xTableImpPropMapper;
226 virtual UniReference < SvXMLImportPropertyMapper > GetImportPropertyMapper(
H A Dxmlimprt.hxx675 UniReference < XMLPropertyHandlerFactory > xScPropHdlFactory;
676 UniReference < XMLPropertySetMapper > xCellStylesPropertySetMapper;
677 UniReference < XMLPropertySetMapper > xColumnStylesPropertySetMapper;
678 UniReference < XMLPropertySetMapper > xRowStylesPropertySetMapper;
679 UniReference < XMLPropertySetMapper > xTableStylesPropertySetMapper;
842UniReference < XMLPropertySetMapper > GetCellStylesPropertySetMapper() const { return xCellStylesP… in GetCellStylesPropertySetMapper()
843UniReference < XMLPropertySetMapper > GetColumnStylesPropertySetMapper() const { return xColumnSty… in GetColumnStylesPropertySetMapper()
844UniReference < XMLPropertySetMapper > GetRowStylesPropertySetMapper() const { return xRowStylesPro… in GetRowStylesPropertySetMapper()
845UniReference < XMLPropertySetMapper > GetTableStylesPropertySetMapper() const { return xTableStyle… in GetTableStylesPropertySetMapper()
/trunk/main/xmloff/source/style/
H A Dstyleexp.cxx102 const UniReference < SvXMLExportPropertyMapper >& rPropMapper, in exportStyle()
358 const UniReference < SvXMLExportPropertyMapper >& rPropMapper ) in exportDefaultStyle()
393 const UniReference < XMLPropertySetMapper >& rPropMapper,
397 UniReference < SvXMLExportPropertyMapper > xExpPropMapper =
405 const UniReference < XMLPropertySetMapper >& rPropMapper,
408 UniReference < SvXMLExportPropertyMapper > xExpPropMapper =
418 const UniReference < SvXMLExportPropertyMapper >& rPropMapper, in exportStyleFamily()
428 const UniReference < SvXMLExportPropertyMapper >& rPropMapper, in exportStyleFamily()
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()
306 UniReference <SvXMLExportPropertyMapper> xTmp = pMapper; in AddFamily()
313 const UniReference < SvXMLExportPropertyMapper > & rMapper, in AddFamily()
H A DPageMasterImportContext.cxx93 UniReference < SvXMLImportPropertyMapper > xImpPrMap = in CreateChildContext()
97 const UniReference< XMLPropertySetMapper >& rMapper = xImpPrMap->getPropertySetMapper(); in CreateChildContext()
134 UniReference < SvXMLImportPropertyMapper > xImpPrMap = in CreateChildContext()
138 const UniReference< XMLPropertySetMapper >& rMapper = xImpPrMap->getPropertySetMapper(); in CreateChildContext()
201UniReference < SvXMLImportPropertyMapper > xImpPrMap = GetStyles()->GetImportPropertyMapper(GetFam… in FillPropertySet()
241 const UniReference< XMLPropertySetMapper >& rMapper = xImpPrMap->getPropertySetMapper(); in FillPropertySet()
H A Dprstylei.cxx207 UniReference < SvXMLImportPropertyMapper > xImpPrMap = in CreateChildContext()
228 UniReference < SvXMLImportPropertyMapper > xImpPrMap = in FillPropertySet()
267UniReference < SvXMLImportPropertyMapper > xImpPrMap = pSvXMLStylesContext->GetImportPropertyMappe… in CreateAndInsert()
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()
H A Dxmlimppr.cxx70 const UniReference< XMLPropertySetMapper >& rMapper, in SvXMLImportPropertyMapper()
83 const UniReference< SvXMLImportPropertyMapper>& rMapper ) in ChainImportMapper()
91 UniReference< SvXMLImportPropertyMapper > xNext = mxNextMapper; in ChainImportMapper()
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()
/trunk/main/xmloff/source/draw/
H A Dsdpropls.hxx81 XMLShapePropertySetMapper(const UniReference< XMLPropertyHandlerFactory >& rFactoryRef);
82 …XMLShapePropertySetMapper(const UniReference< XMLPropertyHandlerFactory >& rFactoryRef, sal_uInt16…
104 …XMLShapeExportPropertyMapper( const UniReference< XMLPropertySetMapper >& rMapper, XMLTextListAuto…
129 XMLPagePropertySetMapper(const UniReference< XMLPropertyHandlerFactory >& rFactoryRef);
148 …XMLPageExportPropertyMapper( const UniReference< XMLPropertySetMapper >& rMapper, SvXMLExport& rEx…
H A Dximpstyl.cxx77 const UniReference < SvXMLImportPropertyMapper > &rMap );
96 const UniReference < SvXMLImportPropertyMapper > &rMap ) : in SdXMLDrawingPagePropertySetContext()
200 UniReference < SvXMLImportPropertyMapper > xImpPrMap = in CreateChildContext()
222 …const UniReference< XMLPropertySetMapper >& rImpPrMap = GetStyles()->GetImportPropertyMapper( GetF… in Finish()
282 UniReference < SvXMLImportPropertyMapper > xImpPrMap = in FillPropertySet()
300 UniReference<XMLPropertySetMapper> rPropMapper = in FillPropertySet()
1184 UniReference< SvXMLImportPropertyMapper > SdXMLStylesContext::GetImportPropertyMapper( in GetImportPropertyMapper()
1187 UniReference < SvXMLImportPropertyMapper > xMapper; in GetImportPropertyMapper()
1209UniReference< XMLShapeImportHelper > aImpHelper = ((SvXMLImport&)GetImport()).GetShapeImport(); in GetImportPropertyMapper()
1412 UniReference < XMLPropertySetMapper > xPrMap; in ImpSetGraphicStyles()
[all …]

123456