LibreOffice Module svx (master) 1
Functions
galmisc.cxx File Reference
#include <sal/config.h>
#include <sot/storage.hxx>
#include <unotools/streamwrap.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/string.hxx>
#include <ucbhelper/content.hxx>
#include <com/sun/star/ucb/ContentCreationException.hpp>
#include <tools/urlobj.hxx>
#include <vcl/graphicfilter.hxx>
#include <svl/itempool.hxx>
#include <sfx2/docfile.hxx>
#include <vcl/svapp.hxx>
#include <vcl/window.hxx>
#include <svx/svdpage.hxx>
#include <svx/dialmgr.hxx>
#include <svx/svdograf.hxx>
#include <svx/fmmodel.hxx>
#include <svx/unomodel.hxx>
#include "codec.hxx"
#include <svx/strings.hrc>
#include <svx/galtheme.hxx>
#include <svx/galmisc.hxx>
#include <osl/diagnose.h>
#include <com/sun/star/awt/XProgressMonitor.hpp>
#include <com/sun/star/ucb/TransferInfo.hpp>
#include <com/sun/star/ucb/NameClash.hpp>
#include <memory>
Include dependency graph for galmisc.cxx:

Go to the source code of this file.

Functions

GalleryGraphicImportRet GalleryGraphicImport (const INetURLObject &rURL, Graphic &rGraphic, OUString &rFilterName)
 
bool GallerySvDrawImport (SvStream &rIStm, SdrModel &rModel)
 
bool CreateIMapGraphic (const FmFormModel &rModel, Graphic &rGraphic, ImageMap &rImageMap)
 
OUString GetReducedString (const INetURLObject &rURL, sal_Int32 nMaxLen)
 
OUString GetSvDrawStreamNameFromURL (const INetURLObject &rSvDrawObjURL)
 
bool FileExists (const INetURLObject &rURL)
 
bool CreateDir (const INetURLObject &rURL)
 
bool CopyFile (const INetURLObject &rSrcURL, const INetURLObject &rDstURL)
 
bool KillFile (const INetURLObject &rURL)
 
INetURLObject ImplGetURL (const GalleryObject *pObject)
 

Function Documentation

◆ CopyFile()

bool CopyFile ( const INetURLObject rSrcURL,
const INetURLObject rDstURL 
)

◆ CreateDir()

bool CreateDir ( const INetURLObject rURL)

◆ CreateIMapGraphic()

bool CreateIMapGraphic ( const FmFormModel rModel,
Graphic rGraphic,
ImageMap rImageMap 
)

◆ FileExists()

bool FileExists ( const INetURLObject rURL)

◆ GalleryGraphicImport()

GalleryGraphicImportRet GalleryGraphicImport ( const INetURLObject rURL,
Graphic rGraphic,
OUString &  rFilterName 
)

◆ GallerySvDrawImport()

bool GallerySvDrawImport ( SvStream rIStm,
SdrModel rModel 
)

◆ GetReducedString()

OUString GetReducedString ( const INetURLObject rURL,
sal_Int32  nMaxLen 
)

◆ GetSvDrawStreamNameFromURL()

OUString GetSvDrawStreamNameFromURL ( const INetURLObject rSvDrawObjURL)

◆ ImplGetURL()

INetURLObject ImplGetURL ( const GalleryObject pObject)

◆ KillFile()

bool KillFile ( const INetURLObject rURL)