LibreOffice Module sc (master) 1
|
#include <datauno.hxx>
Static Public Member Functions | |
static void | FillSortParam (ScSortParam &rParam, const css::uno::Sequence< css::beans::PropertyValue > &rSeq) |
static void | FillProperties (css::uno::Sequence< css::beans::PropertyValue > &rSeq, const ScSortParam &rParam) |
static tools::Long | GetPropertyCount () |
SortAscending needs to get out of the SheetSortDescriptor service description. More... | |
Definition at line 86 of file datauno.hxx.
|
static |
Definition at line 260 of file datauno.cxx.
References ScSortParam::aCollatorAlgorithm, ScSortParam::aCollatorLocale, ScSortParam::aDataAreaExtras, ScSortParam::bByRow, ScSortParam::bCaseSens, ScSortParam::bHasHeader, ScSortParam::bInplace, ScSortParam::bUserDef, GetPropertyCount(), ScSortParam::GetSortKeyCount(), i, ScSortParam::maKeyState, ScDataAreaExtras::mbCellFormats, ScSortParam::nDestCol, ScSortParam::nDestRow, ScSortParam::nDestTab, ScSortParam::nUserIndex, SC_UNONAME_BINDFMT, SC_UNONAME_CONTHDR, SC_UNONAME_COPYOUT, SC_UNONAME_ISSORTCOLUMNS, SC_UNONAME_ISULIST, SC_UNONAME_MAXFLD, SC_UNONAME_OUTPOS, SC_UNONAME_SORTFLD, and SC_UNONAME_UINDEX.
Referenced by ScCellRangeObj::createSortDescriptor(), and ScDatabaseRangeObj::getSortDescriptor().
|
static |
test for correct enum type?
specify exceptions throw lang::IllegalArgumentException();
Definition at line 322 of file datauno.cxx.
References ScSortParam::aCollatorAlgorithm, ScSortParam::aCollatorLocale, ScSortParam::aDataAreaExtras, aPropName, aSeq, ScSortParam::bByRow, ScSortParam::bCaseSens, ScSortParam::bHasHeader, ScSortParam::bInplace, ScSortParam::bUserDef, ScUnoHelpFunctions::GetBoolFromAny(), ScUnoHelpFunctions::GetEnumFromAny(), ScSortParam::GetSortKeyCount(), i, ScSortParam::maKeyState, ScDataAreaExtras::mbCellFormats, nCount, ScSortParam::nDestCol, ScSortParam::nDestRow, ScSortParam::nDestTab, ScSortParam::nUserIndex, SC_UNONAME_BINDFMT, SC_UNONAME_COLLALG, SC_UNONAME_COLLLOC, SC_UNONAME_CONTHDR, SC_UNONAME_COPYOUT, SC_UNONAME_ISCASE, SC_UNONAME_ISSORTCOLUMNS, SC_UNONAME_ISULIST, SC_UNONAME_MAXFLD, SC_UNONAME_ORIENT, SC_UNONAME_OUTPOS, SC_UNONAME_SORTFLD, and SC_UNONAME_UINDEX.
Referenced by ScXMLDatabaseRangeContext::ConvertToDBData(), and ScCellRangeObj::sort().
|
inlinestatic |
SortAscending needs to get out of the SheetSortDescriptor service description.
Definition at line 96 of file datauno.hxx.
Referenced by ScCellRangeObj::createSortDescriptor(), FillProperties(), and ScDatabaseRangeObj::getSortDescriptor().