Home
last modified time | relevance | path

Searched refs:IsCellMarked (Results 1 – 14 of 14) sorted by relevance

/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx773 if (refScMarkData.IsCellMarked(miRemove->first.Col(),miRemove->first.Row(),sal_True) || in RemoveSelection()
774 refScMarkData.IsCellMarked(miRemove->first.Col(),miRemove->first.Row(),sal_False) ) in RemoveSelection()
1032 bResult = rMarkdata.IsCellMarked(static_cast<SCCOL>(nColumn), static_cast<SCROW>(nRow)); in isAccessibleSelected()
1297 …if (mpViewShell->GetViewData()->GetMarkData().IsCellMarked(static_cast<SCCOL>(nCol), static_cast<S… in deselectAccessibleChild()
H A DAccessibleCell.cxx379 bResult = rMarkdata.IsCellMarked(maCellAddress.Col(), maCellAddress.Row()); in IsSelected()
/trunk/main/sc/source/ui/view/
H A Dgridwin4.cxx1608 if ( rMark.IsCellMarked( nThisX, nThisY, sal_True ) == bRepeat ) in InvertSimple()
1633 if ( rMark.IsCellMarked( nX, nY, sal_True ) == bRepeat && in InvertSimple()
1795 if ( aMultiMark.IsCellMarked( nThisX, nThisY, sal_True ) == bRepeat ) in GetSelectionRects()
1820 if ( aMultiMark.IsCellMarked( nX, nY, sal_True ) == bRepeat && in GetSelectionRects()
H A Dselect.cxx648 return pViewData->GetMarkData().IsCellMarked( (SCCOL) nPosX, (SCROW) nPosY ); in IsSelectionAtPoint()
H A Dtabview2.cxx141 bBlockNeg = rMark.IsCellMarked( nCurX, nCurY ); in InitBlockMode()
H A Dgridwin.cxx3084 else if ( pViewData->GetMarkData().IsCellMarked(nCellX, nCellY) ) in SelectForContextMenu()
/trunk/main/sc/inc/
H A Dmarkdata.hxx90 sal_Bool IsCellMarked( SCCOL nCol, SCROW nRow, sal_Bool bNoSimple = sal_False ) const;
/trunk/main/sc/source/core/data/
H A Dmarkdata.cxx278 sal_Bool ScMarkData::IsCellMarked( SCCOL nCol, SCROW nRow, sal_Bool bNoSimple ) const in IsCellMarked() function in ScMarkData
H A Dtable6.cxx70 bDoSearch = rMark.IsCellMarked(nCol, nRow); in SearchCell()
H A Ddocumen8.cxx1507 sal_Bool bFound = rMultiMark.IsCellMarked( nCol, nRow ); in TransliterateText()
H A Dtable1.cxx952 if (bMarked && !rMark.IsCellMarked(nCol,nRow)) in ValidNextPos()
/trunk/main/sc/source/ui/navipi/
H A Dnavipi.cxx1056 bUnmark = !pViewData->GetMarkData().IsCellMarked( nColNo, nRowNo ); in SetCurrentCell()
/trunk/main/sc/source/filter/excel/
H A Dxelink.cxx1282 if( maUsedCells.IsCellMarked( nScCol, nScRow, sal_True ) ) in Save()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx9281 bFound = pMark->IsCellMarked( aPos.Col(), aPos.Row() ); in CheckPos_Impl()

Completed in 162 milliseconds