Searched refs:bCloseOnButtonUp (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | simpref.cxx | 81 bCloseOnButtonUp( sal_False ), in ScSimpleRefDlg() 201 bCloseOnButtonUp = bSetCloseOnButtonUp; in SetFlags() 221 if ( (bForced || bCloseOnButtonUp) && bCloseFlag ) in RefInputDone()
|
/aoo41x/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()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | simpref.hxx | 75 sal_Bool bCloseOnButtonUp; 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 | 415 … sal_Bool bCloseOnButtonUp, sal_Bool bSingleCell, sal_Bool bMultiSelection );
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | viewuno.cxx | 2127 sal_Bool bCloseOnButtonUp = sal_False; in startRangeSelection() local 2140 bCloseOnButtonUp = ScUnoHelpFunctions::GetBoolFromAny( rProp.Value ); in startRangeSelection() 2157 pViewSh->StartSimpleRefDialog( aTitle, aInitVal, bCloseOnButtonUp, bSingleCell, bMultiSelection ); in startRangeSelection()
|
Completed in 132 milliseconds