Lines Matching refs:pSort
548 FSysSort *pSort; in ImpSetSort() local
551 *( pSort = new FSysSort ) = nFirstSort; in ImpSetSort()
555 bLast = FSYS_SORT_END == (*pSort & FSYS_SORT_END); in ImpSetSort()
556 *pSort &= ~FSYS_SORT_END; in ImpSetSort()
558 FSysSort nSort = *pSort & ~(sal_uInt16)FSYS_SORT_ASCENDING in ImpSetSort()
570 pNewSortLst->Insert( pSort, APPEND ); in ImpSetSort()
571 *(pSort = new FSysSort) = va_arg( pArgs, FSysSort ); in ImpSetSort()
584 if ( *pSort == FSYS_SORT_NONE ) in ImpSetSort()
586 delete pSort; in ImpSetSort()
593 delete pSort; in ImpSetSort()
600 delete pSort; // JP:6.3.00 - delete the initial pointer in ImpSetSort()