#include <com/sun/star/linguistic2/ProofreadingResult.hpp>
#include <com/sun/star/linguistic2/XProofreadingIterator.hpp>
#include <com/sun/star/linguistic2/XHyphenatedWord.hpp>
#include <com/sun/star/linguistic2/XLinguProperties.hpp>
#include <com/sun/star/text/XFlatParagraph.hpp>
#include <com/sun/star/i18n/ScriptType.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <o3tl/any.hxx>
#include <unoflatpara.hxx>
#include <strings.hrc>
#include <hintids.hxx>
#include <osl/diagnose.h>
#include <unotools/linguprops.hxx>
#include <linguistic/lngprops.hxx>
#include <editeng/langitem.hxx>
#include <editeng/SpellPortions.hxx>
#include <svl/languageoptions.hxx>
#include <editsh.hxx>
#include <doc.hxx>
#include <IDocumentUndoRedo.hxx>
#include <IDocumentRedlineAccess.hxx>
#include <rootfrm.hxx>
#include <pam.hxx>
#include <swundo.hxx>
#include <ndtxt.hxx>
#include <viewopt.hxx>
#include <SwGrammarMarkUp.hxx>
#include <mdiexp.hxx>
#include <cntfrm.hxx>
#include <splargs.hxx>
#include <redline.hxx>
#include <docary.hxx>
#include <docsh.hxx>
#include <txatbase.hxx>
#include <txtfrm.hxx>
#include <comphelper/propertyvalue.hxx>
Go to the source code of this file.
|
namespace | sw |
| Dialog to specify the properties of date form field.
|
|
◆ SpellContentPositions
◆ lcl_CollectDeletedRedlines()
Collect all deleted redlines of the current text node beginning at the start of the cursor position.
Definition at line 1258 of file edlingu.cxx.
References SwRangeRedline::CalcStartEnd(), SwPosition::GetContentIndex(), SwCursorShell::GetCursor(), SwViewShell::GetDoc(), SwDoc::getIDocumentRedlineAccess(), SwNode::GetIndex(), SwPosition::GetNode(), SwPaM::GetPointNode(), IDocumentRedlineAccess::GetRedlineFlags(), IDocumentRedlineAccess::GetRedlinePos(), IDocumentRedlineAccess::GetRedlineTable(), SwNode::GetTextNode(), SwRangeRedline::GetType(), IDocumentRedlineAccess::IsShowChanges(), size, and SwPaM::Start().
◆ lcl_CountRedlines()
◆ lcl_CutRedlines()
◆ lcl_FindNextDeletedRedline()
static SpellContentPosition lcl_FindNextDeletedRedline |
( |
const SpellContentPositions & |
rDeletedRedlines, |
|
|
sal_Int32 |
nSearchFrom |
|
) |
| |
|
static |
◆ lcl_GetLanguage()
◆ g_pConvIter
SwConvIter* g_pConvIter = nullptr |
|
static |
◆ g_pHyphIter
SwHyphIter* g_pHyphIter = nullptr |
|
static |
◆ g_pSpellIter
SwSpellIter* g_pSpellIter = nullptr |
|
static |