LibreOffice Module sfx2 (master) 1
|
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/awt/XTopWindow.hpp>
#include <com/sun/star/awt/XWindow.hpp>
#include <com/sun/star/util/XCloseable.hpp>
#include <com/sun/star/util/CloseVetoException.hpp>
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/container/XChild.hpp>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <svl/intitem.hxx>
#include <svl/stritem.hxx>
#include <tools/svborder.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <appdata.hxx>
#include <sfx2/app.hxx>
#include <sfx2/event.hxx>
#include <sfx2/frame.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/docfile.hxx>
#include <sfx2/docfilt.hxx>
#include <sfx2/frmdescr.hxx>
#include <sfx2/sfxsids.hrc>
#include <sfx2/viewsh.hxx>
#include <sfx2/viewfrm.hxx>
#include "impframe.hxx"
#include <utility>
#include <workwin.hxx>
#include <sfx2/ipclient.hxx>
#include <vector>
Go to the source code of this file.
Variables | |
static std::vector< SfxFrame * > | gaFramesArr_Impl |
|
static |
Definition at line 54 of file frame.cxx.
Referenced by SfxFrame::Construct_Impl(), SfxFrame::GetFirst(), SfxFrame::GetNext(), and SfxFrame::~SfxFrame().