|
LibreOffice Module sc (master) 1
|
#include <fuinsert.hxx>
Public Member Functions | |
| FuInsertMedia (ScTabViewShell &rViewSh, vcl::Window *pWin, ScDrawView *pView, SdrModel *pDoc, const SfxRequest &rReq) | |
| virtual | ~FuInsertMedia () 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 49 of file fuinsert.hxx.
| FuInsertMedia::FuInsertMedia | ( | ScTabViewShell & | rViewSh, |
| vcl::Window * | pWin, | ||
| ScDrawView * | pView, | ||
| SdrModel * | pDoc, | ||
| const SfxRequest & | rReq | ||
| ) |
Definition at line 372 of file fuins1.cxx.
References aURL, avmedia::MediaWindow::dispatchInsertAVMedia(), vcl::Window::EnterWait(), avmedia::MediaWindow::executeFormatErrorBox(), avmedia::MediaWindow::executeMediaURLDialog(), SfxItemSet::Get(), SfxRequest::GetArg(), SfxRequest::GetArgs(), SfxViewFrame::GetFrame(), SfxFrame::GetFrameInterface(), vcl::Window::GetFrameWeld(), SvxSizeItem::GetSize(), SfxRequest::GetSlot(), CntUnencodedStringItem::GetValue(), SfxViewShell::GetViewFrame(), avmedia::MediaWindow::isMediaURL(), vcl::Window::LeaveWait(), FuPoor::pView, FuPoor::pWindow, and FuPoor::rViewShell.
|
overridevirtual |
Definition at line 445 of file fuins1.cxx.