LibreOffice Module sc (master) 1
Functions
fuins1.cxx File Reference
#include <config_features.h>
#include <officecfg/Office/Common.hxx>
#include <editeng/sizeitem.hxx>
#include <sal/log.hxx>
#include <sfx2/opengrf.hxx>
#include <sfx2/viewfrm.hxx>
#include <svx/svdograf.hxx>
#include <svx/svdomedia.hxx>
#include <svx/svdpage.hxx>
#include <svx/svdpagv.hxx>
#include <svx/svdview.hxx>
#include <svx/linkwarn.hxx>
#include <svx/svxids.hrc>
#include <vcl/graphicfilter.hxx>
#include <svl/stritem.hxx>
#include <avmedia/mediawindow.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <vcl/GraphicNativeTransform.hxx>
#include <vcl/GraphicNativeMetadata.hxx>
#include <fuinsert.hxx>
#include <tabvwsh.hxx>
#include <drwlayer.hxx>
#include <drawview.hxx>
#include <document.hxx>
#include <scresid.hxx>
#include <strings.hrc>
#include <globstr.hrc>
#include <comphelper/lok.hxx>
#include <com/sun/star/frame/XDispatchProvider.hpp>
#include <com/sun/star/media/XPlayer.hpp>
#include <com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp>
#include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp>
#include <com/sun/star/ui/dialogs/ListboxControlActions.hpp>
#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
#include <com/sun/star/uno/Sequence.hxx>
Include dependency graph for fuins1.cxx:

Go to the source code of this file.

Functions

void ScLimitSizeOnDrawPage (Size &rSize, Point &rPos, const Size &rPage)
 
static void lcl_InsertGraphic (const Graphic &rGraphic, const OUString &rFileName, bool bAsLink, bool bApi, ScTabViewShell &rViewSh, const vcl::Window *pWindow, SdrView *pView, ScAnchorType aAnchorType=SCA_CELL)
 

Function Documentation

◆ lcl_InsertGraphic()

static void lcl_InsertGraphic ( const Graphic rGraphic,
const OUString &  rFileName,
bool  bAsLink,
bool  bApi,
ScTabViewShell rViewSh,
const vcl::Window pWindow,
SdrView pView,
ScAnchorType  aAnchorType = SCA_CELL 
)
static

◆ ScLimitSizeOnDrawPage()

void ScLimitSizeOnDrawPage ( Size rSize,
Point rPos,
const Size rPage 
)