Home
last modified time | relevance | path

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

/aoo42x/main/toolkit/workben/layout/
H A Dsortdlg.hxx57 BOOL bIsByRows; member in ScSortDlg
61 inline void ScSortDlg::SetByRows ( BOOL bByRows ) { bIsByRows = bByRows; } in SetByRows()
63 inline BOOL ScSortDlg::GetByRows () const { return bIsByRows; } in GetByRows()
H A Dsortdlg.cxx48 bIsByRows ( FALSE ) in ScSortDlg()
/aoo42x/main/sc/source/ui/inc/
H A Dsortdlg.hxx57 sal_Bool bIsByRows; member in ScSortDlg
61 inline void ScSortDlg::SetByRows ( sal_Bool bByRows ) { bIsByRows = bByRows; } in SetByRows()
63 inline sal_Bool ScSortDlg::GetByRows () const { return bIsByRows; } in GetByRows()
/aoo42x/main/sc/source/ui/dbgui/
H A Dsortdlg.cxx45 bIsByRows ( sal_False ) in ScSortDlg()

Completed in 13 milliseconds