|
LibreOffice Module sc (master) 1
|
#include <fuinsert.hxx>
Public Member Functions | |
| FuInsertOLE (ScTabViewShell &rViewSh, vcl::Window *pWin, ScDrawView *pView, SdrModel *pDoc, SfxRequest &rReq) | |
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 34 of file fuinsert.hxx.
| FuInsertOLE::FuInsertOLE | ( | ScTabViewShell & | rViewSh, |
| vcl::Window * | pWin, | ||
| ScDrawView * | pView, | ||
| SdrModel * | pDoc, | ||
| SfxRequest & | rReq | ||
| ) |
initialize DLLs here, so that the factories exist?
Definition at line 216 of file fuins2.cxx.
References ScTabViewShell::ActivateObject(), Point::AdjustX(), aName, SfxRequest::AppendItem(), SvxAbstractDialogFactory::Create(), comphelper::EmbeddedObjectContainer::CreateEmbeddedObject(), SfxRequest::Done(), SvObjectServerList::FillInsertObjects(), SfxRequest::GetArg(), SvGlobalName::GetByteSequence(), ScViewData::GetDocument(), SfxObjectShell::GetEmbeddedObjectContainer(), SfxViewShell::GetFrameWeld(), ScTabView::GetInsertPos(), SfxViewFrame::GetObjectShell(), SfxViewShell::GetObjectShell(), SdrPaintView::GetSdrPageView(), svt::EmbeddedObjectRef::GetSize(), SfxRequest::GetSlot(), ScViewData::GetTabNo(), comphelper::OStorageHelper::GetTemporaryStorage(), SfxGlobalNameItem::GetValue(), ScTabView::GetViewData(), SfxViewShell::GetViewFrame(), Size::Height(), SfxRequest::Ignore(), comphelper::EmbeddedObjectContainer::InsertEmbeddedObject(), SdrEditView::InsertObjectAtView(), SfxRequest::IsAPI(), SotExchange::IsChart(), Size::IsEmpty(), SvtModuleOptions::IsMath(), ScDocument::IsNegativePage(), OutputDevice::LogicToLogic(), FuPoor::pView, SvObjectServerList::Remove(), FuPoor::rViewShell, SC_MOD, ScTabViewShell::SetDrawShell(), svt::EmbeddedObjectRef::SetGraphicStream(), Size::setHeight(), tools::Rectangle::SetSize(), Size::setWidth(), SO3_SM_CLASSID_60, SdrView::UnmarkAll(), VCLUnoHelper::UnoEmbed2VCLMapUnit(), and Size::Width().