Home
last modified time | relevance | path

Searched refs:GetLineNr (Results 1 – 15 of 15) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dwidorp.cxx208 sal_Bool bFirstLine = 1 == rLine.GetLineNr() && !rLine.GetPrev(); in IsBreakNow()
211 || ( rLine.GetLineNr() <= rLine.GetDropLines() ) ) in IsBreakNow()
370 if( rLine.GetLineNr() <= nOldOrphans && in FindBreak()
434 if( rLine.GetLineNr() >= nWidLines ) in FindWidows()
441 if( rLine.GetLineNr() > nWidLines && pFrame->IsJustWidow() ) in FindWidows()
532 MSHORT nLineCnt = rLine.GetLineNr(); in WouldFit()
542 while( nMinLines > rLine.GetLineNr() ) in WouldFit()
H A Ditradj.cxx817 const MSHORT nLineNumber = GetLineNr(); in CalcDropAdjust()
890 if( nLineNumber != GetLineNr() ) in CalcDropAdjust()
893 while( nLineNumber != GetLineNr() && Next() ) in CalcDropAdjust()
H A Dfrmcrsr.cxx623 if( aLine.GetDropLines() >= aLine.GetLineNr() && 1 != aLine.GetLineNr() in _GetCrsrOfst()
625 while( aLine.GetLineNr() > 1 ) in _GetCrsrOfst()
648 pFillData->bFirstLine = aLine.GetLineNr() < 2; in _GetCrsrOfst()
H A Dtxtfrm.cxx1453 bSplit = ( aLine.GetLineNr() >= aWidOrp.GetOrphansLines() && in PrepWidows()
1454 aLine.GetLineNr() >= aLine.GetDropLines() ); in PrepWidows()
2518 nRet = nRet + aLine.GetLineNr(); in GetLineCount()
2537 nNew = (sal_uLong)aLine.GetLineNr(); in ChgThisLines()
H A Dwidorp.hxx86 return ( rLine.GetLineNr() > nOrphLines ) && IsBreakNow( rLine ); in IsBreakNowWidAndOrp()
H A Dfrmform.cxx1085 ? ( rLine.GetLineNr() > 1 && in FormatAdjust()
1537 sal_Bool bBreak = ( !pPara->IsPrepMustFit() || rLine.GetLineNr() > 1 ) in _Format()
1555 ( !pPara->IsPrepMustFit() || rLine.GetLineNr() > 1 ); in _Format()
H A Ditrtxt.hxx73 inline MSHORT GetLineNr() const { return nLineNr; } in GetLineNr() function in SwTxtIter
H A Ditrpaint.cxx207 && GetDropLines() >= GetLineNr(); in DrawTextLine()
H A Dtxtftn.cxx918 if( !pFrm->IsInTab() && ( GetLineNr() > 1 || pFrm->GetPrev() || in NewFtnPortion()
/trunk/main/svtools/source/svhtml/
H A Dparhtml.cxx907 sal_uLong nLineNr = GetLineNr(); in _GetNextRawToken()
1139 sal_uLong nLineNr = GetLineNr(); in _GetNextToken()
1221 nCLineNr = GetLineNr(); in _GetNextToken()
1304 sal_uLong nCLineNr = GetLineNr(), nCLinePos = GetLinePos(); in _GetNextToken()
/trunk/main/svtools/inc/svtools/
H A Dsvparser.hxx126 inline sal_uLong GetLineNr() const { return nlLineNr; } in GetLineNr() function in SvParser
/trunk/main/sw/source/filter/html/
H A Dparcss1.hxx272 inline sal_uInt32 GetLineNr() const { return nlLineNr; } in GetLineNr() function in CSS1Parser
H A Dhtmlbas.cxx243 nScriptStartLineNr = GetLineNr() - 1; in AddScriptSource()
H A Dswhtml.cxx249 String sErr( String::CreateFromInt32((sal_Int32)xParser->GetLineNr())); in Read()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx157 String sErr( String::CreateFromInt32( xParser->GetLineNr() )); in Read()

Completed in 100 milliseconds