Home
last modified time | relevance | path

Searched refs:nWidLines (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sw/source/core/text/
H A Dwidorp.cxx255 : SwTxtFrmBreak( pNewFrm, nRst ), nWidLines( 0 ), nOrphLines( 0 ) in WidowsAndOrphans()
272 nWidLines = pFrm->GetTxtNode()->GetSwAttrSet().GetWidows().GetValue(); in WidowsAndOrphans()
281 nWidLines = rSet.GetWidows().GetValue(); in WidowsAndOrphans()
285 if ( bKeep || nWidLines || nOrphLines ) in WidowsAndOrphans()
321 nWidLines = 0; in WidowsAndOrphans()
400 if( !nWidLines || !pFrame->IsFollow() ) in FindWidows()
434 if( rLine.GetLineNr() >= nWidLines ) in FindWidows()
441 if( rLine.GetLineNr() > nWidLines && pFrame->IsJustWidow() ) in FindWidows()
555 if( !nWidLines && !pFrm->IsFollow() ) in WouldFit()
563 nWidLines = rSet.GetWidows().GetValue(); in WouldFit()
H A Dwidorp.hxx68 MSHORT nWidLines, nOrphLines; member in WidowsAndOrphans
75 { return nWidLines; } in GetWidowsLines()

Completed in 20 milliseconds