/trunk/main/framework/source/services/ |
H A D | backingwindow.cxx | 714 if( maWriterButton.HasFocus() ) in Notify() 716 else if( maCalcButton.HasFocus() ) in Notify() 720 else if( maOpenButton.HasFocus() ) in Notify() 726 if( maDrawButton.HasFocus() ) in Notify() 728 else if( maDBButton.HasFocus() ) in Notify() 730 else if( maMathButton.HasFocus() ) in Notify() 739 if( maOpenButton.HasFocus() ) in Notify() 743 else if( maCalcButton.HasFocus() ) in Notify() 750 else if( maDBButton.HasFocus() ) in Notify() 757 if( maWriterButton.HasFocus() ) in Notify() [all …]
|
/trunk/main/svx/source/gallery2/ |
H A D | GalleryControl.cxx | 202 else if( mpBrowser2->GetViewWindow()->HasFocus() ) in KeyInput() 204 else if( mpBrowser2->maViewBox.HasFocus() ) in KeyInput() 213 else if( mpBrowser1->maNewTheme.HasFocus() ) in KeyInput() 215 else if( mpBrowser2->maViewBox.HasFocus() ) in KeyInput()
|
H A D | galbrws.cxx | 222 else if( mpBrowser2->GetViewWindow()->HasFocus() ) in KeyInput() 224 else if( mpBrowser2->maViewBox.HasFocus() ) in KeyInput() 233 else if( mpBrowser1->maNewTheme.HasFocus() ) in KeyInput() 235 else if( mpBrowser2->maViewBox.HasFocus() ) in KeyInput()
|
/trunk/main/sw/source/core/access/ |
H A D | accframebase.cxx | 111 if( pWin && pWin->HasFocus() ) in GetStates() 187 if( pWin && pWin->HasFocus() && bNewSelected ) in _InvalidateCursorPos() 190 if( pWin && pWin->HasFocus() && !bNewSelected ) in _InvalidateCursorPos() 224 pWin->HasFocus() && bSelected ); in _InvalidateFocus()
|
H A D | accpage.cxx | 74 if( pWin && pWin->HasFocus() ) in GetStates() 101 if( pWin && pWin->HasFocus() ) in _InvalidateCursorPos() 120 pWin->HasFocus() && bSelected ); in _InvalidateFocus()
|
/trunk/main/sc/source/ui/dbgui/ |
H A D | sfiltdlg.cxx | 452 if( aEdCopyArea.HasFocus() || aRbCopyArea.HasFocus() ) in IMPL_LINK() 457 else if( aEdFilterArea.HasFocus() || aRbFilterArea.HasFocus() ) in IMPL_LINK()
|
H A D | validate.cxx | 157 if( m_pRefEdit && !m_pRefEdit->HasFocus() ) in RefInputDonePostHdl() 514 if( m_pRefEdit && !m_pRefEdit->HasFocus() ) m_pRefEdit->GrabFocus(); in SetupRefDlg() 608 if( ( !m_pRefEdit || !m_pRefEdit->HasFocus()) && !m_btnRef.HasFocus() ) in IMPL_LINK()
|
H A D | fieldwnd.cxx | 301 if( !HasFocus() ) GrabFocus(); in GrabFocusAndSelect() 477 …if( HasFocus() && (mnSelectIndex < maFields.size()) && (mnFirstVisIndex <= mnSelectIndex) && (mnSe… in Paint() 685 if( bSelectionChanged && HasFocus() ) in SetSelectionUnchecked() 805 bool bFocus = HasFocus() && (nFieldIndex == mnSelectIndex); in DrawField()
|
H A D | csvruler.cxx | 404 if( !HasFocus() ) in MouseButtonDown() 433 nPos = HasFocus() ? GetRulerCursorPos() : CSV_POS_INVALID; in MouseMove() 658 if( HasFocus() ) in ImplDrawTrackingRect()
|
/trunk/main/vcl/aqua/source/a11y/ |
H A D | aqua11yfocustracker.cxx | 172 if ( ! pWindow->HasFocus() ) in toolbox_highlight_on() 175 if ( ! pToolBoxParent || ! pToolBoxParent->HasFocus() ) in toolbox_highlight_on() 189 if( pToolBoxParent && pToolBoxParent->HasFocus() ) in toolbox_highlight_off()
|
/trunk/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsFocusManager.cxx | 205 bool FocusManager::HasFocus (void) const in HasFocus() function in sd::slidesorter::controller::FocusManager 207 return mrSlideSorter.GetContentWindow()->HasFocus(); in HasFocus() 276 return HasFocus() && mbPageIsFocused; in IsFocusShowing()
|
/trunk/main/accessibility/source/extended/ |
H A D | accessiblelistbox.cxx | 92 if ( !getListBox() || !getListBox()->HasFocus() ) in ProcessWindowEvent() 126 if ( getListBox() && getListBox()->HasFocus() ) in ProcessWindowEvent() 155 if( pBox && (pBox->HasFocus() || bNeedFocus) ) in ProcessWindowEvent() 239 if ( getListBox() && getListBox()->HasFocus() ) in ProcessWindowEvent()
|
H A D | accessibletablistboxtable.cxx | 123 if ( m_pTabListBox && m_pTabListBox->HasFocus() ) in ProcessWindowEvent() 198 if ( m_pTabListBox && m_pTabListBox->HasFocus() ) in ProcessWindowEvent() 220 if ( m_pTabListBox && m_pTabListBox->HasFocus() ) in ProcessWindowEvent()
|
H A D | accessibleiconchoicectrl.cxx | 84 if ( getCtrl() && getCtrl()->HasFocus() ) in IMPLEMENT_FORWARD_XINTERFACE2() 104 if ( pCtrl && pCtrl->HasFocus() ) in IMPLEMENT_FORWARD_XINTERFACE2()
|
/trunk/main/accessibility/source/standard/ |
H A D | vclxaccessibletoolbox.cxx | 207 if ( pToolBox && ( !_bMustHaveFocus || pToolBox->HasFocus() ) ) in GetItem_Impl() 227 if ( pToolBox->HasFocus() ) in UpdateFocus_Impl() 234 if ( pToolBoxParent && pToolBoxParent->HasFocus() ) in UpdateFocus_Impl() 251 if ( pItem->HasFocus() && nItemId != nHighlightItemId ) in UpdateFocus_Impl() 281 if ( pItem->HasFocus() ) in ReleaseFocus_Impl()
|
/trunk/main/svx/source/dialog/ |
H A D | rubydialog.cxx | 727 if(*pParam > 0 && (aEditArr[7]->HasFocus() || aEditArr[6]->HasFocus() )) in IMPL_LINK() 737 else if(aScrollSB.GetThumbPos() && (aEditArr[0]->HasFocus()||aEditArr[1]->HasFocus()) ) in IMPL_LINK() 756 if(aEditArr[i]->HasFocus()) in IMPL_LINK()
|
/trunk/main/vcl/source/control/ |
H A D | button.cxx | 1180 if( ! bRollOver && ! HasFocus() ) in ImplDrawPushButton() 1191 if ( HasFocus() ) nState |= CTRL_STATE_FOCUSED; in ImplDrawPushButton() 1235 if ( HasFocus() ) in ImplDrawPushButton() 1261 if( ! bLayout && HasFocus() ) in ImplDrawPushButton() 2183 if ( HasFocus() ) nState |= CTRL_STATE_FOCUSED; in ImplDrawRadioButtonState() 2281 if ( HasFocus() ) in ImplDrawRadioButtonState() 2447 if ( !maImage && HasFocus() ) in ImplDrawRadioButton() 3354 if ( HasFocus() ) nState |= CTRL_STATE_FOCUSED; in ImplDrawCheckBoxState() 3465 if( HasFocus() ) in ImplDraw() 3510 if ( HasFocus() ) in ImplDrawCheckBox() [all …]
|
H A D | spinfld.cxx | 57 if ( pWin->HasFocus() ) in ImplGetSpinbuttonValue() 68 if ( pWin->HasFocus() ) in ImplGetSpinbuttonValue() 415 if ( !HasFocus() && ( !mpEdit || !mpEdit->HasFocus() ) ) in MouseButtonDown()
|
H A D | scrbar.cxx | 562 …ControlState nState = ( IsEnabled() ? CTRL_STATE_ENABLED : 0 ) | ( HasFocus() ? CTRL_STATE_FOCUSE… in ImplDrawNative() 614 …ControlState nState1 = (IsEnabled() ? CTRL_STATE_ENABLED : 0) | (HasFocus() ? CTRL_STATE_FOCUSED :… in ImplDrawNative() 646 ControlState nState1 = HasFocus() ? CTRL_STATE_FOCUSED : 0; in ImplDrawNative() 690 if ( HasFocus() ) in ImplDrawNative() 1035 if( HasFocus() ) in MouseButtonDown()
|
H A D | ilstbox.cxx | 1229 if( HasFocus() ) in SelectEntries() 1987 if( HasFocus() && bShowFocusRect && !bLayout ) in ImplDoPaint() 2095 if( HasFocus() ) in SetTopEntry() 2150 if( HasFocus() ) in ScrollHorz() 2886 if ( pWin->HasFocus() ) in ImplDraw() 2924 if( HasFocus() ) in ImplDraw() 3049 if( HasFocus() && !bLayout ) in DrawEntry()
|
/trunk/main/svx/source/accessibility/ |
H A D | ChildrenManager.cxx | 160 bool ChildrenManager::HasFocus (void) in HasFocus() function in accessibility::ChildrenManager 163 return mpImpl->HasFocus (); in HasFocus()
|
/trunk/main/vcl/unx/gtk/a11y/ |
H A D | atkutil.cxx | 444 if ( ! pToolBox->HasFocus() ) in handle_toolbox_highlight() 447 if ( ! pToolBoxParent || ! pToolBoxParent->HasFocus() ) in handle_toolbox_highlight() 460 if( pToolBoxParent && pToolBoxParent->HasFocus() ) in handle_toolbox_highlightoff()
|
/trunk/main/desktop/source/deployment/gui/ |
H A D | dp_gui_dialog2.cxx | 327 if ( m_pOptionsBtn->HasFocus() ) { in HandleTabKey() 331 else if ( m_pEnableBtn->HasFocus() ) { in HandleTabKey() 337 else if ( m_pRemoveBtn->HasFocus() ) { in HandleTabKey() 1208 if ( m_aAddBtn.HasFocus() ) { in Notify() 1213 if ( m_aGetExtensions.HasFocus() ) { in Notify()
|
/trunk/main/sw/source/ui/table/ |
H A D | tabledlg.cxx | 472 if(aWidthMF.HasFocus()) in FillItemSet() 474 else if(aLeftMF.HasFocus()) in FillItemSet() 476 else if(aRightMF.HasFocus()) in FillItemSet() 478 else if(aTopMF.HasFocus()) in FillItemSet() 480 else if(aBottomMF.HasFocus()) in FillItemSet() 1057 if(pFieldArr[i]->HasFocus()) in FillItemSet()
|
/trunk/main/chart2/source/controller/dialogs/ |
H A D | DataBrowser.cxx | 202 bool HasFocus() const; 382 bool SeriesHeader::HasFocus() const in HasFocus() function in chart::impl::SeriesHeader 384 return m_spSeriesName->HasFocus(); in HasFocus() 465 if( (*aIt)->HasFocus()) in lcl_SeriesHeaderHasFocus()
|