Home
last modified time | relevance | path

Searched refs:i (Results 451 – 475 of 5444) sorted by relevance

1...<<11121314151617181920>>...218

/trunk/main/filter/source/graphicfilter/etiff/
H A Detiff.cxx190 sal_uInt16 i; in WriteTIFF() local
191 for ( i = 0; i < aAnimation.Count(); i++ ) in WriteTIFF()
194 for ( i = 0; mbStatus && ( i < aAnimation.Count() ); i++ ) in WriteTIFF()
337 sal_uInt16 i; in ImplWritePalette() local
343 for ( i = 0; i < mnColors; i++ ) in ImplWritePalette()
348 for ( i = 0; i < mnColors; i++ ) in ImplWritePalette()
353 for ( i = 0; i < mnColors; i++ ) in ImplWritePalette()
529 for ( i = 0; i < 4096; i++) in StartCompression()
531 pTable[ i ].pBrother = pTable[ i ].pFirstChild = NULL; in StartCompression()
532 pTable[ i ].nValue = (sal_uInt8)( pTable[ i ].nCode = i ); in StartCompression()
[all …]
/trunk/main/toolkit/source/layout/core/
H A Dtable.cxx135 while ( aTable.size() > i && !aTable[ i ] ) in getMinimumSize()
136 i++; in getMinimumSize()
138 col = i % mnColsLen; in getMinimumSize()
139 row = i / mnColsLen; in getMinimumSize()
153 for ( unsigned int i = start; i < end; i++ ) in getMinimumSize() local
154 aTable[ i ] = child; in getMinimumSize()
206 for ( int i = nFirstAttach; i < nLastAttach; i++ ) in getMinimumSize() local
223 for ( int i = nFirstAttach; i < nLastAttach; i++ ) in getMinimumSize() local
281 for ( int i = 0; i < nFirstAttach; i++ ) in allocateArea() local
284 if ( aGroup[ i ].mbExpand ) in allocateArea()
[all …]
/trunk/main/comphelper/source/property/
H A Dcomposedprops.cxx107 for (sal_Int32 i=0; i<nMasterPropsCount; ++i) in compose() local
108 pInclusionFlags[i] = sal_True; in compose()
122 for (sal_Int32 i=1; i<nSingleSets; ++i) in compose() local
124 xSecondarySet = m_aSingleSets[i]; in compose()
197 for (sal_Int32 i=1; i<nSingleSets; ++i) in getPropertyState() local
234 for (sal_Int32 i=0; i<nCount; ++i, ++pNames, ++pStates) in getPropertyStates() local
243 for (sal_Int32 i=0; i<nSingleSets; ++i) in setPropertyToDefault() local
261 for (sal_Int32 i=0; i<nSingleSets; ++i) in setPropertyValue() local
263 if (m_aSingleSets[i].is()) in setPropertyValue()
325 for (sal_Int32 i=0; i<nLength; ++i, ++pProps) in getPropertyByName() local
[all …]
/trunk/main/sal/typesconfig/
H A Dtypesconfig.c293 int i; in GetAlignment() local
296 for ( i = 0; i < 16*8; i++ ) in GetAlignment()
297 a[i] = 0; in GetAlignment()
300 for ( i = 1; i < 16; i++ ) in GetAlignment()
302 return i; in GetAlignment()
363 int i; in Description_Print() local
374 for ( i = 0; i < 3; i++ ) in Description_Print()
426 int i; in InfoMemoryTypeAccess() local
429 for ( i = 0; i < 64; i++ ) in InfoMemoryTypeAccess()
430 a[i] = 0; in InfoMemoryTypeAccess()
[all …]
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dsunversion.cxx273 for( int i= 0; i < 4; i ++) in operator >() local
276 if(m_arVersionParts[i] > ver.m_arVersionParts[i]) in operator >()
280 else if (m_arVersionParts[i] < ver.m_arVersionParts[i]) in operator >()
313 for(int i= 0; i < 4; i++) in operator ==() local
315 if( m_arVersionParts[i] != ver.m_arVersionParts[i]) in operator ==()
355 for (int i = 0; i < num; i++) in SelfTest() local
366 for ( int i = 0; i < numBad; i++) in SelfTest() local
380 for (int i = 0; i < numOrdered; i ++) in SelfTest() local
391 if (i < j) in SelfTest()
399 else if ( i == j) in SelfTest()
[all …]
/trunk/main/cui/source/dialogs/
H A Dhyphen.cxx228 xub_StrLen i; in EnableLRBtn_Impl() local
231 for ( i = nOldPos + 2; i < nLen; ++i ) in EnableLRBtn_Impl()
244 for ( i = nOldPos; i-- > 0; ) in EnableLRBtn_Impl()
306 for (sal_Int32 i = 0; i < nLen; ++i) in EraseUnusableHyphens_Impl() local
384 for (sal_uInt16 i = 0; i <= nInsPos; ++i) in ContinueHyph_Impl() local
434 for ( sal_uInt16 i=0 ; i < aTxt.Len(); ++i ) in GetHyphIndex_Impl() local
452 for ( xub_StrLen i = nOldPos - 1; i > 0; --i) in SelLeft_Impl() local
462 aWordEdit.SetSelection( Selection( i, i + 1 ) ); in SelLeft_Impl()
475 for ( xub_StrLen i = nOldPos + 1; i < aTxt.Len(); ++i ) in SelRight_Impl() local
481 nOldPos = i; in SelRight_Impl()
[all …]
/trunk/main/framework/source/uiconfiguration/
H A Duiconfigurationmanagerimpl.cxx106 for ( int i = 0; i < UIElementType::COUNT; i++ ) in RetrieveTypeFromResourceURL() local
686 for ( int i = 1; i < ::com::sun::star::ui::UIElementType::COUNT; i++ ) in impl_Initialize() local
732 for ( int i = 0; i < ::com::sun::star::ui::UIElementType::COUNT; i++ ) in UIConfigurationManagerImpl() local
743 for ( int i = 0; i < ::com::sun::star::ui::UIElementType::COUNT; i++ ) in ~UIConfigurationManagerImpl() local
806 for ( int i = 1; i < ::com::sun::star::ui::UIElementType::COUNT; i++ ) in initialize() local
888 for ( int i = 1; i < ::com::sun::star::ui::UIElementType::COUNT; i++ ) in reset() local
974 for ( sal_Int16 i = 0; i < ::com::sun::star::ui::UIElementType::COUNT; i++ ) in getUIElementsInfo() local
1448 for ( int i = 1; i < ::com::sun::star::ui::UIElementType::COUNT; i++ ) in setStorage() local
1568 for ( sal_Int16 i = 1; i < ::com::sun::star::ui::UIElementType::COUNT; i++ ) in reload() local
1605 for ( int i = 1; i < ::com::sun::star::ui::UIElementType::COUNT; i++ ) in store() local
[all …]
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx154 for( i = 0; i < TOGGLE_LAST; i++ ) in SalGtkFilePicker()
160 for( i = 0; i < BUTTON_LAST; i++ ) in SalGtkFilePicker()
166 for( i = 0; i < LIST_LAST; i++ ) in SalGtkFilePicker()
206 for( i = 0; i < TOGGLE_LAST; i++ ) in SalGtkFilePicker()
233 for( i = 0; i < LIST_LAST; i++ ) in SalGtkFilePicker()
306 for (i = 0; i < 2; ++i) in SalGtkFilePicker()
536 for( i = aRealName.getLength() - 1; i > 0; i-- ) in shrinkFilterName()
1195 for (sal_Int32 i = 0; i < nItemCount; ++i) in HandleSetListValue() local
1267 for (sal_Int32 i=0; i < nSize; ++i) in HandleGetListValue() local
2064 for( i = 0; i < TOGGLE_LAST; i++ ) in ~SalGtkFilePicker()
[all …]
/trunk/main/i18npool/source/defaultnumberingprovider/
H A Ddefaultnumberingprovider.cxx264 else if( i==0 ) return "Prefix";
267 else if( i==last ) return "Value";
281 void failedToConvert( int i, int last )
309 for( int i=0; i<repeat_count; i++ ) in lcl_formatChars1() local
336 for( int i=1; i<repeat_count; i++ ) in lcl_formatChars3() local
351 for( int i=0; i<aProperties.getLength(); i++ ) in getPropertyByName() local
826 for(sal_Int16 i = 0; i < nSupported_NumberingTypes; i++) { in getSupportedNumberingTypes() local
830 pArray[i] = aSupportedTypes[i].nType; in getSupportedNumberingTypes()
840 for(sal_Int16 i = 0; i < nSupported_NumberingTypes; i++) in getNumberingType() local
851 for(sal_Int16 i = 0; i < nSupported_NumberingTypes; i++) in hasNumberingType() local
[all …]
/trunk/main/sc/source/core/data/
H A Dattarray.cxx91 for (SCSIZE i=0; i<nCount; i++) in ~ScAttrArray() local
139 for (SCSIZE i=0; i<nCount; i++) in Reset() local
1030 for (SCSIZE i=nStartIndex; i<=nEndIndex; i++) in MergeBlockFrame() local
1207 for ( SCSIZE i=nStartIndex; i<=nEndIndex; i++) in HasLines() local
1373 for (SCSIZE i=nStartIndex; i<=nEndIndex; i++) in ExtendMerge() local
2143 for (i = nIndex; i < nCount-1; i++) in InsertRow()
2186 for ( i = 0; i < nCount-1; i++) in DeleteRow()
2217 for (i = 0; i < nCount-1; i++) in DeleteRow()
2297 for (SCSIZE i = 0; i < nCount; i++) in MoveTo() local
2555 for (SCSIZE i=0; i<nSaveCount; i++)
[all …]
H A Ddrwlayer.cxx479 for ( sal_uLong i = 0; i < nCount; i++ ) in MoveCells() local
739 for (i=0; i<nStartCol; i++) in GetPrintArea()
743 for (i=nStartCol; i<=nEndCol; i++) in GetPrintArea()
931 for (sal_uInt16 i=0; i<2; i++) in MoveAreaTwips() local
1098 for (SCCOL i=0; i<nCol; i++) in WidthChanged() local
1244 for (i=1; i<=nDelCount; i++)
1247 for (i=1; i<=nDelCount; i++)
1295 for (i=1; i<=nDelCount; i++) in DeleteObjectsInArea()
1298 for (i=1; i<=nDelCount; i++) in DeleteObjectsInArea()
1360 for (i=1; i<=nDelCount; i++) in DeleteObjectsInSelection()
[all …]
/trunk/main/sc/source/filter/xml/
H A Dxmlsubti.cxx77 for (sal_Int32 i = 0; i < 3; ++i) in ScMyTableData() local
78 nRealCols[i] = i; in ScMyTableData()
122 while ((i != endi) && ((*i < nToIndex) && !(*i >= nFromIndex))) in GetChangedCols()
123 ++i; in GetChangedCols()
127 if ((*i >= nFromIndex) && (*i < nToIndex)) in GetChangedCols()
137 while ((i != endi) && (*i < nValue)) in SetChangedCols()
139 ++i; in SetChangedCols()
141 if ((i == endi) || (*i != nValue)) in SetChangedCols()
397 for (sal_Int16 i = sal::static_int_cast<sal_Int16>(nTableCount - 1); i > 0; i--) in NewRow() local
484 for (sal_Int32 i = 0; i < nColCount - 1; ++i) in NewColumn() local
[all …]
/trunk/main/comphelper/source/misc/
H A Dsequenceashashmap.cxx121 sal_Int32 i = 0; in operator <<() local
123 for (i=0; i<c; ++i) in operator <<()
171 for (sal_Int32 i=0; i<c; ++i) in operator <<() local
172 (*this)[pSource[i].Name] = pSource[i].Value; in operator <<()
185 for (sal_Int32 i=0; i<c; ++i) in operator <<() local
186 (*this)[pSource[i].Name] = pSource[i].Value; in operator <<()
198 sal_Int32 i = 0; in operator >>() local
205 ++i; in operator >>()
218 sal_Int32 i = 0; in operator >>() local
225 ++i; in operator >>()
[all …]
/trunk/main/sw/source/ui/frmdlg/
H A Dcolex.cxx271 sal_uInt16 i; in DrawPage() local
272 for(i = 0; i < nColumnCount; ++i) in DrawPage()
277 sal_uInt16 i; in DrawPage() local
278 for( i = 0; i < nColumnCount; i++) in DrawPage()
313 for( i = 0; i < nColumnCount - 1; i++) in DrawPage()
429 for(sal_uInt16 i = 0; i < nColCount; i++) in Paint() local
440 for(sal_uInt16 i = 0; i < nColCount - 1; i++) in Paint() local
464 for(sal_uInt16 i = 0; i < nColCount; i++) in SetColumns() local
484 sal_uInt16 i; in SetColumns() local
485 for(i = 0; i < nColCount; ++i) in SetColumns()
[all …]
/trunk/main/offapi/com/sun/star/sdbc/
H A DXBlob.idl42 <i>
44 </i>
49 <i>
51 </i>
55 <i>
57 </i>
64 <i>
85 <i>
93 <i>
97 <i>
[all …]
/trunk/main/sal/osl/unx/
H A Dprofile.c816 int i, n; in osl_writeProfileIdent() local
982 for (i = 0; i < pSec->m_NoEntries; i++) in osl_getProfileSectionEntries()
1000 for (i = 0; i < pSec->m_NoEntries; i++) in osl_getProfileSectionEntries()
1075 for (i = 0; i < pProfile->m_NoSections; i++) in osl_getProfileSections()
1094 for (i = 0; i < pProfile->m_NoSections; i++) in osl_getProfileSections()
1603 for (i = 0; i < pProfile->m_NoSections; i++) in insertLine()
1642 for (i = 0; i < pProfile->m_NoSections; i++) in removeLine()
1827 for (i = 0; i < pProfile->m_NoSections; i++) in findEntry()
1846 for (i = 0; i < pSec->m_NoEntries; i++) in findEntry()
1898 for (i = 0; i < pProfile->m_NoLines; i++) in loadProfile()
[all …]
/trunk/main/solenv/bin/modules/pre2par/
H A Dlanguage.pm39 for ( my $i = 0; $i <= $#{$language_block}; $i++ )
42 if ( ${$language_block}[$i] =~ /^\s*$language\s*\=\s*\"(.*)\"\s*$/ )
57 for ( my $i = 0; $i <= $#{$language_block}; $i++ )
81 for ( my $i = 0; $i <= $#{$langfile}; $i++ )
83 if ( ${$langfile}[$i] =~ /^\s*\[\s*$searchstring\s*\]\s*$/ )
85 my $counter = $i;
114 for ( my $i = 0; $i <= $#{$langfile}; $i++ )
116 if ( ${$langfile}[$i] =~ /^\s*\[\s*(.*?)\s*\]\s*$/ )
140 for ( my $i = 0; $i <= $#{$parfile}; $i++ )
142 my $oneline = ${$parfile}[$i];
[all …]
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWSDecoder.java75 for (int i = 0; i < recs.length - 1; i++) byteArrays[i] = null; in parseRecords()
82 for (int i = 1; i < recs.length; i++) { in parseRecords()
83 byteArrays[i-1] = decompress(recs[i].getBytes(), in parseRecords()
91 for (int i = 1; i < recs.length; i++) { in parseRecords()
92 byteArrays[i-1] = recs[i].getBytes(); in parseRecords()
105 for (int i = 0; i < recs.length - 1; i++) in parseRecords()
106 length += byteArrays[i].length; in parseRecords()
109 for (int i = 0; i < recs.length - 1; i++) { in parseRecords()
110 System.arraycopy(byteArrays[i], 0, bigArray, offset, in parseRecords()
111 byteArrays[i].length); in parseRecords()
[all …]
/trunk/main/xml2cmp/source/xcd/
H A Dxmltree.cxx155 for (unsigned i = 0; i < i_max; ++i) in Get_SupportedServices() local
165 for (unsigned i = 0; i < i_max; ++i) in Get_Types() local
167 o_rResult.push_back(& aCDs[i]->Types()); in Get_Types()
175 for (unsigned i = 0; i < i_max; ++i) in Get_ServiceDependencies() local
211 for ( unsigned i = 0; i < Size(); ++i ) in Insert2Index() local
213 o_rIndex.InsertSupportedService( Data(i) ); in Insert2Index()
254 i < Children().size();
255 ++i )
258 return Children()[i];
272 for ( unsigned i = C_nEarliestPossibleServiceDependenciesIndex; i < Children().size(); ++i )
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocsort.cxx246 i++; in GetKey()
608 sal_uInt16 i; in SortTbl() local
610 for( i = nStart; i < nCount; ++i) in SortTbl()
618 for(i=0; i < aSortList.Count(); ++i) in SortTbl()
653 for( sal_uInt16 i=0; i < rBox.GetCols(); ++i ) in MoveRow() local
701 for(sal_uInt16 i=0; i < rBox.GetRows(); ++i) in MoveCol() local
849 for(sal_uInt16 i=0; i < rLines.Count(); ++i) in CheckLineSymmetry() local
877 for(sal_uInt16 i=0; i < rBoxes.Count(); ++i) in CheckBoxSymmetry() local
906 for( sal_uInt16 i=0; i < rLines.Count(); ++i ) in GetColCount() local
934 for(sal_uInt16 i=0; i < rLines.Count(); ++i) in GetRowCount() local
[all …]
/trunk/main/sal/osl/os2/
H A Dprocess.c222 FILE *i, *o, *e; in osl_executeProcess_WithRedirectedIO() local
363 int i; in osl_psz_executeProcess() local
439 for (i = first; pszArguments[i] != NULL; i++) in osl_psz_executeProcess()
453 for (i = first; pszArguments[i] != NULL; i++) in osl_psz_executeProcess()
455 memcpy(pStr, pszArguments[i], strlen( pszArguments[i] ) ); in osl_psz_executeProcess()
483 for (i = 0; pszEnvironments[i] != NULL; i++) in osl_psz_executeProcess()
494 for (i = 0; pszEnvironments[i] != NULL; i++) in osl_psz_executeProcess()
544 for (i = first; pszArguments[i] != NULL; i++) in osl_psz_executeProcess()
549 for (i = first; pszArguments[i] != NULL; i++) in osl_psz_executeProcess()
561 for (i = 0; pszEnvironments[i] != NULL; i++) in osl_psz_executeProcess()
[all …]
/trunk/main/solenv/bin/modules/installer/
H A Dsimplepackage.pm195 for ( my $i = 0; $i <= $#{$translationfile}; $i++ )
220 for ( my $i = 0; $i <= $#{$languagefile}; $i++ )
224 my $counter = $i;
253 for ( my $i = 0; $i <= $#{$language_block}; $i++ )
266 for ( my $i = 0; $i <= $#{$language_block}; $i++ )
295 for ( my $i = 0; $i <= $#{$allidentifier}; $i++ )
316 for ( my $i = 0; $i <= $#{$scriptfile}; $i++ )
663 for ( my $i = 0; $i <= $#{$dirsref}; $i++ )
694 for ( my $i = 0; $i <= $#{$filesref}; $i++ )
750 for ( my $i = 0; $i <= $#{$linksref}; $i++ )
[all …]
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/servicemanager/
H A DServiceManager.java167 for (int i=0; i<newImpls.length; i++) { in xaddFactories()
168 DEBUG ("try to add " + newImpls[i] ); in xaddFactories()
183 Class clazz = Class.forName( newImpls[i] ); in xaddFactories()
243 for(int i = 0; i < xRegistryKeys.length; ++ i) { in initialize()
290 for (int i=0; i<args.length; i++) in createInstanceWithArguments()
291 System.err.print(" "+ args[i]); in createInstanceWithArguments()
349 int i = 0; in getAvailableServiceNames() local
565 for (int i=0; i<serviceNames.length; i++) { in insert()
622 for ( int i=0; i<serviceNames.length; i++ ) { in remove()
718 for (int i=0; i<supportedServiceNames.length; i++) in supportsService()
[all …]
/trunk/main/unotools/source/misc/
H A Datom.cxx225 for( int i = 0; i < atomClasses.getLength(); i++ ) in getClasses() local
227 aRet.getArray()[i] = getClass( atomClasses.getConstArray()[i] ); in getClasses()
240 for( int i = aRet.getLength()-1; i >= 0; i-- ) in getClass() local
258 for( int i = aRet.getLength()-1; i >= 0; i-- ) in getRecentAtoms() local
272 int nStrings = 0, i; in getAtomDescriptions() local
273 for( i = 0; i < atoms.getLength(); i++ ) in getAtomDescriptions()
276 for( i = 0, nStrings = 0; i < atoms.getLength(); i++ ) in getAtomDescriptions()
331 for( int i = 0; i < aSeq.getLength(); i++ ) in getString() local
333 pDescriptions[i].atom, in getString()
334 pDescriptions[i].description in getString()
[all …]
/trunk/main/sal/osl/w32/
H A Dprofile.cxx840 for (i = 0; i < pSec->m_NoEntries; i++) in osl_getProfileSectionEntries()
858 for (i = 0; i < pSec->m_NoEntries; i++) in osl_getProfileSectionEntries()
1114 for (i = 0; i < pProfile->m_NoSections; i++) in osl_getProfileSections()
1133 for (i = 0; i < pProfile->m_NoSections; i++) in osl_getProfileSections()
1661 for (i = 0; i < pProfile->m_NoSections; i++) in insertLine()
1700 for (i = 0; i < pProfile->m_NoSections; i++) in removeLine()
1887 for (i = 0; i < pProfile->m_NoSections; i++) in findEntry()
1907 for (i = 0; i < pSec->m_NoEntries; i++) in findEntry()
1944 for (i = 0; i < pProfile->m_NoLines; i++) in loadProfile()
2003 for (i = 0; i < pProfile->m_NoLines; i++) in storeProfile()
[all …]

Completed in 223 milliseconds

1...<<11121314151617181920>>...218