Lines Matching refs:bTemporaryShape

792     sal_Bool bTemporaryShape)  in CreateGroupChildContext()  argument
804 …= new SdXMLGroupShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTemporaryShape); in CreateGroupChildContext()
810 …new SdXML3DSceneShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTemporaryShape); in CreateGroupChildContext()
816 …= new SdXMLRectShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTemporaryShape ); in CreateGroupChildContext()
822 …= new SdXMLLineShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTemporaryShape ); in CreateGroupChildContext()
829 …ew SdXMLEllipseShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTemporaryShape ); in CreateGroupChildContext()
837 …nMap.Get(p_nPrefix, rLocalName) == XML_TOK_GROUP_POLYGON ? sal_True : sal_False, bTemporaryShape ); in CreateGroupChildContext()
843 … = new SdXMLPathShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTemporaryShape); in CreateGroupChildContext()
849 … new SdXMLFrameShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTemporaryShape ); in CreateGroupChildContext()
855 …ew SdXMLControlShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTemporaryShape ); in CreateGroupChildContext()
861 … SdXMLConnectorShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTemporaryShape ); in CreateGroupChildContext()
867 …ew SdXMLMeasureShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTemporaryShape ); in CreateGroupChildContext()
873 …= new SdXMLPageShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTemporaryShape ); in CreateGroupChildContext()
880 …ew SdXMLCaptionShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTemporaryShape ); in CreateGroupChildContext()
886 … new SdXMLChartShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTemporaryShape ); in CreateGroupChildContext()
901 return new SvXMLShapeContext( rImport, p_nPrefix, rLocalName, bTemporaryShape ); in CreateGroupChildContext()