Home
last modified time | relevance | path

Searched refs:next (Results 251 – 275 of 836) sorted by last modified time

1...<<11121314151617181920>>...34

/trunk/main/unotools/source/ucbhelper/
H A Ducbhelper.cxx344 while ( xResultSet->next() ) in GetFolderContents()
419 while ( xResultSet->next() ) in GetResultSet()
/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java2707 void init(MockDoc doc, MockNode parent, MockNode prev, MockNode next, in init() argument
2711 m_parent = parent; m_prev = prev; m_next = next; in init()
/trunk/main/udkapi/com/sun/star/util/
H A DBootstrapMacroExpander.idl47 Otherwise it will read from an uno.ini/unorc file next to the cppuhelper
/trunk/main/udkapi/com/sun/star/test/
H A DXTest.idl86 Handle of next test is returned by the method.
87 @return Handle of the next test. -1 if this was the last test.
121 Handle of next test is returned by the method.
122 @return Handle of the next test. -1 if this was the last test.
H A DXSimpleTest.idl80 Handle of next test is returned by the method.
81 @return Handle of the next test. -1 if this was the last test.
/trunk/main/udkapi/com/sun/star/script/
H A DXDebugging.idl71 in the call stack, 1 the next and so on.
118 /** executes the next and only the next statement.
120 <p>If the next statement is a function call, the function is
126 /** executes the next and only the next statement.
128 <p>If the next statement is a function call, only the function
134 /** executes the program until the next return from this stack frame.
/trunk/main/udkapi/com/sun/star/reflection/
H A DXTypeDescriptionEnumeration.idl49 /** Returns the next element of the enumeration.
52 the next element of this enumeration.
/trunk/main/udkapi/com/sun/star/io/
H A DXTextInputStream.idl91 by the next one).</p>
95 no next string can be read. <FALSE/> otherwise
H A DXInputStream.idl124 /** skips the next <var>nBytesToSkip</var> bytes (must be positive).
/trunk/main/udkapi/com/sun/star/container/
H A DXComponentEnumeration.idl52 the next component of this enumeration.
H A DXNameAccess.idl88 <p>In many cases the next call is <member>XNameAccess::getByName</member>.
H A DXEnumeration.idl78 the next element of this enumeration.
H A DXHierarchicalNameAccess.idl72 <p>In many cases, the next call is <member>XNameAccess::getByName</member>.
/trunk/main/ucbhelper/workben/ucbexplorer/
H A Ducbexplorer.cxx598 while ( xResultSet->next() ) in RequestingChilds()
/trunk/main/ucbhelper/source/provider/
H A Dcontenthelper.cxx872 aIter.next(), uno::UNO_QUERY ); in notifyPropertiesChange()
898 aIter.next() ); in notifyPropertiesChange()
950 xListener( aIter.next(), uno::UNO_QUERY ); in notifyPropertySetInfoChange()
970 xListener( aIter.next(), uno::UNO_QUERY ); in notifyCommandInfoChange()
990 aIter.next(), uno::UNO_QUERY ); in notifyContentEvent()
/trunk/main/ucb/workben/ucb/
H A Ducbdemo.cxx1090 while ( xResultSet->next() ) in open()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchydatasupplier.cxx260 while ( m_pImpl->m_aFolder.next( m_pImpl->m_aIterator ) ) in getResult()
308 while ( m_pImpl->m_aFolder.next( m_pImpl->m_aIterator ) ) in totalCount()
H A Dhierarchydata.cxx1046 sal_Bool HierarchyEntry::next( iterator& it ) in next() function in hierarchy_ucp::HierarchyEntry
H A Dhierarchydata.hxx140 sal_Bool next ( iterator& it );
H A Dhierarchycontent.cxx1894 while ( aFolder.next( it ) ) in transfer()
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx1748 for (l = vq->head; l; l = l->next) in auth_queue_destroy()
1762 for (l = vq->head; l; l = l->next) { in refresh_auth()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.cxx166 ResultSetBase::next( in next() function in ResultSetBase
250 return next(); in first()
309 next(); in relative()
H A Dftpresultsetbase.hxx364 next(
/trunk/main/ucb/source/ucp/file/
H A Dfilrset.hxx405 next(
H A Dfilrset.cxx361 XResultSet_impl::next( in next() function in XResultSet_impl
446 return next(); in first()
511 while( row-- ) next(); in relative()

Completed in 106 milliseconds

1...<<11121314151617181920>>...34