Home
last modified time | relevance | path

Searched refs:GetNextSpellingCell (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/sc/source/core/data/
H A Dcolumn2.cxx936 sal_Bool ScColumn::GetNextSpellingCell(SCROW& nRow, sal_Bool bInSel, const ScMarkData& rData) const in GetNextSpellingCell() function in ScColumn
H A Dtable4.cxx1950 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 Ddocumen4.cxx336 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()
/trunk/main/sc/source/ui/view/
H A Dspelleng.cxx180 bLoop = mrDoc.GetNextSpellingCell( nNewCol, nNewRow, mnStartTab, bSheetSel, rMark ); in FindNextConversionCell()
/trunk/main/sc/inc/
H A Dtable.hxx868 sal_Bool GetNextSpellingCell(SCCOL& rCol, SCROW& rRow, sal_Bool bInSel,
H A Ddocument.hxx1546 sal_Bool GetNextSpellingCell(SCCOL& nCol, SCROW& nRow, SCTAB nTab,
H A Dcolumn.hxx387 sal_Bool GetNextSpellingCell(SCROW& nRow, sal_Bool bInSel, const ScMarkData& rData) const;

Completed in 96 milliseconds