LibreOffice Module sw (master)
1
|
#include <cppuhelper/weakref.hxx>
#include <sfx2/Metadatable.hxx>
#include <vcl/keycod.hxx>
#include <memory>
#include <string_view>
#include <rtl/ustring.hxx>
#include <osl/diagnose.h>
#include <tools/ref.hxx>
#include <IMark.hxx>
#include <swrect.hxx>
#include "FormFieldButton.hxx"
Go to the source code of this file.
Classes | |
class | sw::mark::MarkBase |
class | sw::mark::NavigatorReminder |
class | sw::mark::UnoMark |
class | sw::mark::DdeBookmark |
class | sw::mark::Bookmark |
class | sw::mark::Fieldmark |
class | sw::mark::TextFieldmark |
class | sw::mark::NonTextFieldmark |
class | sw::mark::CheckboxFieldmark |
Fieldmark representing a checkbox form field. More... | |
class | sw::mark::FieldmarkWithDropDownButton |
Fieldmark with a drop down button (e.g. this button opens the date picker for a date field) More... | |
class | sw::mark::DropDownFieldmark |
Fieldmark representing a drop-down form field. More... | |
class | sw::mark::DateFieldmark |
Fieldmark representing a date form field. More... | |
Namespaces | |
com::sun::star::text | |
sw::mark | |
Functions | |
SwPosition | sw::mark::FindFieldSep (IFieldmark const &rMark) |
return position of the CH_TXT_ATR_FIELDSEP for rMark More... | |
bool | sw::mark::IsFieldmarkOverlap (SwPaM const &rPaM) |
check if rPaM is valid range of new fieldmark More... | |