LibreOffice Module sd (master) 1
Classes | Namespaces | Enumerations | Functions
unomodel.hxx File Reference
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
#include <com/sun/star/document/XLinkTargetSupplier.hpp>
#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
#include <com/sun/star/drawing/XDrawPageDuplicator.hpp>
#include <com/sun/star/drawing/XLayerSupplier.hpp>
#include <com/sun/star/drawing/XMasterPagesSupplier.hpp>
#include <com/sun/star/presentation/XPresentationSupplier.hpp>
#include <com/sun/star/presentation/XCustomPresentationSupplier.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/drawing/XDrawPages.hpp>
#include <com/sun/star/ucb/XAnyCompareFactory.hpp>
#include <com/sun/star/presentation/XHandoutMasterSupplier.hpp>
#include <com/sun/star/view/XRenderable.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <rtl/ref.hxx>
#include <sfx2/sfxbasemodel.hxx>
#include <svx/fmdmod.hxx>
#include <vcl/ITiledRenderable.hxx>
#include <comphelper/servicehelper.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/weakref.hxx>
#include <sddllapi.h>
Include dependency graph for unomodel.hxx:

Go to the source code of this file.

Classes

class  SdXImpressDocument
 
class  SdDrawPagesAccess
 
class  SdMasterPagesAccess
 
class  SdDocLinkTargets
 
class  SdDocLinkTargetType
 
class  SdDocLinkTarget
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::container
 
namespace  com::sun::star::i18n
 
namespace  com::sun::star::presentation
 
namespace  sd
 

Enumerations

enum  SdLinkTargetType {
  Page = 0 ,
  Notes ,
  Handout ,
  MasterPage ,
  Count
}
 

Functions

OUString getPageApiName (SdPage const *pPage)
 
OUString getPageApiNameFromUiName (const OUString &rUIName)
 

Enumeration Type Documentation

◆ SdLinkTargetType

Enumerator
Page 
Notes 
Handout 
MasterPage 
Count 

Definition at line 383 of file unomodel.hxx.

Function Documentation

◆ getPageApiName()

OUString getPageApiName ( SdPage const *  pPage)

Definition at line 2156 of file unopage.cxx.

References SdrPage::GetPageNum(), SdPage::GetRealName(), and sEmptyPageName.

Referenced by SdDrawPage::getPageApiName().

◆ getPageApiNameFromUiName()

OUString getPageApiNameFromUiName ( const OUString &  rUIName)