Home
last modified time | relevance | path

Searched refs:seqSort (Results 1 – 15 of 15) sorted by relevance

/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dcontent.cxx223 const uno::Sequence< ucb::NumberedSortingInfo >& seqSort, in ResultSetForRootFactory()
230 m_seqSort( seqSort ), in ResultSetForRootFactory()
271 const uno::Sequence< ucb::NumberedSortingInfo >& seqSort, in ResultSetForQueryFactory()
278 m_seqSort( seqSort ), in ResultSetForQueryFactory()
H A Dresultsetforroot.cxx43 const uno::Sequence< NumberedSortingInfo >& seqSort, in ResultSetForRoot()
46 : ResultSetBase( xMSF,xProvider,nOpenMode,seq,seqSort ), in ResultSetForRoot()
H A Dresultsetbase.cxx45 const uno::Sequence< ucb::NumberedSortingInfo >& seqSort ) in ResultSetBase()
53 m_sSortingInfo( seqSort ), in ResultSetBase()
H A Dresultsetforquery.cxx83 const uno::Sequence< NumberedSortingInfo >& seqSort, in ResultSetForQuery()
86 : ResultSetBase( xMSF,xProvider,nOpenMode,seq,seqSort ), in ResultSetForQuery()
H A Dresultsetforroot.hxx47 … const com::sun::star::uno::Sequence< com::sun::star::ucb::NumberedSortingInfo >& seqSort,
H A Dresultsetforquery.hxx47 … const com::sun::star::uno::Sequence< com::sun::star::ucb::NumberedSortingInfo >& seqSort,
H A Dresultsetbase.hxx64 … const com::sun::star::uno::Sequence< com::sun::star::ucb::NumberedSortingInfo >& seqSort );
/trunk/main/ucb/source/ucp/ftp/
H A DftpresultsetI.cxx50 const Sequence< NumberedSortingInfo >& seqSort, in ResultSetI()
52 : ResultSetBase(xMSF,xProvider,nOpenMode,seqProp,seqSort) in ResultSetI()
H A Dftpresultsetbase.cxx45 const uno::Sequence< ucb::NumberedSortingInfo >& seqSort ) in ResultSetBase()
53 m_sSortingInfo( seqSort ), in ResultSetBase()
H A Dftpcontent.cxx226 const Sequence<NumberedSortingInfo>& seqSort, in ResultSetFactoryI() argument
232 m_seqSort(seqSort), in ResultSetFactoryI()
H A DftpresultsetI.hxx50 com::sun::star::ucb::NumberedSortingInfo >& seqSort,
H A Dftpresultsetbase.hxx65 com::sun::star::ucb::NumberedSortingInfo >& seqSort);
/trunk/main/ucb/source/ucp/file/
H A Dfilrset.cxx51 const uno::Sequence< ucb::NumberedSortingInfo >& seqSort ) in XResultSet_impl()
60 m_sSortingInfo( seqSort ), in XResultSet_impl()
H A Dfilrset.hxx76 … const com::sun::star::uno::Sequence< com::sun::star::ucb::NumberedSortingInfo >& seqSort );
H A Dshell.cxx746 const uno::Sequence< NumberedSortingInfo >& seqSort ) in ls()
749 XResultSet_impl* p = new XResultSet_impl( this,aUnqPath,OpenMode,seq,seqSort ); in ls()