Lines Matching refs:pRet

687 	SvxShape* pRet = NULL;  in CreateShapeByTypeAndInventor()  local
696 pRet = new Svx3DSceneObject( pObj, mpPage ); in CreateShapeByTypeAndInventor()
699 pRet = new Svx3DCubeObject( pObj ); in CreateShapeByTypeAndInventor()
702 pRet = new Svx3DSphereObject( pObj ); in CreateShapeByTypeAndInventor()
705 pRet = new Svx3DLatheObject( pObj ); in CreateShapeByTypeAndInventor()
708 pRet = new Svx3DExtrudeObject( pObj ); in CreateShapeByTypeAndInventor()
711 pRet = new Svx3DPolygonObject( pObj ); in CreateShapeByTypeAndInventor()
714 pRet = new SvxShape( pObj ); in CreateShapeByTypeAndInventor()
726 pRet = new SvxShapeGroup( pObj, mpPage ); in CreateShapeByTypeAndInventor()
729 pRet = new SvxShapePolyPolygon( pObj , PolygonKind_LINE ); in CreateShapeByTypeAndInventor()
732 pRet = new SvxShapeRect( pObj ); in CreateShapeByTypeAndInventor()
738 pRet = new SvxShapeCircle( pObj ); in CreateShapeByTypeAndInventor()
741 pRet = new SvxShapePolyPolygon( pObj , PolygonKind_POLY ); in CreateShapeByTypeAndInventor()
744 pRet = new SvxShapePolyPolygon( pObj , PolygonKind_PLIN ); in CreateShapeByTypeAndInventor()
748 pRet = new SvxShapePolyPolygonBezier( pObj , PolygonKind_PATHLINE ); in CreateShapeByTypeAndInventor()
752 pRet = new SvxShapePolyPolygonBezier( pObj , PolygonKind_PATHFILL ); in CreateShapeByTypeAndInventor()
755 pRet = new SvxShapePolyPolygonBezier( pObj , PolygonKind_FREELINE ); in CreateShapeByTypeAndInventor()
758 pRet = new SvxShapePolyPolygonBezier( pObj , PolygonKind_FREEFILL ); in CreateShapeByTypeAndInventor()
761 pRet = new SvxShapeCaption( pObj ); in CreateShapeByTypeAndInventor()
766 pRet = new SvxShapeText( pObj ); in CreateShapeByTypeAndInventor()
769 pRet = new SvxGraphicObject( pObj ); in CreateShapeByTypeAndInventor()
772 pRet = new SvxFrameShape( pObj ); in CreateShapeByTypeAndInventor()
775 pRet = new SvxAppletShape( pObj ); in CreateShapeByTypeAndInventor()
778 pRet = new SvxPluginShape( pObj ); in CreateShapeByTypeAndInventor()
807 pRet = new SvxPluginShape( pObj ); in CreateShapeByTypeAndInventor()
812 pRet = new SvxAppletShape( pObj ); in CreateShapeByTypeAndInventor()
817 pRet = new SvxFrameShape( pObj ); in CreateShapeByTypeAndInventor()
825 if( pRet == NULL ) in CreateShapeByTypeAndInventor()
827pRet = new SvxOle2Shape( pObj, aSvxMapProvider.GetMap(SVXMAP_OLE2), aSvxMapProvider.GetPropertySe… in CreateShapeByTypeAndInventor()
832 pRet = new SvxShapeConnector( pObj ); in CreateShapeByTypeAndInventor()
835 pRet = new SvxShapePolyPolygon( pObj , PolygonKind_PATHPOLY ); in CreateShapeByTypeAndInventor()
838 pRet = new SvxShapePolyPolygon( pObj , PolygonKind_PATHPLIN ); in CreateShapeByTypeAndInventor()
841pRet = new SvxShape( pObj, aSvxMapProvider.GetMap(SVXMAP_PAGE), aSvxMapProvider.GetPropertySet(SV… in CreateShapeByTypeAndInventor()
844 pRet = new SvxShapeDimensioning( pObj ); in CreateShapeByTypeAndInventor()
849 pRet = new SvxShapeControl( pObj ); in CreateShapeByTypeAndInventor()
852 pRet = new SvxCustomShape( pObj ); in CreateShapeByTypeAndInventor()
855 pRet = new SvxMediaShape( pObj ); in CreateShapeByTypeAndInventor()
858 pRet = new SvxTableShape( pObj ); in CreateShapeByTypeAndInventor()
862 pRet = new SvxShapeText( pObj ); in CreateShapeByTypeAndInventor()
874 if(pRet) in CreateShapeByTypeAndInventor()
899 pRet->setShapeKind(nObjId); in CreateShapeByTypeAndInventor()
902 return pRet; in CreateShapeByTypeAndInventor()