Searched refs:DrawingML (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/oox/source/export/ |
H A D | drawingml.cxx | 102 int DrawingML::mnImageCounter = 1; 104 void DrawingML::ResetCounters() in ResetCounters() 137 void DrawingML::WriteColor( sal_uInt32 nColor ) in WriteColor() 156 void DrawingML::WriteSolidFill( sal_uInt32 nColor ) in WriteSolidFill() 393 OUString DrawingML::WriteImage( const OUString& rURL ) in WriteImage() 413 OUString DrawingML::WriteImage( const Graphic& rGraphic ) in WriteImage() 523 OUString DrawingML::WriteBlip( OUString& rURL ) in WriteBlip() 585 void DrawingML::WriteStretch() in WriteStretch() 814 void DrawingML::GetUUID( OStringBuffer& rBuffer ) in GetUUID() 849 void DrawingML::WriteRun( Reference< XTextRange > rRun ) in WriteRun() [all …]
|
H A D | shapes.cxx | 348 : DrawingML( pFS, pFB, eDocumentType ) in ShapeExport()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | docxattributeoutput.hxx | 43 namespace oox { namespace drawingml { class DrawingML; } } 527 oox::drawingml::DrawingML &m_rDrawingML; 591 …xport &rExport, ::sax_fastparser::FSHelperPtr pSerializer, oox::drawingml::DrawingML* pDrawingML );
|
H A D | docxexport.hxx | 47 namespace drawingml { class DrawingML; } 61 oox::drawingml::DrawingML *m_pDrawingML;
|
H A D | docxexport.cxx | 653 …m_pDrawingML = new oox::drawingml::DrawingML( m_pDocumentFS, m_pFilter, oox::drawingml::DrawingML:… in DocxExport()
|
H A D | docxattributeoutput.cxx | 3277 …ributeOutput( DocxExport &rExport, FSHelperPtr pSerializer, oox::drawingml::DrawingML* pDrawingML ) in DocxAttributeOutput()
|
/aoo4110/main/oox/inc/oox/export/ |
H A D | drawingml.hxx | 57 class OOX_DLLPUBLIC DrawingML { class 82 …DrawingML( ::sax_fastparser::FSHelperPtr pFS, ::oox::core::XmlFilterBase* pFB = NULL, DocumentType… in DrawingML() function in oox::drawingml::DrawingML
|
H A D | shapes.hxx | 46 class OOX_DLLPUBLIC ShapeExport : public DrawingML {
|
Completed in 58 milliseconds