Home
last modified time | relevance | path

Searched refs:ii (Results 26 – 50 of 167) sorted by relevance

1234567

/aoo41x/main/cppu/source/threadpool/
H A Dthread.cxx72 ::std::list< ORequestThread * >::iterator ii = ::std::find( m_lst.begin(), m_lst.end(), p ); in remove()
73 OSL_ASSERT( ii != m_lst.end() ); in remove()
74 m_lst.erase( ii ); in remove()
/aoo41x/main/i18npool/source/search/
H A Dlevdis.cxx92 #define LEVDISBALANCE(jj,ii) \ argument
94 if ( jj != ii ) \
101 if ( ii > 0 ) \
102 for ( k=0; k < ii; k++ ) \
110 for ( k=ii+1; k < nStringLen; k++ ) \
/aoo41x/main/pyuno/source/module/
H A Dpyuno_except.cxx232 ExceptionClassMap::iterator ii = cargo->exceptionMap.find( name ); in getClass() local
233 if( ii == cargo->exceptionMap.end() ) in getClass()
247 ret = ii->second; in getClass()
H A Dpyuno_adapter.cxx113 MethodOutIndexMap::const_iterator ii = m_methodOutIndexMap.find( functionName ); in getOutIndexes() local
114 if( ii == m_methodOutIndexMap.end() ) in getOutIndexes()
184 ret = ii->second; in getOutIndexes()
H A Dpyuno_runtime.cxx871 PyRef2Adapter::iterator ii = impl->cargo->mappedObjects.find( PyRef( o ) ); in pyObject2Any() local
872 if( ii != impl->cargo->mappedObjects.end() ) in pyObject2Any()
874 adapterObject = ii->second; in pyObject2Any()
/aoo41x/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dsunjavaplugin.cxx304 for (cit ii = vecVerifiedInfos.begin(); ii != vecVerifiedInfos.end(); ii++, j++) in jfw_plugin_getAllJavaInfos() local
306 arInfo[j] = createJavaInfo(*ii); in jfw_plugin_getAllJavaInfos()
H A Dutil.cxx1194 for( int ii = 0; ii < cSearchPaths; ii ++) in createJavaInfoDirScan() local
1196 OUString usDir1(usFile + arPaths[ii]); in createJavaInfoDirScan()
1204 if (g_arSearchPaths[ii].searchImmediateContents || arCollectDirs[j] != OUString()) in createJavaInfoDirScan()
/aoo41x/main/sal/rtl/source/
H A Dbootstrap.cxx205 for( NameValueList::iterator ii = pNameValueList->begin() ; in getFromCommandLineArgs() local
206 ii != pNameValueList->end() ; in getFromCommandLineArgs()
207 ++ii ) in getFromCommandLineArgs()
209 if( (*ii).sName.equals(key) ) in getFromCommandLineArgs()
211 *value = (*ii).sValue; in getFromCommandLineArgs()
/aoo41x/main/xmlsecurity/source/helper/
H A Dxsecctl.cxx741 std::vector< sal_Int32 >::const_iterator ii = m_vFastPropertyIndexs.begin();
746 for( ; ii != m_vFastPropertyIndexs.end(); ++ii,++nIndex )
748 if ( nHandle == (*ii))
/aoo41x/main/svtools/source/dialogs/
H A Dmcvmath.cxx84 Fix ii = ImpMultBig2(ra.r,rb.i)+ImpMultBig2(ra.i,rb.r); in ImpMultBig2() local
85 return FixCpx( rr,ii ); in ImpMultBig2()
/aoo41x/main/wizards/com/sun/star/wizards/ui/
H A DButtonList.java358 int ii = getIndexFor(i); in getObjectFor() local
359 if (listModel.getSize() <= ii) in getObjectFor()
365 return listModel.getElementAt(ii); in getObjectFor()
H A DImageList.java509 int ii = getIndexFor(i); in getObjectFor() local
510 if (listModel.getSize() <= ii) in getObjectFor()
516 return listModel.getElementAt(ii); in getObjectFor()
/aoo41x/main/sfx2/source/dialog/
H A Dtempldlg.cxx818 sal_uInt16 ii; in MakeTree_Impl() local
821 for ( ii = 0; in MakeTree_Impl()
822 ii < pCmp->Count() && COMPARE_LESS == in MakeTree_Impl()
823 pCollator->compareString( (*pCmp->pChilds)[ii]->aName, in MakeTree_Impl()
824 pEntry->aName);++ii) ; in MakeTree_Impl()
825 pCmp->Put(pEntry,ii); in MakeTree_Impl()
/aoo41x/main/svx/source/dialog/
H A Dsvxruler.cxx2732 for(sal_uInt16 ii = nStart; ii < pColumnItem->Count() - 1; ++ii) in PrepareProportional_Impl() local
2734 lWidth += pBorders[ii].nPos - lPos; in PrepareProportional_Impl()
2735 lPos = pBorders[ii].nPos + pBorders[ii].nWidth; in PrepareProportional_Impl()
H A Dsvxbmpnumvalueset.src89 Text [en-US] = "Lowercase Roman number i. ii. iii." ;
/aoo41x/extras/l10n/source/ro/
H A Dlocalize.sdf5116 sfx2 source\doc\doc.src 0 string RID_STR_FILTCONFIG 0 ro Configurații 20110201 21:28:21
5288 sfx2 source\appl\app.src 0 string GID_SPECIAL 0 ro Funcții speciale 20110201 21:28:21
5334 sfx2 source\appl\app.src 0 string RID_ENVTOOLBOX 0 ro Bara de funcții 20110201 21:28:21
6830 starmath source\smres.src 0 fixedtext RID_FONTSIZEDIALOG 6 0 ro ~Funcții 20110201 21:28:21
6839 starmath source\smres.src 0 fixedtext RID_FONTTYPEDIALOG 2 0 ro ~Funcții 20110201 21:28:21
6860 starmath source\smres.src 0 string RID_DISTANCEDIALOG.3 1 0 ro Fracții 20110201 21:28:21
6944 starmath source\smres.src 0 menuitem RID_FONTMENU Functions 0 ro Funcții 20110201 21:28:21
10796 scp2 source\ooo\directory_ooo.ulf 0 LngText STR_DIR_INFO 0 ro Informații 20110201 21:28:21
19007 …NS1.SC_OPCODE_KOMBIN 1 0 ro Calculează numărul de combinații pentru elemente fără repetiții. …
19012 …S1.SC_OPCODE_KOMBIN_2 1 0 ro Calculează numărul de combinații pentru elemente cu repetiții. 2…
[all …]
/aoo41x/main/basegfx/source/workbench/
H A Dbezierclip.cxx1225 ::std::back_insert_iterator< ::std::vector< ::std::pair<double, double> > > ii(results); in clipBezier()
1227 Impl_calcCollinearNormals( ii, delta, 0, c1, c1, 0.0, 1.0, c2, c2, 0.0, 1.0 ); in clipBezier()
1952 ::std::back_insert_iterator< ::std::vector< ::std::pair<double, double> > > ii(result); in main()
2035 clipBezier( ii, 0.00001, c1, c2 ); in main()
/aoo41x/main/sw/source/filter/html/
H A Dhtmlplug.cxx1287 sal_uInt16 ii = aParams.Count(); in OutHTML_FrmFmtOLENode() local
1288 while( ii > 0 ) in OutHTML_FrmFmtOLENode()
1290 const SvCommand& rCommand = aCommands[ aParams[--ii] ]; in OutHTML_FrmFmtOLENode()
/aoo41x/main/sw/source/ui/misc/
H A Dnumberingtypelistbox.src37 < "i, ii, iii, ..." ; 3/*SVX_NUM_ROMAN_LOWER */; > ;
/aoo41x/main/libtextcat/data/new_fingerprints/lm/
H A Dromanian.lm120 ii 232
H A Destonian.lm102 ii 291
H A Dfinnish.lm102 ii 420
H A Dsanskrit.lm64 ii 535
H A Dslovak_ascii.lm335 ii 82
/aoo41x/main/
H A DLICENSE_category_b132 by: i) the modification of the Original Code or ii) the
163 Contributor Version or ii) the combination of Modifications made
367 Participant, or (ii) withdraw Your litigation claim with respect to
722 modifications of Covered Software, or (ii) the combination of its
1444 ii) additions to the Program;
1451 conjunction with the Program under their own license agreement, and (ii) are not
1513 ii) effectively excludes on behalf of all Contributors all liability for
1663 ii) additions to the Program;
1670 conjunction with the Program under their own license agreement, and (ii) are not
1732 ii) effectively excludes on behalf of all Contributors all liability for

Completed in 3778 milliseconds

1234567