Home
last modified time | relevance | path

Searched refs:TestInsertCol (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sc/inc/
H A Dolinetab.hxx143 sal_Bool TestInsertCol( SCSIZE nSize );
H A Dattarray.hxx178 sal_Bool TestInsertCol( SCROW nStartRow, SCROW nEndRow) const;
H A Dcolumn.hxx183 sal_Bool TestInsertCol( SCROW nStartRow, SCROW nEndRow) const;
H A Dtable.hxx366 sal_Bool TestInsertCol( SCROW nStartRow, SCROW nEndRow, SCSIZE nSize );
/trunk/main/sc/source/core/data/
H A Dolinetab.cxx690 sal_Bool ScOutlineTable::TestInsertCol( SCSIZE nSize ) in TestInsertCol() function in ScOutlineTable
H A Dtable2.cxx232 sal_Bool ScTable::TestInsertCol( SCROW nStartRow, SCROW nEndRow, SCSIZE nSize ) in TestInsertCol() function in ScTable
237 bTest = pOutlineTable->TestInsertCol(nSize); in TestInsertCol()
243 bTest = aCol[i].TestInsertCol(nStartRow, nEndRow); in TestInsertCol()
H A Dcolumn.cxx1066 sal_Bool ScColumn::TestInsertCol( SCROW nStartRow, SCROW nEndRow) const in TestInsertCol() function in ScColumn
1079 bTest = pAttrArray->TestInsertCol(nStartRow, nEndRow); in TestInsertCol()
H A Ddocument.cxx1026 bTest &= pTab[i]->TestInsertCol( nStartRow, nEndRow, nSize ); in CanInsertCol()
1053 bTest &= pTab[i]->TestInsertCol( nStartRow, nEndRow, nSize ); in InsertCol()
H A Dattarray.cxx2077 sal_Bool ScAttrArray::TestInsertCol( SCROW nStartRow, SCROW nEndRow) const in TestInsertCol() function in ScAttrArray

Completed in 89 milliseconds