Searched refs:TestInsertCol (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/sc/inc/ |
H A D | olinetab.hxx | 143 sal_Bool TestInsertCol( SCSIZE nSize );
|
H A D | attarray.hxx | 178 sal_Bool TestInsertCol( SCROW nStartRow, SCROW nEndRow) const;
|
H A D | column.hxx | 183 sal_Bool TestInsertCol( SCROW nStartRow, SCROW nEndRow) const;
|
H A D | table.hxx | 366 sal_Bool TestInsertCol( SCROW nStartRow, SCROW nEndRow, SCSIZE nSize );
|
/aoo42x/main/sc/source/core/data/ |
H A D | olinetab.cxx | 690 sal_Bool ScOutlineTable::TestInsertCol( SCSIZE nSize ) in TestInsertCol() function in ScOutlineTable
|
H A D | table2.cxx | 232 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 D | column.cxx | 1066 sal_Bool ScColumn::TestInsertCol( SCROW nStartRow, SCROW nEndRow) const in TestInsertCol() function in ScColumn 1079 bTest = pAttrArray->TestInsertCol(nStartRow, nEndRow); in TestInsertCol()
|
H A D | document.cxx | 1026 bTest &= pTab[i]->TestInsertCol( nStartRow, nEndRow, nSize ); in CanInsertCol() 1053 bTest &= pTab[i]->TestInsertCol( nStartRow, nEndRow, nSize ); in InsertCol()
|
H A D | attarray.cxx | 2077 sal_Bool ScAttrArray::TestInsertCol( SCROW nStartRow, SCROW nEndRow) const in TestInsertCol() function in ScAttrArray
|
Completed in 98 milliseconds