Home
last modified time | relevance | path

Searched refs:pStartIdx (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/inc/
H A Dsplargs.hxx48 SwIndex *pStartIdx; member
55 : pStartNode( pStart ), pStartIdx( &rStart ), in SwArgsBase()
61 pStartNode = pStart; pStartIdx = &rStart ; in SetStart()
/trunk/main/sw/source/ui/lingu/
H A Dhhcwrp.cxx652 long nPos = pConvArgs->pStartIdx->GetIndex(); in Convert()
666 *pConvArgs->pStartIdx = nStartIdx; in Convert()
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx882 nBegin = pArgs->pStartIdx->GetIndex(); in Spell()
975 pArgs->pStartIdx->Assign(this, aScanner.GetEnd() - nRight ); in Spell()
1041 nTextBegin = rArgs.pStartIdx->GetIndex(); in Convert()
1139 rArgs.pStartIdx->Assign(this, nBegin + nLen ); in Convert()
/trunk/main/sw/source/core/doc/
H A Ddocedt.cxx1952 … nBeginGrammarCheck = pSpellArgs->pStartNode == pNd ? pSpellArgs->pStartIdx->GetIndex() : 0; in Spell()
1980 … nSpellErrorPosition = pSpellArgs->pStartIdx->GetIndex() > pSpellArgs->pEndIdx->GetIndex() ? in Spell()
1982 pSpellArgs->pStartIdx->GetIndex(); in Spell()
2032 …pSpellArgs->pStartIdx->Assign(((SwTxtNode*)pNd), (xub_StrLen)ModelToViewHelper::ConvertToModelPosi… in Spell()

Completed in 49 milliseconds