Home
last modified time | relevance | path

Searched refs:i (Results 726 – 750 of 5444) sorted by relevance

1...<<21222324252627282930>>...218

/trunk/main/solenv/inc/
H A D_tg_def.mk31 DEF1DEPN+=$(foreach,i,$(DEFLIB1NAME) $(SLB)/$(i).lib)
193 DEF1NAMELIST=$(foreach,i,$(DEFLIB1NAME) $(SLB)/$(i).lib)
315 DEF2DEPN+=$(foreach,i,$(DEFLIB2NAME) $(SLB)/$(i).lib)
477 DEF2NAMELIST=$(foreach,i,$(DEFLIB2NAME) $(SLB)/$(i).lib)
599 DEF3DEPN+=$(foreach,i,$(DEFLIB3NAME) $(SLB)/$(i).lib)
883 DEF4DEPN+=$(foreach,i,$(DEFLIB4NAME) $(SLB)/$(i).lib)
1167 DEF5DEPN+=$(foreach,i,$(DEFLIB5NAME) $(SLB)/$(i).lib)
1451 DEF6DEPN+=$(foreach,i,$(DEFLIB6NAME) $(SLB)/$(i).lib)
1735 DEF7DEPN+=$(foreach,i,$(DEFLIB7NAME) $(SLB)/$(i).lib)
2019 DEF8DEPN+=$(foreach,i,$(DEFLIB8NAME) $(SLB)/$(i).lib)
[all …]
/trunk/main/chart2/source/tools/
H A DInternalData.cxx74 for( size_t i = 0; i < rValarray.size(); ++i ) in lcl_ValarrayToSequence() local
75 aResult[i] = rValarray[i]; in lcl_ValarrayToSequence()
108 for( sal_Int32 i=0; i<nSize; ++i ) in createDefaultData() local
109 m_aData[i] = fDefaultData[i]; in createDefaultData()
154 for( sal_Int32 i=0; i<m_nRowCount; ++i ) in getData() local
155 aResult[i] = lcl_ValarrayToSequence< tDataType::value_type >( in getData()
183 for( vector< double >::size_type i = 0; i < rNewData.size(); ++i ) in setColumnValues() local
184 aSlice[i] = rNewData[i]; in setColumnValues()
195 for( vector< double >::size_type i = 0; i < rNewData.size(); ++i ) in setRowValues() local
196 aSlice[i] = rNewData[i]; in setRowValues()
[all …]
/trunk/main/dbaccess/source/core/api/
H A DCacheSet.cxx144 for (sal_Int32 i=1; i <= nCount; ++i,++pSignedIter,++pColumnIter,++pNullableIter) in construct() local
214 sal_Int32 i = 1; in insertRow() local
232 i = 1; in insertRow()
238 setParameter(i,xParameter,*aIter,m_xSetMetaData->getColumnType(i),m_xSetMetaData->getScale(i)); in insertRow()
304 sal_Int32 i = 1; in fillParameters() local
377 sal_Int32 i = 1; in updateRow() local
383 setParameter(i,xParameter,*aIter,m_xSetMetaData->getColumnType(i),m_xSetMetaData->getScale(i)); in updateRow()
384 ++i; in updateRow()
445 sal_Int32 i = 1; in deleteRow() local
477 for(sal_Int32 i=1;aIter != aEnd;++aIter,++i) in fillValueRow() local
[all …]
/trunk/main/sal/qa/rtl/strings/
H A Dtest_oustring_endswith.cxx42 for (int i = 0; i < string.getLength(); ++i) { in appendString() local
43 char c = string[i]; in appendString()
95 for (int i = 0; i < sizeof data / sizeof data[0]; ++i) { in TEST_F() local
97 appendString(msg, rtl::OString(data[i].str1, data[i].str1Len)); in TEST_F()
100 appendString(msg, rtl::OString(data[i].str2, data[i].str2Len)); in TEST_F()
102 msg.append(static_cast< sal_Bool >(data[i].endsWith)); in TEST_F()
105 data[i].str1, data[i].str1Len, in TEST_F()
107 data[i].str2, data[i].str2Len) in TEST_F()
108 == data[i].endsWith) << msg.getStr(); in TEST_F()
/trunk/main/sd/source/ui/dlg/
H A Dassclass.cxx45 for(sal_uInt8 i=0;i<mnPages;i++) in Assistent() local
47 mpPages[i]=new List(); in Assistent()
48 mpPageStatus[i] = sal_True; in Assistent()
108 int i; in GotoPage() local
112 for(i=0;i<(int)mpPages[nIndex]->Count();i++) in GotoPage()
114 pCurControl=(Control*)mpPages[nIndex]->GetObject(i); in GotoPage()
122 for(i=0;i<(int)mpPages[nIndex]->Count();i++) in GotoPage()
125 pCurControl=(Control*)mpPages[nIndex]->GetObject(i); in GotoPage()
181 for( int i=0;i<mnPages;i++) in ~Assistent() local
183 delete mpPages[i]; in ~Assistent()
/trunk/test/testuno/source/fvt/uno/sc/cell/
H A DCellAlignment.java151 for (int i = 0; i < cellNum; i++) { in testCellAlignment()
152 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCellAlignment()
160 for (int i = 0; i < cellNum; i++) { in testCellAlignment()
161 SCUtil.setCellProperties(cells[i], inputType, inputValue); in testCellAlignment()
168 for (int i = 0; i < cellNum; i++) { in testCellAlignment()
169 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCellAlignment()
170 results[i] = (Enum) SCUtil.getCellProperties(cells[i], inputType); in testCellAlignment()
174 for (int i = 0; i < cellNum; i++ ) { in testCellAlignment()
176 …ect cell alignment(" + inputType + ") value got in ." + fileType + " file.", expected, results[i]); in testCellAlignment()
/trunk/main/sal/osl/unx/
H A Ddiagnose.c132 int i, n; in osl_diagnose_backtrace_Impl() local
135 for (i = FRAME_OFFSET; i < n; i++) in osl_diagnose_backtrace_Impl()
137 osl_diagnose_frame_Impl (f, (i - FRAME_OFFSET), ppFrames[i]); in osl_diagnose_backtrace_Impl()
176 int i; in osl_diagnose_backtrace_Impl() local
186 for (i = 0; (i < FRAME_OFFSET) && (fp != NULL); i++) in osl_diagnose_backtrace_Impl()
189 for (i = 0; (fp != NULL) && (fp->fr_savpc != 0); i++) in osl_diagnose_backtrace_Impl()
192 osl_diagnose_frame_Impl (f, i, (void*)(fp->fr_savpc)); in osl_diagnose_backtrace_Impl()
219 int i; in osl_diagnose_backtrace_Impl() local
224 for (i = 0; (i < FRAME_OFFSET) && (fp != NULL); i++) in osl_diagnose_backtrace_Impl()
227 for (i = 0; (fp != NULL) && (fp->fr_savpc != 0); i++) in osl_diagnose_backtrace_Impl()
[all …]
/trunk/main/xmloff/source/meta/
H A Dxmlmetae.cxx151 for (sal_Int32 i = 0; i < keywords.getLength(); ++i) { in _MExport() local
154 mrExport.Characters( keywords[i] ); in _MExport()
256 for (sal_Int32 i = 0; i < props.getLength(); ++i) { in _MExport() local
260 sValueBuffer, sType, props[i].Value)) { in _MExport()
407 for (sal_Int16 i = 0; i < nCount; ++i) { in startElement() local
408 const ::rtl::OUString name(i_xAttribs->getNameByIndex(i)); in startElement()
421 i_xAttribs->getValueByIndex(i))); in startElement()
438 for (sal_Int16 i = 0; i < nCount; ++i) { in startElement() local
456 for (sal_Int16 i = 0; i < nLength; ++i) { in startElement() local
458 ::rtl::OUString value(i_xAttribs->getValueByIndex(i)); in startElement()
[all …]
/trunk/main/scripting/source/pyprov/
H A Dpythonscript.py343 for i in items:
361 for i in values:
549 i()
642 FileBrowseNode( self.provCtx, i, i[i.rfind("/")+1:len(i)-3] ) )
645 browseNodeList.append( DirBrowseNode( self.provCtx, i[i.rfind("/")+1:len(i)],i))
695 for i in contents:
811 for i in packages:
812 log.debug( "inspecting package " + i.Name + "("+i.Identifier.Value+")" )
842 for i in items:
845 DirBrowseNode( self.provCtx, i[0], i[1].pathes[0] ))
[all …]
/trunk/main/svx/source/dialog/
H A Dparaprev.cxx96 for ( sal_uInt16 i = 0; i < 9; ++i ) in DrawParagraph() local
98 if ( 3 == i ) in DrawParagraph()
105 if ( 6 == i ) in DrawParagraph()
108 if ( 3 <= i && 6 > i ) in DrawParagraph()
114 if ( 3 == i ) in DrawParagraph()
128 if ( 4 == i || 5 == i || 6 == i ) in DrawParagraph()
144 if ( (3 <= i) && (5 >= i) ) in DrawParagraph()
147 switch( i ) in DrawParagraph()
172 if( 5 == i ) in DrawParagraph()
208 Lines[i] = aRect; in DrawParagraph()
[all …]
H A Dlangbox.cxx90 for (sal_Int32 i = 0; i < nCount; ++i) in lcl_LocaleSeqToLangSeq() local
92 pLang[i] = SvxLocaleToLanguage( pLocale[i] ); in lcl_LocaleSeqToLangSeq()
102 sal_Int32 i = -1; in lcl_SeqHasLang() local
107 for (i = 0; i < nLen; ++i) in lcl_SeqHasLang()
109 if (nLang == pLang[i]) in lcl_SeqHasLang()
113 return i >= 0 && i < nLen; in lcl_SeqHasLang()
125 for ( sal_uInt16 i=0; nPos == LISTBOX_ENTRY_NOTFOUND && i<nCount; i++ ) in TypeToPos_Impl() local
127 nPos = i; in TypeToPos_Impl()
167 for ( sal_uInt32 i = 0; i < nCount; i++ ) in Init() local
286 for ( sal_uInt32 i = 0; i < nCount; i++ ) in SetLanguageList() local
[all …]
/trunk/main/sw/source/ui/config/
H A Dmodcfg.cxx68 for (sal_uInt16 i = 0; i < Count(); i++ ) in SV_IMPL_PTRARR_SORT() local
219 i--; in ConvertWordDelimiter()
229 for (xub_StrLen i = 0; i < rDelim.Len(); i++) in ConvertWordDelimiter() local
274 for(int i = 0; i < nCount; i++) in GetPropertyNames() local
626 for(i = 0; i < nCount; i++) in GetPropertyNames()
627 pNames[i] = C2U(aPropNames[i]); in GetPropertyNames()
628 for(i = 0; i < nWebCount; i++) in GetPropertyNames()
629 pWebNames[i] = C2U(aPropNames[i]); in GetPropertyNames()
1185 for(int i = 0; i < nCount; i++) in GetPropertyNames() local
1312 for(int i = 0; i < nCount; i++) in GetPropertyNames() local
[all …]
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx456 for ( i = 0; i < nProperties; i++ ) in ConvertSequenceToEnhancedCustomShape2dHandle()
828 for ( i = 0; i < seqEquations.getLength(); i++ ) in EnhancedCustomShape2d()
1935 for ( i = 0; i < vObjectList.size(); i++ ) in CorrectCalloutArrows()
1959 for ( i = 0; i < vObjectList.size(); i++ ) in CorrectCalloutArrows()
1986 for ( i = 0; i < vObjectList.size(); i++ ) in CorrectCalloutArrows()
2114 for(i = 0L; i < vObjectList.size(); i++) in CreatePathObj()
2141 for ( i = 0; i < vObjectList.size(); i++ ) in CreatePathObj()
2166 for ( i = 0; i < vObjectList.size(); i++ ) in CreatePathObj()
2176 for ( i = 0; i < vObjectList.size(); i++ ) in CreatePathObj()
2199 for (i = 0L; i < vObjectList.size(); i++) in CreatePathObj()
[all …]
/trunk/main/toolkit/source/layout/core/
H A Dproplist.cxx158 sal_Int32 i = 0; in anyFromString() local
184 while ( i >= 0 ); in anyFromString()
189 i = 0; in anyFromString()
192 seq[ i ] = *it; in anyFromString()
212 for ( int i = 0; i < string.getLength(); i++ ) in toUnoNaming() local
214 if ( i == 0 && str[0] == '_' ) in toUnoNaming()
217 if ( str[i] == '-' ) in toUnoNaming()
221 if ( capitalize && str[i] >= 'a' && str[i] <= 'z' ) in toUnoNaming()
376 for ( sal_Int32 i = 0; i < nAttrs; i++ ) in propsFromAttributes() local
425 for ( int i = 0; i < attribsMapLen; i++ ) in getAttributeProps() local
[all …]
/trunk/main/l10ntools/source/
H A Dxrmmerge.cxx89 for( int i = 1; i < argc; i++ ) { in GetOutputFile() local
90 if ( ByteString( argv[ i ] ).ToUpperAscii() == "-I" ) { in GetOutputFile()
93 else if ( ByteString( argv[ i ] ).ToUpperAscii() == "-O" ) { in GetOutputFile()
129 sInputFileName = argv[ i ]; in GetOutputFile()
134 sOutputFile = argv[ i ]; // the dest. file in GetOutputFile()
138 sPrj = ByteString( argv[ i ]); in GetOutputFile()
146 sMergeSrc = ByteString( argv[ i ]); in GetOutputFile()
151 Export::sLanguages = ByteString( argv[ i ]); in GetOutputFile()
347 for ( sal_uInt16 i = 0; i + 1 < sTmp.GetTokenCount( '.' ); i++ ) { in Execute() local
350 sGID += sTmp.GetToken( i, '.' ); in Execute()
[all …]
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java885 for (int i= 0; i < nNumProps; i++) in fire()
890 arEvts[i]= new PropertyChangeEvent(this, properties[i].Name, false, in fire()
891 properties[i].Handle, oldValues[i], newValues[i]); in fire()
896 for (int i= 0; i < nAffectedProps; i++) in fire()
990 for (int i= 0; i < propNames.length; i++) in firePropertiesChangeEvent()
992 Property prop= getProperty(propNames[i]); in firePropertiesChangeEvent()
1033 for (int i= 0; i < propNames.length; i++) in getPropertyValues()
1038 value= getPropertyValue(propNames[i]); in getPropertyValues()
1043 arValues[i]= value; in getPropertyValues()
1058 for (int i= 0; i < propNames.length; i++) in setPropertyValues()
[all …]
/trunk/main/uui/source/
H A Dgetcontinuations.hxx60 for (sal_Int32 i = 0; i < rContinuations.getLength(); ++i) in getContinuations() local
62 if (setContinuation(rContinuations[i], pContinuation1)) in getContinuations()
64 if (setContinuation(rContinuations[i], pContinuation2)) in getContinuations()
79 for (sal_Int32 i = 0; i < rContinuations.getLength(); ++i) in getContinuations() local
81 if (setContinuation(rContinuations[i], pContinuation1)) in getContinuations()
83 if (setContinuation(rContinuations[i], pContinuation2)) in getContinuations()
85 if (setContinuation(rContinuations[i], pContinuation3)) in getContinuations()
101 for (sal_Int32 i = 0; i < rContinuations.getLength(); ++i) in getContinuations() local
103 if (setContinuation(rContinuations[i], pContinuation1)) in getContinuations()
105 if (setContinuation(rContinuations[i], pContinuation2)) in getContinuations()
[all …]
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx875 for( i = 0 ; i < nLen ; i++ ) in unoToSbxValue()
1237 for( i = 0 ; i < nSeqLevel ; i++ ) in implRekMultiDimArrayToSequence()
1545 for( short i = 1 ; i <= nDims ; i++ ) in sbxToUnoValue() local
1936 for( sal_uInt16 i = 0; i < nPropCount; i++ ) in Impl_DumpProperties() local
2253 for( i = 0 ; i < nParamCount ; i++ ) in TYPEINIT1()
2292 for( i = 0 ; i < nParamCount ; i++ ) in TYPEINIT1()
2316 for( i = 0 ; i < nParamCount ; i++ ) in TYPEINIT1()
2940 for( i = 0 ; i < nPropCount ; i++ ) in implCreateAll()
2964 for( i = 0 ; i < nMethCount ; i++ ) in implCreateAll()
3622 for( int i = 0 ; i < nCtorCount ; ++i ) in Find() local
[all …]
/trunk/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx474 for ( sal_Int32 i = 0; (i < _nIndex) && (aIt != aIndex.end()); ++i, ++aIt ) in implCheckIndex() local
589 for( sal_Int32 i = 0 ; i < nLen ; i++ ) in registerScriptEvents() local
720 sal_Int32 i = 0; in getScriptEvents() local
772 sal_Int32 i = 0; in attach() local
794 for(sal_Int32 i = 0; i < nLen; ++i ) in attach() local
803 pEL[i].AddListenerParam, pEL[i].EventMethod ); in attach()
849 i++; in detach()
855 for( sal_Int32 i = 0; i < nLen; i++ ) in detach() local
862 pEL[i].AddListenerParam, pArray[i] ); in detach()
943 for( sal_Int32 i = 0; i < nLen; i++ ) in write()
[all …]
/trunk/main/scp2/source/templates/
H A Dmodules.pl88 for ( $i = 0; $i <= $#infile; $i++) {
89 my $line = $infile[$i];
108 my $i;
124 for ( $i=0; $i <= $#ARGV; $i++) {
125 if ( "$ARGV[$i]" eq "-o" ) {
127 $outfile = $ARGV[ $i + 1];
128 $i++;
130 } elsif ( "$ARGV[$i]" eq "-i" ) {
132 $infile = $ARGV[ $i + 1];
133 $i++;
[all …]
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java297 for (int i = 0; i < aElementNames.length; i++) in getUsedStyle()
415 for (int i = 0; i < m_aGroupNames.length; i++) in insertGroups()
417 lastGroupPosition = i; in insertGroups()
495 for (int i = 0; i < m_aFieldNames.length; i++) in getTitleFromFieldName()
507 for (int i = 0; i < m_aFieldNames.length; i++) in getTypeFromFieldName()
511 return m_aFieldTypes[i]; in getTypeFromFieldName()
519 for (int i = 0; i < _aList.length; i++) in listContains()
555 for (int i = 0; i < _aList.length; i++) in getNamesWithoutGroupNames()
1218 for (int i = 0; i < aAllProperties.length; i++) in copyProperties()
1520 for (int i = 0; i < aFieldTitles.length; i++) in getMaxLabelWidth()
[all …]
/trunk/main/connectivity/source/drivers/ado/
H A DADatabaseMetaDataResultSet.cxx130 for(;i<=nLen;++i) in findColumn()
793 for(sal_Int32 i=1;i<4;i++) in setProceduresMap() local
845 for(sal_Int32 i=1;i<5;++i) in setColumnsMap() local
923 for(sal_Int32 i=1;i<5;i++) in setTablesMap() local
935 for(sal_Int32 i=1;i<5;i++) in setProcedureColumnsMap() local
1003 for(;i<5;i++) in setPrimaryKeysMap()
1017 for(;i<4;i++) in setIndexInfoMap()
1059 for(;i<6;i++) in setTablePrivilegesMap()
1081 for(;i<5;i++) in setCrossReferenceMap()
1083 for(i=7;i<11;i++) in setCrossReferenceMap()
[all …]
/trunk/main/xmloff/source/style/
H A Dimpastp4.cxx145 for( sal_uInt32 i = 0; i < nCount; i++ ) in GetRegisteredNames() local
399 sal_uInt32 i; in exportXML() local
400 for( i=0; i < nCount; i++ ) in exportXML()
402 aExpStyles[i].mpParent = 0; in exportXML()
403 aExpStyles[i].mpProperties = 0; in exportXML()
407 for( i=0; i < nParents; i++ ) in exportXML()
410 pParents->GetObject( i ); in exportXML()
435 for( i=0; i<nCount; i++ ) in exportXML()
437 DBG_ASSERT( aExpStyles[i].mpProperties, in exportXML()
440 if( aExpStyles[i].mpProperties ) in exportXML()
[all …]
/trunk/main/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/
H A DMyPersistObject.java66 return i>0?_props[i]:null; in getPropertyByName()
69 for ( int i=0; i<_props.length; i++ ) in getPropertyIndexByName()
71 return i; in getPropertyIndexByName()
76 return i>0?true:false; in hasPropertyByName()
90 private int i; field in MyPersistObject
105 for (int i=0; i<prop_count; i++ ) { in MyPersistObject()
106 props[i] = new Property(); in MyPersistObject()
110 i = 3; in MyPersistObject()
144 i = inStream.readLong(); in read()
164 outStream.writeLong(i); in write()
[all …]
/trunk/main/rdbmaker/source/codemaker/
H A Ddependency.cxx144 for (sal_uInt16 i=0; i < count; i++) in checkFieldDependencies() local
146 fieldType = reader.getFieldType(i); in checkFieldDependencies()
170 for (sal_uInt16 i=0; i < count; i++) in checkMethodDependencies() local
172 returnType = reader.getMethodReturnType(i); in checkMethodDependencies()
177 paramCount = reader.getMethodParamCount(i); in checkMethodDependencies()
178 excCount = reader.getMethodExcCount(i); in checkMethodDependencies()
183 paramType = reader.getMethodParamType(i, j); in checkMethodDependencies()
206 excType = reader.getMethodExcType(i, j); in checkMethodDependencies()
225 for (sal_uInt16 i=0; i < count; i++) in checkReferenceDependencies() local
227 referenceName = reader.getReferenceName(i); in checkReferenceDependencies()
[all …]

Completed in 176 milliseconds

1...<<21222324252627282930>>...218