Home
last modified time | relevance | path

Searched refs:createDynamicCursor (Results 1 – 8 of 8) sorted by relevance

/trunk/main/connectivity/source/drivers/file/
H A DFConnection.cxx182 m_xDir = aFile.createDynamicCursor(aProps, ::ucbhelper::INCLUDE_DOCUMENTS_ONLY ); in construct()
192 m_xDir = aParent.createDynamicCursor(aProps, ::ucbhelper::INCLUDE_DOCUMENTS_ONLY ); in construct()
408 xContent = aParent.createDynamicCursor(aProps, ::ucbhelper::INCLUDE_DOCUMENTS_ONLY ); in getDir()
/trunk/main/sfx2/source/bastyp/
H A Dhelper.cxx272 xDynResultSet = aCnt.createDynamicCursor( aProps, eInclude ); in GetFolderContents()
377 xDynResultSet = aCnt.createDynamicCursor( aProps, eInclude ); in GetFolderContentProperties()
504 xDynResultSet = aCnt.createDynamicCursor( aProps, ::ucbhelper::INCLUDE_FOLDERS_AND_DOCUMENTS ); in GetResultSet()
600 xDynResultSet = aCnt.createDynamicCursor( aProps, ::ucbhelper::INCLUDE_FOLDERS_AND_DOCUMENTS ); in GetHelpTreeViewContents()
/trunk/main/ucbhelper/source/client/
H A Dcontent.cxx975 Reference< XDynamicResultSet > Content::createDynamicCursor( in createDynamicCursor() function in ucbhelper::Content
989 Reference< XDynamicResultSet > Content::createDynamicCursor( in createDynamicCursor() function in ucbhelper::Content
1011 Reference< XDynamicResultSet > aOrigCursor = createDynamicCursor( rPropertyNames, eMode ); in createSortedDynamicCursor()
1046 Reference< XDynamicResultSet > aOrigCursor = createDynamicCursor( rPropertyHandles, eMode ); in createSortedDynamicCursor()
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dcontent.hxx650 createDynamicCursor( const ::com::sun::star::uno::Sequence<
673 createDynamicCursor( const ::com::sun::star::uno::Sequence<
/trunk/main/unotools/source/ucbhelper/
H A Ducbhelper.cxx307 xDynResultSet = aCnt.createDynamicCursor( aProps, eInclude ); in GetFolderContents()
400 xDynResultSet = aCnt.createDynamicCursor( aProps, INCLUDE_FOLDERS_AND_DOCUMENTS ); in GetResultSet()
/trunk/main/svtools/source/contnr/
H A Dcontentenumeration.cxx223 xDynResultSet = aFolder.aContent.createDynamicCursor( aProps, eInclude ); in enumerateFolderContent()
/trunk/main/svtools/source/misc/
H A Dtemplatefoldercache.cxx644 …xDynResultSet = aTemplateRoot.createDynamicCursor( aContentProperties, ::ucbhelper::INCLUDE_FOLDER… in implReadFolder()
/trunk/main/svtools/source/control/
H A Dinettbc.cxx414 xDynResultSet = aCnt.createDynamicCursor( aProps, eInclude ); in ReadFolder()

Completed in 47 milliseconds