Home
last modified time | relevance | path

Searched refs:mnColCursor (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/dbgui/
H A Dcsvcontrol.cxx49 mnColCursor( 0 ), in ScCsvLayoutData()
67 if( mnColCursor != rData.mnColCursor ) nRet |= CSV_DIFF_GRIDCURSOR; in GetDiff()
H A Dcsvtablebox.cxx398 … maData.mnColCursor = ((0 <= nParam1) && (nParam1 < GetPosCount())) ? nParam1 : CSV_POS_INVALID; in IMPL_LINK()
/trunk/main/sc/source/ui/inc/
H A Dcsvcontrol.hxx153 sal_Int32 mnColCursor; /// Position of grid column cursor. member
399 inline sal_Int32 GetGridCursorPos() const { return mrData.mnColCursor; } in GetGridCursorPos()

Completed in 29 milliseconds