/trunk/main/dbaccess/source/ui/browser/ |
H A D | brwview.cxx | 79 sal_Bool bGrabFocus = sal_False; in isGrabVclControlFocusAllowed() local 84 bGrabFocus = sal_True; in isGrabVclControlFocusAllowed() 91 bGrabFocus = xLoad.is() && xLoad->isLoaded(); in isGrabVclControlFocusAllowed() 94 return bGrabFocus; in isGrabVclControlFocusAllowed() 328 sal_Bool bGrabFocus = sal_False; in GetFocus() local 331 bGrabFocus = isGrabVclControlFocusAllowed(this); in GetFocus() 332 if( bGrabFocus ) in GetFocus() 335 if(!bGrabFocus && m_pTreeView && m_pTreeView->IsVisible() ) in GetFocus()
|
/trunk/main/svtools/source/contnr/ |
H A D | imivctl1.cxx | 79 sal_Bool bGrabFocus; member in IcnViewEdit_Impl 100 sal_Bool IsGrabFocus() const { return bGrabFocus; } in IsGrabFocus() 3898 bGrabFocus( sal_False ) in IcnViewEdit_Impl() 3958 bGrabFocus = sal_True; in IMPL_LINK() 3966 bGrabFocus = sal_True; in IMPL_LINK() 3980 bGrabFocus = sal_True; in KeyInput() 3986 bGrabFocus = sal_True; in KeyInput()
|
/trunk/main/sd/source/ui/annotations/ |
H A D | annotationwindow.cxx | 572 void AnnotationWindow::setAnnotation( const Reference< XAnnotation >& xAnnotation, bool bGrabFocus ) in setAnnotation() argument 610 if( bGrabFocus ) in setAnnotation()
|
H A D | annotationwindow.hxx | 120 …r::uno::Reference< ::com::sun::star::office::XAnnotation >& xAnnotation, bool bGrabFocus = false );
|
/trunk/main/sc/source/ui/view/ |
H A D | drawview.cxx | 600 sal_Bool bGrabFocus ) in SdrBeginTextEdit() argument 605 bOnlyOneView, bGrabFocus ); in SdrBeginTextEdit()
|
H A D | tabview3.cxx | 1937 sal_Bool bGrabFocus = sal_False; in KillEditView() local 1945 bGrabFocus = sal_True; in KillEditView() 1949 if (bGrabFocus) in KillEditView()
|
/trunk/main/sd/inc/ |
H A D | Outliner.hxx | 473 void EnterEditMode (sal_Bool bGrabFocus=sal_True);
|
/trunk/main/sc/source/ui/inc/ |
H A D | drawview.hxx | 87 sal_Bool bGrabFocus = sal_True);
|
/trunk/main/dbaccess/source/ui/tabledesign/ |
H A D | TEditControl.cxx | 583 void OTableEditorCtrl::DisplayData(long nRow, sal_Bool bGrabFocus) in DisplayData() argument 606 if (bWasEditing || bGrabFocus) in DisplayData() 607 ActivateCell(nRow, GetCurColumnId(), bGrabFocus); in DisplayData()
|
H A D | TEditControl.hxx | 153 void DisplayData( long nRow, sal_Bool bGrabFocus = sal_True );
|
/trunk/main/svx/inc/svx/ |
H A D | svdedxv.hxx | 201 …DontDeleteOutliner = sal_False, sal_Bool bOnlyOneView = sal_False, sal_Bool bGrabFocus = sal_True);
|
/trunk/main/sd/source/ui/inc/ |
H A D | View.hxx | 131 …DontDeleteOutliner = sal_False, sal_Bool bOnlyOneView = sal_False, sal_Bool bGrabFocus = sal_True);
|
/trunk/main/sd/source/ui/view/ |
H A D | Outliner.cxx | 1365 void Outliner::EnterEditMode (sal_Bool bGrabFocus) in EnterEditMode() argument 1393 …nTextEdit(mpTextObj, pPV, mpWindow, sal_True, this, pOutlinerView, sal_True, sal_True, bGrabFocus); in EnterEditMode()
|
H A D | sdview.cxx | 741 sal_Bool bDontDeleteOutliner, sal_Bool bOnlyOneView, sal_Bool bGrabFocus ) in SdrBeginTextEdit() argument 782 bOnlyOneView, bGrabFocus); in SdrBeginTextEdit()
|
/trunk/main/vcl/inc/vcl/ |
H A D | button.hxx | 327 …SAL_DLLPRIVATE void ImplCallClick( sal_Bool bGrabFocus = sal_False, sal_uInt16 nFocusFlags = 0…
|
/trunk/main/svx/source/svdraw/ |
H A D | svdedxv.cxx | 548 sal_Bool bGrabFocus) in SdrBeginTextEdit() argument 555 if(bGrabFocus && pWin) in SdrBeginTextEdit()
|
/trunk/main/sfx2/source/view/ |
H A D | viewfrm.cxx | 1996 void SfxViewFrame::MakeActive_Impl( sal_Bool bGrabFocus ) in MakeActive_Impl() argument 2028 if (pWindow && pWindow->HasChildPathFocus() && bGrabFocus) in MakeActive_Impl()
|
/trunk/main/vcl/source/control/ |
H A D | button.cxx | 2552 void RadioButton::ImplCallClick( sal_Bool bGrabFocus, sal_uInt16 nFocusFlags ) in ImplCallClick() argument 2564 if ( bGrabFocus ) in ImplCallClick()
|