Searched refs:GetNextSpellingCell (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/sc/source/core/data/ |
H A D | documen4.cxx | 336 sal_Bool ScDocument::GetNextSpellingCell(SCCOL& nCol, SCROW& nRow, SCTAB nTab, in GetNextSpellingCell() function in ScDocument 340 return pTab[nTab]->GetNextSpellingCell( nCol, nRow, bInSel, rMark ); in GetNextSpellingCell()
|
H A D | table4.cxx | 1950 sal_Bool ScTable::GetNextSpellingCell(SCCOL& rCol, SCROW& rRow, sal_Bool bInSel, in GetNextSpellingCell() function in ScTable 1976 bStop = aCol[rCol].GetNextSpellingCell(rRow, bInSel, rMark); in GetNextSpellingCell()
|
H A D | column2.cxx | 936 sal_Bool ScColumn::GetNextSpellingCell(SCROW& nRow, sal_Bool bInSel, const ScMarkData& rData) const in GetNextSpellingCell() function in ScColumn
|
/aoo4110/main/sc/source/ui/view/ |
H A D | spelleng.cxx | 180 bLoop = mrDoc.GetNextSpellingCell( nNewCol, nNewRow, mnStartTab, bSheetSel, rMark ); in FindNextConversionCell()
|
/aoo4110/main/sc/inc/ |
H A D | column.hxx | 387 sal_Bool GetNextSpellingCell(SCROW& nRow, sal_Bool bInSel, const ScMarkData& rData) const;
|
H A D | table.hxx | 868 sal_Bool GetNextSpellingCell(SCCOL& rCol, SCROW& rRow, sal_Bool bInSel,
|
H A D | document.hxx | 1546 sal_Bool GetNextSpellingCell(SCCOL& nCol, SCROW& nRow, SCTAB nTab,
|
Completed in 86 milliseconds