Home
last modified time | relevance | path

Searched refs:createCursorAny (Results 1 – 2 of 2) sorted by relevance

/trunk/main/ucbhelper/source/client/
H A Dcontent.cxx816 Any Content::createCursorAny( const Sequence< rtl::OUString >& rPropertyNames, in createCursorAny() function in ucbhelper::Content
848 Any Content::createCursorAny( const Sequence< sal_Int32 >& rPropertyHandles, in createCursorAny() function in ucbhelper::Content
884 Any aCursorAny = createCursorAny( rPropertyNames, eMode ); in createCursor()
913 Any aCursorAny = createCursorAny( rPropertyHandles, eMode ); in createCursor()
943 createCursorAny( rPropertyNames, eMode ) >>= aResult; in createDynamicCursor()
956 createCursorAny( rPropertyHandles, eMode ) >>= aResult; in createDynamicCursor()
1041 Any aCursorAny = createCursorAny( rPropertyNames, eMode ); in createSortedCursor()
1094 Any aCursorAny = createCursorAny( rPropertyHandles, eMode ); in createSortedCursor()
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dcontent.hxx101 ::com::sun::star::uno::Any createCursorAny( const ::com::sun::star::uno::Sequence<
105 ::com::sun::star::uno::Any createCursorAny( const ::com::sun::star::uno::Sequence<