Home
last modified time | relevance | path

Searched refs:maActiveCell (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx313 maActiveCell = rViewData.GetCurPos(); in ConstructScAccessibleSpreadsheet()
316 mpAccCell = GetAccessibleCellAt(maActiveCell.Row(), maActiveCell.Col()); in ConstructScAccessibleSpreadsheet()
410 CommitFocusCell(maActiveCell); in GotFocus()
473 if(aNewCell.Tab() != maActiveCell.Tab()) in Notify()
564 maActiveCell = aNewCell; in Notify()
633 if( maActiveCell == aNewCell) in Notify()
807 maActiveCell = aNewCell; in CommitFocusCell()
811 … pScDoc->GetString(maActiveCell.Col(),maActiveCell.Row(),maActiveCell.Tab(), m_strCurCellValue); in CommitFocusCell()
1572 aEvent.NewValue <<= getAccessibleCellAt(maActiveCell.Row(), maActiveCell.Col()); in FireFirstCellFocus()
1760 return m_mapSelectionSend[maActiveCell]; in GetActiveCell()
[all …]
/trunk/main/oox/source/xls/
H A Dviewsettings.cxx270 …rSelData.maActiveCell = getAddressConverter().createValidCellAddress( rAttribs.getString( XML_acti… in importSelection()
343 …rPaneSel.maActiveCell = getAddressConverter().createValidCellAddress( aActiveCell, getSheetIndex()… in importSelection()
461 …rPaneSel.maActiveCell = getAddressConverter().createValidCellAddress( aActiveCell, getSheetIndex()… in importSelection()
500 CellAddress aCursor = pPaneSel ? pPaneSel->maActiveCell : aFirstPos; in finalizeImport()
/trunk/main/oox/inc/oox/xls/
H A Dviewsettings.hxx41 ::com::sun::star::table::CellAddress maActiveCell; /// Position of active cell (cursor).
/trunk/main/sc/source/ui/inc/
H A DAccessibleSpreadsheet.hxx270 ScAddress maActiveCell; member in ScAccessibleSpreadsheet

Completed in 35 milliseconds