]> git.lyx.org Git - lyx.git/blobdiff - src/ParagraphParameters.h
remove noload/don't typeset
[lyx.git] / src / ParagraphParameters.h
index 86a89cccf0ba7c59a3471885e619934216eef0c4..a4b7ebbf8fdd03b716496984fc2db375bdcec66d 100644 (file)
@@ -3,18 +3,20 @@
 #ifndef PARAGRAPHPARAMETERS_H
 #define PARAGRAPHPARAMETERS_H
 
-#include "ShareContainer.h"
+#ifdef __GNUG__
+#pragma interface
+#endif
+
 #include "LString.h"
+#include "ShareContainer.h"
 #include "layout.h"
+
 #include "ParameterStruct.h"
 
 class VSpace;
 class Spacing;
 
 
-// Not yet... lyx 1.3.x or so
-//#define NO_PEXTRA_REALLY 1
-
 ///
 class ParagraphParameters {
 public:
@@ -25,8 +27,6 @@ public:
        ///
        bool sameLayout(ParagraphParameters const &) const;
        ///
-       void makeSame(ParagraphParameters const & pp);
-       ///
        VSpace const & spaceTop() const;
        ///
        void spaceTop(VSpace const &);
@@ -84,32 +84,10 @@ public:
        string const & labelWidthString() const;
        ///
        void labelWidthString(string const &);
-#ifndef NO_PEXTRA_REALLY
-       ///
-       int pextraType() const;
-       ///
-       void pextraType(int);
        ///
-       string const & pextraWidth() const;
+       LyXLength const & leftIndent() const;
        ///
-       void pextraWidth(string const &);
-       ///
-       string const & pextraWidthp() const;
-       ///
-       void pextraWidthp(string const &);
-       ///
-       int pextraAlignment() const;
-       ///
-       void pextraAlignment(int);
-       ///
-       bool pextraHfill() const;
-       ///
-       void pextraHfill(bool);
-       ///
-       bool pextraStartMinipage() const;
-       ///
-       void pextraStartMinipage(bool);
-#endif
+       void leftIndent(LyXLength const &);
 private:
        ///
        void set_from_struct(ParameterStruct const &);