Kaydet (Commit) c1ba64c2 authored tarafından Urs Fässler's avatar Urs Fässler

translation and cleanup of comments in sd/source/ui/inc/

Change-Id: Ib1d1be4364c56e5164afc631c614183f15e20644
üst 4cce392f
...@@ -38,11 +38,9 @@ namespace sd { ...@@ -38,11 +38,9 @@ namespace sd {
class DrawDocShell; class DrawDocShell;
class DrawView; class DrawView;
/************************************************************************* /**
|* * dialog to break meta files
|* Dialog zum aufbrechen von Metafiles */
|*
\************************************************************************/
class BreakDlg class BreakDlg
: public SfxModalDialog : public SfxModalDialog
{ {
......
...@@ -30,11 +30,6 @@ namespace sd { ...@@ -30,11 +30,6 @@ namespace sd {
class ViewShell; class ViewShell;
/*************************************************************************
|*
|* Client
|*
\************************************************************************/
class Client : public SfxInPlaceClient class Client : public SfxInPlaceClient
{ {
......
...@@ -26,12 +26,9 @@ namespace sd { ...@@ -26,12 +26,9 @@ namespace sd {
class DrawViewShell; class DrawViewShell;
/************************************************************************ /**
|* * The SdClientView is used for DrawDocShell::Draw()
|* Die SdClientView wird fuer DrawDocShell::Draw() verwendet */
|*
\************************************************************************/
class ClientView class ClientView
: public DrawView : public DrawView
{ {
...@@ -44,9 +41,8 @@ public: ...@@ -44,9 +41,8 @@ public:
virtual void CompleteRedraw(OutputDevice* pOutDev, const Region& rReg, sdr::contact::ViewObjectContactRedirector* pRedirector = 0L); virtual void CompleteRedraw(OutputDevice* pOutDev, const Region& rReg, sdr::contact::ViewObjectContactRedirector* pRedirector = 0L);
// Wenn die View kein Invalidate() an den Fenstern durchfuehren soll, muss /* if the view should not do a Invalidate() on the windows, you have to
// man diese beiden folgenden Methoden ueberladen und entsprechend anders overload the following two methods and do something different */
// reagieren.
virtual void InvalidateOneWin(::Window& rWin); virtual void InvalidateOneWin(::Window& rWin);
virtual void InvalidateOneWin(::Window& rWin, const Rectangle& rRect); virtual void InvalidateOneWin(::Window& rWin, const Rectangle& rRect);
}; };
......
...@@ -29,11 +29,9 @@ class SdOptions; ...@@ -29,11 +29,9 @@ class SdOptions;
namespace sd { namespace sd {
/************************************************************************* /**
|* * View for MDIFrame
|* View fuer den MDIFrame */
|*
\************************************************************************/
class SD_DLLPUBLIC FrameView class SD_DLLPUBLIC FrameView
: public SdrView : public SdrView
{ {
...@@ -184,26 +182,26 @@ private: ...@@ -184,26 +182,26 @@ private:
SdrHelpLineList maStandardHelpLines; SdrHelpLineList maStandardHelpLines;
SdrHelpLineList maNotesHelpLines; SdrHelpLineList maNotesHelpLines;
SdrHelpLineList maHandoutHelpLines; SdrHelpLineList maHandoutHelpLines;
sal_Bool mbNoColors; // Gliederungsmodus sal_Bool mbNoColors; ///< structuring mode
sal_Bool mbNoAttribs; // Gliederungsmodus sal_Bool mbNoAttribs; ///< structuring mode
Rectangle maVisArea; // Sichtbarer Bereich Rectangle maVisArea; ///< visible area
PageKind mePageKind; // Seitentyp (Standard, Notizen, Handzettel) PageKind mePageKind; ///< kind of page (standard, notes, handout)
sal_uInt16 mnSelectedPage; // Selektierte Seite sal_uInt16 mnSelectedPage;
PageKind mePageKindOnLoad; PageKind mePageKindOnLoad;
sal_uInt16 mnSelectedPageOnLoad; sal_uInt16 mnSelectedPageOnLoad;
EditMode meStandardEditMode; // Editmode im Zeichenmodus (Page/MasterPage) EditMode meStandardEditMode; ///< edit mode in drawing mode (Page/MasterPage)
EditMode meNotesEditMode; // Editmode im Notizen-Modus (Page/MasterPage) EditMode meNotesEditMode; ///< edit mode in notes mode (Page/MasterPage)
EditMode meHandoutEditMode; // Editmode im Handzettel-Modus (Page/MasterPage) EditMode meHandoutEditMode; ///< edit mode in handout mode (Page/MasterPage)
EditMode meEditModeOnLoad; EditMode meEditModeOnLoad;
sal_Bool mbLayerMode; // Layer an/aus sal_Bool mbLayerMode; ///< layer on/off
sal_Bool mbQuickEdit; // QuickEdit an/aus sal_Bool mbQuickEdit; ///< QuickEdit on/off
sal_Bool mbDoubleClickTextEdit; // Textmodus nach Doppelklick sal_Bool mbDoubleClickTextEdit; ///< text mode after double click
sal_Bool mbClickChangeRotation; // Einfachklick wechselt Selektions-/Rotationsmodus sal_Bool mbClickChangeRotation; ///< single click switches between selection/rotation mode
sal_uInt16 mnPresViewShellId; // ViewShell aus der die Pres. gestartet wurde sal_uInt16 mnPresViewShellId; ///< ViewShell from which the presentation was started
sal_uInt16 mnSlotId; // SlotId, welche initial ausgefuehrt wird sal_uInt16 mnSlotId; ///< SlotId, which was initial mentioned
sal_uInt16 mnSlidesPerRow; // Dias pro Reihe auf dem Diatisch sal_uInt16 mnSlidesPerRow; ///< slides per row on the slide-desk
sal_uLong mnDrawMode; // Drawmode fuer das normale Fenster sal_uLong mnDrawMode; ///< draw mode for the normal window
double mnTabCtrlPercent; double mnTabCtrlPercent;
/** Remember whether the navigator shows all shapes (<TRUE/>) or only /** Remember whether the navigator shows all shapes (<TRUE/>) or only
the names ones (<FALSE/>). Not persistent. the names ones (<FALSE/>). Not persistent.
*/ */
......
...@@ -29,12 +29,9 @@ ...@@ -29,12 +29,9 @@
namespace sd { namespace sd {
/************************************************************************* /**
|* * document shell for draw documents
|* Document-Shell fuer Draw-Dokumente */
|*
\************************************************************************/
class GraphicDocShell class GraphicDocShell
: public DrawDocShell : public DrawDocShell
{ {
......
...@@ -25,12 +25,9 @@ ...@@ -25,12 +25,9 @@
namespace sd { namespace sd {
/************************************************************************* /**
|* * TabBar for layer administration
|* TabBar fuer die Layerverwaltung */
|*
\************************************************************************/
class DrawViewShell; class DrawViewShell;
class LayerTabBar class LayerTabBar
......
...@@ -27,12 +27,9 @@ class SfxBindings; ...@@ -27,12 +27,9 @@ class SfxBindings;
namespace sd { namespace sd {
/************************************************************************* /**
|* * Derivative of SfxChildWindowContext as "container" for navigator
|* Ableitung vom SfxChildWindowContext als "Behaelter" fuer Navigator */
|*
\************************************************************************/
class NavigatorChildWindow class NavigatorChildWindow
: public SfxChildWindowContext : public SfxChildWindowContext
{ {
......
...@@ -28,11 +28,9 @@ namespace sd { ...@@ -28,11 +28,9 @@ namespace sd {
class View; class View;
/************************************************************************* /**
|* * Bullet-Tab-Dialog
|* Bullet-Tab-Dialog */
|*
\************************************************************************/
class OutlineBulletDlg class OutlineBulletDlg
: public SfxTabDialog : public SfxTabDialog
{ {
......
...@@ -46,9 +46,8 @@ class DrawDocShell; ...@@ -46,9 +46,8 @@ class DrawDocShell;
static const int MAX_OUTLINERVIEWS = 4; static const int MAX_OUTLINERVIEWS = 4;
/************************************************************************* /**
|* * Derivative of ::sd::View for the outline mode
|* Ableitung von ::sd::View fuer den Outline-Modus
|* |*
\************************************************************************/ \************************************************************************/
...@@ -184,7 +183,7 @@ private: ...@@ -184,7 +183,7 @@ private:
std::vector<Paragraph*> maOldParaOrder; std::vector<Paragraph*> maOldParaOrder;
std::vector<Paragraph*> maSelectedParas; std::vector<Paragraph*> maSelectedParas;
sal_uInt16 mnPagesToProcess; // fuer die Fortschrittsanzeige sal_uInt16 mnPagesToProcess; // for the progress bar
sal_uInt16 mnPagesProcessed; sal_uInt16 mnPagesProcessed;
sal_Bool mbFirstPaint; sal_Bool mbFirstPaint;
......
...@@ -25,11 +25,9 @@ ...@@ -25,11 +25,9 @@
namespace sd { namespace sd {
/************************************************************************* /**
|* * TabControl-Class for page switch
|* TabControl-Klasse fuer Seitenumschaltung */
|*
\************************************************************************/
class DrawViewShell; class DrawViewShell;
......
...@@ -157,16 +157,12 @@ public: ...@@ -157,16 +157,12 @@ public:
virtual SfxStyleSheet* GetStyleSheet() const; virtual SfxStyleSheet* GetStyleSheet() const;
/************************************************************************* /** return parameter:
|* pExchangeList == NULL -> all names are unique
|* Rueckgabeparameter: bNameOK == sal_False -> cancel by user
|* pExchangeList == NULL -> Namen sind alle eindeutig nType == 0 -> pages
|* bNameOK == sal_False -> Benutzer hat abgebrochen nType == 1 -> objects
|* nType == 0 -> Seiten nType == 2 -> pages and objects */
|* nType == 1 -> Objekte
|* nType == 2 -> Seiten + Objekte
|*
\************************************************************************/
bool GetExchangeList( std::vector<rtl::OUString> &rExchangeList, bool GetExchangeList( std::vector<rtl::OUString> &rExchangeList,
std::vector<rtl::OUString> &rBookmarkList, std::vector<rtl::OUString> &rBookmarkList,
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
class SdPage; class SdPage;
class SvxRuler; class SvxRuler;
class SdrOle2Obj; // fuer die, die Teile von SVDRAW rausdefiniert haben class SdrOle2Obj; // for the ones, who have undefined parts of SVDRAW
class ScrollBarBox; class ScrollBarBox;
class SdDrawDocument; class SdDrawDocument;
class ScrollBar; class ScrollBar;
...@@ -491,9 +491,9 @@ protected: ...@@ -491,9 +491,9 @@ protected:
Size maViewSize; Size maViewSize;
Size maScrBarWH; Size maScrBarWH;
sal_Bool mbCenterAllowed; // wird an Fenster weitergegeben sal_Bool mbCenterAllowed; // will be forwarded to window
sal_Bool mbStartShowWithDialog; // Praesentation wurde ueber Dialog gestartet sal_Bool mbStartShowWithDialog; // presentation is started by dialog
sal_uInt16 mnPrintedHandoutPageNum; // Page number of the handout page that is to be printed. sal_uInt16 mnPrintedHandoutPageNum; // Page number of the handout page that is to be printed.
sal_uInt16 mnPrintedHandoutPageCount; // Page count of the handout pages that are to be printed. sal_uInt16 mnPrintedHandoutPageCount; // Page count of the handout pages that are to be printed.
...@@ -527,11 +527,11 @@ protected: ...@@ -527,11 +527,11 @@ protected:
DECL_LINK( HScrollHdl, ScrollBar * ); DECL_LINK( HScrollHdl, ScrollBar * );
DECL_LINK( VScrollHdl, ScrollBar * ); DECL_LINK( VScrollHdl, ScrollBar * );
// virt. Scroll-Handler, hier koennen sich abgeleitete Klassen einklinken // virtual scroll handler, here, derivative classes can add themselves here
virtual long VirtHScrollHdl(ScrollBar* pHScroll); virtual long VirtHScrollHdl(ScrollBar* pHScroll);
virtual long VirtVScrollHdl(ScrollBar* pVScroll); virtual long VirtVScrollHdl(ScrollBar* pVScroll);
// virtuelle Funktionen fuer Lineal-Handling // virtual functions ruler handling
virtual SvxRuler* CreateHRuler(::sd::Window* pWin, sal_Bool bIsFirst); virtual SvxRuler* CreateHRuler(::sd::Window* pWin, sal_Bool bIsFirst);
virtual SvxRuler* CreateVRuler(::sd::Window* pWin); virtual SvxRuler* CreateVRuler(::sd::Window* pWin);
virtual void UpdateHRuler(); virtual void UpdateHRuler();
......
...@@ -167,12 +167,9 @@ private: ...@@ -167,12 +167,9 @@ private:
Fraction GetScale(); Fraction GetScale();
}; };
/************************************************************************* /**
|* * ControllerItem for Animator
|* ControllerItem fuer Animator */
|*
\************************************************************************/
class AnimationControllerItem : public SfxControllerItem class AnimationControllerItem : public SfxControllerItem
{ {
......
...@@ -32,15 +32,14 @@ class Control; ...@@ -32,15 +32,14 @@ class Control;
class SD_DLLPUBLIC Assistent class SD_DLLPUBLIC Assistent
{ {
/** contains for every page the controls, which have to be
connected? correctly */
std::vector<Control*> maPages[MAX_PAGES]; std::vector<Control*> maPages[MAX_PAGES];
//enthaelt fuer jede Seite die Controls die
//korrekt geschaltet werden muessen
/// number of pages
int mnPages; int mnPages;
//gibt die Anzahl der Seiten an
int mnCurrentPage; int mnCurrentPage;
//gibt die aktuelle Seite an
boost::scoped_array<bool> mpPageStatus; boost::scoped_array<bool> mpPageStatus;
...@@ -52,26 +51,20 @@ public: ...@@ -52,26 +51,20 @@ public:
void EnablePage( int nPage ); void EnablePage( int nPage );
void DisablePage( int nPage ); void DisablePage( int nPage );
/// adds a control to the specified page
bool InsertControl(int nDestPage,Control* pUsedControl); bool InsertControl(int nDestPage,Control* pUsedControl);
//fuegt einer spezifizierten Seite ein Control hinzu
bool NextPage(); bool NextPage();
//springt zur naechsten Seite
bool PreviousPage(); bool PreviousPage();
//springt zur vorherigen Seite
bool GotoPage(const int nPageToGo); bool GotoPage(const int nPageToGo);
//springt zu einer angegebenen Seite
bool IsLastPage() const; bool IsLastPage() const;
//gibt an ob die aktuelle Seite die letzte ist
bool IsFirstPage() const; bool IsFirstPage() const;
//gibt an ob die aktuelle Seite die erste ist
int GetCurrentPage() const; int GetCurrentPage() const;
//gibt die aktuelle Seite zurueck
}; };
......
...@@ -31,11 +31,9 @@ namespace sd { ...@@ -31,11 +31,9 @@ namespace sd {
class View; class View;
/************************************************************************* /**
|* * dialog to adjust screen
|* Dialog zum Einstellen des Bildschirms */
|*
\************************************************************************/
class CopyDlg class CopyDlg
: public SfxModalDialog : public SfxModalDialog
{ {
......
...@@ -29,11 +29,9 @@ class SfxItemSet; ...@@ -29,11 +29,9 @@ class SfxItemSet;
class SfxObjectShell; class SfxObjectShell;
/************************************************************************* /**
|* * Character-Tab-Dialog
|* Zeichen-Tab-Dialog */
|*
\************************************************************************/
class SdCharDlg : public SfxTabDialog class SdCharDlg : public SfxTabDialog
{ {
private: private:
......
...@@ -28,12 +28,9 @@ ...@@ -28,12 +28,9 @@
#include "fadedef.h" #include "fadedef.h"
#include "sddllapi.h" #include "sddllapi.h"
/************************************************************************* /**
|* * FadeEffectLB
|* FadeEffectLB */
|*
\************************************************************************/
struct FadeEffectLBImpl; struct FadeEffectLBImpl;
class SD_DLLPUBLIC FadeEffectLB : public ListBox class SD_DLLPUBLIC FadeEffectLB : public ListBox
......
...@@ -30,12 +30,9 @@ ...@@ -30,12 +30,9 @@
#include <svx/langbox.hxx> #include <svx/langbox.hxx>
class SvxFieldData; class SvxFieldData;
/************************************************************************* /**
|* * dialog to adjust field-commands
|* Dialog zum Bearbeiten von Feldbefehlen */
|*
\************************************************************************/
class SdModifyFieldDlg : public ModalDialog class SdModifyFieldDlg : public ModalDialog
{ {
private: private:
......
...@@ -28,11 +28,9 @@ class SfxObjectShell; ...@@ -28,11 +28,9 @@ class SfxObjectShell;
typedef sal_uInt16 ChangeType; typedef sal_uInt16 ChangeType;
/************************************************************************* /**
|* * Page configuration-tab-dialog
|* Seite einrichten-Tab-Dialog */
|*
\************************************************************************/
class SdPageDlg : public SfxTabDialog class SdPageDlg : public SfxTabDialog
{ {
private: private:
......
...@@ -36,12 +36,9 @@ namespace sd { ...@@ -36,12 +36,9 @@ namespace sd {
class View; class View;
} }
/************************************************************************* /**
|* * dialog to adjust snap- lines and points
|* Dialog zum Einstellen von Fanglinien und -punkten */
|*
\************************************************************************/
class SdSnapLineDlg : public ModalDialog class SdSnapLineDlg : public ModalDialog
{ {
private: private:
......
...@@ -28,12 +28,9 @@ namespace sd { ...@@ -28,12 +28,9 @@ namespace sd {
class DrawDocShell; class DrawDocShell;
class DrawViewShell; class DrawViewShell;
/************************************************************************* /**
|* * Derivative of ::sd::View; contains also a pointer to the document
|* Ableitung von ::sd::View; enthaelt auch einen Zeiger auf das Dokument */
|*
\************************************************************************/
class DrawView : public ::sd::View class DrawView : public ::sd::View
{ {
public: public:
...@@ -71,7 +68,7 @@ private: ...@@ -71,7 +68,7 @@ private:
DrawViewShell* mpDrawViewShell; DrawViewShell* mpDrawViewShell;
VirtualDevice* mpVDev; VirtualDevice* mpVDev;
sal_uInt16 mnPOCHSmph; // zum blockieren des PageOrderChangedHint sal_uInt16 mnPOCHSmph; ///< for blocking PageOrderChangedHint
}; };
} // end of namespace sd } // end of namespace sd
......
...@@ -44,8 +44,8 @@ public: ...@@ -44,8 +44,8 @@ public:
virtual sal_Bool MouseButtonUp(const MouseEvent& rMEvt); virtual sal_Bool MouseButtonUp(const MouseEvent& rMEvt);
virtual sal_Bool MouseButtonDown(const MouseEvent& rMEvt); virtual sal_Bool MouseButtonDown(const MouseEvent& rMEvt);
virtual void Activate(); // Function aktivieren virtual void Activate();
virtual void Deactivate(); // Function deaktivieren virtual void Deactivate();
virtual SdrObject* CreateDefaultObject(const sal_uInt16 nID, const Rectangle& rRectangle); virtual SdrObject* CreateDefaultObject(const sal_uInt16 nID, const Rectangle& rRectangle);
......
...@@ -40,8 +40,8 @@ public: ...@@ -40,8 +40,8 @@ public:
virtual sal_Bool MouseButtonUp(const MouseEvent& rMEvt); virtual sal_Bool MouseButtonUp(const MouseEvent& rMEvt);
virtual sal_Bool MouseButtonDown(const MouseEvent& rMEvt); virtual sal_Bool MouseButtonDown(const MouseEvent& rMEvt);
virtual void Activate(); // Function aktivieren virtual void Activate();
virtual void Deactivate(); // Function deaktivieren virtual void Deactivate();
virtual SdrObject* CreateDefaultObject(const sal_uInt16 nID, const Rectangle& rRectangle); virtual SdrObject* CreateDefaultObject(const sal_uInt16 nID, const Rectangle& rRectangle);
......
...@@ -45,8 +45,8 @@ public: ...@@ -45,8 +45,8 @@ public:
virtual sal_Bool MouseButtonUp(const MouseEvent& rMEvt); virtual sal_Bool MouseButtonUp(const MouseEvent& rMEvt);
virtual sal_Bool MouseButtonDown(const MouseEvent& rMEvt); virtual sal_Bool MouseButtonDown(const MouseEvent& rMEvt);
virtual void Activate(); // Function aktivieren virtual void Activate();
virtual void Deactivate(); // Function deaktivieren virtual void Deactivate();
virtual void SelectionHasChanged(); virtual void SelectionHasChanged();
......
...@@ -28,12 +28,6 @@ class SdrObject; ...@@ -28,12 +28,6 @@ class SdrObject;
namespace sd { namespace sd {
/*************************************************************************
|*
|* Rechteck zeichnen
|*
\************************************************************************/
class FuConstructCustomShape class FuConstructCustomShape
: public FuConstruct : public FuConstruct
{ {
...@@ -49,7 +43,7 @@ public: ...@@ -49,7 +43,7 @@ public:
virtual sal_Bool MouseButtonUp(const MouseEvent& rMEvt); virtual sal_Bool MouseButtonUp(const MouseEvent& rMEvt);
virtual sal_Bool MouseButtonDown(const MouseEvent& rMEvt); virtual sal_Bool MouseButtonDown(const MouseEvent& rMEvt);
virtual void Activate(); // Function aktivieren virtual void Activate();
void SetAttributes( SdrObject* pObj ); void SetAttributes( SdrObject* pObj );
......
...@@ -29,12 +29,9 @@ class SfxItemSet; ...@@ -29,12 +29,9 @@ class SfxItemSet;
namespace sd { namespace sd {
/************************************************************************* /**
|* * draw rectangle
|* Rechteck zeichnen */
|*
\************************************************************************/
class FuConstructRectangle class FuConstructRectangle
: public FuConstruct : public FuConstruct
{ {
...@@ -50,8 +47,8 @@ public: ...@@ -50,8 +47,8 @@ public:
virtual sal_Bool MouseButtonUp(const MouseEvent& rMEvt); virtual sal_Bool MouseButtonUp(const MouseEvent& rMEvt);
virtual sal_Bool MouseButtonDown(const MouseEvent& rMEvt); virtual sal_Bool MouseButtonDown(const MouseEvent& rMEvt);
virtual void Activate(); // Function aktivieren virtual void Activate();
virtual void Deactivate(); // Function deaktivieren virtual void Deactivate();
void SetAttributes(SfxItemSet& rAttr, SdrObject* pObj); void SetAttributes(SfxItemSet& rAttr, SdrObject* pObj);
void SetLineEnds(SfxItemSet& rAttr, SdrObject* pObj); void SetLineEnds(SfxItemSet& rAttr, SdrObject* pObj);
......
...@@ -28,12 +28,6 @@ class SfxItemSet; ...@@ -28,12 +28,6 @@ class SfxItemSet;
namespace sd { namespace sd {
/*************************************************************************
|*
|* Rechteck zeichnen
|*
\************************************************************************/
class FuConstruct class FuConstruct
: public FuDraw : public FuDraw
{ {
...@@ -48,8 +42,8 @@ public: ...@@ -48,8 +42,8 @@ public:
virtual sal_Bool MouseButtonUp(const MouseEvent& rMEvt); virtual sal_Bool MouseButtonUp(const MouseEvent& rMEvt);
virtual sal_Bool MouseButtonDown(const MouseEvent& rMEvt); virtual sal_Bool MouseButtonDown(const MouseEvent& rMEvt);
virtual void Activate(); // Function aktivieren virtual void Activate();
virtual void Deactivate(); // Function deaktivieren virtual void Deactivate();
virtual void SelectionHasChanged() { bSelectionChanged = sal_True; } virtual void SelectionHasChanged() { bSelectionChanged = sal_True; }
......
...@@ -25,12 +25,9 @@ ...@@ -25,12 +25,9 @@
namespace sd { namespace sd {
/************************************************************************* /**
|* * draw control
|* Control zeichnen */
|*
\************************************************************************/
class FuConstructUnoControl class FuConstructUnoControl
: public FuConstruct : public FuConstruct
{ {
...@@ -46,8 +43,8 @@ public: ...@@ -46,8 +43,8 @@ public:
virtual sal_Bool MouseButtonUp(const MouseEvent& rMEvt); virtual sal_Bool MouseButtonUp(const MouseEvent& rMEvt);
virtual sal_Bool MouseButtonDown(const MouseEvent& rMEvt); virtual sal_Bool MouseButtonDown(const MouseEvent& rMEvt);
virtual void Activate(); // Function aktivieren virtual void Activate();
virtual void Deactivate(); // Function deaktivieren virtual void Deactivate();
virtual SdrObject* CreateDefaultObject(const sal_uInt16 nID, const Rectangle& rRectangle); virtual SdrObject* CreateDefaultObject(const sal_uInt16 nID, const Rectangle& rRectangle);
......
...@@ -28,12 +28,9 @@ class SdrObject; ...@@ -28,12 +28,9 @@ class SdrObject;
namespace sd { namespace sd {
/************************************************************************* /**
|* * Base class for all Draw specific functions
|* Basisklasse fuer alle Drawmodul-spezifischen Funktionen */
|*
\************************************************************************/
class FuDraw class FuDraw
: public FuPoor : public FuPoor
{ {
......
...@@ -29,12 +29,6 @@ class SdrObject; ...@@ -29,12 +29,6 @@ class SdrObject;
namespace sd { namespace sd {
/*************************************************************************
|*
|* Funktion DisplayOrder
|*
\************************************************************************/
class FuDisplayOrder class FuDisplayOrder
: public FuPoor : public FuPoor
{ {
...@@ -48,8 +42,8 @@ public: ...@@ -48,8 +42,8 @@ public:
virtual sal_Bool MouseButtonUp(const MouseEvent& rMEvt); virtual sal_Bool MouseButtonUp(const MouseEvent& rMEvt);
virtual sal_Bool MouseButtonDown(const MouseEvent& rMEvt); virtual sal_Bool MouseButtonDown(const MouseEvent& rMEvt);
virtual void Activate(); // Function aktivieren virtual void Activate();
virtual void Deactivate(); // Function deaktivieren virtual void Deactivate();
protected: protected:
virtual ~FuDisplayOrder (void); virtual ~FuDisplayOrder (void);
......
...@@ -24,12 +24,6 @@ ...@@ -24,12 +24,6 @@
namespace sd { namespace sd {
/*************************************************************************
|*
|* FuEditGluePoints
|*
\************************************************************************/
class FuEditGluePoints class FuEditGluePoints
: public FuDraw : public FuDraw
{ {
...@@ -47,8 +41,8 @@ public: ...@@ -47,8 +41,8 @@ public:
virtual sal_Bool Command(const CommandEvent& rCEvt); virtual sal_Bool Command(const CommandEvent& rCEvt);
virtual void ReceiveRequest(SfxRequest& rReq); virtual void ReceiveRequest(SfxRequest& rReq);
virtual void Activate(); // Function aktivieren virtual void Activate();
virtual void Deactivate(); // Function deaktivieren virtual void Deactivate();
protected: protected:
FuEditGluePoints ( FuEditGluePoints (
......
...@@ -47,9 +47,9 @@ private: ...@@ -47,9 +47,9 @@ private:
SdDrawDocument* pDoc, SdDrawDocument* pDoc,
SfxRequest& rReq); SfxRequest& rReq);
String aLayoutName; // Layoutname der aktuell eingefuegten Seite String aLayoutName; ///< layout name of the currently inserted page
String aFilterName; // gewaehlter Dateifilter String aFilterName; ///< chosen file filter
String aFile; // gewaehlter Dateiname String aFile; ///< chosen file name
void InsTextOrRTFinOlMode(SfxMedium* pMedium); void InsTextOrRTFinOlMode(SfxMedium* pMedium);
sal_Bool InsSDDinOlMode(SfxMedium* pMedium); sal_Bool InsSDDinOlMode(SfxMedium* pMedium);
......
...@@ -31,12 +31,9 @@ class View; ...@@ -31,12 +31,9 @@ class View;
class ViewShell; class ViewShell;
class Window; class Window;
/************************************************************************* /**
|* * bullet functions in outline mode
|* Bulletfunktionen im Outlinermodus */
|*
\************************************************************************/
class FuOutlineBullet class FuOutlineBullet
: public FuPoor : public FuPoor
{ {
......
...@@ -31,11 +31,9 @@ class View; ...@@ -31,11 +31,9 @@ class View;
class ViewShell; class ViewShell;
class Window; class Window;
/************************************************************************* /**
|* * text functions in outline mode
|* Textfunktionen im Outlinermodus */
|*
\************************************************************************/
class FuOutlineText class FuOutlineText
: public FuOutline : public FuOutline
{ {
......
...@@ -34,12 +34,9 @@ class View; ...@@ -34,12 +34,9 @@ class View;
class ViewShell; class ViewShell;
class Window; class Window;
/************************************************************************* /**
|* * Base class of functions of outline mode
|* Basisklasse der Funktionen des Outlinemodus */
|*
\************************************************************************/
class FuOutline class FuOutline
: public FuPoor : public FuPoor
{ {
......
...@@ -38,8 +38,8 @@ class FuPage ...@@ -38,8 +38,8 @@ class FuPage
static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq ); static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq );
virtual void DoExecute( SfxRequest& rReq ); virtual void DoExecute( SfxRequest& rReq );
virtual void Activate(); // Function aktivieren virtual void Activate();
virtual void Deactivate(); // Function deaktivieren virtual void Deactivate();
const SfxItemSet* ExecuteDialog( Window* pParent ); const SfxItemSet* ExecuteDialog( Window* pParent );
......
...@@ -41,12 +41,9 @@ class View; ...@@ -41,12 +41,9 @@ class View;
class ViewShell; class ViewShell;
class Window; class Window;
/************************************************************************* /**
|* * Base class for all functions
|* Basisklasse fuer alle Funktionen */
|*
\************************************************************************/
class FuPoor : public SimpleReferenceComponent class FuPoor : public SimpleReferenceComponent
{ {
public: public:
...@@ -80,8 +77,8 @@ public: ...@@ -80,8 +77,8 @@ public:
virtual void Paint(const Rectangle&, ::sd::Window* ); virtual void Paint(const Rectangle&, ::sd::Window* );
virtual void ReceiveRequest(SfxRequest& rReq); virtual void ReceiveRequest(SfxRequest& rReq);
virtual void Activate(); // Function aktivieren virtual void Activate(); ///< activates the function
virtual void Deactivate(); // Function deaktivieren virtual void Deactivate(); ///< deactivates the function
void SetWindow(::sd::Window* pWin) { mpWindow = pWin; } void SetWindow(::sd::Window* pWin) { mpWindow = pWin; }
...@@ -158,30 +155,27 @@ protected: ...@@ -158,30 +155,27 @@ protected:
sal_uInt16 nSlotId; sal_uInt16 nSlotId;
sal_uInt16 nSlotValue; sal_uInt16 nSlotValue;
Dialog* pDialog; Dialog* pDialog;
Timer aScrollTimer; // fuer Autoscrolling Timer aScrollTimer; ///< for auto-scrolling
DECL_LINK( ScrollHdl, void * ); DECL_LINK( ScrollHdl, void * );
void ForceScroll(const Point& aPixPos); void ForceScroll(const Point& aPixPos);
Timer aDragTimer; // fuer Drag&Drop Timer aDragTimer; ///< for Drag&Drop
DECL_LINK(DragHdl, void *); DECL_LINK(DragHdl, void *);
sal_Bool bIsInDragMode; sal_Bool bIsInDragMode;
Point aMDPos; // Position von MouseButtonDown Point aMDPos; ///< position of MouseButtonDown
// Flag, um AutoScrolling zu verhindern, bis von ausserhalb in das /// Flag to prevent auto-scrolling until one drags from outside into the window
// Fenster hinein gedragt wurde
sal_Bool bNoScrollUntilInside; sal_Bool bNoScrollUntilInside;
// Timer um das scrolling zu verzoegern, wenn aus dem fenster /// timer to delay scrolling (~ 1 sec) when dragging out of the window
// herausgedraggt wird (ca. 1 sec.) Timer aDelayToScrollTimer;
Timer aDelayToScrollTimer; // fuer Verzoegerung bis scroll
sal_Bool bScrollable; sal_Bool bScrollable;
sal_Bool bDelayActive; sal_Bool bDelayActive;
sal_Bool bFirstMouseMove; sal_Bool bFirstMouseMove;
// member to hold state of the mouse buttons for creation /// member to hold state of the mouse buttons for creation of own MouseEvents (like in ScrollHdl)
// of own MouseEvents (like in ScrollHdl)
private: private:
sal_uInt16 mnCode; sal_uInt16 mnCode;
......
...@@ -45,8 +45,8 @@ public: ...@@ -45,8 +45,8 @@ public:
virtual sal_Bool MouseButtonUp(const MouseEvent& rMEvt); virtual sal_Bool MouseButtonUp(const MouseEvent& rMEvt);
virtual sal_Bool MouseButtonDown(const MouseEvent& rMEvt); virtual sal_Bool MouseButtonDown(const MouseEvent& rMEvt);
virtual void Activate(); // Activate function virtual void Activate();
virtual void Deactivate(); // Deactivate function virtual void Deactivate();
virtual void SelectionHasChanged(); virtual void SelectionHasChanged();
......
...@@ -31,12 +31,9 @@ class OutlinerView; ...@@ -31,12 +31,9 @@ class OutlinerView;
namespace sd { namespace sd {
/************************************************************************* /**
|* * Base class for text functions
|* Basisklasse fuer Textfunktionen */
|*
\************************************************************************/
class FuText class FuText
: public FuConstruct : public FuConstruct
{ {
...@@ -55,8 +52,8 @@ public: ...@@ -55,8 +52,8 @@ public:
virtual void ReceiveRequest(SfxRequest& rReq); virtual void ReceiveRequest(SfxRequest& rReq);
virtual void DoubleClick(const MouseEvent& rMEvt); virtual void DoubleClick(const MouseEvent& rMEvt);
virtual void Activate(); // Function aktivieren virtual void Activate(); ///< activates the function
virtual void Deactivate(); // Function deaktivieren virtual void Deactivate(); ///< deactivates the function
void SetInEditMode(const MouseEvent& rMEvt, sal_Bool bQuickDrag); void SetInEditMode(const MouseEvent& rMEvt, sal_Bool bQuickDrag);
sal_Bool DeleteDefaultText(); sal_Bool DeleteDefaultText();
......
...@@ -40,8 +40,8 @@ public: ...@@ -40,8 +40,8 @@ public:
virtual sal_Bool MouseButtonUp(const MouseEvent& rMEvt); virtual sal_Bool MouseButtonUp(const MouseEvent& rMEvt);
virtual sal_Bool MouseButtonDown(const MouseEvent& rMEvt); virtual sal_Bool MouseButtonDown(const MouseEvent& rMEvt);
virtual void Activate(); // Function aktivieren virtual void Activate(); ///< activates the function
virtual void Deactivate(); // Function deaktivieren virtual void Deactivate(); ///< deactivates the function
protected: protected:
virtual ~FuZoom (void); virtual ~FuZoom (void);
......
...@@ -23,11 +23,9 @@ ...@@ -23,11 +23,9 @@
#include <vcl/lstbox.hxx> #include <vcl/lstbox.hxx>
#include <sfx2/tbxctrl.hxx> #include <sfx2/tbxctrl.hxx>
/************************************************************************* /**
|* * GluePointEscDirLB
|* GluePointEscDirLB */
|*
\************************************************************************/
class GlueEscDirLB : public ListBox class GlueEscDirLB : public ListBox
{ {
private: private:
...@@ -42,12 +40,9 @@ public: ...@@ -42,12 +40,9 @@ public:
void Fill(); void Fill();
}; };
/************************************************************************* /**
|* * Toolbox controller for glue-point escape direction
|* Toolbox-Controller fuer Klebepunkte-Austrittsrichtung */
|*
\************************************************************************/
class SdTbxCtlGlueEscDir: public SfxToolBoxControl class SdTbxCtlGlueEscDir: public SfxToolBoxControl
{ {
private: private:
......
...@@ -52,13 +52,9 @@ public: ...@@ -52,13 +52,9 @@ public:
const String& rFileName ); const String& rFileName );
~SdInsertPagesObjsDlg(); ~SdInsertPagesObjsDlg();
/************************************************************************* /** returns the list
|* nType == 0 -> pages
|* Liefert die Liste zurueck nType == 1 -> objects */
|* nType == 0 -> Seiten
|* nType == 1 -> Objekte
|*
\************************************************************************/
std::vector<rtl::OUString> GetList ( const sal_uInt16 nType ) ; std::vector<rtl::OUString> GetList ( const sal_uInt16 nType ) ;
......
...@@ -151,12 +151,9 @@ private: ...@@ -151,12 +151,9 @@ private:
/************************************************************************* /**
|* * ControllerItem for Navigator
|* ControllerItem fuer Navigator */
|*
\************************************************************************/
class SdNavigatorControllerItem : public SfxControllerItem class SdNavigatorControllerItem : public SfxControllerItem
{ {
public: public:
...@@ -172,12 +169,9 @@ private: ...@@ -172,12 +169,9 @@ private:
/************************************************************************* /**
|* * ControllerItem for Navigator to show the page in the TreeLB
|* ControllerItem fuer Navigator zum Anzeigen der Seite in der TreeLB */
|*
\************************************************************************/
class SdPageNameControllerItem : public SfxControllerItem class SdPageNameControllerItem : public SfxControllerItem
{ {
public: public:
......
...@@ -25,11 +25,9 @@ ...@@ -25,11 +25,9 @@
#include "paragr.hrc" #include "paragr.hrc"
/************************************************************************* /**
|* * Paragraph-Tab-Dialog
|* Absatz-Tab-Dialog */
|*
\************************************************************************/
class SdParagraphDlg : public SfxTabDialog class SdParagraphDlg : public SfxTabDialog
{ {
private: private:
......
...@@ -31,9 +31,9 @@ class SfxItemSet; ...@@ -31,9 +31,9 @@ class SfxItemSet;
class List; class List;
class SdCustomShowList; class SdCustomShowList;
/************************************************************************* /**
|* Dialog zum Festlegen von Optionen und Starten der Praesentation * Dialog to define options and to start the presentation
\************************************************************************/ */
class SdStartPresentationDlg : public ModalDialog class SdStartPresentationDlg : public ModalDialog
{ {
private: private:
......
...@@ -25,18 +25,16 @@ ...@@ -25,18 +25,16 @@
#include <sfx2/tabdlg.hxx> #include <sfx2/tabdlg.hxx>
#include <svx/tabarea.hxx> #include <svx/tabarea.hxx>
#include "prlayout.hxx" // fuer enum PresentationObjects #include "prlayout.hxx" // for enum PresentationObjects
class SfxObjectShell; class SfxObjectShell;
class SfxStyleSheetBase; class SfxStyleSheetBase;
class SfxStyleSheetBasePool; class SfxStyleSheetBasePool;
/************************************************************************* /**
|* * Template-Tab-Dialog
|* Vorlagen-Tab-Dialog */
|*
\************************************************************************/
class SdPresLayoutTemplateDlg : public SfxTabDialog class SdPresLayoutTemplateDlg : public SfxTabDialog
{ {
private: private:
...@@ -62,7 +60,7 @@ private: ...@@ -62,7 +60,7 @@ private:
virtual void PageCreated( sal_uInt16 nId, SfxTabPage &rPage ); virtual void PageCreated( sal_uInt16 nId, SfxTabPage &rPage );
// fuers Maping mit dem neuen SvxNumBulletItem // for mapping with the new SvxNumBulletItem
SfxItemSet aInputSet; SfxItemSet aInputSet;
SfxItemSet* pOutSet; SfxItemSet* pOutSet;
const SfxItemSet* pOrgSet; const SfxItemSet* pOrgSet;
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#define IMAGE_MASK_STDCOLOR Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; } #define IMAGE_MASK_STDCOLOR Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; }
// Bitmaps fuer Tree-ListBox im Effekte-TabDialog // Bitmaps for Tree-ListBox in Effects-TabDialog
#define BMP_PAGE RID_APP_START+42 #define BMP_PAGE RID_APP_START+42
#define BMP_PAGEOBJS RID_APP_START+43 #define BMP_PAGEOBJS RID_APP_START+43
#define BMP_OBJECTS RID_APP_START+44 #define BMP_OBJECTS RID_APP_START+44
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#define BMP_COLLAPSE RID_APP_START+52 #define BMP_COLLAPSE RID_APP_START+52
#define BMP_GRAPHIC RID_APP_START+53 #define BMP_GRAPHIC RID_APP_START+53
// Bimaps fuer ValueSet im EffekteWindow // Bitmaps for ValueSet in EffectWindow
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
...@@ -194,9 +194,7 @@ ...@@ -194,9 +194,7 @@
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
/* // ResourceIDs for Popup-Menus do not need a dummy string!!!
* ResourceIDs fuer Popup-Menues brauchen keinen Dummy-String !!!
*/
#define RID_DRAW_TEXTOBJ_POPUP RID_APP_START+43 #define RID_DRAW_TEXTOBJ_POPUP RID_APP_START+43
#define RID_DRAW_GEOMOBJ_POPUP RID_APP_START+44 #define RID_DRAW_GEOMOBJ_POPUP RID_APP_START+44
...@@ -262,9 +260,9 @@ ...@@ -262,9 +260,9 @@
/* /*
* ResourceIDs fuer Toolboxen nicht aendern, ohne die Strings in * Do not change ResourceIDs for toolboxes without also changing the strings in
* strings.hrc auf die selben IDs zu setzen (eine Toolbox und sein * strings.hrc to the same IDs. A toolbox and its configuration string have to
* Konfigurationsstring muessen dieselbe ResourceID haben!). * have the same ResourceID!
*/ */
#define RID_DRAW_SNAPOBJECT_POPUP RID_APP_START+390 #define RID_DRAW_SNAPOBJECT_POPUP RID_APP_START+390
......
...@@ -26,12 +26,9 @@ ...@@ -26,12 +26,9 @@
class SvxFieldData; class SvxFieldData;
/************************************************************************* /**
|* * PopupMenu for editing field-commands
|* PopupMenu zum Bearbeiten von Feldbefehlen */
|*
\************************************************************************/
class SdFieldPopup : public PopupMenu class SdFieldPopup : public PopupMenu
{ {
private: private:
......
...@@ -66,8 +66,8 @@ private: ...@@ -66,8 +66,8 @@ private:
boost::ptr_vector<String> maLayoutNames; boost::ptr_vector<String> maLayoutNames;
String maName; // Layoutname oder Dateiname String maName; ///< layout name or file name
long mnLayoutCount; // Anzahl, der im Dokument vorhandenen MasterPages long mnLayoutCount; ///< number of master pages in the document
const String maStrNone; const String maStrNone;
void FillValueSet(); void FillValueSet();
......
...@@ -52,17 +52,14 @@ SV_DECL_REF(DrawDocShell) ...@@ -52,17 +52,14 @@ SV_DECL_REF(DrawDocShell)
#endif #endif
} }
/************************************************************************* /**
|* * Effect-Tab-Dialog
|* Effekte-Tab-Dialog */
|*
\************************************************************************/
class SD_DLLPUBLIC SdPageObjsTLB : public SvTreeListBox class SD_DLLPUBLIC SdPageObjsTLB : public SvTreeListBox
{ {
private: private:
static sal_Bool SD_DLLPRIVATE bIsInDrag; // static, falls der Navigator im ExecuteDrag geloescht wird static sal_Bool SD_DLLPRIVATE bIsInDrag; ///< static, in the case the navigator is deleted in ExecuteDrag
public: public:
...@@ -129,11 +126,11 @@ protected: ...@@ -129,11 +126,11 @@ protected:
SfxMedium* mpOwnMedium; SfxMedium* mpOwnMedium;
Image maImgOle; Image maImgOle;
Image maImgGraphic; Image maImgGraphic;
sal_Bool mbLinkableSelected; sal_Bool mbLinkableSelected;
sal_Bool mbDragEnabled; sal_Bool mbDragEnabled;
String maDocName; String maDocName;
::sd::DrawDocShellRef mxBookmarkDocShRef; // Zum Laden von Bookmarks ::sd::DrawDocShellRef mxBookmarkDocShRef; ///< for the loading of bookmarks
::sd::DrawDocShell* mpDropDocSh; ::sd::DrawDocShell* mpDropDocSh;
SdNavigatorWin* mpDropNavWin; SdNavigatorWin* mpDropNavWin;
SfxViewFrame* mpFrame; SfxViewFrame* mpFrame;
...@@ -201,13 +198,9 @@ public: ...@@ -201,13 +198,9 @@ public:
sal_Bool SelectEntry( const String& rName ); sal_Bool SelectEntry( const String& rName );
String GetSelectEntry(); String GetSelectEntry();
/************************************************************************* /** return selected entries
|* nDepth == 0 -> pages
|* Selektierte Eintrage zurueckgeben nDepth == 1 -> objects */
|* nDepth == 0 -> Seiten
|* nDepth == 1 -> Objekte
|*
\************************************************************************/
std::vector<rtl::OUString> GetSelectEntryList (const sal_uInt16 nDepth) const; std::vector<rtl::OUString> GetSelectEntryList (const sal_uInt16 nDepth) const;
......
...@@ -133,7 +133,7 @@ ...@@ -133,7 +133,7 @@
#define STR_DRAW_GRAF_TOOLBOX RID_DRAW_GRAF_TOOLBOX #define STR_DRAW_GRAF_TOOLBOX RID_DRAW_GRAF_TOOLBOX
// IDs fuer Praesentationsfolien // IDs for presentation slides
#define STR_AUTOLAYOUT_NONE (RID_APP_START+210) #define STR_AUTOLAYOUT_NONE (RID_APP_START+210)
#define STR_AUTOLAYOUT_ONLY_TITLE (RID_APP_START+211) #define STR_AUTOLAYOUT_ONLY_TITLE (RID_APP_START+211)
#define STR_AUTOLAYOUT_ONLY_TEXT (RID_APP_START+212) #define STR_AUTOLAYOUT_ONLY_TEXT (RID_APP_START+212)
......
...@@ -28,11 +28,9 @@ class SfxObjectShell; ...@@ -28,11 +28,9 @@ class SfxObjectShell;
class SdrView; class SdrView;
/************************************************************************* /**
|* * Template-Tab-Dialog
|* Vorlagen-Tab-Dialog */
|*
\************************************************************************/
class SdTabTemplateDlg : public SfxStyleDialog class SdTabTemplateDlg : public SfxStyleDialog
{ {
private: private:
......
...@@ -37,11 +37,9 @@ namespace sd { ...@@ -37,11 +37,9 @@ namespace sd {
} }
class SdDrawDocument; class SdDrawDocument;
/************************************************************************* /**
|* * Effect-SingleTab-Dialog
|* Effekte-SingleTab-Dialog */
|*
\************************************************************************/
class SdActionDlg : public SfxNoLayoutSingleTabDialog class SdActionDlg : public SfxNoLayoutSingleTabDialog
{ {
private: private:
...@@ -53,12 +51,9 @@ public: ...@@ -53,12 +51,9 @@ public:
~SdActionDlg() {}; ~SdActionDlg() {};
}; };
/************************************************************************* /**
|* * Interaction-Tab-Page
|* Interaktions-Tab-Page */
|*
\************************************************************************/
class SdTPAction : public SfxTabPage class SdTPAction : public SfxTabPage
{ {
private: private:
......
...@@ -30,11 +30,9 @@ ...@@ -30,11 +30,9 @@
#include <sfx2/tabdlg.hxx> #include <sfx2/tabdlg.hxx>
#include <svx/optgrid.hxx> #include <svx/optgrid.hxx>
/************************************************************************* /**
|* * Option-Tab-Page: Snap
|* Optionen-Tab-Page: Snap */
|*
\************************************************************************/
class SdTpOptionsSnap : public SvxGridTabPage class SdTpOptionsSnap : public SvxGridTabPage
{ {
public: public:
...@@ -46,11 +44,10 @@ public: ...@@ -46,11 +44,10 @@ public:
virtual void Reset( const SfxItemSet & ); virtual void Reset( const SfxItemSet & );
}; };
/*************************************************************************
|* /**
|* Optionen-Tab-Page: Contents (Inhalte) * Option-Tab-Page: Contents
|* */
\************************************************************************/
class SdTpOptionsContents : public SfxTabPage class SdTpOptionsContents : public SfxTabPage
{ {
private: private:
...@@ -70,11 +67,9 @@ public: ...@@ -70,11 +67,9 @@ public:
virtual void Reset( const SfxItemSet & ); virtual void Reset( const SfxItemSet & );
}; };
/************************************************************************* /**
|* * Option-Tab-Page: View
|* Optionen-Tab-Page: View */
|*
\************************************************************************/
class SdModule; class SdModule;
class SdTpOptionsMisc : public SfxTabPage class SdTpOptionsMisc : public SfxTabPage
{ {
......
...@@ -32,7 +32,7 @@ class SdPresentationLayoutUndoAction : public SdUndoAction ...@@ -32,7 +32,7 @@ class SdPresentationLayoutUndoAction : public SdUndoAction
String aNewLayoutName; String aNewLayoutName;
AutoLayout eOldAutoLayout; AutoLayout eOldAutoLayout;
AutoLayout eNewAutoLayout; AutoLayout eNewAutoLayout;
sal_Bool bSetAutoLayout; // sal_True: AutoLayout aendern sal_Bool bSetAutoLayout; // sal_True: change AutoLayout
SdPage* pPage; SdPage* pPage;
String aComment; String aComment;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment