Searched refs:pUsed (Results 1 – 3 of 3) sorted by relevance
3076 sal_Bool* pUsed = new sal_Bool[nCount]; in DoAutoOutline() local3078 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()
1588 void ScColumn::FindUsed( SCROW nStartRow, SCROW nEndRow, sal_Bool* pUsed ) const in FindUsed()1595 pUsed[nRow-nStartRow] = sal_True; in FindUsed()
165 void FindUsed( SCROW nStartRow, SCROW nEndRow, sal_Bool* pUsed ) const;
Completed in 32 milliseconds