diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-06-29 10:13:10 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-06-29 13:11:44 +0200 |
commit | 8157db9c0b573650eda86fa61970afedcdbf327c (patch) | |
tree | 816d5b4be393fe424200e1631a5e075edf8839f5 /include | |
parent | 9e200b1d58341d41f5204afdeed0392df2e68ef2 (diff) |
reduce ascii noise
Change-Id: I8fdaf2af22dcdd20706d1200bbc1d258e717f414
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svdcrtv.hxx | 17 | ||||
-rw-r--r-- | include/svx/svddrgmt.hxx | 16 | ||||
-rw-r--r-- | include/svx/svddrgv.hxx | 18 | ||||
-rw-r--r-- | include/svx/svdedtv.hxx | 22 | ||||
-rw-r--r-- | include/svx/svdedxv.hxx | 20 | ||||
-rw-r--r-- | include/svx/svdglev.hxx | 16 | ||||
-rw-r--r-- | include/svx/svdmrkv.hxx | 17 | ||||
-rw-r--r-- | include/svx/svdobj.hxx | 11 | ||||
-rw-r--r-- | include/svx/svdpoev.hxx | 14 | ||||
-rw-r--r-- | include/svx/svdsnpv.hxx | 16 | ||||
-rw-r--r-- | include/svx/svdtypes.hxx | 52 | ||||
-rw-r--r-- | include/svx/svdundo.hxx | 51 | ||||
-rw-r--r-- | include/svx/svdview.hxx | 31 | ||||
-rw-r--r-- | include/svx/svdxcgv.hxx | 14 |
14 files changed, 29 insertions, 286 deletions
diff --git a/include/svx/svdcrtv.hxx b/include/svx/svdcrtv.hxx index 9a95ba1d377d..faf30bf2e201 100644 --- a/include/svx/svdcrtv.hxx +++ b/include/svx/svdcrtv.hxx @@ -23,28 +23,11 @@ #include <svx/svddrgv.hxx> #include "svx/svxdllapi.h" -//************************************************************ -// Vorausdeklarationen -//************************************************************ - class XLineAttrSetItem; class XFillAttrSetItem; class SdrEdgeObj; class SdrObjConnection; -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////////////////////////////////////////////////////////////////////////////////////// -// -// @@@@ @@@@@ @@@@@ @@@@ @@@@@@ @@@@@ @@ @@ @@ @@@@@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @ @@ -// @@ @@@@@ @@@@ @@@@@@ @@ @@@@ @@@@@ @@ @@@@ @@@@@@@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@@ @@ @@ @@@@@@@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@@ @@ @@ @@@ @@@ -// @@@@ @@ @@ @@@@@ @@ @@ @@ @@@@@ @ @@ @@@@@ @@ @@ -// -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////////////////////////////////////////////////////////////////////////////////////// class ImplConnectMarkerOverlay; class ImpSdrCreateViewExtraData; diff --git a/include/svx/svddrgmt.hxx b/include/svx/svddrgmt.hxx index 3fc7fbb38168..d38793194861 100644 --- a/include/svx/svddrgmt.hxx +++ b/include/svx/svddrgmt.hxx @@ -24,25 +24,9 @@ #include "svx/svxdllapi.h" #include <svx/sdr/contact/objectcontact.hxx> -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////////////////////////////////////////////////////////////////////////////////////// -// -// @@@@@ @@@@@ @@@@ @@@@ @@ @@ @@@@@ @@@@@@ @@ @@ @@@@ @@@@@ @@@@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@@ @@@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@@@@@@ @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@@@@ @@@@@@ @@ @@@ @@@@@@@ @@@@ @@ @@@@@@ @@ @@ @@ @@ @@@@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@@@@ @@ @@ @@ @@ @@@@@ @@ @@ @@@@@ @@ @@ @@ @@@@ @@@@@ @@@@ -// -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////////////////////////////////////////////////////////////////////////////////////// - class SdrDragView; class SdrDragStat; -////////////////////////////////////////////////////////////////////////////// - class SVX_DLLPUBLIC SdrDragEntry { private: diff --git a/include/svx/svddrgv.hxx b/include/svx/svddrgv.hxx index 3a5f09cdb6d8..26a0ddf5d0b1 100644 --- a/include/svx/svddrgv.hxx +++ b/include/svx/svddrgv.hxx @@ -23,26 +23,8 @@ #include "svx/svxdllapi.h" #include <svx/svdxcgv.hxx> -//************************************************************ -// Vorausdeklarationen -//************************************************************ - class SdrUndoGeoObj; -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////////////////////////////////////////////////////////////////////////////////////// -// -// @@@@@ @@@@@ @@@@ @@@@ @@ @@ @@ @@@@@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @ @@ -// @@ @@ @@@@@ @@@@@@ @@ @@@ @@@@@ @@ @@@@ @@@@@@@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@@ @@ @@ @@@@@@@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@@ @@ @@ @@@ @@@ -// @@@@@ @@ @@ @@ @@ @@@@@ @ @@ @@@@@ @@ @@ -// -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////////////////////////////////////////////////////////////////////////////////////// - class SVX_DLLPUBLIC SdrDragView: public SdrExchangeView { friend class SdrPageView; diff --git a/include/svx/svdedtv.hxx b/include/svx/svdedtv.hxx index 78340c74569c..0b0305cbd4f4 100644 --- a/include/svx/svdedtv.hxx +++ b/include/svx/svdedtv.hxx @@ -25,10 +25,6 @@ #include <svx/svdmodel.hxx> #include "svx/svxdllapi.h" -//************************************************************ -// Vorausdeklarationen -//************************************************************ - class SfxUndoAction; class SdrUndoAction; class SdrUndoGroup; @@ -36,10 +32,6 @@ class SfxStyleSheet; class SdrLayer; class SvdProgressInfo; -//************************************************************ -// Defines -//************************************************************ - enum SdrHorAlign { SDRHALIGN_NONE, SDRHALIGN_LEFT, @@ -67,20 +59,6 @@ enum SdrMergeMode { #define SDRINSERT_SETDEFLAYER 0x0008 /* Der aktuelle Layer wird dem Obj zugewiesen */ #define SDRINSERT_NOBROADCAST 0x0010 /* Einfuegen mit NbcInsertObject() fuer SolidDragging */ -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////////////////////////////////////////////////////////////////////////////////////// -// -// @@@@@ @@@@@ @@ @@@@@@ @@ @@ @@ @@@@@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @ @@ -// @@@@ @@ @@ @@ @@ @@@@@ @@ @@@@ @@@@@@@ -// @@ @@ @@ @@ @@ @@@ @@ @@ @@@@@@@ -// @@ @@ @@ @@ @@ @@@ @@ @@ @@@ @@@ -// @@@@@ @@@@@ @@ @@ @ @@ @@@@@ @@ @@ -// -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////////////////////////////////////////////////////////////////////////////////////// - class SVX_DLLPUBLIC SdrEditView: public SdrMarkView { friend class SdrPageView; diff --git a/include/svx/svdedxv.hxx b/include/svx/svdedxv.hxx index 0bdad27e229d..e84253b15c11 100644 --- a/include/svx/svdedxv.hxx +++ b/include/svx/svdedxv.hxx @@ -26,10 +26,6 @@ #include <svx/selectioncontroller.hxx> -//************************************************************ -// Vorausdeklarationen -//************************************************************ - #include <boost/shared_ptr.hpp> class SdrOutliner; @@ -48,31 +44,15 @@ namespace sdr { class SelectionController; } -//************************************************************ -// Defines -//************************************************************ - enum SdrEndTextEditKind {SDRENDTEXTEDIT_UNCHANGED, // Textobjekt unveraendert SDRENDTEXTEDIT_CHANGED, // Textobjekt wurde geaendert SDRENDTEXTEDIT_DELETED, // Textobjekt implizit geloescht SDRENDTEXTEDIT_SHOULDBEDELETED}; // Fuer Writer: Textobjekt sollte geloescht werden //////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////////////////////////////////////////////////////////////////////////////////////// -// -// @@@@ @@@@@ @@@@@@ @@@@@ @@@@@ @@ @@@@@@ @@ @@ @@ @@@@@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @ @@ -// @@ @@ @@@@@ @@ @@@@ @@ @@ @@ @@ @@@@@ @@ @@@@ @@@@@@@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@@ @@ @@ @@@@@@@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@@ @@ @@ @@@ @@@ -// @@@@ @@@@@ @@@@ @@@@@ @@@@@ @@ @@ @ @@ @@@@@ @@ @@ -// // - Allgemeines Edit fuer objektspeziefische Eigenschaften // - Textedit fuer alle vom SdrTextObj abgeleiteten Zeichenobjekte // - Macromodus -// -//////////////////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////////////////////// class SVX_DLLPUBLIC SdrObjEditView: public SdrGlueEditView diff --git a/include/svx/svdglev.hxx b/include/svx/svdglev.hxx index c0a460d021d6..5440afcd0557 100644 --- a/include/svx/svdglev.hxx +++ b/include/svx/svdglev.hxx @@ -23,26 +23,10 @@ #include "svx/svxdllapi.h" #include <svx/svdpoev.hxx> -//************************************************************ -// Vorausdeklarationen -//************************************************************ - class SdrGluePoint; //////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////////////////////////////////////////////////////////////////////////////////////// -// -// @@@@ @@ @@ @@ @@@@@ @@@@@ @@@@@ @@ @@@@@@ @@ @@ @@ @@@@@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @ @@ -// @@ @@@ @@ @@ @@ @@@@ @@@@ @@ @@ @@ @@ @@@@@ @@ @@@@ @@@@@@@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@@ @@ @@ @@@@@@@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@@ @@ @@ @@@ @@@ -// @@@@@ @@@@@ @@@@ @@@@@ @@@@@ @@@@@ @@ @@ @ @@ @@@@@ @@ @@ -// // Editieren von Klebepunkten an den Objekten (Klebepunkte fuer Verbinder) -// -//////////////////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////////////////////// class SVX_DLLPUBLIC SdrGlueEditView: public SdrPolyEditView diff --git a/include/svx/svdmrkv.hxx b/include/svx/svdmrkv.hxx index 1591b2a2e44e..879d7aa2246a 100644 --- a/include/svx/svdmrkv.hxx +++ b/include/svx/svdmrkv.hxx @@ -26,9 +26,6 @@ #include <svx/svdtypes.hxx> #include "svx/svxdllapi.h" -//************************************************************ -// Defines -//************************************************************ // The following is not yet implemented, or just particially: #define SDRSEARCH_DEEP 0x0001 /* recursive into group objects */ @@ -88,19 +85,7 @@ enum SdrViewEditMode {SDREDITMODE_EDIT, // Also known as arrow or poin #define IMPSDR_POINTSDESCRIPTION 0x0001 #define IMPSDR_GLUEPOINTSDESCRIPTION 0x0002 -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////////////////////////////////////////////////////////////////////////////////////// -// -// @@ @@ @@@@ @@@@@ @@ @@ @@ @@ @@ @@@@@ @@ @@ -// @@@ @@@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@@@@@@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @ @@ -// @@@@@@@ @@@@@@ @@@@@ @@@@ @@@@@ @@ @@@@ @@@@@@@ -// @@ @ @@ @@ @@ @@ @@ @@ @@ @@@ @@ @@ @@@@@@@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@@ @@ @@ @@@ @@@ -// @@ @@ @@ @@ @@ @@ @@ @@ @ @@ @@@@@ @@ @@ -// -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////////////////////////////////////////////////////////////////////////////////////// + class ImplMarkingOverlay; class SVX_DLLPUBLIC SdrMarkView : public SdrSnapView diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx index 081fe76cae19..c4924d016fbb 100644 --- a/include/svx/svdobj.hxx +++ b/include/svx/svdobj.hxx @@ -333,18 +333,7 @@ public: }; //////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////////////////////////////////////////////////////////////////////////////////////// -// -// @@@@ @@@@@ @@@@@@ @@@@@ @@@@ @@@@@@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@@@@ @@ @@@@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@@@ @@@@@ @@@@ @@@@@ @@@@ @@ -// // Abstraktes DrawObject -// //////////////////////////////////////////////////////////////////////////////////////////////////// class SvxShape; diff --git a/include/svx/svdpoev.hxx b/include/svx/svdpoev.hxx index d89fdc1ac51d..d4124e93224a 100644 --- a/include/svx/svdpoev.hxx +++ b/include/svx/svdpoev.hxx @@ -25,20 +25,6 @@ #include "svx/ipolypolygoneditorcontroller.hxx" -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////////////////////////////////////////////////////////////////////////////////////// -// -// @@@@@ @@@@ @@ @@ @@ @@@@@ @@@@@ @@ @@@@@@ @@ @@ @@ @@@@@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @ @@ -// @@@@@ @@ @@ @@ @@@@ @@@@ @@ @@ @@ @@ @@@@@ @@ @@@@ @@@@@@@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@@ @@ @@ @@@@@@@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@@ @@ @@ @@@ @@@ -// @@ @@@@ @@@@@ @@ @@@@@ @@@@@ @@ @@ @ @@ @@@@@ @@ @@ -// -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////////////////////////////////////////////////////////////////////////////////////// - class SVX_DLLPUBLIC SdrPolyEditView: public SdrEditView, public IPolyPolygonEditorController { friend class SdrEditView; diff --git a/include/svx/svdsnpv.hxx b/include/svx/svdsnpv.hxx index 95e93858467e..99cc6d25ae18 100644 --- a/include/svx/svdsnpv.hxx +++ b/include/svx/svdsnpv.hxx @@ -24,9 +24,6 @@ #include <svx/svdhlpln.hxx> #include "svx/svxdllapi.h" -//************************************************************ -// Defines -//************************************************************ #define SDRSNAP_NOTSNAPPED 0x0000 #define SDRSNAP_XSNAPPED 0x0001 @@ -40,19 +37,6 @@ enum SdrCrookMode { SDRCROOK_STRETCH }; -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////////////////////////////////////////////////////////////////////////////////////// -// -// @@@@ @@ @@ @@@@ @@@@@ @@ @@ @@ @@@@@ @@ @@ -// @@ @@ @@@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@@@@@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @ @@ -// @@@@ @@@@@@ @@@@@@ @@@@@ @@@@@ @@ @@@@ @@@@@@@ -// @@ @@ @@@ @@ @@ @@ @@@ @@ @@ @@@@@@@ -// @@ @@ @@ @@ @@ @@ @@ @@@ @@ @@ @@@ @@@ -// @@@@ @@ @@ @@ @@ @@ @ @@ @@@@@ @@ @@ -// -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////////////////////////////////////////////////////////////////////////////////////// // #114409#-1 Migrate PageOrigin class ImplPageOriginOverlay; diff --git a/include/svx/svdtypes.hxx b/include/svx/svdtypes.hxx index ff5f36281244..3bc1637aedec 100644 --- a/include/svx/svdtypes.hxx +++ b/include/svx/svdtypes.hxx @@ -22,16 +22,9 @@ #include <tools/solar.h> -//////////////////////////////////////////////////////////////////////////////////////////////////// -// @@@@ @@@@@ @@@@@ @@@@ @@@@@ @@@@@@ @@@@@ @@@@ @@@@@@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@@@ @@ @@ @@@@@ @@ @@ @@@@@ @@ @@@@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@@@ @@@@@ @@ @@ @@@@ @@@@@ @@@@ @@@@@ @@@@ @@ -//////////////////////////////////////////////////////////////////////////////////////////////////// - +/* + * SdrObject + */ const sal_uInt32 SdrInventor=sal_uInt32('S')*0x00000001+ sal_uInt32('V')*0x00000100+ sal_uInt32('D')*0x00010000+ @@ -66,16 +59,9 @@ enum SdrConvertType {SDRCONVERT_POLY, // reines Polygon erzeugen SDRCONVERT_BEZIER, // alles Beziersegmente SDRCONVERT_MIXED}; // Gemischtes Objekt (optimal) -//////////////////////////////////////////////////////////////////////////////////////////////////// -// @@ @@@@ @@ @@ @@@@@ @@@@@ -// @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@@@@@ @@@@ @@@@ @@@@@ -// @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ -// @@@@@ @@ @@ @@ @@@@@ @@ @@ -//////////////////////////////////////////////////////////////////////////////////////////////////// - +/* + * Layer + */ //////////////////////////////////////////////////////////////////////////////////////////////////// // Bei der Identifikation eines Layer kann es vorkommen, das dieser nicht // vorhanden ist. SdrLayerAdmin::GetLayerID(const String&) liefert @@ -86,17 +72,10 @@ enum SdrConvertType {SDRCONVERT_POLY, // reines Polygon erzeugen //////////////////////////////////////////////////////////////////////////////////////////////////// // Typdeklaration fuer Layer-IDs typedef sal_uInt8 SdrLayerID; -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////////////////////////////////////////////////////////////////////////////////////// -// @@@@@ @@@@ @@@@ @@@@@ @@@@ @@@@@ @@@@@@ @@ @@ @@@@ @@@@@@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@@@@ @@@@@@ @@ @@@ @@@@ @@@@ @@ @@ @@@@@ @@ @@ @@ @@@@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@@@@ @@@@@ @@@@ @@@@@ @@@@ @@@@@ @@ @@@@ @@ -//////////////////////////////////////////////////////////////////////////////////////////////////// +/* + * Page + ObjList + */ enum SdrObjListKind {SDROBJLIST_UNKNOWN =0x00, // Unbekannt // reine Objektlisten: SDROBJLIST_GROUPOBJ =0x01, // Objektliste eines Gruppenobjekts @@ -110,18 +89,11 @@ enum SdrObjListKind {SDROBJLIST_UNKNOWN =0x00, // Unbekannt }; // fuer die Surrogate reserviert inline bool SdrIsPageKind(SdrObjListKind eK) { return eK>=SDROBJLIST_DRAWPAGE && eK<=0x1A; } -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////////////////////////////////////////////////////////////////////////////////////// -// @@@@@ @@@@@ @@@@@ @@@@@ @@@@ @@@@@@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@@@@ @@@@ @@@@@ @@@@ @@@@@@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@@@@ @@ @@@@@ @@ @@ @@ -//////////////////////////////////////////////////////////////////////////////////////////////////// +/* + * Repeat + */ enum SdrRepeatFunc {SDRREPFUNC_OBJ_NONE, // Mit Parameter SDRREPFUNC_OBJ_MOVE, // Distanz diff --git a/include/svx/svdundo.hxx b/include/svx/svdundo.hxx index 78d9a9c5a439..6684d10be85f 100644 --- a/include/svx/svdundo.hxx +++ b/include/svx/svdundo.hxx @@ -28,10 +28,6 @@ #include <svx/svdsob.hxx> #include "svx/svxdllapi.h" -//************************************************************ -// Vorausdeklarationen -//************************************************************ - class SfxItemSet; class SfxStyleSheet; class SdrView; @@ -510,17 +506,10 @@ public: virtual OUString GetComment() const; }; -//////////////////////////////////////////////////////////////////////////////////////////////////// -// -// @@ @@@@ @@ @@ @@@@@ @@@@@ -// @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@@@@@ @@@@ @@@@ @@@@@ -// @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ -// @@@@@ @@ @@ @@ @@@@@ @@ @@ -// -//////////////////////////////////////////////////////////////////////////////////////////////////// + +/* + * Layer + */ //************************************************************ // SdrUndoLayer @@ -601,17 +590,10 @@ public: virtual OUString GetComment() const; }; -//////////////////////////////////////////////////////////////////////////////////////////////////// -// -// @@@@@ @@@@ @@@@ @@@@@ @@@@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ -// @@@@@ @@@@@@ @@ @@@ @@@@ @@@@ -// @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@@@@ @@@@@ @@@@ -// -//////////////////////////////////////////////////////////////////////////////////////////////////// + +/* + * Pages + */ //************************************************************ // SdrUndoPage @@ -749,17 +731,10 @@ public: virtual OUString GetComment() const; }; -//////////////////////////////////////////////////////////////////////////////////////////////////// -// -// @@ @@ @@@@ @@@@ @@@@@@ @@@@@ @@@@@ @@@@@ @@@@ @@@@ @@@@@ @@@@ -// @@@ @@@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@@@@@@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@@@@@@ @@@@@@ @@@@ @@ @@@@ @@@@@ @@@@@ @@@@@@ @@ @@@ @@@@ @@@@ -// @@ @ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@ @@@@ @@ @@@@@ @@ @@ @@ @@ @@ @@@@@ @@@@@ @@@@ -// -//////////////////////////////////////////////////////////////////////////////////////////////////// + +/* + * Masterpages + */ //************************************************************ // SdrUndoPageMasterPage @@ -875,8 +850,6 @@ public: virtual SdrUndoAction* CreateUndoPageChangeMasterPage(SdrPage& rChangedPage); }; -//////////////////////////////////////////////////////////////////////////////////////////////////// - #endif //_SVDUNDO_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/svx/svdview.hxx b/include/svx/svdview.hxx index 7628926770e8..b260cd9dad2f 100644 --- a/include/svx/svdview.hxx +++ b/include/svx/svdview.hxx @@ -53,16 +53,8 @@ // //////////////////////////////////////////////////////////////////////////////////////////////////// -//************************************************************ -// Vorausdeklarationen -//************************************************************ - class SvxURLField; -//************************************************************ -// Defines -//************************************************************ - enum SdrViewContext {SDRCONTEXT_STANDARD, SDRCONTEXT_POINTEDIT, SDRCONTEXT_GLUEPOINTEDIT, @@ -98,10 +90,7 @@ enum SdrEventKind {SDREVENT_NONE, #define SDRMOUSEMOVE 2 #define SDRMOUSEBUTTONUP 3 -//************************************************************ -// Hilfsklasse SdrViewEvent -//************************************************************ - +// helper class SdrViewEvent struct SVX_DLLPUBLIC SdrViewEvent { SdrHdl* pHdl; @@ -145,9 +134,7 @@ public: void SetMouseEvent(const MouseEvent& rMEvt, sal_uInt16 nEventKind); }; -//////////////////////////////////////////////////////////////////////////////////////////////////// // helper class for all D&D overlays - class SVX_DLLPUBLIC SdrDropMarkerOverlay { // The OverlayObjects @@ -164,20 +151,10 @@ public: ~SdrDropMarkerOverlay(); }; -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////////////////////////////////////////////////////////////////////////////////////// -// -// @@ @@ @@ @@@@@ @@ @@ -// @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@ @@ @ @@ -// @@@@@ @@ @@@@ @@@@@@@ -// @@@ @@ @@ @@@@@@@ -// @@@ @@ @@ @@@ @@@ -// @ @@ @@@@@ @@ @@ -// -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////////////////////////////////////////////////////////////////////////////////////// +/* + * View + */ class SVX_DLLPUBLIC SdrView: public SdrCreateView, public tools::WeakBase< SdrView > { friend class SdrPageView; diff --git a/include/svx/svdxcgv.hxx b/include/svx/svdxcgv.hxx index 89dde5e12fb7..18175764cdbb 100644 --- a/include/svx/svdxcgv.hxx +++ b/include/svx/svdxcgv.hxx @@ -25,20 +25,6 @@ #include <vcl/gdimtf.hxx> #include "svx/svxdllapi.h" -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////////////////////////////////////////////////////////////////////////////////////// -// -// @@@@@ @@ @@ @@@@ @@ @@ @@@@ @@ @@ @@@@ @@@@@ @@ @@ @@ @@@@@ @@ @@ -// @@ @@@ @@@ @@ @@ @@ @@ @@ @@ @@@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@@@@ @@ @@ @@ @@ @@ @@@@@@ @@ @@ @@ @@ @@ @@ @@ @ @@ -// @@@@ @@@ @@ @@@@@@ @@@@@@ @@@@@@ @@ @@@ @@@@ @@@@@ @@ @@@@ @@@@@@@ -// @@ @@@@@ @@ @@ @@ @@ @@ @@ @@@ @@ @@ @@ @@@ @@ @@ @@@@@@@ -// @@ @@@ @@@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@@ @@ @@ @@@ @@@ -// @@@@@ @@ @@ @@@@ @@ @@ @@ @@ @@ @@ @@@@@ @@@@@ @ @@ @@@@@ @@ @@ -// -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////////////////////////////////////////////////////////////////////////////////////// - class SVX_DLLPUBLIC SdrExchangeView: public SdrObjEditView { friend class SdrPageView; |