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 | |
sw | |
Dialog to specify the properties of date form field. | |
o3tl | |
Typedefs | |
using | SwCurrShells = std::set< CurrShell * > |
using | SwDestroyList = o3tl::sorted_vector< SwSectionFrame * > |
Enumerations | |
enum | sw::RedlineMode { sw::RedlineMode::Shown, sw::RedlineMode::Hidden } |
enum | sw::FieldmarkMode { sw::FieldmarkMode::ShowCommand = 1, sw::FieldmarkMode::ShowResult = 2, sw::FieldmarkMode::ShowBoth = 3 } |
enum | SwInvalidateFlags { SwInvalidateFlags::Size = 0x01, SwInvalidateFlags::PrtArea = 0x02, SwInvalidateFlags::Pos = 0x04, SwInvalidateFlags::Table = 0x08, SwInvalidateFlags::Section = 0x10, SwInvalidateFlags::LineNum = 0x20, SwInvalidateFlags::Direction = 0x40 } |
enum | SwRemoveResult { SwRemoveResult::Next, SwRemoveResult::Prev } |
using SwCurrShells = std::set<CurrShell*> |
Definition at line 74 of file rootfrm.hxx.
using SwDestroyList = o3tl::sorted_vector<SwSectionFrame*> |
Definition at line 77 of file rootfrm.hxx.
|
strong |
Enumerator | |
---|---|
Size | |
PrtArea | |
Pos | |
Table | |
Section | |
LineNum | |
Direction |
Definition at line 52 of file rootfrm.hxx.
|
strong |
Enumerator | |
---|---|
Next | |
Prev |
Definition at line 68 of file rootfrm.hxx.