LibreOffice Module svx (master) 1
|
#include <gridcols.hxx>
#include <tools/debug.hxx>
#include <fmservs.hxx>
#include <com/sun/star/uno/Sequence.hxx>
Go to the source code of this file.
Functions | |
static const css::uno::Sequence< OUString > & | getColumnTypes () |
static int | NameCompare (const void *pFirst, const void *pSecond) |
sal_Int32 | getColumnTypeByModelName (const OUString &aModelName) |
sal_Int32 getColumnTypeByModelName | ( | const OUString & | aModelName | ) |
Definition at line 77 of file gridcols.cxx.
References DBG_ASSERT, FM_COMPONENT_EDIT, getColumnTypes(), TYPE_TEXTFIELD, and u.
Referenced by FmGridControl::InitColumnByField(), and FmGridHeader::PreExecuteColumnContextMenu().
|
static |
Definition at line 28 of file gridcols.cxx.
References FM_COL_CHECKBOX, FM_COL_COMBOBOX, FM_COL_CURRENCYFIELD, FM_COL_DATEFIELD, FM_COL_FORMATTEDFIELD, FM_COL_LISTBOX, FM_COL_NUMERICFIELD, FM_COL_PATTERNFIELD, FM_COL_TEXTFIELD, FM_COL_TIMEFIELD, TYPE_CHECKBOX, TYPE_COMBOBOX, TYPE_CURRENCYFIELD, TYPE_DATEFIELD, TYPE_FORMATTEDFIELD, TYPE_LISTBOX, TYPE_NUMERICFIELD, TYPE_PATTERNFIELD, TYPE_TEXTFIELD, and TYPE_TIMEFIELD.
Referenced by getColumnTypeByModelName().
|
static |
Definition at line 53 of file gridcols.cxx.