Searched refs:createDynamicCursor (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/connectivity/source/drivers/file/ |
H A D | FConnection.cxx | 182 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()
|
/aoo4110/main/sfx2/source/bastyp/ |
H A D | helper.cxx | 272 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()
|
/aoo4110/main/ucbhelper/source/client/ |
H A D | content.cxx | 975 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()
|
/aoo4110/main/ucbhelper/inc/ucbhelper/ |
H A D | content.hxx | 650 createDynamicCursor( const ::com::sun::star::uno::Sequence< 673 createDynamicCursor( const ::com::sun::star::uno::Sequence<
|
/aoo4110/main/unotools/source/ucbhelper/ |
H A D | ucbhelper.cxx | 307 xDynResultSet = aCnt.createDynamicCursor( aProps, eInclude ); in GetFolderContents() 400 xDynResultSet = aCnt.createDynamicCursor( aProps, INCLUDE_FOLDERS_AND_DOCUMENTS ); in GetResultSet()
|
/aoo4110/main/svtools/source/contnr/ |
H A D | contentenumeration.cxx | 223 xDynResultSet = aFolder.aContent.createDynamicCursor( aProps, eInclude ); in enumerateFolderContent()
|
/aoo4110/main/svtools/source/misc/ |
H A D | templatefoldercache.cxx | 644 …xDynResultSet = aTemplateRoot.createDynamicCursor( aContentProperties, ::ucbhelper::INCLUDE_FOLDER… in implReadFolder()
|
/aoo4110/main/svtools/source/control/ |
H A D | inettbc.cxx | 414 xDynResultSet = aCnt.createDynamicCursor( aProps, eInclude ); in ReadFolder()
|
Completed in 129 milliseconds