/trunk/main/xmloff/source/text/ |
H A D | txtparae.cxx | 684 OUString XMLTextParagraphExport::Find( in Find() 815 void XMLTextParagraphExport::exportListChange( in exportListChange() 1163 XMLTextParagraphExport::XMLTextParagraphExport( in XMLTextParagraphExport() function in XMLTextParagraphExport 1347 XMLTextParagraphExport::~XMLTextParagraphExport() in ~XMLTextParagraphExport() 1679 void XMLTextParagraphExport::exportText( in exportText() 1739 void XMLTextParagraphExport::exportText( in exportText() 2390 void XMLTextParagraphExport::exportTable( in exportTable() 2443 void XMLTextParagraphExport::exportTextMark( in exportTextMark() 2885 void XMLTextParagraphExport::exportContour( in exportContour() 3569 void XMLTextParagraphExport::exportRuby( in exportRuby() [all …]
|
H A D | XMLIndexMarkExport.hxx | 32 class XMLTextParagraphExport; 66 XMLTextParagraphExport& rParaExport; 70 XMLTextParagraphExport& rParaExp);
|
H A D | XMLSectionExport.hxx | 34 class XMLTextParagraphExport; 142 XMLTextParagraphExport& rParaExport; 148 XMLTextParagraphExport& rParaExp); 217 inline XMLTextParagraphExport& GetParaExport() { return rParaExport; } in GetParaExport()
|
H A D | txtftne.cxx | 75 void XMLTextParagraphExport::exportTextFootnote( in exportTextFootnote() 163 void XMLTextParagraphExport::exportTextFootnoteHelper( in exportTextFootnoteHelper() 217 void XMLTextParagraphExport::exportTextFootnoteConfiguration() in exportTextFootnoteConfiguration() 257 void XMLTextParagraphExport::exportTextFootnoteConfigurationHelper( in exportTextFootnoteConfigurationHelper()
|
H A D | txtstyle.cxx | 53 void XMLTextParagraphExport::exportStyleAttributes( in exportStyleAttributes() 125 void XMLTextParagraphExport::exportNumStyles( sal_Bool bUsed ) in exportNumStyles() 131 void XMLTextParagraphExport::exportTextStyles( sal_Bool bUsed, sal_Bool bProg ) in exportTextStyles()
|
H A D | txtsecte.cxx | 90 void XMLTextParagraphExport::exportListAndSectionChange( in exportListAndSectionChange() 114 void XMLTextParagraphExport::exportListAndSectionChange( in exportListAndSectionChange() 143 void XMLTextParagraphExport::exportListAndSectionChange( in exportListAndSectionChange()
|
H A D | XMLIndexMarkExport.cxx | 51 XMLTextParagraphExport& rParaExp) in XMLIndexMarkExport()
|
H A D | XMLSectionExport.cxx | 84 XMLTextParagraphExport& rParaExp) in XMLSectionExport()
|
/trunk/main/xmloff/inc/xmloff/ |
H A D | txtparae.hxx | 75 class XMLOFF_DLLPUBLIC XMLTextParagraphExport : public XMLStyleExport class 507 XMLTextParagraphExport( 511 virtual ~XMLTextParagraphExport(); 697 …XMLTextParagraphExport(XMLTextParagraphExport &); // private copy-ctor because of explicit copy-ct… 701 XMLTextParagraphExport::GetListAutoStylePool() const in GetListAutoStylePool() 706 inline void XMLTextParagraphExport::exportTextFrame( in exportTextFrame() 717 inline void XMLTextParagraphExport::exportTextGraphic( in exportTextGraphic() 728 inline void XMLTextParagraphExport::exportTextEmbedded( in exportTextEmbedded() 739 inline void XMLTextParagraphExport::exportShape( in exportShape()
|
H A D | xmlexp.hxx | 146 UniReference< XMLTextParagraphExport > mxTextParagraphExport; 231 virtual XMLTextParagraphExport* CreateTextParagraphExport(); 459 inline UniReference< XMLTextParagraphExport > GetTextParagraphExport(); 611 inline UniReference< XMLTextParagraphExport > SvXMLExport::GetTextParagraphExport() in GetTextParagraphExport()
|
/trunk/main/editeng/source/xml/ |
H A D | xmltxtexp.cxx | 483 UniReference< XMLTextParagraphExport > xTextExport( GetTextParagraphExport() ); in _ExportAutoStyles() 491 UniReference< XMLTextParagraphExport > xTextExport( GetTextParagraphExport() ); in _ExportContent()
|
/trunk/main/sw/source/filter/xml/ |
H A D | xmltexte.hxx | 37 class SwXMLTextParagraphExport : public XMLTextParagraphExport
|
H A D | xmlexp.cxx | 410 XMLTextParagraphExport* SwXMLExport::CreateTextParagraphExport() in CreateTextParagraphExport() 417 …XMLShapeExport* pShapeExport = new XMLShapeExport( *this, XMLTextParagraphExport::CreateShapeExtPr… in CreateShapeExport()
|
H A D | xmlexp.hxx | 125 virtual XMLTextParagraphExport* CreateTextParagraphExport();
|
H A D | xmltexte.cxx | 198 XMLTextParagraphExport( rExp, _rAutoStylePool ), in SwXMLTextParagraphExport()
|
/trunk/main/xmloff/source/draw/ |
H A D | shapeexport.cxx | 1258 xPropertySetMapper->ChainExportMapper(XMLTextParagraphExport::CreateParaExtPropMapper(mrExport)); in ExportGraphicDefaults() 1261 …xPropertySetMapper->ChainExportMapper(XMLTextParagraphExport::CreateParaDefaultExtPropMapper(mrExp… in ExportGraphicDefaults()
|
H A D | sdxmlexp.cxx | 466 mpPropertySetMapper->ChainExportMapper(XMLTextParagraphExport::CreateParaExtPropMapper(*this)); in setSourceDocument()
|
/trunk/main/xmloff/source/chart/ |
H A D | PropertyMaps.cxx | 198 ChainExportMapper( XMLTextParagraphExport::CreateParaExtPropMapper( rExport )); in XMLChartExportPropertyMapper()
|
/trunk/main/xmloff/source/table/ |
H A D | XMLTableExport.cxx | 171 …mxCellExportPropertySetMapper->ChainExportMapper(XMLTextParagraphExport::CreateParaExtPropMapper(r… in XMLTableExport()
|
/trunk/main/reportdesign/source/filter/xml/ |
H A D | xmlExport.cxx | 285 …m_xCellStylesExportPropertySetMapper->ChainExportMapper(XMLTextParagraphExport::CreateParaExtPropM… in ORptExport() 1540 …XMLShapeExport* pShapeExport = new XMLShapeExport( *this, XMLTextParagraphExport::CreateShapeExtPr… in CreateShapeExport()
|
/trunk/main/xmloff/source/core/ |
H A D | xmlexp.cxx | 1863 XMLTextParagraphExport* SvXMLExport::CreateTextParagraphExport() in CreateTextParagraphExport() 1865 return new XMLTextParagraphExport( *this, *(GetAutoStylePool().get()) ); in CreateTextParagraphExport()
|
/trunk/main/sc/source/filter/xml/ |
H A D | xmlexprt.cxx | 507 …xCellStylesExportPropertySetMapper->ChainExportMapper(XMLTextParagraphExport::CreateParaExtPropMap… in ScXMLExport() 2369 …UniReference<SvXMLExportPropertyMapper> xTextPropMapper = XMLTextParagraphExport::CreateCharExtPro… in _ExportAutoStyles()
|