Lines Matching refs:pFS

347 ShapeExport::ShapeExport( sal_Int32 nXmlNamespace, FSHelperPtr pFS, ::oox::core::XmlFilterBase* pFB…  in ShapeExport()  argument
348 : DrawingML( pFS, pFB, eDocumentType ) in ShapeExport()
391 FSHelperPtr pFS = GetFS(); in WriteBezierShape() local
392 pFS->startElementNS( mnXmlNamespace, XML_sp, FSEND ); in WriteBezierShape()
401 pFS->startElementNS( mnXmlNamespace, XML_nvSpPr, FSEND ); in WriteBezierShape()
402 pFS->singleElementNS( mnXmlNamespace, XML_cNvPr, in WriteBezierShape()
406 pFS->singleElementNS( mnXmlNamespace, XML_cNvSpPr, FSEND ); in WriteBezierShape()
408 pFS->endElementNS( mnXmlNamespace, XML_nvSpPr ); in WriteBezierShape()
411 pFS->startElementNS( mnXmlNamespace, XML_spPr, FSEND ); in WriteBezierShape()
421 pFS->endElementNS( mnXmlNamespace, XML_spPr ); in WriteBezierShape()
426 pFS->endElementNS( mnXmlNamespace, XML_sp ); in WriteBezierShape()
478 FSHelperPtr pFS = GetFS(); in WriteCustomShape() local
479 pFS->startElementNS( mnXmlNamespace, XML_sp, FSEND ); in WriteCustomShape()
482 pFS->startElementNS( mnXmlNamespace, XML_nvSpPr, FSEND ); in WriteCustomShape()
483 pFS->singleElementNS( mnXmlNamespace, XML_cNvPr, in WriteCustomShape()
487 pFS->singleElementNS( mnXmlNamespace, XML_cNvSpPr, FSEND ); in WriteCustomShape()
489 pFS->endElementNS( mnXmlNamespace, XML_nvSpPr ); in WriteCustomShape()
492 pFS->startElementNS( mnXmlNamespace, XML_spPr, FSEND ); in WriteCustomShape()
504 pFS->endElementNS( mnXmlNamespace, XML_spPr ); in WriteCustomShape()
509 pFS->endElementNS( mnXmlNamespace, XML_sp ); in WriteCustomShape()
518 FSHelperPtr pFS = GetFS(); in WriteEllipseShape() local
520 pFS->startElementNS( mnXmlNamespace, XML_sp, FSEND ); in WriteEllipseShape()
525 pFS->startElementNS( mnXmlNamespace, XML_nvSpPr, FSEND ); in WriteEllipseShape()
526 pFS->singleElementNS( mnXmlNamespace, XML_cNvPr, in WriteEllipseShape()
530 pFS->singleElementNS( mnXmlNamespace, XML_cNvSpPr, FSEND ); in WriteEllipseShape()
532 pFS->endElementNS( mnXmlNamespace, XML_nvSpPr ); in WriteEllipseShape()
535 pFS->startElementNS( mnXmlNamespace, XML_spPr, FSEND ); in WriteEllipseShape()
544 pFS->endElementNS( mnXmlNamespace, XML_spPr ); in WriteEllipseShape()
549 pFS->endElementNS( mnXmlNamespace, XML_sp ); in WriteEllipseShape()
610 FSHelperPtr pFS = GetFS(); in WriteGraphicObjectShape() local
612 pFS->startElementNS( mnXmlNamespace, XML_pic, FSEND ); in WriteGraphicObjectShape()
614 pFS->startElementNS( mnXmlNamespace, XML_nvPicPr, FSEND ); in WriteGraphicObjectShape()
620 pFS->singleElementNS( mnXmlNamespace, XML_cNvPr, in WriteGraphicObjectShape()
627 pFS->singleElementNS( mnXmlNamespace, XML_cNvPicPr, in WriteGraphicObjectShape()
633 pFS->endElementNS( mnXmlNamespace, XML_nvPicPr ); in WriteGraphicObjectShape()
635 pFS->startElementNS( mnXmlNamespace, XML_blipFill, FSEND ); in WriteGraphicObjectShape()
645 pFS->endElementNS( mnXmlNamespace, XML_blipFill ); in WriteGraphicObjectShape()
648 pFS->startElementNS( mnXmlNamespace, XML_spPr, FSEND ); in WriteGraphicObjectShape()
651 pFS->endElementNS( mnXmlNamespace, XML_spPr ); in WriteGraphicObjectShape()
653 pFS->endElementNS( mnXmlNamespace, XML_pic ); in WriteGraphicObjectShape()
665 FSHelperPtr pFS = GetFS(); in WriteConnectorShape() local
716 pFS->startElementNS( mnXmlNamespace, XML_cxnSp, FSEND ); in WriteConnectorShape()
719 pFS->startElementNS( mnXmlNamespace, XML_nvCxnSpPr, FSEND ); in WriteConnectorShape()
720 pFS->singleElementNS( mnXmlNamespace, XML_cNvPr, in WriteConnectorShape()
725 pFS->startElementNS( mnXmlNamespace, XML_cNvCxnSpPr, FSEND ); in WriteConnectorShape()
727 pFS->endElementNS( mnXmlNamespace, XML_cNvCxnSpPr ); in WriteConnectorShape()
728 pFS->singleElementNS( mnXmlNamespace, XML_nvPr, FSEND ); in WriteConnectorShape()
729 pFS->endElementNS( mnXmlNamespace, XML_nvCxnSpPr ); in WriteConnectorShape()
732 pFS->startElementNS( mnXmlNamespace, XML_spPr, FSEND ); in WriteConnectorShape()
739 pFS->endElementNS( mnXmlNamespace, XML_spPr ); in WriteConnectorShape()
744 pFS->endElementNS( mnXmlNamespace, XML_cxnSp ); in WriteConnectorShape()
756 FSHelperPtr pFS = GetFS(); in WriteLineShape() local
758 pFS->startElementNS( mnXmlNamespace, XML_sp, FSEND ); in WriteLineShape()
770 pFS->startElementNS( mnXmlNamespace, XML_nvSpPr, FSEND ); in WriteLineShape()
771 pFS->singleElementNS( mnXmlNamespace, XML_cNvPr, in WriteLineShape()
775 pFS->singleElementNS( mnXmlNamespace, XML_cNvSpPr, FSEND ); in WriteLineShape()
777 pFS->endElementNS( mnXmlNamespace, XML_nvSpPr ); in WriteLineShape()
780 pFS->startElementNS( mnXmlNamespace, XML_spPr, FSEND ); in WriteLineShape()
786 pFS->endElementNS( mnXmlNamespace, XML_spPr ); in WriteLineShape()
791 pFS->endElementNS( mnXmlNamespace, XML_sp ); in WriteLineShape()
816 FSHelperPtr pFS = GetFS(); in WriteRectangleShape() local
818 pFS->startElementNS( mnXmlNamespace, XML_sp, FSEND ); in WriteRectangleShape()
834 pFS->startElementNS( mnXmlNamespace, XML_nvSpPr, FSEND ); in WriteRectangleShape()
835 pFS->singleElementNS( mnXmlNamespace, XML_cNvPr, in WriteRectangleShape()
839 pFS->singleElementNS( mnXmlNamespace, XML_cNvSpPr, FSEND ); in WriteRectangleShape()
841 pFS->endElementNS( mnXmlNamespace, XML_nvSpPr ); in WriteRectangleShape()
844 pFS->startElementNS( mnXmlNamespace, XML_spPr, FSEND ); in WriteRectangleShape()
853 pFS->endElementNS( mnXmlNamespace, XML_spPr ); in WriteRectangleShape()
858 pFS->endElementNS( mnXmlNamespace, XML_sp ); in WriteRectangleShape()
915 FSHelperPtr pFS = GetFS(); in WriteTextBox() local
917 pFS->startElementNS( mnXmlNamespace, XML_txBody, FSEND ); in WriteTextBox()
919 pFS->endElementNS( mnXmlNamespace, XML_txBody ); in WriteTextBox()
927 FSHelperPtr pFS = GetFS(); in WriteTextShape() local
929 pFS->startElementNS( mnXmlNamespace, XML_sp, FSEND ); in WriteTextShape()
932 pFS->startElementNS( mnXmlNamespace, XML_nvSpPr, FSEND ); in WriteTextShape()
934 pFS->singleElementNS( mnXmlNamespace, XML_cNvSpPr, XML_txBox, "1", FSEND ); in WriteTextShape()
936 pFS->endElementNS( mnXmlNamespace, XML_nvSpPr ); in WriteTextShape()
939 pFS->startElementNS( mnXmlNamespace, XML_spPr, FSEND ); in WriteTextShape()
943 pFS->endElementNS( mnXmlNamespace, XML_spPr ); in WriteTextShape()
947 pFS->endElementNS( mnXmlNamespace, XML_sp ); in WriteTextShape()