LibreOffice Module sw (master) 1
|
#include <dbinsdlg.hxx>
Public Member Functions | |
SwInsDBColumn (OUString aStr) | |
bool | operator< (const SwInsDBColumn &rCmp) const |
Public Attributes | |
OUString | sColumn |
OUString | sUsrNumFormat |
sal_Int32 | nDBNumFormat |
sal_uInt32 | nUsrNumFormat |
LanguageType | eUsrNumFormatLng |
bool | bHasFormat: 1 |
bool | bIsDBFormat: 1 |
Definition at line 55 of file dbinsdlg.hxx.
|
inline |
Definition at line 64 of file dbinsdlg.hxx.
References aStr, and LANGUAGE_SYSTEM.
bool SwInsDBColumn::operator< | ( | const SwInsDBColumn & | rCmp | ) | const |
Definition at line 168 of file dbinsdlg.cxx.
References CollatorWrapper::compareString(), GetAppCollator(), and sColumn.
bool SwInsDBColumn::bHasFormat |
Definition at line 61 of file dbinsdlg.hxx.
Referenced by SwInsertDBColAutoPilot::DataToDoc(), SwInsertDBColAutoPilot::ImplCommit(), SwInsertDBColAutoPilot::Load(), and SwInsertDBColAutoPilot::SplitTextToColArr().
bool SwInsDBColumn::bIsDBFormat |
Definition at line 62 of file dbinsdlg.hxx.
Referenced by SwInsertDBColAutoPilot::DataToDoc(), SwInsertDBColAutoPilot::ImplCommit(), SwInsertDBColAutoPilot::Load(), and SwInsertDBColAutoPilot::SplitTextToColArr().
LanguageType SwInsDBColumn::eUsrNumFormatLng |
Definition at line 60 of file dbinsdlg.hxx.
Referenced by SwInsertDBColAutoPilot::Load().
sal_Int32 SwInsDBColumn::nDBNumFormat |
Definition at line 58 of file dbinsdlg.hxx.
Referenced by SwInsertDBColAutoPilot::DataToDoc(), and SwInsertDBColAutoPilot::SplitTextToColArr().
sal_uInt32 SwInsDBColumn::nUsrNumFormat |
Definition at line 59 of file dbinsdlg.hxx.
Referenced by SwInsertDBColAutoPilot::DataToDoc(), SwInsertDBColAutoPilot::ImplCommit(), and SwInsertDBColAutoPilot::SplitTextToColArr().
OUString SwInsDBColumn::sColumn |
Definition at line 57 of file dbinsdlg.hxx.
Referenced by SwInsertDBColAutoPilot::DataToDoc(), IMPL_LINK(), IMPL_LINK_NOARG(), SwInsertDBColAutoPilot::ImplCommit(), SwInsertDBColAutoPilot::Load(), operator<(), and SwInsertDBColAutoPilot::SplitTextToColArr().
OUString SwInsDBColumn::sUsrNumFormat |
Definition at line 57 of file dbinsdlg.hxx.
Referenced by SwInsertDBColAutoPilot::Load().