Searched refs:nLineEnd (Results 1 – 10 of 10) sorted by relevance
328 long nLineEnd = nInitScrPos - nLayoutSign; in Paint() local335 nLineEnd += nSizePix * nLayoutSign; in Paint()342 if ( nLineEnd * nLayoutSign > nTransEnd * nLayoutSign ) in Paint()343 nTransEnd = nLineEnd; in Paint()346 if ( nLineEnd * nLayoutSign > nPEnd * nLayoutSign ) in Paint()348 nLineEnd = nPEnd; in Paint()365 if ( nLineEnd * nLayoutSign >= nInitScrPos * nLayoutSign ) in Paint()384 if ( nLineEnd * nLayoutSign < nPEnd * nLayoutSign ) in Paint()394 if ( nLineEnd * nLayoutSign >= nPStart * nLayoutSign ) in Paint()424 DrawLine( Point( 0, nPStart ), Point( 0, nLineEnd ) ); 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()
4009 nLineEnd = pPap->nEndPos;// nLineEnd zeigt *hinter* das <CR> in AdjustEnds()4014 if (pChp->nEndPos == nLineEnd) in AdjustEnds()4019 if( pSep->nEndPos == nLineEnd ) in AdjustEnds()4026 if( (rDesc.nEndPos == nLineEnd) && (rDesc.nEndPos > rDesc.nStartPos) ) in AdjustEnds()4104 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()
3515 xub_StrLen nLineEnd = GetCrsr()->GetPoint()->nContent.GetIndex(); in GetSmartTagTerm() local3540 …xub_StrLen nWordEnd = (nBegin + nLen - nLeft - nRight) > nLineEnd ? nLineEnd - 1: (nBegin + nLen -… in GetSmartTagTerm()
4455 nLineEnd = pPap->nEndPos;// nLineEnd zeigt *hinter* das <CR> in AdjustEnds()4460 if (pChp->nEndPos == nLineEnd) in AdjustEnds()4465 if( pSep->nEndPos == nLineEnd ) in AdjustEnds()4472 if( (rDesc.nEndPos == nLineEnd) && (rDesc.nEndPos > rDesc.nStartPos) ) in AdjustEnds()4556 nLineEnd = WW8_CP_MAX; in WW8PLCFMan()
837 WW8_CP nLineEnd; // zeigt *hinter* das <CR> member in WW8PLCFMan
Completed in 156 milliseconds