Home
last modified time | relevance | path

Searched refs:nLineEnd (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dhdrcont.cxx328 long nLineEnd = nInitScrPos - nLayoutSign; in Paint() local
335 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 …]
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx1434 ::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()
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx1060 xub_StrLen nLineEnd = GetCrsr()->GetPoint()->nContent.GetIndex(); in GetCorrection() local
1085 …xub_StrLen nWordEnd = (nBegin + nLen - nLeft - nRight) > nLineEnd ? nLineEnd - 1: (nBegin + nLen -… in GetCorrection()
1200 xub_StrLen nLineEnd = GetCrsr()->GetPoint()->nContent.GetIndex(); in GetGrammarCorrection() local
1229 …xub_StrLen nWordEnd = (nBegin + nLen - nLeft - nRight) > nLineEnd ? nLineEnd - 1: (nBegin + nLen -… in GetGrammarCorrection()
/trunk/main/sdext/source/presenter/
H A DPresenterTextView.cxx914 sal_Int32 nLineEnd (0); in AddWord() local
918 nLineEnd = rCurrentLine.endPos; in AddWord()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx4009 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()
H A Dww8scan.hxx666 long nLineEnd; // zeigt *hinter* das <CR> member in WW8PLCFMan
/trunk/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx340 sal_uInt16 nLineEnd = 0; in lcl_hasWordBreak() local
341 pTextForwarder->GetLineBoundaries( nLineStart, nLineEnd, nPara, nLine ); in lcl_hasWordBreak()
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx3523 xub_StrLen nLineEnd = GetCrsr()->GetPoint()->nContent.GetIndex(); in GetSmartTagTerm() local
3548 …xub_StrLen nWordEnd = (nBegin + nLen - nLeft - nRight) > nLineEnd ? nLineEnd - 1: (nBegin + nLen -… in GetSmartTagTerm()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx4455 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()
H A Dww8scan.hxx837 WW8_CP nLineEnd; // zeigt *hinter* das <CR> member in WW8PLCFMan

Completed in 137 milliseconds