Home
last modified time | relevance | path

Searched refs:bInSel (Results 1 – 8 of 8) sorted by path

/trunk/main/sc/inc/
H A Dcolumn.hxx387 sal_Bool GetNextSpellingCell(SCROW& nRow, sal_Bool bInSel, const ScMarkData& rData) const;
H A Ddocument.hxx1547 sal_Bool bInSel, const ScMarkData& rMark) const;
H A Dtable.hxx868 sal_Bool GetNextSpellingCell(SCCOL& rCol, SCROW& rRow, sal_Bool bInSel,
/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() argument
941 if (!bInSel && Search(nRow, nIndex)) in GetNextSpellingCell()
951 if (bInSel) in GetNextSpellingCell()
H A Ddocumen4.cxx337 sal_Bool bInSel, const ScMarkData& rMark) const in GetNextSpellingCell() argument
340 return pTab[nTab]->GetNextSpellingCell( nCol, nRow, bInSel, rMark ); in GetNextSpellingCell()
H A Dtable4.cxx1950 sal_Bool ScTable::GetNextSpellingCell(SCCOL& rCol, SCROW& rRow, sal_Bool bInSel, in GetNextSpellingCell() argument
1976 bStop = aCol[rCol].GetNextSpellingCell(rRow, bInSel, rMark); in GetNextSpellingCell()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx2242 …CCOL& nCol, const SCROW& nRow, const uno::Reference< frame::XModel >& xModel, bool bInSel = true ) in setCursor() argument
2247 if ( bInSel ) in setCursor()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx4165 sal_Bool bInSel = rSh.IsInSelect(); in MouseButtonUp() local
4171 if( !bInSel ) in MouseButtonUp()

Completed in 129 milliseconds