LibreOffice Module sc (master) 1
Classes | Macros | Enumerations
navipi.hxx File Reference
#include <vector>
#include <vcl/idle.hxx>
#include <svl/lstner.hxx>
#include <sfx2/childwin.hxx>
#include <sfx2/navigat.hxx>
#include <sfx2/sidebar/PanelLayout.hxx>
#include <rangeutl.hxx>
#include "content.hxx"
Include dependency graph for navipi.hxx:

Go to the source code of this file.

Classes

class  ScScenarioWindow
 
struct  ScScenarioWindow::ScenarioEntry
 
class  ScNavigatorDlg
 
class  ScNavigatorWrapper
 

Macros

#define SC_DROPMODE_URL   0
 
#define SC_DROPMODE_LINK   1
 
#define SC_DROPMODE_COPY   2
 

Enumerations

enum  NavListMode {
  NAV_LMODE_NONE = 0x4000 ,
  NAV_LMODE_AREAS = 0x2000 ,
  NAV_LMODE_SCENARIOS = 0x400
}
 

Macro Definition Documentation

◆ SC_DROPMODE_COPY

#define SC_DROPMODE_COPY   2

Definition at line 41 of file navipi.hxx.

◆ SC_DROPMODE_LINK

#define SC_DROPMODE_LINK   1

Definition at line 40 of file navipi.hxx.

◆ SC_DROPMODE_URL

#define SC_DROPMODE_URL   0

Definition at line 39 of file navipi.hxx.

Enumeration Type Documentation

◆ NavListMode

Enumerator
NAV_LMODE_NONE 
NAV_LMODE_AREAS 
NAV_LMODE_SCENARIOS 

Definition at line 43 of file navipi.hxx.