Lines Matching refs:nOfst
235 sal_uLong nOfst = STRING_LEN; in Write() local
240 nOfst = 0; in Write()
248 ++nOfst; in Write()
266 << static_cast<sal_uInt32>(nOfst); in Write()
276 if( nOfst == STRING_LEN ) in Write()
277 nOfst = 0; in Write()
283 ++nOfst; in Write()
396 sal_uLong nOfst = STRING_LEN; in CompareLayout() local
399 nOfst = 0; in CompareLayout()
407 ++nOfst; in CompareLayout()
423 nOfst != pImpl->GetBreakOfst( nIndex ) ) in CompareLayout()
432 if( nOfst == STRING_LEN ) in CompareLayout()
433 nOfst = 0; in CompareLayout()
439 ++nOfst; in CompareLayout()
835 xub_StrLen nOfst = STRING_LEN; in CheckInsert() local
840 nOfst = static_cast<xub_StrLen>(nRowCount + nMaxRowPerPage); in CheckInsert()
851 nOfst = pImpl->GetBreakOfst( nIndex++ ); in CheckInsert()
856 if( nOfst < STRING_LEN ) in CheckInsert()
862 nOfst<((SwTxtFrm*)rpFrm)->GetTxtNode()->GetTxt().Len() ) in CheckInsert()
864 else if( rpFrm->IsTabFrm() && nRowCount < nOfst && in CheckInsert()
869 bSplit = nOfst < nRows && nRowCount + nRepeat < nOfst; in CheckInsert()
913 while( pRow && nRowCount < nOfst ) in CheckInsert()
933 pNew->ManipOfst( nOfst ); in CheckInsert()