Home
last modified time | relevance | path

Searched refs:aSfxRequest (Results 1 – 20 of 20) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/drawfunc/
H A Dfutext.cxx190 sal_uInt16 nSlotID = aSfxRequest.GetSlot(); in MouseButtonDown()
284 else if (aSfxRequest.GetSlot() == SID_DRAW_NOTEEDIT ) in MouseButtonDown()
289 Execute(aSfxRequest.GetSlot(), SfxCallMode::SLOT | SfxCallMode::RECORD); in MouseButtonDown()
302 … rViewData.GetDispatcher().Execute(aSfxRequest.GetSlot(), SfxCallMode::SLOT | SfxCallMode::RECORD); in MouseButtonDown()
326 … rViewData.GetDispatcher().Execute(aSfxRequest.GetSlot(), SfxCallMode::SLOT | SfxCallMode::RECORD); in MouseButtonDown()
388 if (aSfxRequest.GetSlot() == SID_DRAW_TEXT_MARQUEE) in MouseButtonUp()
412 sal_uInt16 nSlotID(aSfxRequest.GetSlot()); in MouseButtonUp()
447 rDisp.Execute(aSfxRequest.GetSlot(), SfxCallMode::SLOT | SfxCallMode::RECORD); in MouseButtonUp()
467 rDisp.Execute(aSfxRequest.GetSlot(), SfxCallMode::SLOT | SfxCallMode::RECORD); in MouseButtonUp()
575 sal_uInt16 nSlotID = aSfxRequest.GetSlot(); in SetInEditMode()
H A Dfupoor.cxx41 aSfxRequest(rReq), in FuPoor()
270 else if (aSfxRequest.GetSlot() == SID_DRAW_XPOLYGON in doConstructOrthogonal()
271 || aSfxRequest.GetSlot() == SID_DRAW_XPOLYGON_NOFILL in doConstructOrthogonal()
272 || aSfxRequest.GetSlot() == SID_DRAW_XLINE) in doConstructOrthogonal()
H A Dfuconstr.cxx210 rDisp.Execute(aSfxRequest.GetSlot(), SfxCallMode::SLOT | SfxCallMode::RECORD); in SimpleMouseButtonUp()
234 Execute(aSfxRequest.GetSlot(), SfxCallMode::SLOT | SfxCallMode::RECORD); in KeyInput()
H A Dfuconrec.cxx113 SetLineEnds(aAttr, *pObj, aSfxRequest.GetSlot()); in MouseButtonDown()
131 if (aSfxRequest.GetSlot() == SID_DRAW_CAPTION_VERTICAL) in MouseButtonUp()
157 switch (aSfxRequest.GetSlot() ) in Activate()
H A Dfuconarc.cxx76 switch (aSfxRequest.GetSlot() ) in Activate()
H A Dfudraw.cxx198 if ( rViewShell.IsDrawTextShell() || aSfxRequest.GetSlot() == SID_DRAW_NOTEEDIT ) in KeyInput()
202 … rViewData.GetDispatcher().Execute(aSfxRequest.GetSlot(), SfxCallMode::SLOT | SfxCallMode::RECORD); in KeyInput()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/drawfunc/
H A Dfutext.cxx189 sal_uInt16 nSlotID = aSfxRequest.GetSlot(); in MouseButtonDown()
283 else if (aSfxRequest.GetSlot() == SID_DRAW_NOTEEDIT ) in MouseButtonDown()
288 Execute(aSfxRequest.GetSlot(), SfxCallMode::SLOT | SfxCallMode::RECORD); in MouseButtonDown()
301 … rViewData.GetDispatcher().Execute(aSfxRequest.GetSlot(), SfxCallMode::SLOT | SfxCallMode::RECORD); in MouseButtonDown()
325 … rViewData.GetDispatcher().Execute(aSfxRequest.GetSlot(), SfxCallMode::SLOT | SfxCallMode::RECORD); in MouseButtonDown()
387 if (aSfxRequest.GetSlot() == SID_DRAW_TEXT_MARQUEE) in MouseButtonUp()
411 sal_uInt16 nSlotID(aSfxRequest.GetSlot()); in MouseButtonUp()
446 rDisp.Execute(aSfxRequest.GetSlot(), SfxCallMode::SLOT | SfxCallMode::RECORD); in MouseButtonUp()
466 rDisp.Execute(aSfxRequest.GetSlot(), SfxCallMode::SLOT | SfxCallMode::RECORD); in MouseButtonUp()
571 sal_uInt16 nSlotID = aSfxRequest.GetSlot(); in SetInEditMode()
H A Dfupoor.cxx41 aSfxRequest(rReq), in FuPoor()
270 else if (aSfxRequest.GetSlot() == SID_DRAW_XPOLYGON in doConstructOrthogonal()
271 || aSfxRequest.GetSlot() == SID_DRAW_XPOLYGON_NOFILL in doConstructOrthogonal()
272 || aSfxRequest.GetSlot() == SID_DRAW_XLINE) in doConstructOrthogonal()
H A Dfuconstr.cxx210 rDisp.Execute(aSfxRequest.GetSlot(), SfxCallMode::SLOT | SfxCallMode::RECORD); in SimpleMouseButtonUp()
234 Execute(aSfxRequest.GetSlot(), SfxCallMode::SLOT | SfxCallMode::RECORD); in KeyInput()
H A Dfuconrec.cxx112 SetLineEnds(aAttr, *pObj, aSfxRequest.GetSlot()); in MouseButtonDown()
130 if (aSfxRequest.GetSlot() == SID_DRAW_CAPTION_VERTICAL) in MouseButtonUp()
156 switch (aSfxRequest.GetSlot() ) in Activate()
H A Dfuconarc.cxx75 switch (aSfxRequest.GetSlot() ) in Activate()
H A Dfudraw.cxx178 if ( rViewShell.IsDrawTextShell() || aSfxRequest.GetSlot() == SID_DRAW_NOTEEDIT ) in KeyInput()
181 … rViewData.GetDispatcher().Execute(aSfxRequest.GetSlot(), SfxCallMode::SLOT | SfxCallMode::RECORD); in KeyInput()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dprevwsh.cxx995 SfxRequest aSfxRequest( pSfxViewFrame, SID_PREVIEW_PREVIOUS ); in DoScroll() local
996 Execute( aSfxRequest ); in DoScroll()
1018 SfxRequest aSfxRequest( pSfxViewFrame, SID_PREVIEW_NEXT ); in DoScroll() local
1019 Execute( aSfxRequest ); in DoScroll()
1040 Execute( aSfxRequest ); in DoScroll()
1062 SfxRequest aSfxRequest( pSfxViewFrame, SID_PREVIEW_NEXT ); in DoScroll() local
1063 Execute( aSfxRequest ); in DoScroll()
1078 SfxRequest aSfxRequest( pSfxViewFrame, SID_PREVIEW_FIRST ); in DoScroll() local
1079 Execute( aSfxRequest ); in DoScroll()
1098 SfxRequest aSfxRequest( pSfxViewFrame, SID_PREVIEW_LAST ); in DoScroll() local
[all …]
H A Dtabview5.cxx247 … SfxRequest aSfxRequest(SID_OBJECT_SELECT, SfxCallMode::SLOT, aViewData.GetViewShell()->GetPool()); in MakeDrawView() local
249 pLayer,aSfxRequest)); in MakeDrawView()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dfupoor.hxx47 SfxRequest aSfxRequest; member in FuPoor
90 sal_uInt16 GetSlotID() const { return aSfxRequest.GetSlot(); } in GetSlotID()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dfupoor.hxx48 SfxRequest const aSfxRequest; member in FuPoor
91 sal_uInt16 GetSlotID() const { return aSfxRequest.GetSlot(); } in GetSlotID()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dprevwsh.cxx1001 SfxRequest aSfxRequest( pSfxViewFrame, SID_PREVIEW_PREVIOUS ); in DoScroll() local
1002 Execute( aSfxRequest ); in DoScroll()
1024 SfxRequest aSfxRequest( pSfxViewFrame, SID_PREVIEW_NEXT ); in DoScroll() local
1025 Execute( aSfxRequest ); in DoScroll()
1046 Execute( aSfxRequest ); in DoScroll()
1068 SfxRequest aSfxRequest( pSfxViewFrame, SID_PREVIEW_NEXT ); in DoScroll() local
1069 Execute( aSfxRequest ); in DoScroll()
1084 SfxRequest aSfxRequest( pSfxViewFrame, SID_PREVIEW_FIRST ); in DoScroll() local
1085 Execute( aSfxRequest ); in DoScroll()
1104 SfxRequest aSfxRequest( pSfxViewFrame, SID_PREVIEW_LAST ); in DoScroll() local
[all …]
H A Dtabview5.cxx254 … SfxRequest aSfxRequest(SID_OBJECT_SELECT, SfxCallMode::SLOT, aViewData.GetViewShell()->GetPool()); in MakeDrawView() local
256 pLayer,aSfxRequest)); in MakeDrawView()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Dview.cxx987 SfxRequest aSfxRequest( FN_UPDATE_TOX, SfxCallMode::SLOT, GetPool() ); in SwView() local
988 Execute( aSfxRequest ); in SwView()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Dview.cxx996 SfxRequest aSfxRequest( FN_UPDATE_TOX, SfxCallMode::SLOT, GetPool() ); in SwView() local
997 Execute( aSfxRequest ); in SwView()