Lines Matching refs:maActiveCell

76 …c_cast<SCCOL>(pRange->aStart.Col() + nCurCol), pRange->aStart.Row() + nCurRow, maActiveCell.Tab());  in CalcScAddressFromRangeList()
89 if ((maActiveCell.Tab() >= pRange->aStart.Tab()) || in CalcScAddressFromRangeList()
90 maActiveCell.Tab() <= pRange->aEnd.Tab()) in CalcScAddressFromRangeList()
99 else if(pRange->aStart.Tab() == maActiveCell.Tab()) in CalcScAddressFromRangeList()
133 …(static_cast<SCCOL>(pariCol.first + nSelectedChildIndex - nCurrentIndex), row, maActiveCell.Tab()); in CalcScAddressFromRangeList()
140 return ScMyAddress(0,0,maActiveCell.Tab()); in CalcScAddressFromRangeList()
313 maActiveCell = rViewData.GetCurPos(); in ConstructScAccessibleSpreadsheet()
314 mbHasSelection = rMarkData.GetTableSelect(maActiveCell.Tab()) && in ConstructScAccessibleSpreadsheet()
316 mpAccCell = GetAccessibleCellAt(maActiveCell.Row(), maActiveCell.Col()); in ConstructScAccessibleSpreadsheet()
322 pScDoc->GetName( maActiveCell.Tab(), m_strOldTabName ); in ConstructScAccessibleSpreadsheet()
404 if(mpAccCell->GetCellAddress() == maActiveCell) in GotFocus()
410 CommitFocusCell(maActiveCell); in GotFocus()
473 if(aNewCell.Tab() != maActiveCell.Tab()) in Notify()
483 …sal_Bool bNewPosCell = (aNewCell != maActiveCell) || mpViewShell->GetForceFocusOnCurCell(); // i12… in Notify()
485 if ( bNewPosCell && IsFocused() && aNewCell.Tab() == maActiveCell.Tab() ) in Notify()
564 maActiveCell = aNewCell; in Notify()
618 if (bNewPosCellFocus && maActiveCell != aNewCell) in Notify()
633 if( maActiveCell == aNewCell) in Notify()
648 pScDoc->GetName( maActiveCell.Tab(), tabName ); in Notify()
807 maActiveCell = aNewCell; in CommitFocusCell()
811 … pScDoc->GetString(maActiveCell.Col(),maActiveCell.Row(),maActiveCell.Tab(), m_strCurCellValue); in CommitFocusCell()
982 if ((aCellAddress == maActiveCell) && mpAccCell) in GetAccessibleCellAt()
1572 aEvent.NewValue <<= getAccessibleCellAt(maActiveCell.Row(), maActiveCell.Col()); in FireFirstCellFocus()
1759 if( m_mapSelectionSend.find( maActiveCell ) != m_mapSelectionSend.end() ) in GetActiveCell()
1760 return m_mapSelectionSend[maActiveCell]; in GetActiveCell()
1762 return getAccessibleCellAt(maActiveCell.Row(), maActiveCell .Col()); in GetActiveCell()