Home
last modified time | relevance | path

Searched refs:nSort (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sc/source/core/data/
H A Dtable3.cxx92 for ( sal_uInt16 nSort = 0; nSort < nUsedSorts; nSort++ ) in ScSortInfoArray() local
97 pppInfo[nSort] = ppInfo; in ScSortInfoArray()
102 for ( sal_uInt16 nSort = 0; nSort < nUsedSorts; nSort++ ) in ~ScSortInfoArray() local
104 ScSortInfo** ppInfo = pppInfo[nSort]; in ~ScSortInfoArray()
110 ScSortInfo* Get( sal_uInt16 nSort, SCCOLROW nInd ) in Get() argument
111 { return (pppInfo[nSort])[ nInd - nStart ]; } in Get()
116 for ( sal_uInt16 nSort = 0; nSort < nUsedSorts; nSort++ ) in Swap() local
118 ScSortInfo** ppInfo = pppInfo[nSort]; in Swap()
138 for ( sal_uInt16 nSort = 0; nSort < nUsedSorts; nSort++ ) in CreateSortInfoArray() local
140 SCCOL nCol = static_cast<SCCOL>(aSortParam.nField[nSort]); in CreateSortInfoArray()
[all …]
/AOO41X/main/tools/source/fsys/
H A Dtdir.cxx71 FSysSort nSort = *( pSortLst->GetObject( nSortIndex ) ); in DECLARE_LIST() local
77 switch( nSort ) in DECLARE_LIST()
416 Dir::Dir( const DirEntry& rDirEntry, DirEntryKind nKindFlags, FSysSort nSort, ... ): in Dir() argument
425 va_start( pArgs, nSort ); in Dir()
426 ImpSetSort( pArgs, nSort ); in Dir()
558 FSysSort nSort = *pSort & ~(sal_uInt16)FSYS_SORT_ASCENDING in ImpSetSort() local
562 if ( ( nSort == FSYS_SORT_NAME ) || in ImpSetSort()
563 ( nSort == FSYS_SORT_SIZE ) || in ImpSetSort()
564 ( nSort == FSYS_SORT_EXT ) || in ImpSetSort()
565 ( nSort == FSYS_SORT_CREATED ) || in ImpSetSort()
[all …]
/AOO41X/main/tools/inc/tools/
H A Dfsys.hxx457 TOOLS_DLLPRIVATE FSysError ImpSetSort( std::va_list pArgs, FSysSort nSort );
477 FSysSort nSort, ... );
482 FSysError SetSort( FSysSort nSort, ... );
/AOO41X/main/sc/inc/
H A Dtable.hxx847 short CompareCell( sal_uInt16 nSort,