Home
last modified time | relevance | path

Searched refs:maCursor (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dselectionstate.cxx36 maCursor.SetTab( rViewData.GetTabNo() ); in ScSelectionState()
42 maCursor.SetCol( rViewData.GetEditViewCol() ); in ScSelectionState()
43 maCursor.SetRow( rViewData.GetEditViewRow() ); in ScSelectionState()
48 maCursor.SetCol( rViewData.GetCurX() ); in ScSelectionState()
49 maCursor.SetRow( rViewData.GetCurY() ); in ScSelectionState()
H A Dscextopt.cxx45 maCursor( ScAddress::INITIALIZE_INVALID ), in ScExtTabSettings()
H A Dviewdata.cxx2494 rTabSett.maCursor.Set( pViewTab->nCurX, pViewTab->nCurY, nTab ); in WriteExtOptions()
2627 const ScAddress& rCursor = rTabSett.maCursor; in ReadExtOptions()
/trunk/main/sc/source/filter/excel/
H A Dxeview.cxx372 CreateSelectionData( EXC_PANE_TOPLEFT, rTabSett.maCursor, rTabSett.maSelection ); in XclExpTabViewSettings()
373 CreateSelectionData( EXC_PANE_TOPRIGHT, rTabSett.maCursor, rTabSett.maSelection ); in XclExpTabViewSettings()
374 CreateSelectionData( EXC_PANE_BOTTOMLEFT, rTabSett.maCursor, rTabSett.maSelection ); in XclExpTabViewSettings()
375 CreateSelectionData( EXC_PANE_BOTTOMRIGHT, rTabSett.maCursor, rTabSett.maSelection ); in XclExpTabViewSettings()
H A Dxiview.cxx236 rTabSett.maCursor = rAddrConv.CreateValidAddress( pSelData->maXclCursor, nScTab, false ); in Finalize()
/trunk/main/sc/source/ui/inc/
H A Dselectionstate.hxx56 inline const ScAddress& GetCellCursor() const { return maCursor; } in GetCellCursor()
64 ScAddress maCursor; /// Cell cursor position. member in ScSelectionState
/trunk/main/svtools/source/edit/
H A Dtextdat2.hxx288 Cursor maCursor; member
296 maCursor.SetStyle( CURSOR_SHADOW ); in TextDDInfo()
H A Dtextview.cxx1989 mpImpl->mpDDInfo->maCursor.Hide(); in ImpHideDDCursor()
2002 mpImpl->mpDDInfo->maCursor.SetWindow( mpImpl->mpWindow ); in ImpShowDDCursor()
2003 mpImpl->mpDDInfo->maCursor.SetPos( aCursor.TopLeft() ); in ImpShowDDCursor()
2004 mpImpl->mpDDInfo->maCursor.SetSize( aCursor.GetSize() ); in ImpShowDDCursor()
2005 mpImpl->mpDDInfo->maCursor.Show(); in ImpShowDDCursor()
/trunk/main/sc/inc/
H A Dscextopt.hxx63 ScAddress maCursor; /// The cursor position (column/row only). member

Completed in 59 milliseconds