Home
last modified time | relevance | path

Searched refs:i (Results 4026 – 4050 of 5454) sorted by relevance

1...<<161162163164165166167168169170>>...219

/trunk/main/l10ntools/source/filter/merge/
H A DMerger.java207 for (int i=0; i<4; ++i) in merge()
215 switch(i) in merge()
/trunk/main/sw/source/core/inc/
H A Dwrong.hxx261 std::vector<SwWrongArea>::iterator i = maList.begin(); in Insert() local
263 i = maList.end(); // robust in Insert()
265 i += nWhere; in Insert()
267 maList.insert(i, SwWrongArea( rType, meType, xPropertyBag, nNewPos, nNewLen) ); in Insert()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dexcept.cxx132 for (sal_Int32 i = 0; i < aToken.getLength(); ++i) { in toRTTImangledname() local
133 char c = aToken[i]; in toRTTImangledname()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dexcept.cxx134 for (sal_Int32 i = 0; i < aToken.getLength(); ++i) { in toRTTImangledname() local
135 char c = aToken[i]; in toRTTImangledname()
/trunk/main/chart2/source/model/template/
H A DStockDataInterpreter.cxx310 for( sal_Int32 i=0; i<aSeries.getLength(); ++i ) in isDataCompatible() local
314 Reference< data::XDataSource > xSrc( aSeries[i], uno::UNO_QUERY_THROW ); in isDataCompatible()
/trunk/main/comphelper/source/property/
H A Dgenericpropertyset.cxx273 for( sal_Int32 i = 0; i < aSNL.getLength(); ++i ) in supportsService() local
274 if( pArray[i] == ServiceName ) in supportsService()
H A Dpropmultiplex.cxx121 for (sal_Int32 i = 0; i < m_aProperties.getLength(); ++i, ++pProperties) in dispose() local
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOIndexContainer.java153 for (int i = 0; i < columns.getCount(); i++) { in appendObject()
156 … XPropertySet column = AnyConverter.toObject(XPropertySet.class, columns.getByIndex(i)); in appendObject()
/trunk/main/connectivity/source/commontools/
H A DCommonTools.cxx343 for (sal_Int32 i=0; bValid && i < nLength; ++pStr,++i ) in convertName2SQLName() local
347 pStr = aNewName.getStr() + i; in convertName2SQLName()
/trunk/main/cppu/source/uno/
H A Ddestr.hxx91 for(sal_Int32 i=0; i < nTotalElements; i++) in _destructArray() local
94 (sal_Char *)pValue + i * nElementSize, in _destructArray()
/trunk/main/slideshow/source/engine/transitions/
H A Dslidechangebase.cxx278 for( ::std::size_t i=0; i<nEntries; ++i ) in operator ()()
288 ViewEntry& rViewEntry( maViewData[i] ); in operator ()()
/trunk/main/comphelper/source/streaming/
H A Dseqinputstreamserv.cxx111 for ( ::sal_Int32 i = 0; i < serviceNames.getLength(); ++i ) { in supportsService()
112 if ( serviceNames[i] == serviceName ) in supportsService()
/trunk/main/tools/source/zcodec/
H A Dzcodec.cxx396 for ( int i = 0; i < 2; i++ ) // gz - magic number in ImplInitBuf() local
399 if ( j != gz_magic[ i ] ) in ImplInitBuf()
/trunk/main/l10ntools/source/help/
H A DHelpCompiler.hxx147 for (size_t i = 0; i < str.size(); i++) in operator ()() local
149 hash += key[i]; in operator ()()
/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx1354 for( sal_uInt16 i = 0; i < MAXLEVEL; ++i ) in Execute() local
1356 if( bOutline[i] ) in Execute()
1357 pEntries[nIdx++] = sOutline + String::CreateFromInt32( i+1 ); in Execute()
1361 for(sal_uInt16 i = 0; i < nStyleCount; ++i) in Execute() local
1364 *mpDoc->GetTxtFmtColls()->GetObject( i ); in Execute()
/trunk/main/
H A Dsource_soenv.sh47 i[3456]86-*-solaris*)
53 i[3456]86-*-linux*)
108 i[3456]86-*-darwin*|x86_64-*-darwin*)
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_XPageCursor.java74 for (int i = 0; i < 10; i++){ in _getPage()
/trunk/main/xmloff/source/forms/
H A Dattriblistmerge.hxx64 …virtual ::rtl::OUString SAL_CALL getNameByIndex( sal_Int16 i ) throw(::com::sun::star::uno::Runtim…
65 …virtual ::rtl::OUString SAL_CALL getTypeByIndex( sal_Int16 i ) throw(::com::sun::star::uno::Runtim…
67 …virtual ::rtl::OUString SAL_CALL getValueByIndex( sal_Int16 i ) throw(::com::sun::star::uno::Runti…
/trunk/main/xmerge/source/palmtests/qa-wrapper/bin/
H A Dqa_comparator.pl137 foreach $i (@_)
139 @arg= split('=', $i);
182 die "Incorrect command line. Don't understand $i";
/trunk/main/jurt/test/com/sun/star/uno/
H A DWeakReference_Test.java95 for (Iterator i = l.iterator(); i.hasNext();) { in dispose()
97 ((XReference) i.next()).dispose(); in dispose()
/trunk/main/jurt/test/com/sun/star/comp/bridgefactory/
H A DBridgeFactory_Test.java88 for(int i = 0; i <10000; ++ i) { in test()
/trunk/test/testcommon/source/org/openoffice/test/vcl/
H A DIDList.java111 int i = id.indexOf("_"); in getId() local
112 if (i >= 0) { in getId()
113 value = map.get(id.substring(++i)); in getId()
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A Dcomparator.pl129 foreach $i (@_)
131 @arg= split('=', $i);
174 die "Incorrect command line. Don't understand $i";
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXLineNumberingProperties.java94 for (int i=0; i<5; i++) { in createTestEnvironment()
/trunk/main/sfx2/source/menu/
H A Dmnumgr.cxx237 for (sal_uInt16 i = 0; (size_t)i < nNumSynonyms; ++i) in InsertThesaurusSubmenu_Impl() local
240 const sal_uInt16 nId = i + 1; in InsertThesaurusSubmenu_Impl()
242 String aItemText( linguistic::GetThesaurusReplaceText( aSynonyms[i] ) ); in InsertThesaurusSubmenu_Impl()

Completed in 88 milliseconds

1...<<161162163164165166167168169170>>...219