LibreOffice Module sw (master) 1
|
#include "layfrm.hxx"
#include <viewsh.hxx>
#include <doc.hxx>
#include <IDocumentTimerAccess.hxx>
#include <o3tl/typed_flags_set.hxx>
#include <set>
#include <vector>
Go to the source code of this file.
Classes | |
struct | o3tl::typed_flags< SwInvalidateFlags > |
class | SwRootFrame |
The root element of a Writer document layout. More... | |
class | DisableCallbackAction |
helper class to disable creation of an action by a callback event in particular, change event from a drawing object (SwDrawContact::Changed()) More... | |
Namespaces | |
namespace | sw |
Dialog to specify the properties of date form field. | |
namespace | o3tl |
Typedefs | |
using | SwCurrShells = std::set< CurrShell * > |
using | SwDestroyList = o3tl::sorted_vector< SwSectionFrame * > |
using | SwFlyDestroyList = o3tl::sorted_vector< SwFlyFrame * > |
Enumerations | |
enum class | sw::RedlineMode { sw::Shown , sw::Hidden } |
enum class | sw::FieldmarkMode { sw::ShowCommand = 1 , sw::ShowResult = 2 , sw::ShowBoth = 3 } |
enum class | sw::ParagraphBreakMode { sw::Shown , sw::Hidden } |
enum class | SwInvalidateFlags { Size = 0x01 , PrtArea = 0x02 , Pos = 0x04 , Table = 0x08 , Section = 0x10 , LineNum = 0x20 , Direction = 0x40 } |
enum class | SwRemoveResult { Next , Prev } |
using SwCurrShells = std::set<CurrShell*> |
Definition at line 75 of file rootfrm.hxx.
using SwDestroyList = o3tl::sorted_vector<SwSectionFrame*> |
Definition at line 78 of file rootfrm.hxx.
using SwFlyDestroyList = o3tl::sorted_vector<SwFlyFrame*> |
Definition at line 80 of file rootfrm.hxx.
|
strong |
Enumerator | |
---|---|
Size | |
PrtArea | |
Pos | |
Table | |
Section | |
LineNum | |
Direction |
Definition at line 53 of file rootfrm.hxx.
|
strong |
Enumerator | |
---|---|
Next | |
Prev |
Definition at line 69 of file rootfrm.hxx.