Home
last modified time | relevance | path

Searched refs:next (Results 76 – 100 of 836) sorted by relevance

12345678910>>...34

/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DDataAware.java201 ((DataAware) i.next()).updateUI(); in updateUI()
206 ((DataAware) i.next()).updateData(); in updateData()
219 ((DataAware) i.next()).setDataObject(dataObject, updateUI); in setDataObject()
/trunk/main/scripting/workben/ifc/scripting/
H A D_XScriptInfoAccess.java68 result &= runGetScriptLogicalNamesTest((Parameters)tests.next()); in _getScriptLogicalNames()
126 result &= runGetImplementationsTest((Parameters)tests.next()); in _getImplementations()
183 result &= runGetAllImplementationsTest((Parameters)tests.next()); in _getAllImplementations()
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/DirtyTags/
H A DTagPair.java121 …if((tag=(Tag)iter.next()).getTagName().equals('/'+this.startTag.getTagName())&&equivalentTagCounte… in TagPair()
206 if((help=(TagPair)iter.next())==null){ in toString()
223 returnBuffer.append(((TagPair)iter.next()).getWrapped()); in getWrapped()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DPropertySetAdapter.java98 int next = 0; in getProperties() local
100 properties[next++] = entry.getValue().property; in getProperties()
385 XPropertiesChangeListener listener = (XPropertiesChangeListener) it.next(); in fire()
401 Object listener = it.next(); in fireListeners()
/trunk/main/connectivity/qa/complex/connectivity/hsqldb/
H A DTestCacheSize.java325 rs.next(); in fillUpBigTable()
426 rs.next(); in checkResults()
436 rs.next(); in checkResults()
447 rs.next(); in checkResults()
/trunk/main/sdext/source/pdfimport/tree/
H A Ddrawtreevisiting.cxx713 std::list< Element* >::iterator next = rParent.Children.begin(); in optimizeTextElements() local
714 std::list< Element* >::iterator it = next++; in optimizeTextElements()
723 while( next != rParent.Children.end() ) in optimizeTextElements()
730 TextElement* pNext = dynamic_cast<TextElement*>(*next); in optimizeTextElements()
778 rParent.Children.erase( next ); in optimizeTextElements()
787 next = it; in optimizeTextElements()
790 ++next; in optimizeTextElements()
/trunk/main/xmlsecurity/tools/demo/
H A Dperformance.cxx1600 std::vector< AncestorEvent* >::const_iterator next = ii+1; in checkAncestorStartElementEvent() local
1602 if (next == m_vAncestorEvents.end()) in checkAncestorStartElementEvent()
1609 while ((next != m_vAncestorEvents.end()) && ((*next)->bIsStartElement)) in checkAncestorStartElementEvent()
1611 next = checkAncestorStartElementEvent(next, xDocumentHandler); in checkAncestorStartElementEvent()
1614 if (next != m_vAncestorEvents.end()) in checkAncestorStartElementEvent()
1616 next++; in checkAncestorStartElementEvent()
1620 return next; in checkAncestorStartElementEvent()
/trunk/main/desktop/source/app/
H A Duserinstall.cxx188 FileBase::RC next = err; in copy_recursive() local
195 (next = aDir.getNextItem( aDirItem )) == osl::FileBase::E_None) in copy_recursive()
213 if( next != FileBase::E_NOENT ) in copy_recursive()
H A Dofficeipcthread.cxx95 if (!next(&url, false)) { in Parser()
104 if (!next(&path, false)) { in Parser()
124 virtual bool next(rtl::OUString * argument) { return next(argument, true); } in next() function in desktop::__anon438e17a80211::Parser
127 virtual bool next(rtl::OUString * argument, bool prefix) { in next() function in desktop::__anon438e17a80211::Parser
/trunk/main/offapi/com/sun/star/embed/
H A DStorageStream.idl146 to allow to set a password that should be used next time the
153 stream next time.
165 /** specifies if the stream should be compressed next time it is stored.
188 /** specifies whether the stream will become encrypted next time the
/trunk/main/avmedia/source/gstreamer/
H A Dgstwindow.cxx563 uno::Reference< awt::XMouseListener >( aIter.next(), in fireMousePressedEvent()
582 uno::Reference< awt::XMouseListener >( aIter.next(), in fireMouseReleasedEvent()
602 uno::Reference< awt::XMouseMotionListener >( aIter.next(), in fireMouseMovedEvent()
621 uno::Reference< awt::XFocusListener >( aIter.next(), in fireSetFocusEvent()
/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/unoxml/source/dom/
H A Delement.cxx61 for (xmlNsPtr pNs = m_aNodePtr->nsDef; pNs != 0; pNs = pNs->next) { in saxify()
77 pAttr != 0; pAttr = pAttr->next) { in saxify()
96 pChild != 0; pChild = pChild->next) { in saxify()
114 pAttr != 0; pAttr = pAttr->next) { in fastSaxify()
178 pChild != 0; pChild = pChild->next) { in fastSaxify()
H A Ddocument.cxx78 cur = cur->next; in lcl_getDocumentRootPtr()
285 pChild != 0; pChild = pChild->next) { in saxify()
297 pChild != 0; pChild = pChild->next) { in fastSaxify()
674 a = a->next; in lcl_search_element_by_id()
681 result = lcl_search_element_by_id(cur->next, id); in lcl_search_element_by_id()
H A Dchildlist.cxx58 cur = cur->next; in getLength()
84 cur = cur->next; in item()
/trunk/main/offapi/com/sun/star/i18n/
H A DXBreakIterator.idl153 <em>nPos</em> is considered to be the start of the next word and
277 /** Traverses in Text from <em>nStartPos</em> to the next start of
284 The position where the next script type starts.
339 /** Traverses in Text from <em>nStartPos</em> to the next start of
346 The position where the next character type starts.
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DRowSet.java207 xRes.next(); in showRowSetEvents()
209 xRes.next(); in showRowSetEvents()
213 xRes.next(); in showRowSetEvents()
/trunk/main/avmedia/source/win/
H A Dwindow.cxx666 … uno::Reference< awt::XMouseListener >( aIter.next(), uno::UNO_QUERY )->mousePressed( rEvt ); in fireMousePressedEvent()
681 … uno::Reference< awt::XMouseListener >( aIter.next(), uno::UNO_QUERY )->mouseReleased( rEvt ); in fireMouseReleasedEvent()
696 … uno::Reference< awt::XMouseMotionListener >( aIter.next(), uno::UNO_QUERY )->mouseMoved( rEvt ); in fireMouseMovedEvent()
711 … uno::Reference< awt::XFocusListener >( aIter.next(), uno::UNO_QUERY )->focusGained( rEvt ); in fireSetFocusEvent()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DHopcroftMinimizer.java284 if (aSetIteratorA.next().compareTo(aSetIteratorB.next()) != 0) in AreSetsOfStateSetsEqual()
320 final State aOldStartState = aSet.GetStates().iterator().next(); in CreateNewStates()
/trunk/main/dbaccess/source/core/dataaccess/
H A Dbookmarkcontainer.cxx170 static_cast< XContainerListener* >(aListenerIterator.next())->elementInserted(aEvent); in insertByName()
202 static_cast< XContainerListener* >(aListenerIterator.next())->elementRemoved(aEvent); in removeByName()
239 static_cast< XContainerListener* >(aListenerIterator.next())->elementReplaced(aEvent); in replaceByName()
/trunk/main/oox/source/dump/
H A Dxlsbdumper.ini352 …20=next-month,this-week,next-week,last-week,this-month,above-average,below-average,duplicate-value…
358 …,today,yesterday,last-7-days,this-week,last-week,last-month,tomorrow,next-week,next-month,this-mon…
780 0x001000FD=next-item
925 …e-today,date-yesterday,date-next-week,date-this-week,date-last-week,date-next-month,date-this-mont…
926 …40=date-this-quarter,date-last-quarter,date-next-year,date-this-year,date-last-year,year-to-date,d…
/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx668 sal_Bool ORowSetCache::next( ) in next() function in ORowSetCache
802 bCheck = m_pCacheSet->next(); in fillMatrix()
810 bCheck = m_pCacheSet->next(); in fillMatrix()
932 bCheck = m_pCacheSet->next(); in moveWindow()
994 bOk = m_pCacheSet->next(); in moveWindow()
1043 bCheck = m_pCacheSet->next(); in moveWindow()
1680 _bCheck = m_pCacheSet->next(); in fill()
/trunk/main/connectivity/source/commontools/
H A DTTableHelper.cxx201 while ( _rxResult->next() ) in lcl_collectColumnDescs_throw()
338 while ( xResult->next() ) in refreshPrimaryKeys()
366 while( xResult->next() ) in refreshForgeinKeys()
454 while( xResult->next() ) in refreshIndexes()
/trunk/main/registry/source/
H A Dregimpl.cxx899 _err = rStoreDir.next(iter); in deleteSubkeysAndValues()
945 _err = rStoreDir.next(iter); in loadKey()
995 _err = rStoreDir.next(iter); in saveKey()
1399 _err = rTmpStoreDir.next(iter); in loadAndSaveKeys()
1450 _err = rStoreDir.next(iter); in dumpRegistry()
1752 _err = rStoreDir.next(iter); in dumpKey()
/trunk/main/framework/source/tabwin/
H A Dtabwindow.cxx202 ((css::awt::XTabListener*)pIterator.next())->inserted( ID ); in implts_SendNotification()
205 ((css::awt::XTabListener*)pIterator.next())->removed( ID ); in implts_SendNotification()
208 ((css::awt::XTabListener*)pIterator.next())->activated( ID ); in implts_SendNotification()
211 ((css::awt::XTabListener*)pIterator.next())->deactivated( ID ); in implts_SendNotification()
239 ((css::awt::XTabListener*)pIterator.next())->changed( ID, rSeq ); in implts_SendNotification()

Completed in 153 milliseconds

12345678910>>...34