LibreOffice Module svx (master) 1
Classes | Namespaces | Macros | Typedefs | Enumerations | Functions
gridctrl.hxx File Reference
#include <com/sun/star/util/Date.hpp>
#include <tools/ref.hxx>
#include <svtools/editbrowsebox.hxx>
#include <svtools/recorditemwindow.hxx>
#include <osl/mutex.hxx>
#include <svx/svxdllapi.h>
#include <o3tl/typed_flags_set.hxx>
#include <memory>
#include <vector>
Include dependency graph for gridctrl.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DbGridRow
 
class  FmGridListener
 
struct  o3tl::typed_flags< InitWindowFacet >
 
struct  o3tl::typed_flags< DbGridControlOptions >
 
class  NavigationBar
 
class  NavigationBar::AbsolutePos
 
class  DbGridControl
 
struct  DbGridControl::GrantControlAccess
 

Namespaces

namespace  comphelper
 class SvxPropertySetInfoPool
 
namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::beans
 
namespace  com::sun::star::container
 
namespace  com::sun::star::sdbc
 
namespace  com::sun::star::sdb
 
namespace  com::sun::star::uno
 
namespace  com::sun::star::util
 
namespace  weld
 
namespace  svxform
 class FmSearchEngine - Impl class for FmSearchDialog
 
namespace  o3tl
 

Macros

#define GRID_COLUMN_NOT_FOUND   SAL_MAX_UINT16
 

Typedefs

typedef tools::SvRef< DbGridRowDbGridRowRef
 

Enumerations

enum class  GridRowStatus {
  Clean ,
  Modified ,
  Deleted ,
  Invalid
}
 
enum class  InitWindowFacet {
  Font = 0x01 ,
  Foreground = 0x02 ,
  Background = 0x04 ,
  WritingMode = 0x08 ,
  All = 0x0F
}
 
enum class  DbGridControlOptions {
  Readonly = 0x00 ,
  Insert = 0x01 ,
  Update = 0x02 ,
  Delete = 0x04
}
 
enum class  DbGridControlNavigationBarState {
  NONE ,
  Text ,
  Absolute ,
  Of ,
  Count ,
  First ,
  Next ,
  Prev ,
  Last ,
  New ,
  Undo
}
 

Functions

bool CompareBookmark (const css::uno::Any &aLeft, const css::uno::Any &aRight)
 

Macro Definition Documentation

◆ GRID_COLUMN_NOT_FOUND

#define GRID_COLUMN_NOT_FOUND   SAL_MAX_UINT16

Definition at line 110 of file gridctrl.hxx.

Typedef Documentation

◆ DbGridRowRef

Definition at line 93 of file gridctrl.hxx.

Enumeration Type Documentation

◆ DbGridControlNavigationBarState

Enumerator
NONE 
Text 
Absolute 
Of 
Count 
First 
Next 
Prev 
Last 
New 
Undo 

Definition at line 145 of file gridctrl.hxx.

◆ DbGridControlOptions

enum class DbGridControlOptions
strong
Enumerator
Readonly 
Insert 
Update 
Delete 

Definition at line 131 of file gridctrl.hxx.

◆ GridRowStatus

enum class GridRowStatus
strong
Enumerator
Clean 
Modified 
Deleted 
Invalid 

Definition at line 51 of file gridctrl.hxx.

◆ InitWindowFacet

enum class InitWindowFacet
strong
Enumerator
Font 
Foreground 
Background 
WritingMode 
All 

Definition at line 115 of file gridctrl.hxx.

Function Documentation

◆ CompareBookmark()

bool CompareBookmark ( const css::uno::Any aLeft,
const css::uno::Any aRight 
)