Searched refs:nLineEnd (Results 1 – 10 of 10) sorted by relevance
285 long nLineEnd = nInitScrPos - nLayoutSign; in Paint() local292 nLineEnd += nSizePix * nLayoutSign; in Paint()296 long nLineStart = nLineEnd - ( nSizePix - 1 ) * nLayoutSign; in Paint()299 if ( nLineEnd * nLayoutSign > nTransEnd * nLayoutSign ) in Paint()300 nTransEnd = nLineEnd; in Paint()303 if ( nLineEnd * nLayoutSign > nPEnd * nLayoutSign ) in Paint()305 nLineEnd = nPEnd; in Paint()322 if ( nLineEnd * nLayoutSign >= nInitScrPos * nLayoutSign ) in Paint()326 aFillRect = Rectangle( 0, nInitScrPos, nBarSize-1, nLineEnd ); in Paint()328 aFillRect = Rectangle( nInitScrPos, 0, nLineEnd, nBarSize-1 ); in Paint()[all …]
1434 ::sal_Int32 nLineEnd = 0; in retrieveParagraphLineBoundary()1440 nLineStart = nLineEnd; in retrieveParagraphLineBoundary()1441 nLineEnd += nLineLength; in retrieveParagraphLineBoundary()1442 … nIndex >= nLineStart && ( ( nLine == nLineCount - 1 ) ? nIndex <= nLineEnd : nIndex < nLineEnd ) ) in retrieveParagraphLineBoundary()1445 aBoundary.endPos = nLineEnd; in retrieveParagraphLineBoundary()1476 ::sal_Int32 nLineEnd = 0; in retrieveParagraphBoundaryOfLine()1481 nLineStart = nLineEnd; in retrieveParagraphBoundaryOfLine()1482 nLineEnd += nLineLength; in retrieveParagraphBoundaryOfLine()1486 aBoundary.endPos = nLineEnd; in retrieveParagraphBoundaryOfLine()
1060 xub_StrLen nLineEnd = GetCrsr()->GetPoint()->nContent.GetIndex(); in GetCorrection() local1085 …xub_StrLen nWordEnd = (nBegin + nLen - nLeft - nRight) > nLineEnd ? nLineEnd - 1: (nBegin + nLen -… in GetCorrection()1200 xub_StrLen nLineEnd = GetCrsr()->GetPoint()->nContent.GetIndex(); in GetGrammarCorrection() local1229 …xub_StrLen nWordEnd = (nBegin + nLen - nLeft - nRight) > nLineEnd ? nLineEnd - 1: (nBegin + nLen -… in GetGrammarCorrection()
914 sal_Int32 nLineEnd (0); in AddWord() local918 nLineEnd = rCurrentLine.endPos; in AddWord()
4008 nLineEnd = pPap->nEndPos;// nLineEnd zeigt *hinter* das <CR> in AdjustEnds()4013 if (pChp->nEndPos == nLineEnd) in AdjustEnds()4018 if( pSep->nEndPos == nLineEnd ) in AdjustEnds()4025 if( (rDesc.nEndPos == nLineEnd) && (rDesc.nEndPos > rDesc.nStartPos) ) in AdjustEnds()4103 nLineEnd = LONG_MAX; in WW8PLCFMan()
666 long nLineEnd; // zeigt *hinter* das <CR> member in WW8PLCFMan
340 sal_uInt16 nLineEnd = 0; in lcl_hasWordBreak() local341 pTextForwarder->GetLineBoundaries( nLineStart, nLineEnd, nPara, nLine ); in lcl_hasWordBreak()
3523 xub_StrLen nLineEnd = GetCrsr()->GetPoint()->nContent.GetIndex(); in GetSmartTagTerm() local3548 …xub_StrLen nWordEnd = (nBegin + nLen - nLeft - nRight) > nLineEnd ? nLineEnd - 1: (nBegin + nLen -… in GetSmartTagTerm()
4454 nLineEnd = pPap->nEndPos;// nLineEnd zeigt *hinter* das <CR> in AdjustEnds()4459 if (pChp->nEndPos == nLineEnd) in AdjustEnds()4464 if( pSep->nEndPos == nLineEnd ) in AdjustEnds()4471 if( (rDesc.nEndPos == nLineEnd) && (rDesc.nEndPos > rDesc.nStartPos) ) in AdjustEnds()4555 nLineEnd = WW8_CP_MAX; in WW8PLCFMan()
836 WW8_CP nLineEnd; // zeigt *hinter* das <CR> member in WW8PLCFMan