LibreOffice Module sc (master)
1
|
#include <formula/errorcodes.hxx>
#include <formula/opcode.hxx>
#include <svx/fmshell.hxx>
#include <sfx2/viewsh.hxx>
#include <editeng/svxenum.hxx>
#include <o3tl/deleter.hxx>
#include <scdllapi.h>
#include "dbfunc.hxx"
#include "target.hxx"
#include <shellids.hxx>
#include <tabprotection.hxx>
#include <com/sun/star/ui/dialogs/DialogClosedEvent.hpp>
#include <memory>
#include <map>
Go to the source code of this file.
Classes | |
class | ScTabViewShell |
Namespaces | |
editeng | |
com::sun::star::frame | |
svx | |
Enumerations | |
enum | ObjectSelectionType { OST_NONE, OST_Cell, OST_Editing, OST_DrawText, OST_Drawing, OST_DrawForm, OST_Pivot, OST_Auditing, OST_OleObject, OST_Chart, OST_Graphic, OST_Media } |
enum ObjectSelectionType |
Enumerator | |
---|---|
OST_NONE | |
OST_Cell | |
OST_Editing | |
OST_DrawText | |
OST_Drawing | |
OST_DrawForm | |
OST_Pivot | |
OST_Auditing | |
OST_OleObject | |
OST_Chart | |
OST_Graphic | |
OST_Media |
Definition at line 74 of file tabvwsh.hxx.