Searched refs:bInSel (Results 1 – 8 of 8) sorted by relevance
/trunk/main/sc/source/core/data/ |
H A D | column2.cxx | 936 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 D | documen4.cxx | 337 sal_Bool bInSel, const ScMarkData& rMark) const in GetNextSpellingCell() argument 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() argument 1976 bStop = aCol[rCol].GetNextSpellingCell(rRow, bInSel, rMark); in GetNextSpellingCell()
|
/trunk/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 | 1547 sal_Bool bInSel, const ScMarkData& rMark) const;
|
/trunk/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 4163 sal_Bool bInSel = rSh.IsInSelect(); in MouseButtonUp() local 4169 if( !bInSel ) in MouseButtonUp()
|
/trunk/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 2242 …CCOL& nCol, const SCROW& nRow, const uno::Reference< frame::XModel >& xModel, bool bInSel = true ) in setCursor() argument 2247 if ( bInSel ) in setCursor()
|
Completed in 112 milliseconds