svdograf.cxx (a5258243) svdograf.cxx (dfe9de19)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *

--- 1085 unchanged lines hidden (view full) ---

1094 aGeoStat.RecalcSinCos();
1095 pGrp->NbcRotate(aRect.TopLeft(), aGeoStat.nDrehWink, aGeoStat.nSin, aGeoStat.nCos);
1096 }
1097 }
1098
1099 pRetval = pGrp;
1100 pGrp->NbcSetLayer(GetLayer());
1101 pGrp->SetModel(GetModel());
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *

--- 1085 unchanged lines hidden (view full) ---

1094 aGeoStat.RecalcSinCos();
1095 pGrp->NbcRotate(aRect.TopLeft(), aGeoStat.nDrehWink, aGeoStat.nSin, aGeoStat.nCos);
1096 }
1097 }
1098
1099 pRetval = pGrp;
1100 pGrp->NbcSetLayer(GetLayer());
1101 pGrp->SetModel(GetModel());
1102 pRetval = ImpConvertAddText(pRetval, bBezier);
1102
1103 if(bAddText)
1104 {
1105 pRetval = ImpConvertAddText(pRetval, bBezier);
1106 }
1103
1104 // convert all children
1105 if( pRetval )
1106 {
1107 SdrObject* pHalfDone = pRetval;
1108 pRetval = pHalfDone->DoConvertToPolyObj(bBezier, bAddText);
1109 SdrObject::Free( pHalfDone ); // resulting object is newly created
1110

--- 380 unchanged lines hidden ---
1107
1108 // convert all children
1109 if( pRetval )
1110 {
1111 SdrObject* pHalfDone = pRetval;
1112 pRetval = pHalfDone->DoConvertToPolyObj(bBezier, bAddText);
1113 SdrObject::Free( pHalfDone ); // resulting object is newly created
1114

--- 380 unchanged lines hidden ---