/aoo42x/main/svx/source/gallery2/ |
H A D | galbrws2.cxx | 595 switch( GetMode() ) in Resize() 616 if( GALLERYBROWSERMODE_PREVIEW == GetMode() ) in Notify() 717 GALLERYBROWSERMODE_PREVIEW == GetMode(), in ShowContextMenu() 847 if( GALLERYBROWSERMODE_PREVIEW == GetMode() ) in SelectTheme() 868 if( GetMode() != eMode ) in SetMode() 870 meLastMode = GetMode(); in SetMode() 952 switch( GetMode() ) in GetViewWindow() 1038 switch( GetMode() ) in ImplUpdateViews() 1091 if( GALLERYBROWSERMODE_PREVIEW == GetMode() ) in ImplGetSelectedItemId() 1100 else if( GALLERYBROWSERMODE_ICON == GetMode() ) in ImplGetSelectedItemId() [all …]
|
/aoo42x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsSelectionFunction.cxx | 178 virtual Mode GetMode (void) const = 0; 230 virtual SelectionFunction::Mode GetMode (void) const; 266 virtual SelectionFunction::Mode GetMode (void) const; 316 virtual SelectionFunction::Mode GetMode (void) const; 340 virtual SelectionFunction::Mode GetMode (void) const; 826 if (mpModeHandler->GetMode() != NormalMode) in SwitchToNormalMode() 836 if (mpModeHandler->GetMode() != DragAndDropMode) in SwitchToDragAndDropMode() 850 if (mpModeHandler->GetMode() != MultiSelectionMode) in SwitchToMultiSelectionMode() 864 && mpModeHandler->GetMode() != ButtonMode) in SwitchToButtonMode() 906 if (mpModeHandler && mpModeHandler->GetMode() == NormalMode) in ResetMouseAnchor() [all …]
|
/aoo42x/main/svtools/source/contnr/ |
H A D | tooltiplbox.cxx | 38 if ( !( rHEvt.GetMode() & HELPMODE_BALLOON ) && !( rHEvt.GetMode() & HELPMODE_QUICK ) ) in lcl_ToolTipLBox_ShowToolTip() 69 if( rHEvt.GetMode() == HELPMODE_BALLOON ) in lcl_ToolTipLBox_ShowToolTip()
|
/aoo42x/main/sw/source/ui/config/ |
H A D | cfgitems.cxx | 365 eMode( rCpy.GetMode() ) in SwShadowCursorItem() 387 GetMode() == ((SwShadowCursorItem&)rCmp).GetMode(); in operator ==() 393 SetMode( rCpy.GetMode() ); in operator =()
|
/aoo42x/main/svx/source/sdr/contact/ |
H A D | sdrmediawindow.cxx | 60 rMEvt.GetClicks(), rMEvt.GetMode(), rMEvt.GetButtons(), rMEvt.GetModifier() ); in MouseMove() 76 rMEvt.GetClicks(), rMEvt.GetMode(), rMEvt.GetButtons(), rMEvt.GetModifier() ); in MouseButtonDown() 91 rMEvt.GetClicks(), rMEvt.GetMode(), rMEvt.GetButtons(), rMEvt.GetModifier() ); in MouseButtonUp()
|
/aoo42x/main/svtools/source/control/ |
H A D | taskstat.cxx | 474 if ( rHEvt.GetMode() & (HELPMODE_BALLOON | HELPMODE_QUICK) ) in RequestHelp() 485 if ( rHEvt.GetMode() & HELPMODE_BALLOON ) in RequestHelp() 502 if ( rHEvt.GetMode() & HELPMODE_BALLOON ) in RequestHelp() 509 else if ( rHEvt.GetMode() & HELPMODE_EXTENDED ) in RequestHelp()
|
H A D | taskbox.cxx | 164 if ( rHEvt.GetMode() & (HELPMODE_BALLOON | HELPMODE_QUICK) ) in RequestHelp() 176 if ( rHEvt.GetMode() & HELPMODE_QUICK ) in RequestHelp()
|
H A D | tabbar.cxx | 848 if ( (rMEvt.GetMode() & (MOUSE_MULTISELECT | MOUSE_RANGESELECT)) && (rMEvt.GetClicks() == 1) ) in MouseButtonDown() 858 if ( (rMEvt.GetMode() & MOUSE_MULTISELECT) && (mnWinStyle & WB_MULTISELECT) ) in MouseButtonDown() 1385 if ( rHEvt.GetMode() & HELPMODE_BALLOON ) in RequestHelp() 1401 else if ( rHEvt.GetMode() & HELPMODE_EXTENDED ) in RequestHelp() 1416 if ( rHEvt.GetMode() & (HELPMODE_QUICK | HELPMODE_BALLOON) ) in RequestHelp() 1433 if ( rHEvt.GetMode() & HELPMODE_BALLOON ) in RequestHelp()
|
H A D | headbar.cxx | 1101 if ( rHEvt.GetMode() & (HELPMODE_QUICK | HELPMODE_BALLOON) ) in RequestHelp() 1112 if ( !aStr.Len() || !(rHEvt.GetMode() & HELPMODE_BALLOON) ) in RequestHelp() 1126 if ( rHEvt.GetMode() & HELPMODE_BALLOON ) in RequestHelp() 1133 else if ( rHEvt.GetMode() & HELPMODE_EXTENDED ) in RequestHelp()
|
/aoo42x/main/basctl/source/basicide/ |
H A D | baside3.cxx | 180 if( (pEditor->GetMode() == DLGED_INSERT) && !pEditor->IsCreateOK() ) in MouseButtonUp() 362 (pEditor->GetMode() == DLGED_TEST) ? sal_True : sal_False) ); in GetState() 378 if ( GetEditor()->GetMode() == DLGED_SELECT ) in GetState() 630 if ( GetEditor()->GetMode() == DLGED_INSERT ) in ExecuteCommand() 642 DlgEdMode eOldMode = GetEditor()->GetMode(); in ExecuteCommand() 1333 if ( pEditor && pEditor->GetMode() == DLGED_READONLY ) in IsReadOnly()
|
/aoo42x/main/unotools/source/config/ |
H A D | configmgr.cxx | 262 sal_Bool bLazy = 0 != (rCfgItem.GetMode()&CONFIG_MODE_DELAYED_UPDATE); in AcquireTree() 271 if((rCfgItem.GetMode() & CONFIG_MODE_ALL_LOCALES) == CONFIG_MODE_ALL_LOCALES) in AcquireTree() 294 if (CONFIG_MODE_PROPAGATE_ERRORS & rCfgItem.GetMode()) in AcquireTree() 302 if(0 == (CONFIG_MODE_IGNORE_ERRORS & rCfgItem.GetMode())) in AcquireTree()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | gridwin5.cxx | 256 sal_Bool bHelpEnabled = ( rHEvt.GetMode() & ( HELPMODE_BALLOON | HELPMODE_QUICK ) ) != 0; in RequestHelp() 383 if ( rHEvt.GetMode() & HELPMODE_BALLOON ) in RequestHelp() 385 else if ( rHEvt.GetMode() & HELPMODE_QUICK ) in RequestHelp()
|
/aoo42x/main/avmedia/source/viewer/ |
H A D | mediawindow_impl.cxx | 108 rMEvt.GetClicks(), rMEvt.GetMode(), rMEvt.GetButtons(), rMEvt.GetModifier() ); in MouseMove() 119 rMEvt.GetClicks(), rMEvt.GetMode(), rMEvt.GetButtons(), rMEvt.GetModifier() ); in MouseButtonDown() 130 rMEvt.GetClicks(), rMEvt.GetMode(), rMEvt.GetButtons(), rMEvt.GetModifier() ); in MouseButtonUp()
|
/aoo42x/main/avmedia/source/gstreamer/ |
H A D | gstwindow.cxx | 79 … rMEvt.GetClicks(), rMEvt.GetMode(), rMEvt.GetButtons(), rMEvt.GetModifier() ); in MouseMove() 90 … rMEvt.GetClicks(), rMEvt.GetMode(), rMEvt.GetButtons(), rMEvt.GetModifier() ); in MouseButtonDown() 101 … rMEvt.GetClicks(), rMEvt.GetMode(), rMEvt.GetButtons(), rMEvt.GetModifier() ); in MouseButtonUp()
|
/aoo42x/main/svtools/source/table/ |
H A D | tabledatawindow.cxx | 94 sal_uInt16 const nHelpMode = rHEvt.GetMode(); in RequestHelp() 234 if( !pData->GetModifier() && ( pData->GetMode() == COMMAND_WHEEL_SCROLL ) ) in Notify()
|
/aoo42x/main/sw/source/core/draw/ |
H A D | dpage.cxx | 160 if( rEvt.GetMode() & ( HELPMODE_QUICK | HELPMODE_BALLOON )) in RequestHelp() 224 if( rEvt.GetMode() & HELPMODE_BALLOON ) in RequestHelp()
|
/aoo42x/main/svtools/workben/ |
H A D | browser.cxx | 99 BrowserMode GetMode() const; 309 BrowserMode BrowseModeDialog::GetMode() const in GetMode() function in BrowseModeDialog 600 eCurMode = pDlg->GetMode(); in IMPL_LINK_INLINE_END()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | msg.hxx | 281 sal_uIntPtr GetMode() const; 323 inline sal_uIntPtr SfxSlot::GetMode() const in GetMode() function in SfxSlot
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | event.hxx | 137 sal_uInt16 GetMode() const { return mnMode; } in GetMode() function in MouseEvent 215 sal_uInt16 GetMode() const { return mnMode; } in GetMode() function in HelpEvent
|
/aoo42x/main/sc/source/core/data/ |
H A D | documen8.cxx | 959 if ( !bExport40 || ((ScDdeLink*)pBase)->GetMode() == SC_DDE_DEFAULT ) in SaveDdeLinks() 976 if ( !bExport40 || pLink->GetMode() == SC_DDE_DEFAULT ) in SaveDdeLinks() 1217 ((nMode == SC_DDE_IGNOREMODE) || (nMode == pDdeLink->GetMode())) ) in lclGetDdeLink() 1275 rnMode = pDdeLink->GetMode(); in GetDdeLinkMode()
|
/aoo42x/main/svtools/source/brwbox/ |
H A D | brwbox2.cxx | 1637 rEvt.GetClicks(), rEvt.GetMode(), rEvt.GetButtons(), in MouseButtonUp() 1672 else if ( ( rEvt.GetMode() & ( MOUSE_SELECT | MOUSE_SIMPLECLICK ) ) && in MouseButtonDown() 1716 if ( rEvt.GetMode() & MOUSE_RANGESELECT ) in MouseButtonDown() 1730 ( rEvt.GetMode() & MOUSE_MULTISELECT ); in MouseButtonDown() 1735 else if ( rEvt.GetMode() & MOUSE_MULTISELECT ) in MouseButtonDown()
|
/aoo42x/main/svx/source/tbxctrls/ |
H A D | colrctrl.cxx | 146 rMEvt.GetMode(), in MouseButtonDown() 174 rMEvt.GetMode(), in MouseButtonUp()
|
/aoo42x/main/sw/source/ui/docvw/ |
H A D | edtwin2.cxx | 110 sal_Bool bQuickBalloon = 0 != (rEvt.GetMode() & ( HELPMODE_QUICK | HELPMODE_BALLOON )); in RequestHelp() 117 sal_Bool bBalloon = static_cast< sal_Bool >(rEvt.GetMode() & HELPMODE_BALLOON); in RequestHelp()
|
/aoo42x/main/vcl/source/control/ |
H A D | tabctrl.cxx | 1333 if ( rHEvt.GetMode() & HELPMODE_BALLOON ) in RequestHelp() 1349 else if ( rHEvt.GetMode() & HELPMODE_EXTENDED ) in RequestHelp() 1364 if ( rHEvt.GetMode() & (HELPMODE_QUICK | HELPMODE_BALLOON) ) in RequestHelp() 1379 if ( rHEvt.GetMode() & HELPMODE_BALLOON ) in RequestHelp() 1388 if ( rHEvt.GetMode() & HELPMODE_QUICK ) in RequestHelp()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | drtxtob.cxx | 282 ( pOLV->GetOutliner()->GetMode() == OUTLINERMODE_OUTLINEOBJECT || bOutlineViewSh ) ) in GetAttrState() 290 sal_Bool bIsOutlineView(OUTLINERMODE_OUTLINEVIEW == pOLV->GetOutliner()->GetMode()); in GetAttrState()
|