Searched refs:nBlank2 (Results 1 – 2 of 2) sorted by relevance
160 xub_StrLen nBlank2; // Number of blanks in the second line member in SwDoubleLinePortion180 { return ( nLineDiff < 0 ) ? nBlank2 : nBlank1; } in GetSpaceCnt()182 { return ( nLineDiff < 0 ) ? nBlank1 : nBlank2; } in GetSmallerSpaceCnt()184 inline xub_StrLen GetBlank2() const { return nBlank2; } in GetBlank2()
513 for( nBlank2 = 0; pPor; pPor = pPor->GetPortion() ) in CalcBlanks()516 nBlank2 = nBlank2 + ((SwTxtPortion*)pPor)->GetSpaceCnt( rInf, nNull ); in CalcBlanks()
Completed in 13 milliseconds