Home
last modified time | relevance | path

Searched refs:nFirstNew (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/sc/source/core/data/
H A Ddocumen4.cxx1106 SCCOL nFirstNew = static_cast<SCCOL>(nThisCol); in CompareDocument() local
1107 while ( nFirstNew > 0 && pOtherCols[nFirstNew-1] > MAXCOL ) in CompareDocument()
1108 --nFirstNew; in CompareDocument()
1109 SCCOL nDiff = nThisCol - nFirstNew; in CompareDocument()
1145 SCROW nFirstNew = nThisRow; in CompareDocument() local
1146 while ( nFirstNew > 0 && pOtherRows[nFirstNew-1] > MAXROW ) in CompareDocument()
1147 --nFirstNew; in CompareDocument()
1148 SCROW nDiff = nThisRow - nFirstNew; in CompareDocument()
/aoo41x/main/sw/source/core/unocore/
H A Dunochart.cxx2792 sal_Int32 nFirstNew, sal_Int32 nCount ) in ExtendTo() argument
2805 if (nCount < 1 || nFirstNew < 0 || pTable->IsTblComplex()) in ExtendTo()
2827 if (bExtendCol && aDesc.nBottom + 1 == nFirstNew) in ExtendTo()
2836 else if (bExtendCol && aDesc.nTop - nCount == nFirstNew) in ExtendTo()
2845 else if (!bExtendCol && aDesc.nRight + 1 == nFirstNew) in ExtendTo()
2854 else if (!bExtendCol && aDesc.nLeft - nCount == nFirstNew) in ExtendTo()
/aoo41x/main/sw/inc/
H A Dunochart.hxx355 bool ExtendTo( bool bExtendCol, sal_Int32 nFirstNew, sal_Int32 nCount );

Completed in 59 milliseconds