|
LibreOffice Module svx (master) 1
|
#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>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< DbGridRow > | DbGridRowRef |
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) |
| #define GRID_COLUMN_NOT_FOUND SAL_MAX_UINT16 |
Definition at line 110 of file gridctrl.hxx.
| typedef tools::SvRef<DbGridRow> DbGridRowRef |
Definition at line 93 of file gridctrl.hxx.
|
strong |
| Enumerator | |
|---|---|
| NONE | |
| Text | |
| Absolute | |
| Of | |
| Count | |
| First | |
| Next | |
| Prev | |
| Last | |
| New | |
| Undo | |
Definition at line 145 of file gridctrl.hxx.
|
strong |
| Enumerator | |
|---|---|
| Readonly | |
| Insert | |
| Update | |
| Delete | |
Definition at line 131 of file gridctrl.hxx.
|
strong |
| Enumerator | |
|---|---|
| Clean | |
| Modified | |
| Deleted | |
| Invalid | |
Definition at line 51 of file gridctrl.hxx.
|
strong |
| Enumerator | |
|---|---|
| Font | |
| Foreground | |
| Background | |
| WritingMode | |
| All | |
Definition at line 115 of file gridctrl.hxx.
| bool CompareBookmark | ( | const css::uno::Any & | aLeft, |
| const css::uno::Any & | aRight | ||
| ) |