Home
last modified time | relevance | path

Searched refs:rReq (Results 226 – 250 of 316) sorted by relevance

12345678910>>...13

/trunk/main/sd/source/ui/inc/
H A DGraphicObjectBar.hxx48 void Execute( SfxRequest& rReq );
51 void ExecuteFilter( SfxRequest& rReq );
H A Dfuslid.hxx50 …ViewShell* pViewSh, ::sd::Window* pWin, SlideView* pView, SdDrawDocument* pDoc, SfxRequest& rReq );
65 SfxRequest& rReq);
H A Dfudspord.hxx48 …iewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq );
72 SfxRequest& rReq);
H A Dfuconstr.hxx49 virtual void DoExecute( SfxRequest& rReq );
76 SfxRequest& rReq);
H A Dfuhhconv.hxx41 …iewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq );
64 SfxRequest& rReq );
H A Dfuoltext.hxx49 …iewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq );
75 SfxRequest& rReq);
H A Dfuzoom.hxx42 …iewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq );
69 SfxRequest& rReq);
/trunk/main/sw/source/ui/inc/
H A Dtabsh.hxx47 void ExecTableStyle(SfxRequest& rReq);
49 void ExecNumberFormat(SfxRequest& rReq);
H A Dconcustomshape.hxx48 ConstCustomShape( SwWrtShell* pSh, SwEditWin* pWin, SwView* pView, SfxRequest& rReq );
57 static rtl::OUString GetShapeTypeFromRequest( SfxRequest& rReq );
H A Dbookmark.hxx72 SfxRequest& rReq; member in SwInsertBookmarkDlg
80 SwInsertBookmarkDlg( Window *pParent, SwWrtShell &rSh, SfxRequest& rReq );
/trunk/main/sd/source/ui/func/
H A Dfuoutl.cxx52 SfxRequest& rReq) in FuOutline() argument
53 : FuPoor(pViewShell, pWindow, pView, pDoc, rReq), in FuOutline()
/trunk/main/sfx2/source/control/
H A Ddispatch.cxx224 int SfxDispatcher::Call_Impl( SfxShell& rShell, const SfxSlot &rSlot, SfxRequest &rReq, sal_Bool bR… in Call_Impl() argument
259 rReq.Record_Impl( rShell, rSlot, xRecorder, GetFrame() ); in Call_Impl()
285 rShell.CallExec( pFunc, rReq ); in Call_Impl()
299 return rReq.IsDone(); in Call_Impl()
303 if ( rReq.IsDone() ) in Call_Impl()
1004 SfxRequest& rReq, // auszuf"uhrende Funktion (Id und optional Parameter) in _Execute() argument
1035 rReq.AllowRecording( sal_True ); in _Execute()
1036 pDispat->pImp->xPoster->Post(new SfxRequest(rReq)); in _Execute()
1046 Call_Impl( rShell, rSlot, rReq, SFX_CALLMODE_RECORD==(eCallMode&SFX_CALLMODE_RECORD) ); in _Execute()
/trunk/main/sw/source/ui/app/
H A Dapplab.cxx184 void SwModule::InsertLab(SfxRequest& rReq, sal_Bool bLabel) in InsertLab() argument
225 SfxViewFrame* pViewFrame = SfxViewFrame::DisplayNewDocument( *xDocSh, rReq ); in InsertLab()
451 rReq.SetReturnValue(SfxVoidItem(bLabel ? FN_LABEL : FN_BUSINESS_CARD)); in InsertLab()
/trunk/main/sd/inc/
H A Dsdmod.hxx110 void Execute(SfxRequest& rReq);
162 SfxFrame* ExecuteNewDocument( SfxRequest& rReq );
/trunk/main/sc/source/ui/drawfunc/
H A Dfuconarc.cxx43 SdrModel* pDoc, SfxRequest& rReq ) in FuConstArc() argument
44 : FuConstruct( pViewSh, pWin, pViewP, pDoc, rReq ) in FuConstArc()
H A Dfumark.cxx48 SdrModel* pDoc, SfxRequest& rReq) : in FuMarkRect() argument
49 FuPoor(pViewSh, pWin, pViewP, pDoc, rReq), in FuMarkRect()
H A Dfuconrec.cxx51 SdrModel* pDoc, SfxRequest& rReq) in FuConstRectangle() argument
52 : FuConstruct(pViewSh, pWin, pViewP, pDoc, rReq) in FuConstRectangle()
H A Dfuconstr.cxx53 SdrModel* pDoc, SfxRequest& rReq) : in FuConstruct() argument
54 FuDraw(pViewSh, pWin, pViewP, pDoc, rReq) in FuConstruct()
H A Dfupoor.cxx47 SdrModel* pDoc, SfxRequest& rReq) : in FuPoor() argument
52 aSfxRequest(rReq), in FuPoor()
/trunk/main/sw/source/ui/uiview/
H A Dview1.cxx173 void SwView::ExecFormatPaintbrush(SfxRequest& rReq) in ExecFormatPaintbrush() argument
188 const SfxItemSet *pArgs = rReq.GetArgs(); in ExecFormatPaintbrush()
H A Dviewdlg2.cxx63 void SwView::ExecDlgExt(SfxRequest &rReq) in ExecDlgExt() argument
67 switch ( rReq.GetSlot() ) in ExecDlgExt()
/trunk/main/sfx2/inc/sfx2/
H A Drequest.hxx128 #define SFX_REQUEST_ARG(rReq, pItem, ItemType, nSlotId, bDeep) \ argument
130 rReq.GetArg( nSlotId, bDeep, TYPE(ItemType) )
/trunk/main/sc/source/ui/view/
H A Dpivotsh.cxx93 void ScPivotShell::Execute( SfxRequest& rReq ) in Execute() argument
95 switch ( rReq.GetSlot() ) in Execute()
/trunk/main/sw/source/ui/shells/
H A Ddrwbassh.cxx117 void SwDrawBaseShell::Execute(SfxRequest &rReq) in Execute() argument
121 const SfxItemSet *pArgs = rReq.GetArgs(); in Execute()
122 sal_uInt16 nSlotId = rReq.GetSlot(); in Execute()
404 if (rReq.IsAPI() || in Execute()
/trunk/main/svx/source/tbxctrls/
H A Dgrafctrl.cxx851 void SvxGrafAttrHelper::ExecuteGrafAttr( SfxRequest& rReq, SdrView& rView ) in ExecuteGrafAttr() argument
864 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecuteGrafAttr()
866 sal_uInt16 nSlot = rReq.GetSlot(); in ExecuteGrafAttr()
1109 rReq.Done(); in ExecuteGrafAttr()

Completed in 88 milliseconds

12345678910>>...13