Home
last modified time | relevance | path

Searched refs:bGrabFocus (Results 1 – 18 of 18) sorted by relevance

/trunk/main/dbaccess/source/ui/browser/
H A Dbrwview.cxx79 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 Dimivctl1.cxx79 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 Dannotationwindow.cxx572 void AnnotationWindow::setAnnotation( const Reference< XAnnotation >& xAnnotation, bool bGrabFocus ) in setAnnotation() argument
610 if( bGrabFocus ) in setAnnotation()
H A Dannotationwindow.hxx120 …r::uno::Reference< ::com::sun::star::office::XAnnotation >& xAnnotation, bool bGrabFocus = false );
/trunk/main/sc/source/ui/view/
H A Ddrawview.cxx600 sal_Bool bGrabFocus ) in SdrBeginTextEdit() argument
605 bOnlyOneView, bGrabFocus ); in SdrBeginTextEdit()
H A Dtabview3.cxx1937 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 DOutliner.hxx473 void EnterEditMode (sal_Bool bGrabFocus=sal_True);
/trunk/main/sc/source/ui/inc/
H A Ddrawview.hxx87 sal_Bool bGrabFocus = sal_True);
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx583 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 DTEditControl.hxx153 void DisplayData( long nRow, sal_Bool bGrabFocus = sal_True );
/trunk/main/svx/inc/svx/
H A Dsvdedxv.hxx201 …DontDeleteOutliner = sal_False, sal_Bool bOnlyOneView = sal_False, sal_Bool bGrabFocus = sal_True);
/trunk/main/sd/source/ui/inc/
H A DView.hxx131 …DontDeleteOutliner = sal_False, sal_Bool bOnlyOneView = sal_False, sal_Bool bGrabFocus = sal_True);
/trunk/main/sd/source/ui/view/
H A DOutliner.cxx1365 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 Dsdview.cxx741 sal_Bool bDontDeleteOutliner, sal_Bool bOnlyOneView, sal_Bool bGrabFocus ) in SdrBeginTextEdit() argument
782 bOnlyOneView, bGrabFocus); in SdrBeginTextEdit()
/trunk/main/vcl/inc/vcl/
H A Dbutton.hxx327 …SAL_DLLPRIVATE void ImplCallClick( sal_Bool bGrabFocus = sal_False, sal_uInt16 nFocusFlags = 0…
/trunk/main/svx/source/svdraw/
H A Dsvdedxv.cxx548 sal_Bool bGrabFocus) in SdrBeginTextEdit() argument
555 if(bGrabFocus && pWin) in SdrBeginTextEdit()
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx1996 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 Dbutton.cxx2552 void RadioButton::ImplCallClick( sal_Bool bGrabFocus, sal_uInt16 nFocusFlags ) in ImplCallClick() argument
2564 if ( bGrabFocus ) in ImplCallClick()

Completed in 154 milliseconds