svdorect.hxx (cdf0e10c) | svdorect.hxx (a5258243) |
---|---|
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 * --- 114 unchanged lines hidden (view full) --- 123 virtual void NbcShear(const Point& rRef, long nWink, double tn, FASTBOOL bVShear); 124 125 virtual FASTBOOL DoMacro(const SdrObjMacroHitRec& rRec); 126 virtual XubString GetMacroPopupComment(const SdrObjMacroHitRec& rRec) const; 127 128 virtual SdrGluePoint GetVertexGluePoint(sal_uInt16 nNum) const; 129 virtual SdrGluePoint GetCornerGluePoint(sal_uInt16 nNum) const; 130 | 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 * --- 114 unchanged lines hidden (view full) --- 123 virtual void NbcShear(const Point& rRef, long nWink, double tn, FASTBOOL bVShear); 124 125 virtual FASTBOOL DoMacro(const SdrObjMacroHitRec& rRec); 126 virtual XubString GetMacroPopupComment(const SdrObjMacroHitRec& rRec) const; 127 128 virtual SdrGluePoint GetVertexGluePoint(sal_uInt16 nNum) const; 129 virtual SdrGluePoint GetCornerGluePoint(sal_uInt16 nNum) const; 130 |
131 virtual SdrObject* DoConvertToPolyObj(sal_Bool bBezier) const; | 131 virtual SdrObject* DoConvertToPolyObj(sal_Bool bBezier, bool bAddText) const; |
132 133 virtual void Notify(SfxBroadcaster& rBC, const SfxHint& rHint); 134}; 135 136#endif //_SVDORECT_HXX 137 | 132 133 virtual void Notify(SfxBroadcaster& rBC, const SfxHint& rHint); 134}; 135 136#endif //_SVDORECT_HXX 137 |