LibreOffice Module sc (master) 1
|
#include <fuinsert.hxx>
Public Member Functions | |
FuInsertGraphic (ScTabViewShell &rViewSh, vcl::Window *pWin, ScDrawView *pView, SdrModel *pDoc, SfxRequest &rReq) | |
virtual | ~FuInsertGraphic () override |
Public Member Functions inherited from FuPoor | |
FuPoor (ScTabViewShell &rViewSh, vcl::Window *pWin, ScDrawView *pView, SdrModel *pDoc, const SfxRequest &rReq) | |
virtual | ~FuPoor () |
void | SetMouseButtonCode (sal_uInt16 nNew) |
sal_uInt16 | GetMouseButtonCode () const |
virtual bool | KeyInput (const KeyEvent &rKEvt) |
virtual bool | MouseMove (const MouseEvent &) |
virtual bool | MouseButtonUp (const MouseEvent &rMEvt) |
virtual bool | MouseButtonDown (const MouseEvent &rMEvt) |
sal_uInt8 | Command (const CommandEvent &rCEvt) |
virtual void | Activate () |
virtual void | Deactivate () |
void | SetWindow (vcl::Window *pWin) |
sal_uInt16 | GetSlotID () const |
bool | IsDetectiveHit (const Point &rLogicPos) |
void | StopDragTimer () |
virtual rtl::Reference< SdrObject > | CreateDefaultObject (const sal_uInt16 nID, const tools::Rectangle &rRectangle) |
virtual bool | doConstructOrthogonal () const |
Additional Inherited Members | |
Protected Member Functions inherited from FuPoor | |
DECL_LINK (ScrollHdl, Timer *, void) | |
void | ForceScroll (const Point &aPixPos) |
DECL_LINK (DragTimerHdl, Timer *, void) | |
DECL_LINK (DragHdl, void *, void) | |
Static Protected Member Functions inherited from FuPoor | |
static void | ImpForceQuadratic (tools::Rectangle &rRect) |
Protected Attributes inherited from FuPoor | |
ScDrawView * | pView |
ScTabViewShell & | rViewShell |
VclPtr< vcl::Window > | pWindow |
SdrModel * | pDrDoc |
SfxRequest | aSfxRequest |
Timer | aScrollTimer |
Timer | aDragTimer |
bool | bIsInDragMode |
Point | aMDPos |
Definition at line 26 of file fuinsert.hxx.
FuInsertGraphic::FuInsertGraphic | ( | ScTabViewShell & | rViewSh, |
vcl::Window * | pWin, | ||
ScDrawView * | pView, | ||
SdrModel * | pDoc, | ||
SfxRequest & | rReq | ||
) |
Definition at line 259 of file fuins1.cxx.
References Any, SfxRequest::AppendItem(), SfxRequest::Done(), ERRCODE_NONE, Exception, SvxOpenGraphicDialog::Execute(), SfxRequest::GetArgs(), SvxOpenGraphicDialog::GetDetectedFilter(), SvxOpenGraphicDialog::GetFilePickerControlAccess(), vcl::Window::GetFrameWeld(), SvxOpenGraphicDialog::GetGraphic(), GraphicFilter::GetGraphicFilter(), SfxItemSet::GetItemIfSet(), SfxItemSet::GetItemState(), SvxOpenGraphicDialog::GetPath(), CntUnencodedStringItem::GetValue(), GetValue, SvxOpenGraphicDialog::IsAsLink(), lcl_InsertGraphic(), GraphicFilter::LoadGraphic(), FuPoor::pView, FuPoor::pWindow, RET_OK, SAL_WARN, SCA_CELL, SCA_CELL_RESIZE, SCA_DONTKNOW, SCA_PAGE, and ScResId().
|
overridevirtual |
Definition at line 368 of file fuins1.cxx.