Home
last modified time | relevance | path

Searched refs:nOldCnt (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Ddocfmt.cxx1221 sal_uInt16 nOldCnt = rChgTabStop.Count(); in lcl_SetNewDefTabStops() local
1222 if( !nOldCnt || nOldWidth == nNewWidth ) in lcl_SetNewDefTabStops()
1227 + (nOldCnt-1); in lcl_SetNewDefTabStops()
1230 for( n = nOldCnt; n ; --n, --pTabs ) in lcl_SetNewDefTabStops()
1234 if( n < nOldCnt ) // die DefTabStops loeschen in lcl_SetNewDefTabStops()
1235 rChgTabStop.Remove( n, nOldCnt - n ); in lcl_SetNewDefTabStops()
/trunk/main/sw/source/core/layout/
H A Dfrmtool.cxx1191 sal_uInt16 nOldCnt = USHRT_MAX; in AppendAllObjs() local
1193 while ( aCpy.Count() && aCpy.Count() != nOldCnt ) in AppendAllObjs()
1195 nOldCnt = aCpy.Count(); in AppendAllObjs()
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx1637 sal_uInt16 nOldCnt = rBoxes.Count(); in lcl_SearchSelBox() local
1639 if( bColumn && nRowSpan != 1 && nOldCnt < rBoxes.Count() ) in lcl_SearchSelBox()
/trunk/main/sw/source/core/edit/
H A Dautofmt.cxx2289 sal_uLong nOldCnt = pDoc->GetNodes().Count(); in SwAutoFormat() local
2292 if( nOldCnt != pDoc->GetNodes().Count() ) in SwAutoFormat()

Completed in 60 milliseconds