Searched refs:xSRSFac (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sfx2/source/bastyp/ |
H A D | helper.cxx | 276 uno::Reference < ucb::XSortedDynamicResultSetFactory > xSRSFac( in GetFolderContents() local 288 xSRSFac->createSortedDynamicResultSet( xDynResultSet, aSortInfo, xFactory ); in GetFolderContents() 381 uno::Reference < ucb::XSortedDynamicResultSetFactory > xSRSFac( in GetFolderContentProperties() local 393 xSRSFac->createSortedDynamicResultSet( xDynResultSet, aSortInfo, xCmpFactory ); in GetFolderContentProperties()
|
/trunk/main/unotools/source/ucbhelper/ |
H A D | ucbhelper.cxx | 311 uno::Reference < com::sun::star::ucb::XSortedDynamicResultSetFactory > xSRSFac( in GetFolderContents() local 323 xSRSFac->createSortedDynamicResultSet( xDynResultSet, aSortInfo, xFactory ); in GetFolderContents()
|
/trunk/main/svtools/source/control/ |
H A D | inettbc.cxx | 417 uno::Reference < XSortedDynamicResultSetFactory > xSRSFac( in ReadFolder() local 429 xSRSFac->createSortedDynamicResultSet( xDynResultSet, aSortInfo, xCompare ); in ReadFolder()
|
/trunk/main/connectivity/source/drivers/file/ |
H A D | FDatabaseMetaData.cxx | 218 Reference < XSortedDynamicResultSetFactory > xSRSFac( in getTables() local 228 xDynamicResultSet = xSRSFac->createSortedDynamicResultSet( xContent, aSortInfo, xFactory ); in getTables()
|
Completed in 34 milliseconds