LibreOffice Module sw (master)
1
|
#include <swdllapi.h>
#include <fesh.hxx>
#include <swurl.hxx>
#include <IMark.hxx>
#include "navmgr.hxx"
#include <optional>
#include <com/sun/star/embed/EmbedVerbs.hpp>
#include <o3tl/typed_flags_set.hxx>
#include <svx/swframetypes.hxx>
#include <vcl/weld.hxx>
#include <doc.hxx>
#include <docsh.hxx>
#include <viewopt.hxx>
Go to the source code of this file.
Classes | |
struct | o3tl::typed_flags< SelectionType > |
class | SwWrtShell |
Used by the UI to modify the document model. More... | |
struct | SwWrtShell::ModeStack |
struct | SwWrtShell::CursorStack |
class | MakeAllOutlineContentTemporarilyVisible |
Namespaces | |
vcl | |
i18nutil | |
o3tl | |
Enumerations | |
enum | SelectionType : sal_Int32 { SelectionType::NONE = 0x000000, SelectionType::Text = CNT_TXT, SelectionType::Graphic = CNT_GRF, SelectionType::Ole = CNT_OLE, SelectionType::Frame = 0x000020, SelectionType::NumberList = 0x000040, SelectionType::Table = 0x000080, SelectionType::TableCell = 0x000100, SelectionType::DrawObject = 0x000200, SelectionType::DrawObjectEditMode = 0x000400, SelectionType::Ornament = 0x000800, SelectionType::DbForm = 0x001000, SelectionType::FormControl = 0x002000, SelectionType::Media = 0x004000, SelectionType::ExtrudedCustomShape = 0x008000, SelectionType::FontWork = 0x010000, SelectionType::PostIt = 0x020000, SelectionType::TableRow = 0x040000, SelectionType::TableCol = 0x080000, SelectionType::All = 0x0ffff3 } |
|
strong |