Home
last modified time | relevance | path

Searched refs:it (Results 1726 – 1750 of 1855) sorted by last modified time

1...<<61626364656667686970>>...75

/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DClassMap.java96 for (Iterator<ClassMapEntry> it = map.iterator(); it.hasNext();) { in loadClass()
97 ClassMapEntry entry = it.next(); in loadClass()
101 it.remove(); in loadClass()
H A DJavaSQLConnection.java91 for (Iterator<?> it = statements.keySet().iterator(); it.hasNext();) { in postDisposing()
92 JavaSQLStatementBase statement = (JavaSQLStatementBase) it.next(); in postDisposing()
93 it.remove(); in postDisposing()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/classloading/
H A DClassMap.java79 for (Iterator<ClassMapEntry> it = map.iterator(); it.hasNext();) { in loadClass()
80 ClassMapEntry entry = it.next(); in loadClass()
84 it.remove(); in loadClass()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DPropertySetAdapter.java384 for (Iterator<?> it = propertiesChangeListeners.iterator(); it.hasNext();) { in fire()
385 XPropertiesChangeListener listener = (XPropertiesChangeListener) it.next(); in fire()
399 Iterator<?> it = listeners.iterator(); in fireListeners() local
400 while (it.hasNext()) { in fireListeners()
401 Object listener = it.next(); in fireListeners()
/trunk/main/
H A Dconfigure.cmd43 SET CFG_OPT=%CFG_OPT% --with-lang="de es fr it nl ru"
/trunk/main/configmgr/source/
H A DREADME90 for set members, and ignores it everywhere else.
123 it is assumed that user layer data does not contain them (for one, they are not
127 data to flag it as finalized).
/trunk/main/codemaker/source/javamaker/
H A Djavatype.cxx1946 std::map< rtl::OString, sal_Int32 >::iterator it( in handleAggregatingType() local
1948 if (it == typeParameters.end()) { in handleAggregatingType()
1954 typeParameterIndex = it->second; in handleAggregatingType()
/trunk/main/cli_ure/
H A Dreadme.txt82 assembly in the GAC then leave it at that.
141 is also delivered so that instset_native (or instsetoo_native) can use it when building
245 When changing a version of an assembly then the versions of the assemblies which depend on it shoul…
255 o run with the new cli_uretypes.dll. If now cli_ure.dll is build, then it would reference
/trunk/main/canvas/source/tools/
H A Dpage.cxx86 FragmentContainer_t::iterator it( in free() local
89 mpFragments.erase(it,mpFragments.end()); in free()
95 FragmentContainer_t::const_iterator it(mpFragments.begin()); in insert() local
96 while(it != aEnd) in insert()
98 const SurfaceRect &rect = (*it)->getRect(); in insert()
118 ++it; in insert()
137 FragmentContainer_t::const_iterator it(mpFragments.begin()); in isValidLocation() local
138 while(it != aEnd) in isValidLocation()
140 if(r.intersection((*it)->getRect())) in isValidLocation()
143 ++it; in isValidLocation()
H A Dpagemanager.cxx48 while(it != aEnd) in allocateSpace()
60 ++it; in allocateSpace()
91 FragmentContainer_t::iterator it( in free() local
94 maFragments.erase(it,maFragments.end()); in free()
135 while(it != aEnd) in nakedFragment()
137 if (*it && !((*it)->isNaked())) in nakedFragment()
143 candidate=it; in nakedFragment()
148 ++it; in nakedFragment()
172 while(it != aEnd) in relocate()
177 if((*it)->nakedFragment(pFragment)) in relocate()
[all …]
/trunk/main/canvas/source/directx/
H A Ddx_5rm.cxx2246 vertexCache_t::const_iterator it(maVertexCache.begin()); in flushVertexCache() local
2247 while(it != maVertexCache.end()) in flushVertexCache()
2250 D3DVECTOR(static_cast<D3DVALUE>(it->x), in flushVertexCache()
2251 static_cast<D3DVALUE>(it->y), in flushVertexCache()
2252 static_cast<D3DVALUE>(it->z)), in flushVertexCache()
2254 D3DRGBA(1,1,1,it->a), in flushVertexCache()
2256 static_cast<float>(it->u + nHalfPixelSizeX), in flushVertexCache()
2257 static_cast<float>(it->v + nHalfPixelSizeY)); in flushVertexCache()
2258 ++it; in flushVertexCache()
H A Ddx_9rm.cxx1295 vertexCache_t::const_iterator it(maVertexCache.begin()); in flushVertexCache() local
1325 dest.x=it->x; in flushVertexCache()
1326 dest.y=it->y; in flushVertexCache()
1327 dest.z=it->z; in flushVertexCache()
1329 const sal_uInt32 alpha(static_cast<sal_uInt32>(it->a*255.0f)); in flushVertexCache()
1331 dest.u=static_cast<float>(it->u + nHalfPixelSizeX); in flushVertexCache()
1332 dest.v=static_cast<float>(it->v + nHalfPixelSizeY); in flushVertexCache()
1333 ++it; in flushVertexCache()
/trunk/main/canvas/
H A Doverview.txt44 Armin's recent drawing layer fixups also make use of it), which
56 component, and it will be based on the new canvas. In its current
57 state, it is able to provide a basic set of functionality, enabling
/trunk/main/cairo/
H A Dcairo-1.8.0.patch131 +/* The GNU C library defines this for functions which it implements
/trunk/main/bridges/test/java_uno/nativethreadpool/
H A Dreadme28 then connects to the server, retrieves a thread-local token from it, and checks
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dexceptions.cxx356 Map::iterator it(m_map->find(name)); in get_() local
357 if (it == m_map->end()) { in get_()
358 it = m_map->insert(std::make_pair(name, Data())).first; in get_()
359 Data & data = it->second; in get_()
388 return it->second; in get_()
/trunk/main/binaryurp/source/
H A Dcache.hxx82 typename LruItMap::iterator it = map_.find( --list_.end()); in add() local
83 n = it->second; in add()
84 map_.erase( it); // remove it from the map in add()
H A Dunmarshal.cxx74 std::vector< BinaryAny >::iterator const & it, void * buffer) throw () in copyMemberValues()
82 std::vector< BinaryAny >::iterator i(it); in copyMemberValues()
/trunk/main/basic/source/uno/
H A Dscriptcont.cxx1290 ModuleInfoMap::iterator it = mModuleInfos.find( ModuleName ); in hasModuleInfo() local
1292 if ( it != mModuleInfos.end() ) in hasModuleInfo()
/trunk/main/basic/source/comp/
H A Dexprnode.cxx132 SbiExprListVector::iterator it; in ~SbiExprNode() local
133 for( it = pvMorePar->begin() ; it != pvMorePar->end() ; ++it ) in ~SbiExprNode()
134 delete *it; in ~SbiExprNode()
H A Dexprgen.cxx186 SbiExprListVector::iterator it; in GenElement() local
187 for( it = pvMorePar->begin() ; it != pvMorePar->end() ; ++it ) in GenElement()
189 SbiExprList* pExprList = *it; in GenElement()
/trunk/main/basic/source/classes/
H A Dsb.cxx178 return (it != GaDocBasicItems.end()) ? it->second.get() : 0; in lclFindDocBasicItem()
191 if( it != GaDocBasicItems.end() ) in lclRemoveDocBasicItem()
193 it->second->stopListening(); in lclRemoveDocBasicItem()
194 GaDocBasicItems.erase( it ); in lclRemoveDocBasicItem()
197 for( it = GaDocBasicItems.begin(); it != it_end; ++it ) in lclRemoveDocBasicItem()
198 it->second->clearDependingVarsOnDelete( rDocBasic ); in lclRemoveDocBasicItem()
1197 for( StringVector::iterator it = rReqTypes.begin() ; it != rReqTypes.end() ; ++it ) in implProcessModuleRunInit() local
1199 String& rStr = *it; in implProcessModuleRunInit()
1252 ModuleInitDependencyMap::iterator it; in InitAllModules() local
1253 for( it = aMIDMap.begin() ; it != aMIDMap.end(); ++it ) in InitAllModules()
[all …]
H A Dsbunoobj.cxx3417 if ( it != aConstCache.end() ) in getVBAConstant()
3421 unoToSbxValue( pConst, it->second ); in getVBAConstant()
4685 DisposeItemVector::iterator it; in lcl_findItemForBasic() local
4686 for( it = GaDisposeItemVector.begin() ; it != GaDisposeItemVector.end() ; ++it ) in lcl_findItemForBasic()
4688 StarBasicDisposeItem* pItem = *it; in lcl_findItemForBasic()
4690 return it; in lcl_findItemForBasic()
4697 DisposeItemVector::iterator it = lcl_findItemForBasic( pBasic ); in lcl_getOrCreateItemForBasic() local
4698 StarBasicDisposeItem* pItem = (it != GaDisposeItemVector.end()) ? *it : NULL; in lcl_getOrCreateItemForBasic()
4724 if( it != GaDisposeItemVector.end() ) in disposeComVariablesForBasic()
4726 StarBasicDisposeItem* pItem = *it; in disposeComVariablesForBasic()
[all …]
/trunk/main/basctl/source/basicide/
H A Dbastypes.cxx839 for ( LibInfoMap::iterator it = m_aLibInfoMap.begin(); it != end; ++it ) in ~LibInfos() local
840 delete it->second; in ~LibInfos()
848 if ( it != m_aLibInfoMap.end() ) in InsertInfo()
850 LibInfoItem* pI = it->second; in InsertInfo()
851 m_aLibInfoMap.erase( it ); in InsertInfo()
860 it != m_aLibInfoMap.end(); in RemoveInfoFor()
865 ++it; in RemoveInfoFor()
872 m_aLibInfoMap.erase( it ); in RemoveInfoFor()
873 it = next_it; in RemoveInfoFor()
883 if ( it != m_aLibInfoMap.end() ) in GetInfo()
[all …]
/trunk/main/avmedia/source/macavf/
H A Dmacavf_player.cxx50 HandlersForObject::iterator it = maHandlersForObject.find( [pNotification object]); variable
51 if( it != maHandlersForObject.end() )
52 (*it).second->handleObservation( pNoteName );

Completed in 116 milliseconds

1...<<61626364656667686970>>...75