Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/core/data/
H A Dtable2.cxx3076 sal_Bool* pUsed = new sal_Bool[nCount]; in DoAutoOutline() local
3078 pUsed[i] = sal_False; in DoAutoOutline()
3081 aCol[nCol].FindUsed( nStartRow, nEndRow, pUsed ); in DoAutoOutline()
3085 if (pUsed[nRow-nStartRow]) in DoAutoOutline()
3111 delete[] pUsed; in DoAutoOutline()
H A Dcolumn2.cxx1588 void ScColumn::FindUsed( SCROW nStartRow, SCROW nEndRow, sal_Bool* pUsed ) const in FindUsed()
1595 pUsed[nRow-nStartRow] = sal_True; in FindUsed()
/aoo4110/main/sc/inc/
H A Dcolumn.hxx165 void FindUsed( SCROW nStartRow, SCROW nEndRow, sal_Bool* pUsed ) const;

Completed in 36 milliseconds