Home
last modified time | relevance | path

Searched refs:HasStringCells (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/inc/
H A Dcolumn.hxx259 sal_Bool HasStringCells( SCROW nStartRow, SCROW nEndRow ) const;
H A Dtable.hxx452 sal_Bool HasStringCells( SCCOL nStartCol, SCROW nStartRow,
H A Ddocument.hxx838 sal_Bool HasStringCells( const ScRange& rRange ) const;
/trunk/main/sc/source/core/data/
H A Dtable2.cxx1222 sal_Bool ScTable::HasStringCells( SCCOL nStartCol, SCROW nStartRow, in HasStringCells() function in ScTable
1227 if (aCol[nCol].HasStringCells(nStartRow, nEndRow)) in HasStringCells()
H A Ddocument.cxx2931 sal_Bool ScDocument::HasStringCells( const ScRange& rRange ) const in HasStringCells() function in ScDocument
2943 if ( pTab[nTab] && pTab[nTab]->HasStringCells( nStartCol, nStartRow, nEndCol, nEndRow ) ) in HasStringCells()
2959 return HasStringCells( ScRange( nCol, 0, nTab, nCol, MAXROW, nTab ) ); in HasSelectionData()
H A Dcolumn3.cxx1901 sal_Bool ScColumn::HasStringCells( SCROW nStartRow, SCROW nEndRow ) const in HasStringCells() function in ScColumn

Completed in 82 milliseconds