Home
last modified time | relevance | path

Searched refs:FSysSort (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/tools/inc/tools/
H A Dfsys.hxx81 typedef int FSysSort; typedef
82 #define FSYS_SORT_NONE ((FSysSort) 0)
83 #define FSYS_SORT_SIZE ((FSysSort) 1)
84 #define FSYS_SORT_CREATED ((FSysSort) 2)
85 #define FSYS_SORT_MODIFYED ((FSysSort) 4)
89 #define FSYS_SORT_EXT ((FSysSort) 64)
90 #define FSYS_SORT_NAME ((FSysSort) 128)
91 #define FSYS_SORT_KIND ((FSysSort) 256)
92 #define FSYS_SORT_CREATOR ((FSysSort) 512)
93 #define FSYS_SORT_END ((FSysSort)1024)
[all …]
/aoo4110/main/tools/source/fsys/
H A Dtdir.cxx44 DECLARE_LIST( FSysSortList, FSysSort* ) in DECLARE_LIST()
505 FSysSort* pEntry = pSortLst->First(); in ~Dir()
508 FSysSort* pNext = pSortLst->Next(); in ~Dir()
548 FSysSort *pSort; in ImpSetSort()
551 *( pSort = new FSysSort ) = nFirstSort; in ImpSetSort()
571 *(pSort = new FSysSort) = va_arg( pArgs, FSysSort ); in ImpSetSort()
575 FSysSort* pEntry = pNewSortLst->First(); in ImpSetSort()
578 FSysSort* pNext = pNewSortLst->Next(); in ImpSetSort()
605 FSysSort* pEntry = pSortLst->First(); in ImpSetSort()
608 FSysSort* pNext = pSortLst->Next(); in ImpSetSort()
[all …]
H A Dunx.cxx65 DECLARE_LIST( FSysSortList, FSysSort* )
H A Dwntmsc.cxx46 DECLARE_LIST( FSysSortList, FSysSort* );
H A Dos2.cxx48 DECLARE_LIST( FSysSortList, FSysSort* );

Completed in 36 milliseconds