Searched refs:bSingleCell (Results 1 – 7 of 7) sorted by relevance
/trunk/main/sc/source/ui/miscdlgs/ |
H A D | simpref.cxx | 82 bSingleCell ( sal_False ), in ScSimpleRefDlg() 130 if ( bSingleCell ) in SetReference() 202 bSingleCell = bSetSingleCell; in SetFlags()
|
/trunk/main/sc/source/ui/view/ |
H A D | reffact.cxx | 301 void ScSimpleRefDlgWrapper::SetFlags( sal_Bool bCloseOnButtonUp, sal_Bool bSingleCell, sal_Bool bMu… in SetFlags() argument 305 ((ScSimpleRefDlg*)pWindow)->SetFlags( bCloseOnButtonUp, bSingleCell, bMultiSelection ); in SetFlags()
|
H A D | tabvwsh4.cxx | 1232 sal_Bool bCloseOnButtonUp, sal_Bool bSingleCell, sal_Bool bMultiSelection ) in StartSimpleRefDialog() argument 1257 pWnd->SetFlags( bCloseOnButtonUp, bSingleCell, bMultiSelection ); in StartSimpleRefDialog()
|
/trunk/main/sc/source/ui/inc/ |
H A D | simpref.hxx | 76 sal_Bool bSingleCell; member in ScSimpleRefDlg
|
H A D | reffact.hxx | 92 …void SetFlags( sal_Bool bCloseOnButtonUp, sal_Bool bSingleCell, sal_Bool bMultiSelectio…
|
H A D | tabvwsh.hxx | 416 … sal_Bool bCloseOnButtonUp, sal_Bool bSingleCell, sal_Bool bMultiSelection );
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | viewuno.cxx | 2128 sal_Bool bSingleCell = sal_False; in startRangeSelection() local 2152 bSingleCell = ScUnoHelpFunctions::GetBoolFromAny( rProp.Value ); in startRangeSelection() 2157 pViewSh->StartSimpleRefDialog( aTitle, aInitVal, bCloseOnButtonUp, bSingleCell, bMultiSelection ); in startRangeSelection()
|
Completed in 56 milliseconds