LibreOffice Module sw (master)
1
|
Go to the source code of this file.
Classes | |
struct | SwFindParas |
struct | o3tl::typed_flags< SwCursorSelOverFlags > |
class | SwCursor |
class | SwCursorSaveState |
A helper class to save cursor state (position). More... | |
struct | SwCursor_SavePos |
class | SwTableCursor |
Namespaces | |
i18nutil | |
o3tl | |
Enumerations | |
enum | SwCursorSelOverFlags : sal_uInt16 { SwCursorSelOverFlags::NONE = 0x00, SwCursorSelOverFlags::CheckNodeSection = 0x01, SwCursorSelOverFlags::Toggle = 0x02, SwCursorSelOverFlags::EnableRevDirection = 0x04, SwCursorSelOverFlags::ChangePos = 0x08 } |
Variables | |
const int | FIND_NOT_FOUND = 0 |
const int | FIND_FOUND = 1 |
const int | FIND_NO_RING = 2 |
const sal_uInt16 | CRSR_SKIP_CHARS = 0 |
const sal_uInt16 | CRSR_SKIP_CELLS = 1 |
const sal_uInt16 | CRSR_SKIP_HIDDEN = 2 |
|
strong |
Enumerator | |
---|---|
NONE | |
CheckNodeSection | |
Toggle | |
EnableRevDirection | |
ChangePos |
Definition at line 49 of file swcrsr.hxx.
const sal_uInt16 CRSR_SKIP_CELLS = 1 |
Definition at line 66 of file swcrsr.hxx.
Referenced by SwWrtShell::DelRight(), SwTextShell::ExecBasicMove(), GoInContentCells(), GoInContentCellsSkipHidden(), SwContentNode::GoNext(), SwContentNode::GoPrevious(), SwWrtShell::InsertPostIt(), SwView::InsertThesaurusSynonym(), SwCursor::LeftRight(), and SwWrtShell::SelNearestWrd().
const sal_uInt16 CRSR_SKIP_CHARS = 0 |
Definition at line 65 of file swcrsr.hxx.
Referenced by SwInsFootNoteDlg::Apply(), SwWrtShell::BwdSentence_(), SwWrtShell::ClickToField(), SwInsertDBColAutoPilot::DataToDoc(), SwWrtShell::DelLeft(), SwWrtShell::DelRight(), SwWrtShell::DelToEndOfSentence(), SwEnhancedPDFExportHelper::EnhancedPDFExport(), SwFieldEditDlg::EnsureSelection(), SwBaseShell::ExecDelete(), SwTextShell::Execute(), SwSpellPopup::Execute(), SwWrtShell::ExtSelLn(), SwWrtShell::FwdSentence_(), SwEditShell::GetScriptType(), GoInContent(), GoInContentSkipHidden(), SwXTextViewCursor::goLeft(), SwXTextViewCursor::goRight(), SwContentTree::GotoContent(), SwViewShell::ImplApplyViewOptions(), SwInsFootNoteDlg::Init(), SwModule::InsertEnv(), SwFieldMgr::InsertField(), SwWrtShell::InsertFootnote(), SwWrtShell::InsertPostIt(), SwWrtShell::IntelligentCut(), SwEditWin::KeyInput(), SwCursor::Left(), SwEditWin::MouseButtonDown(), SwWrtShell::NxtWrd_(), SwWrtShell::NxtWrdForDelete(), SwView::PageUpCursor(), SwWrtShell::PrvWrd_(), SwWrtShell::PrvWrdForDelete(), SwCursor::Right(), SwHHCWrapper::SelectNewUnit_impl(), SwDoc::SelectNextRubyChars(), SwEditShell::SetExtTextInputData(), and SwTOXMgr::UpdateTOXMark().
const sal_uInt16 CRSR_SKIP_HIDDEN = 2 |
Definition at line 67 of file swcrsr.hxx.
Referenced by GoInContentCellsSkipHidden(), GoInContentSkipHidden(), SwContentNode::GoNext(), and SwContentNode::GoPrevious().
const int FIND_FOUND = 1 |
Definition at line 36 of file swcrsr.hxx.
const int FIND_NO_RING = 2 |
Definition at line 37 of file swcrsr.hxx.
Referenced by lcl_FindSelection().
const int FIND_NOT_FOUND = 0 |
Definition at line 35 of file swcrsr.hxx.