Home
last modified time | relevance | path

Searched refs:pVmlDrawing (Results 1 – 9 of 9) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xcl97/
H A Dxcl97rec.cxx327 sax_fastparser::FSHelperPtr pVmlDrawing = rStrm.CreateOutputStream( in SaveVmlObjects() local
337 rStrm.PushStream( pVmlDrawing ); in SaveVmlObjects()
338 pVmlDrawing->startElement( XML_xml, in SaveVmlObjects()
351 pVmlDrawing->endElement( XML_xml ); in SaveVmlObjects()
728 sax_fastparser::FSHelperPtr pVmlDrawing = GetFS(); in EndShape() local
737 pVmlDrawing->startElement(FSNS(XML_x, XML_ClientData), XML_ObjectType, "Note"); in EndShape()
738 pVmlDrawing->singleElement(FSNS(XML_x, XML_MoveWithCells)); in EndShape()
739 pVmlDrawing->singleElement(FSNS(XML_x, XML_SizeWithCells)); in EndShape()
740 XclXmlUtils::WriteElement( pVmlDrawing, FSNS( XML_x, XML_Anchor ), pAnchor ); in EndShape()
747 pVmlDrawing->singleElement(FSNS(XML_x, XML_Visible)); in EndShape()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xcl97/
H A Dxcl97rec.cxx325 sax_fastparser::FSHelperPtr pVmlDrawing = rStrm.CreateOutputStream( in SaveVmlObjects() local
335 rStrm.PushStream( pVmlDrawing ); in SaveVmlObjects()
336 pVmlDrawing->startElement( XML_xml, in SaveVmlObjects()
349 pVmlDrawing->endElement( XML_xml ); in SaveVmlObjects()
724 sax_fastparser::FSHelperPtr pVmlDrawing = GetFS(); in EndShape() local
733 pVmlDrawing->startElement(FSNS(XML_x, XML_ClientData), XML_ObjectType, "Note"); in EndShape()
734 pVmlDrawing->singleElement(FSNS(XML_x, XML_MoveWithCells)); in EndShape()
735 pVmlDrawing->singleElement(FSNS(XML_x, XML_SizeWithCells)); in EndShape()
736 XclXmlUtils::WriteElement( pVmlDrawing, FSNS( XML_x, XML_Anchor ), pAnchor ); in EndShape()
743 pVmlDrawing->singleElement(FSNS(XML_x, XML_Visible)); in EndShape()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/
H A Dgraphicshapecontext.cxx192 if( ::oox::vml::Drawing* pVmlDrawing = getFilter().getVmlDrawing() ) in ~OleObjectGraphicDataContext()
193 pVmlDrawing->registerOleObject( mrOleObjectInfo ); in ~OleObjectGraphicDataContext()
H A Dshape.cxx1664 if( ::oox::vml::Drawing* pVmlDrawing = rFilter.getVmlDrawing() ) in finalizeServiceName()
1665 …if( const ::oox::vml::ShapeBase* pVmlShape = pVmlDrawing->getShapes().getShapeById( mxOleObjectInf… in finalizeServiceName()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/
H A Dgraphicshapecontext.cxx187 if( ::oox::vml::Drawing* pVmlDrawing = getFilter().getVmlDrawing() ) in ~OleObjectGraphicDataContext()
188 pVmlDrawing->registerOleObject( mrOleObjectInfo ); in ~OleObjectGraphicDataContext()
H A Dshape.cxx1909 if( ::oox::vml::Drawing* pVmlDrawing = rFilter.getVmlDrawing() ) in finalizeServiceName()
1910 …if( const ::oox::vml::ShapeBase* pVmlShape = pVmlDrawing->getShapes().getShapeById( mxOleObjectInf… in finalizeServiceName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/
H A Dsubsequent_export-test.cxx803 const xmlDocPtr pVmlDrawing in testCommentExportXLSX() local
805 CPPUNIT_ASSERT(pVmlDrawing); in testCommentExportXLSX()
808 assertXPath(pVmlDrawing, "/xml/v:shapetype", "spt", "202"); in testCommentExportXLSX()
812 assertXPath(pVmlDrawing, "/xml/v:shape", "type", sShapeTypeId); in testCommentExportXLSX()
818 assertXPath(pVmlDrawing, "/xml/v:shape", "type", "#_x0000_t202"); in testCommentExportXLSX()
846 const xmlDocPtr pVmlDrawing in testCommentExportXLSX_2_XLSX() local
848 CPPUNIT_ASSERT(pVmlDrawing); in testCommentExportXLSX_2_XLSX()
4619 const xmlDocPtr pVmlDrawing in testCommentTextVAlignment() local
4621 CPPUNIT_ASSERT(pVmlDrawing); in testCommentTextVAlignment()
4635 const xmlDocPtr pVmlDrawing in testCommentTextHAlignment() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/
H A Dsubsequent_export-test2.cxx1637 xmlDocUniquePtr pVmlDrawing in testCommentTextVAlignment() local
1639 CPPUNIT_ASSERT(pVmlDrawing); in testCommentTextVAlignment()
1641 assertXPathContent(pVmlDrawing, "/xml/v:shape/xx:ClientData/xx:TextVAlign", "Center"); in testCommentTextVAlignment()
1655 xmlDocUniquePtr pVmlDrawing in testCommentTextHAlignment() local
1657 CPPUNIT_ASSERT(pVmlDrawing); in testCommentTextHAlignment()
1659 assertXPathContent(pVmlDrawing, "/xml/v:shape/xx:ClientData/xx:TextHAlign", "Center"); in testCommentTextHAlignment()
1822 xmlDocUniquePtr pVmlDrawing in testTdf83779() local
1824 CPPUNIT_ASSERT(pVmlDrawing); in testTdf83779()
1826 assertXPathContent(pVmlDrawing, "/x:worksheet/x:sheetData/x:row[1]/x:c/x:f", "FALSE()"); in testTdf83779()
1827 assertXPathContent(pVmlDrawing, "/x:worksheet/x:sheetData/x:row[2]/x:c/x:f", "TRUE()"); in testTdf83779()
H A Dsubsequent_export-test.cxx849 xmlDocUniquePtr pVmlDrawing in testCommentExportXLSX() local
851 CPPUNIT_ASSERT(pVmlDrawing); in testCommentExportXLSX()
854 assertXPath(pVmlDrawing, "/xml/v:shapetype", "spt", "202"); in testCommentExportXLSX()
858 assertXPath(pVmlDrawing, "/xml/v:shape", "type", sShapeTypeId); in testCommentExportXLSX()
859 assertXPath(pVmlDrawing, "/xml/v:shape/v:shadow", "color", "black"); in testCommentExportXLSX()
860 assertXPath(pVmlDrawing, "/xml/v:shape/v:shadow", "obscured", "t"); in testCommentExportXLSX()
863 assertXPath(pVmlDrawing, "/xml/v:shapetype", "id", "_x0000_t202"); in testCommentExportXLSX()
864 assertXPath(pVmlDrawing, "/xml/v:shape", "type", "#_x0000_t202"); in testCommentExportXLSX()
894 xmlDocUniquePtr pVmlDrawing in testCommentExportXLSX_2_XLSX() local
896 CPPUNIT_ASSERT(pVmlDrawing); in testCommentExportXLSX_2_XLSX()
[all …]