LibreOffice Module sw (master) 1
|
#include <config_features.h>
#include <officecfg/Office/Common.hxx>
#include <vcl/weld.hxx>
#include <vcl/svapp.hxx>
#include <vcl/syswin.hxx>
#include <vcl/jobset.hxx>
#include <svl/numformat.hxx>
#include <svl/whiter.hxx>
#include <svl/eitem.hxx>
#include <svl/stritem.hxx>
#include <svl/PasswordHelper.hxx>
#include <unotools/moduleoptions.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/docfile.hxx>
#include <sfx2/docfilt.hxx>
#include <sfx2/notebookbar/SfxNotebookBar.hxx>
#include <sfx2/printer.hxx>
#include <sfx2/linkmgr.hxx>
#include <editeng/flstitem.hxx>
#include <comphelper/lok.hxx>
#include <comphelper/classids.hxx>
#include <basic/sbmod.hxx>
#include <osl/diagnose.h>
#include <node.hxx>
#include <swwait.hxx>
#include <printdata.hxx>
#include <view.hxx>
#include <edtwin.hxx>
#include <PostItMgr.hxx>
#include <wrtsh.hxx>
#include <docsh.hxx>
#include <viewopt.hxx>
#include <wdocsh.hxx>
#include <swmodule.hxx>
#include <globdoc.hxx>
#include <usrpref.hxx>
#include <shellio.hxx>
#include <docstyle.hxx>
#include <doc.hxx>
#include <docfunc.hxx>
#include <IDocumentUndoRedo.hxx>
#include <IDocumentSettingAccess.hxx>
#include <IDocumentLinksAdministration.hxx>
#include <IDocumentDeviceAccess.hxx>
#include <IDocumentDrawModelAccess.hxx>
#include <IDocumentRedlineAccess.hxx>
#include <IDocumentStatistics.hxx>
#include <IDocumentState.hxx>
#include <pview.hxx>
#include <srcview.hxx>
#include <ndindex.hxx>
#include <ndole.hxx>
#include <txtftn.hxx>
#include <ftnidx.hxx>
#include <fldbas.hxx>
#include <docary.hxx>
#include <swerror.h>
#include <cmdid.h>
#include <strings.hrc>
#include <unotools/fltrcfg.hxx>
#include <sfx2/viewfrm.hxx>
#include <sfx2/objface.hxx>
#include <sfx2/msg.hxx>
#include <swslots.hxx>
#include <com/sun/star/document/UpdateDocMode.hpp>
#include <com/sun/star/script/XLibraryContainer.hpp>
#include <com/sun/star/document/XDocumentProperties.hpp>
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
#include <com/sun/star/sdb/DatabaseContext.hpp>
#include <com/sun/star/sdb/XDocumentDataSource.hpp>
#include <com/sun/star/uri/UriReferenceFactory.hpp>
#include <com/sun/star/uri/VndSunStarPkgUrlReferenceFactory.hpp>
#include <com/sun/star/frame/XStorable.hpp>
#include <ooo/vba/XSinkCaller.hpp>
#include <unotextrange.hxx>
#include <dbmgr.hxx>
#include <iodetect.hxx>
#include <comphelper/processfactory.hxx>
Go to the source code of this file.
Macros | |
#define | ShellClass_SwDocShell |
Functions | |
static SwSrcView * | lcl_GetSourceView (SwDocShell const *pSh) |
IMPL_LINK (SwDocShell, Ole2ModifiedHdl, bool, bNewStatus, void) | |
sal_Int32 const | s_nEvents (SAL_N_ELEMENTS(s_EventNames)) |
Variables | |
static const char * | s_EventNames [] |
IMPL_LINK | ( | SwDocShell | , |
Ole2ModifiedHdl | , | ||
bool | , | ||
bNewStatus | , | ||
void | |||
) |
Definition at line 1129 of file docsh.cxx.
References SwCursorShell::GetCursor(), SwNode::GetOLENode(), SwOLENode::GetOLEObj(), SwPaM::GetPointNode(), SfxObjectShell::IsEnableSetModified(), SwOLEObj::IsProtected(), SwCursorShell::IsTableMode(), SwDocShell::m_pWrtShell, and SwDocShell::SetModified().
|
static |
Definition at line 565 of file docsh.cxx.
References SfxViewFrame::GetFirst(), and SfxShell::GetViewShell().
Referenced by SwDocShell::ConvertTo().
sal_Int32 const s_nEvents | ( | SAL_N_ELEMENTS(s_EventNames) | ) |
References SAL_N_ELEMENTS.
Referenced by SwDocShell::GetEventName().
|
static |
Definition at line 1300 of file docsh.cxx.
Referenced by SwDocShell::GetEventName().