/aoo42x/main/sfx2/source/appl/ |
H A D | appserv.cxx | 153 switch ( rReq.GetSlot() ) in MiscExec_Impl() 170 if ( rReq.GetSlot() == SID_LOGOUT ) in MiscExec_Impl() 338 if ( rReq.GetSlot() == SID_HELP_SUPPORTPAGE ) in MiscExec_Impl() 817 switch ( rReq.GetSlot() ) in OfaExec_Impl() 1088 rReq.SetReturnValue( SfxBoolItem( rReq.GetSlot(), bRet ) ); in OfaExec_Impl() 1128 …::rtl::OUString aCmd = ::rtl::OUString::createFromAscii( GetInterface()->GetSlot( rReq.GetSlot() )… in OfaExec_Impl() 1135 TransformItems( rReq.GetSlot(), *rReq.GetArgs(), aSeq ); in OfaExec_Impl() 1142 rReq.SetReturnValue( SfxBoolItem( rReq.GetSlot(), bSuccess ) ); in OfaExec_Impl() 1158 …::rtl::OUString aCmd = ::rtl::OUString::createFromAscii( GetInterface()->GetSlot( rReq.GetSlot() )… in OfaExec_Impl() 1165 TransformItems( rReq.GetSlot(), *rReq.GetArgs(), aSeq ); in OfaExec_Impl() [all …]
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | txtcrsr.cxx | 78 switch(rReq.GetSlot()) in ExecBasicMove() 93 sal_uInt16 nSlot = rReq.GetSlot(); in ExecBasicMove() 119 sal_uInt16 nSlot = rReq.GetSlot(); in ExecMove() 159 sal_uInt16 nSlot = rReq.GetSlot(); in ExecMovePage() 188 switch ( rReq.GetSlot() ) in ExecMoveCol() 206 sal_uInt16 nSlot = rReq.GetSlot(); in ExecMoveLingu() 247 sal_uInt16 nSlot = rReq.GetSlot(); in ExecMoveMisc()
|
H A D | drwtxtsh.cxx | 368 switch(rReq.GetSlot()) in ExecDrawLingu() 464 switch (rReq.GetSlot()) in ExecDraw() 475 switch(rReq.GetSlot()) in ExecDraw() 497 sal_uInt16 nSlot = rReq.GetSlot(); in ExecDraw() 567 sal_uInt16 nSId = rReq.GetSlot(); in ExecDraw() 611 sal_uInt16 nId = rReq.GetSlot(), nCnt = 1; in ExecUndo() 714 switch( rReq.GetSlot() ) in ExecTransliteration()
|
H A D | txtattr.cxx | 89 sal_uInt16 nWhich = rReq.GetSlot(); in ExecCharAttr() 199 sal_uInt16 nSlot = rReq.GetSlot(); in ExecCharAttrArgs() 330 switch (rReq.GetSlot()) in ExecParaAttr() 374 sal_uInt16 nSlot = rReq.GetSlot(); in ExecParaAttr() 530 sal_uInt16 nSlot = rReq.GetSlot(); in ExecParaAttrArgs()
|
H A D | textidx.cxx | 57 sal_uInt16 nSlot = rReq.GetSlot(); in ExecIdx() 80 Invalidate(rReq.GetSlot()); in ExecIdx() 86 Invalidate(rReq.GetSlot()); in ExecIdx()
|
H A D | annotsh.cxx | 187 sal_uInt16 nSlot = rReq.GetSlot(); in Exec() 382 switch(rReq.GetSlot()) in Exec() 895 sal_uInt16 nSlot = rReq.GetSlot(); in ExecClpbrd() 1102 sal_uInt16 nSlot = rReq.GetSlot(); in NoteExec() 1213 sal_uInt16 nSlot = rReq.GetSlot(); in ExecLingu() 1414 switch( rReq.GetSlot() ) in ExecTransliteration() 1465 sal_uInt16 nId = rReq.GetSlot(); in ExecUndo()
|
/aoo42x/main/sc/source/ui/drawfunc/ |
H A D | futext.cxx | 206 sal_uInt16 nSlotID = aSfxRequest.GetSlot(); in MouseButtonDown() 310 else if (aSfxRequest.GetSlot() == SID_DRAW_NOTEEDIT ) in MouseButtonDown() 316 Execute(aSfxRequest.GetSlot(), SFX_CALLMODE_SLOT | SFX_CALLMODE_RECORD); in MouseButtonDown() 432 if (aSfxRequest.GetSlot() == SID_DRAW_TEXT_MARQUEE) in MouseButtonUp() 457 sal_uInt16 nSlotID(aSfxRequest.GetSlot()); in MouseButtonUp() 495 rDisp.Execute(aSfxRequest.GetSlot(), SFX_CALLMODE_SLOT | SFX_CALLMODE_RECORD); in MouseButtonUp() 515 rDisp.Execute(aSfxRequest.GetSlot(), SFX_CALLMODE_SLOT | SFX_CALLMODE_RECORD); in MouseButtonUp() 778 sal_uInt16 nSlotID = aSfxRequest.GetSlot(); in SetInEditMode()
|
/aoo42x/main/sfx2/source/view/ |
H A D | viewfrm.cxx | 304 if ( rReq.GetSlot() == SID_RELOAD ) in ExecReload_Impl() 360 switch ( rReq.GetSlot() ) in ExecReload_Impl() 569 SfxBoolItem( rReq.GetSlot(), sal_False ) ); in ExecReload_Impl() 615 if ( rReq.GetSlot() == SID_EDITDOC ) in ExecReload_Impl() 993 switch ( rReq.GetSlot() ) in ExecHistory_Impl() 1027 rReq.SetReturnValue( SfxBoolItem( rReq.GetSlot(), bOK ) ); in ExecHistory_Impl() 2479 switch ( rReq.GetSlot() ) in ExecView_Impl() 3054 switch ( rReq.GetSlot() ) in MiscExec_Impl() 3094 if ( rReq.GetSlot() != SID_RECORDMACRO ) in MiscExec_Impl() 3097 else if ( rReq.GetSlot() == SID_RECORDMACRO ) in MiscExec_Impl() [all …]
|
H A D | viewfrm2.cxx | 273 switch ( rReq.GetSlot() ) in Exec_Impl() 307 Invalidate( rReq.GetSlot() ); in Exec_Impl() 383 rReq.SetReturnValue( SfxBoolItem( rReq.GetSlot(), bClosed )); in Exec_Impl() 455 sal_uInt16 nSlotId = rRequest.GetSlot(); in INetExecute_Impl()
|
/aoo42x/main/sfx2/source/control/ |
H A D | objface.cxx | 187 pIter->pLinkedSlot = GetSlot( pIter->nMasterSlotId ); in SetSlotMap() 236 const SfxSlot *pMasterSlot = GetSlot(pIter->nMasterSlotId); in SetSlotMap() 324 const SfxSlot* SfxInterface::GetSlot( sal_uInt16 nFuncId ) const in GetSlot() function in SfxInterface 334 return pGenoType->GetSlot( nFuncId ); in GetSlot() 339 const SfxSlot* SfxInterface::GetSlot( const String& rCommand ) const in GetSlot() function in SfxInterface 354 return pGenoType ? pGenoType->GetSlot( aCommand ) : NULL; in GetSlot() 386 const SfxSlot *pSlot = GetSlot(nSlotId); in GetRealSlot()
|
H A D | msgpool.cxx | 175 const SfxSlot* pSlot = (const_cast <SfxSlotPool*> (this))->GetSlot( nId ); in GetSlotType() 203 const SfxSlot* SfxSlotPool::GetSlot( sal_uInt16 nId ) in GetSlot() function in SfxSlotPool 211 const SfxSlot *pDef = _pInterfaces->GetObject(nInterf)->GetSlot(nId); in GetSlot() 217 return _pParentPool ? _pParentPool->GetSlot( nId ) : 0; in GetSlot() 397 pSlot = (*_pInterfaces)[nInterface]->GetSlot( rName ); in GetUnoSlot()
|
H A D | dispatch.cxx | 956 *ppSlot = aSvr.GetSlot(); in GetShellAndSlot_Impl() 1179 const SfxSlot *pSlot = GetSlot( rCommand ); in GetSlotId() 1185 const SfxSlot* SfxDispatcher::GetSlot( const String& rCommand ) in GetSlot() function in SfxDispatcher 1206 pSlot = pIFace->GetSlot( rCommand ); in GetSlot() 1567 if ( !IsLocked(pReq->GetSlot()) ) in IMPL_LINK() 1575 const SfxSlot *pSlot = aSvr.GetSlot(); in IMPL_LINK() 2205 const SfxSlot *pSlot = pIFace->GetSlot(nSlot); in _TryIntercept_Impl() 2331 const SfxSlot *pSlot = pIFace->GetSlot(nSlot); in _FindServer() 2447 const SfxSlot *pSlot = pIFace->GetSlot(nSlot); in HasSlot_Impl() 2516 const SfxSlot *pSlot = rSvr.GetSlot(); in _FillState() [all …]
|
H A D | statcach.cxx | 280 const SfxSlot* pSlot = aSlotServ.GetSlot(); in GetSlotServer() 283 pSlot = SfxSlotPool::GetSlotPool( rDispat.GetFrame() ).GetSlot( nId ); in GetSlotServer() 289 return aSlotServ.GetSlot()? &aSlotServ: 0; in GetSlotServer() 325 return aSlotServ.GetSlot()? &aSlotServ: 0; in GetSlotServer() 353 return aSlotServ.GetSlot()? &aSlotServ: 0; in GetSlotServer()
|
H A D | shell.cxx | 621 const SfxSlot *pSlot = pIF->GetSlot(nId); in Invalidate_Impl() 946 sal_uInt16 nSlot = rReq.GetSlot(); in ExecuteSlot() 951 pSlot = pIF->GetSlot(nSlot); in ExecuteSlot() 1019 pSlot = pIF->GetSlot(nSlotId); in GetSlotState() 1159 sal_uInt16 nId = rReq.GetSlot(); in VerbExec()
|
H A D | bindings.cxx | 516 !pMsgServer->GetSlot()->IsMode(SFX_SLOT_VOLATILE) ) ) in Update() 1222 pSlot = pServer->GetSlot(); in Execute_Impl() 1445 if ( SFX_KIND_ENUM == pMsgSvr->GetSlot()->GetKind() ) in CreateSet_Impl() 1447 pRealSlot = pInterface->GetRealSlot(pMsgSvr->GetSlot()); in CreateSet_Impl() 1452 pRealSlot = pMsgSvr->GetSlot(); in CreateSet_Impl() 1491 pSiblingFnc = pServ->GetSlot()->GetStateFnc(); in CreateSet_Impl() 1796 if ( pSlotServer && pSlotServer->GetSlot()->IsMode(SFX_SLOT_VOLATILE) ) in IMPL_LINK() 1983 const SfxSlot* SfxBindings::GetSlot(sal_uInt16 nSlotId) in GetSlot() function in SfxBindings 1996 pCache->GetSlotServer(*pDispatcher, pImp->xProv)->GetSlot(): 0; in GetSlot() 2097 const SfxSlot* pSlot = SfxSlotPool::GetSlotPool( pDispatcher->GetFrame() ).GetSlot( nSlot ); in QueryState()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | cellsh4.cxx | 60 sal_uInt16 nSlotId = rReq.GetSlot(); in ExecuteCursor() 175 sal_uInt16 nSlotId = rReq.GetSlot(); in ExecuteCursorSel() 211 sal_uInt16 nSlotId = rReq.GetSlot(); in ExecuteMove() 310 sal_uInt16 nSlotId = rReq.GetSlot(); in ExecutePageSel() 329 sal_uInt16 nSlotId = rReq.GetSlot(); in ExecutePage()
|
H A D | tabvwsh3.cxx | 124 sal_uInt16 nSlot = rReq.GetSlot(); in Execute() 817 … GetStaticInterface()->GetSlot(SID_SELECT_TABLES)->GetCommand(), HID_SELECTTABLES ); in Execute() 1014 pDlg->SetHelpId( GetStaticInterface()->GetSlot(FID_PROTECT_DOC)->GetCommand() ); in Execute() 1037 pDlg->SetHelpId( GetStaticInterface()->GetSlot(FID_PROTECT_DOC)->GetCommand() ); in Execute() 1088 pDlg->SetHelpId( GetStaticInterface()->GetSlot(FID_PROTECT_TABLE)->GetCommand() ); in Execute() 1160 pDlg->SetHelpId( GetStaticInterface()->GetSlot(FID_PROTECT_TABLE)->GetCommand() ); in Execute() 1182 pDlg->SetHelpId( GetStaticInterface()->GetSlot(FID_PROTECT_TABLE)->GetCommand() ); in Execute()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | drviewse.cxx | 162 sal_uInt16 nSId = rReq.GetSlot(); in FuPermanent() 328 short nSlotId = rReq.GetSlot(); in FuPermanent() 652 if( rReq.GetSlot() == SID_STYLE_FAMILY && rReq.GetArgs()) in FuSupport() 657 (rReq.GetSlot() != SID_PRESENTATION_END && in FuSupport() 658 rReq.GetSlot() != SID_SIZE_PAGE)) in FuSupport() 666 sal_uInt16 nSId = rReq.GetSlot(); in FuSupport() 709 if( ( SID_REHEARSE_TIMINGS != rReq.GetSlot() ) ) in FuSupport() 1083 mbZoomOnPage = ( rReq.GetSlot() == SID_SIZE_PAGE ); in FuSupport() 1095 if( rReq.GetSlot() == SID_SIZE_PAGE ) in FuSupport()
|
H A D | drviews3.cxx | 127 rReq.GetSlot() != SID_SWITCHPAGE && in SO2_DECL_REF() 128 rReq.GetSlot() != SID_JUMPTOMARK) in SO2_DECL_REF() 134 sal_uInt16 nSlot = rReq.GetSlot(); in SO2_DECL_REF() 527 if ( rReq.GetSlot() == SID_ATTR_LONG_LRSPACE || in ExecRuler() 528 rReq.GetSlot() == SID_ATTR_LONG_ULSPACE ) in ExecRuler() 535 switch ( rReq.GetSlot() ) in ExecRuler() 980 switch ( rReq.GetSlot() ) in ExecStatusBar()
|
H A D | drviews2.cxx | 132 if(SlideShow::IsRunning( GetViewShellBase() ) && (rReq.GetSlot() != SID_NAVIGATOR)) in FuTemporary() 143 sal_uInt16 nSId = rReq.GetSlot(); in FuTemporary() 182 switch( rReq.GetSlot() ) in FuTemporary() 545 if( rReq.GetSlot() == SID_CHANGEBEZIER ) in FuTemporary() 914 sal_uInt16 nSId = rReq.GetSlot(); in ExecChar() 1100 sal_uInt16 nSId = rReq.GetSlot(); in ExecutePropPanelAttr()
|
H A D | drbezob.cxx | 240 sal_uInt16 nSId = rReq.GetSlot(); in Execute() 341 static_cast<FuSelection*>(xFunc.get())->SetEditMode(rReq.GetSlot()); in Execute() 345 static_cast<FuConstructBezierPolygon*>(xFunc.get())->SetEditMode(rReq.GetSlot()); in Execute()
|
H A D | drviewsc.cxx | 83 sal_uInt16 nSId = rReq.GetSlot(); in FuTemp03() 565 if( rReq.GetSlot() == SID_STYLE_EDIT && !rReq.GetArgs() ) in FuTemp03() 600 if( rReq.GetSlot() == SID_STYLE_APPLY ) in FuTemp03() 604 else if( rReq.GetSlot() == SID_STYLE_APPLY ) in FuTemp03()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | objserv.cxx | 356 sal_uInt16 nId = rReq.GetSlot(); in ExecFile_Impl() 608 const SfxSlot* pSlot = GetModule()->GetSlotPool()->GetSlot( nId ); in ExecFile_Impl() 1072 switch ( rReq.GetSlot() ) in ExecProps_Impl() 1088 ::rtl::OUString aStr = ( (SfxStringItem&)rReq.GetArgs()->Get(rReq.GetSlot())).GetValue(); in ExecProps_Impl() 1095 ::rtl::OUString aStr = ( (SfxStringItem&)rReq.GetArgs()->Get(rReq.GetSlot())).GetValue(); in ExecProps_Impl() 1102 ::rtl::OUString aStr = ( (SfxStringItem&)rReq.GetArgs()->Get(rReq.GetSlot())).GetValue(); in ExecProps_Impl() 1193 switch ( rReq.GetSlot() ) in ExecView_Impl()
|
/aoo42x/main/sd/source/ui/table/ |
H A D | tableobjectbar.cxx | 158 sal_uLong nSlotId = rReq.GetSlot(); in Execute() 167 …tWindow(), nSlotId == SID_TABLE_INSERT_COL_DLG, SD_MOD()->GetSlotPool()->GetSlot(nSlotId)->GetComm… in Execute() 189 switch( rReq.GetSlot() ) in Execute()
|
/aoo42x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsSlotManager.cxx | 143 switch (rRequest.GetSlot()) in FuTemporary() 295 switch(rRequest.GetSlot()) in FuPermanent() 325 switch (rRequest.GetSlot()) in FuSupport() 383 rRequest.GetSlot(), rRequest); in FuSupport() 430 sal_uInt16 nSlot = rRequest.GetSlot(); in ExecCtrl() 874 if( ( SID_REHEARSE_TIMINGS != rReq.GetSlot() ) ) in ShowSlideShow()
|