Home
last modified time | relevance | path

Searched refs:next (Results 226 – 250 of 836) sorted by path

12345678910>>...34

/trunk/main/connectivity/source/sdbcx/
H A DVCatalog.cxx218 while ( _xResult->next() ) in fillNames()
H A DVCollection.cxx446 static_cast<XContainerListener*>(aListenerLoop.next())->elementRemoved(aEvent); in notifyElementRemoved()
544 static_cast<XContainerListener*>(aListenerLoop.next())->elementReplaced(aEvent); in renameObject()
/trunk/main/connectivity/workben/little/
H A Dmain.cxx93 while(xRes->next()) in main()
/trunk/main/connectivity/workben/skeleton/
H A DSResultSet.hxx155 …virtual sal_Bool SAL_CALL next( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.h95 ::com::sun::star::uno::XInterface * SAL_CALL next() SAL_THROW( () );
279 iter.next(), ::com::sun::star::uno::UNO_QUERY ); in forEach()
/trunk/main/cppuhelper/source/
H A Dimplbase_ex.cxx148 next: in recursivelyFindType()
167 goto next; in recursivelyFindType()
H A Dinterfacecontainer.cxx138 XInterface * OInterfaceIteratorHelper::next() SAL_THROW( () ) in next() function in cppu::OInterfaceIteratorHelper
336 Reference<XEventListener > xLst( aIt.next(), UNO_QUERY ); in disposeAndClear()
H A Dpropshlp.cxx680 XInterface * pL = aIt.next(); in fire()
737 XInterface * pL = aIt.next(); in fire()
794 (XPropertiesChangeListener *)aIt.next(); in fire()
H A Dweak.cxx122 ((XReference *)aIt.next())->dispose(); in dispose()
/trunk/main/cppuhelper/test/
H A Dtestcontainer.cxx88 ((XVetoableChangeListener*)iterator.next())->vetoableChange( PropertyChangeEvent() ); in test_interfacecontainer()
106 ((XVetoableChangeListener*)iterator.next())->vetoableChange( PropertyChangeEvent() ); in test_interfacecontainer()
108 ((XVetoableChangeListener*)iterator.next())->vetoableChange( PropertyChangeEvent() ); in test_interfacecontainer()
110 ((XVetoableChangeListener*)iterator.next())->vetoableChange( PropertyChangeEvent() ); in test_interfacecontainer()
132 Reference< XVetoableChangeListener > r = ((XVetoableChangeListener*)iterator.next()); in test_interfacecontainer()
142 Reference< XVetoableChangeListener > r = ((XVetoableChangeListener*)iterator.next()); in test_interfacecontainer()
/trunk/main/crashrep/source/all/
H A Dcrashrep.ulf32 … report without any further effort on your part by clicking 'Send' in the next dialog, or you can …
/trunk/main/cui/source/customize/
H A Dselector.cxx1152 SvLBoxEntry* next = aCommands.NextSibling( current ); in IMPL_LINK() local
1154 if ( next != NULL ) in IMPL_LINK()
1156 aCommands.Select( next ); in IMPL_LINK()
/trunk/main/cui/source/dialogs/
H A Dcuigaldlg.cxx159 while( xResultSet->next() && schedule() ) in ImplSearch()
/trunk/main/cui/source/options/
H A Doptgdlg.src662 …e setting of the user interface has been updated and will take effect the next time you start %PRO…
/trunk/main/cui/source/tabpages/
H A Dborder.src291 Text [ en-US ] = "~Merge with next paragraph" ;
H A Dparagrph.src622 Text [ en-US ] = "~Keep with next paragraph" ;
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DDatabaseDocument.java187 ((XEventListener) iter.next()).disposing(event); in dispose()
H A DQueryInQuery.java78 while ( outerRowSet.next() && innerRowSet.next() ) in verifyEqualRowSetContent()
H A DRowSet.java97 for (int i = 0; m_resultSet.next(); ++i) in run()
270 while (_resultSet.next()) in testSequentialPositining()
334 _resultSet.next(); in test4()
487 m_resultSet.next(); in testRowSetEvents()
516 m_resultSet.next(); in testRowSetEvents()
642 assertTrue("|next| after |deleteRow| failed", m_resultSet.next()); in testDeleteBehavior()
768 clone.next(); in testCloneMovesPlusDeletions()
778 clone.next(); in testCloneMovesPlusDeletions()
784 clone.next(); in testCloneMovesPlusDeletions()
795 while (clone.next()); in testCloneMovesPlusDeletions()
[all …]
H A DSingleSelectQueryComposer.java298 …d exist", m_database.getConnection().createStatement().executeQuery(m_composer.getQuery()).next()); in testConditionByColumn()
/trunk/main/dbaccess/source/core/api/
H A DCacheSet.cxx605 sal_Bool SAL_CALL OCacheSet::next( ) throw(SQLException, RuntimeException) in next() function in OCacheSet
609 return m_xDriverSet->next(); in next()
H A DCacheSet.hxx111 …virtual sal_Bool SAL_CALL next( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
H A DFilteredContainer.cxx373 while ( xTables->next() ) in construct()
H A DKeySet.cxx800 if ( xRow.is() && xRes->next() ) in executeInsert()
866 if(xRow.is() && xRes->next()) in executeInsert()
940 bRefetch = m_xSet->next(); in tryRefetch()
1156 sal_Bool SAL_CALL OKeySet::next( ) throw(SQLException, RuntimeException) in next() function in OKeySet
1402 sal_Bool bOK = m_xSet->next(); in refreshRow()
1424 bRet = m_xDriverSet->next(); in fetchRow()
H A DKeySet.hxx193 …virtual sal_Bool SAL_CALL next( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…

Completed in 118 milliseconds

12345678910>>...34