Lines Matching refs:rShapes
711 uno::Reference< drawing::XShapes >& rShapes) in Create3DSceneChildContext()
715 if(rShapes.is()) in Create3DSceneChildContext()
723 …pContext = new SdXML3DSceneShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, sal_F… in Create3DSceneChildContext()
729 … new SdXML3DCubeObjectShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, sal_False); in Create3DSceneChildContext()
735 …ew SdXML3DSphereObjectShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, sal_False); in Create3DSceneChildContext()
741 …new SdXML3DLatheObjectShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, sal_False); in Create3DSceneChildContext()
747 …w SdXML3DExtrudeObjectShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, sal_False); in Create3DSceneChildContext()
791 uno::Reference< drawing::XShapes >& rShapes, in CreateGroupChildContext()
804 …pContext = new SdXMLGroupShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTempor… in CreateGroupChildContext()
810 …pContext = new SdXML3DSceneShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTemp… in CreateGroupChildContext()
816 …pContext = new SdXMLRectShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTempora… in CreateGroupChildContext()
822 …pContext = new SdXMLLineShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTempora… in CreateGroupChildContext()
829 …pContext = new SdXMLEllipseShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTemp… in CreateGroupChildContext()
836 pContext = new SdXMLPolygonShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, in CreateGroupChildContext()
843 …pContext = new SdXMLPathShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTempora… in CreateGroupChildContext()
849 …pContext = new SdXMLFrameShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTempor… in CreateGroupChildContext()
855 …pContext = new SdXMLControlShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTemp… in CreateGroupChildContext()
861 …pContext = new SdXMLConnectorShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTe… in CreateGroupChildContext()
867 …pContext = new SdXMLMeasureShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTemp… in CreateGroupChildContext()
873 …pContext = new SdXMLPageShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTempora… in CreateGroupChildContext()
880 …pContext = new SdXMLCaptionShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTemp… in CreateGroupChildContext()
886 …pContext = new SdXMLChartShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTempor… in CreateGroupChildContext()
892 …pContext = new SdXMLCustomShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, sal_Fa… in CreateGroupChildContext()
897 return new SdXMLShapeLinkContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes ); in CreateGroupChildContext()
924 uno::Reference< drawing::XShapes >& rShapes, in CreateFrameChildContext()
942 …pContext = new SdXMLTextBoxShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, sal_F… in CreateFrameChildContext()
948 …ew SdXMLGraphicObjectShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, sal_False ); in CreateFrameChildContext()
955 …pContext = new SdXMLObjectShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, sal_Fa… in CreateFrameChildContext()
962 pContext = new SdXMLTableShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes ); in CreateFrameChildContext()
969 …pContext = new SdXMLPluginShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, sal_Fa… in CreateFrameChildContext()
975 …ew SdXMLFloatingFrameShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, sal_False ); in CreateFrameChildContext()
981 …pContext = new SdXMLAppletShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, sal_Fa… in CreateFrameChildContext()
1028 uno::Reference< drawing::XShapes >& rShapes) in addShape()
1030 if( rShape.is() && rShapes.is() ) in addShape()
1033 rShapes->add( rShape ); in addShape()
1095 …ShapeSortContext( uno::Reference< drawing::XShapes >& rShapes, ShapeSortContext* pParentContext = …
1100 ShapeSortContext::ShapeSortContext( uno::Reference< drawing::XShapes >& rShapes, ShapeSortContext* … in ShapeSortContext() argument
1101 : mxShapes( rShapes ), mnCurrentZ( 0 ), mpParentContext( pParentContext ), in ShapeSortContext()
1145 void XMLShapeImportHelper::pushGroupForSorting( uno::Reference< drawing::XShapes >& rShapes ) in pushGroupForSorting() argument
1147 mpImpl->mpSortContext = new ShapeSortContext( rShapes, mpImpl->mpSortContext ); in pushGroupForSorting()
1426 …ortHelper::startPage( com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes ) in startPage() argument
1431 mpPageContext->mxShapes = rShapes; in startPage()
1437 rShapes in endPage()
1441 …DBG_ASSERT( mpPageContext && (mpPageContext->mxShapes == rShapes), "wrong call to endPage(), no st… in endPage()