Home
last modified time | relevance | path

Searched refs:i (Results 576 – 600 of 5444) sorted by relevance

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

/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DPocketWordDocument.java152 for (int i = 0; i < contentData.length; i += 4) { in read()
153 if (contentData[i + 2] == (byte)0xFF in read()
155 start = i - 8; in read()
160 if (contentData[i + 2] == (byte)0xFF in read()
162 end = i - 8; in read()
169 i -= 4; // Skip back in read()
260 for (int i = 0; i < fonts.size(); i++ ) { in write()
266 for (int i = 0; i < paragraphs.size(); i++) { in write()
267 Paragraph para = (Paragraph)paragraphs.elementAt(i); in write()
272 for (int i = 0; i < paragraphs.size(); i++ ) { in write()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DParameters.java73 for (Iterator i = paramSet.iterator(); i.hasNext(); num++) { in Parameters()
74 String name = (String)i.next(); in Parameters()
104 for (int i=0; i<size; i++) in setPropertyValue()
106 addProps[i] = props[i]; in setPropertyValue()
131 for (int i = 0; i < props.length; i++) { in getPropertySetInfo()
132 Property prop = props[i]; in getPropertySetInfo()
143 for (int i = 0; i < props.length; i++) { in getPropertySetInfo()
144 Property prop = props[i]; in getPropertySetInfo()
169 for (Iterator i = params.keySet().iterator(); i.hasNext();) {
170 Object key = i.next();
[all …]
/trunk/main/starmath/source/
H A Dtoolbox.cxx146 sal_uInt16 i; in SmToolBoxWindow() local
147 for (i = 0; i < NUM_TBX_CATEGORIES; ++i) in SmToolBoxWindow()
150 vToolBoxCategories[i] = pBox; in SmToolBoxWindow()
155 for (i = 0; i <= NUM_TBX_CATEGORIES; ++i) in SmToolBoxWindow()
157 aImageLists [i] = 0; in SmToolBoxWindow()
158 aImageListsH[i] = 0; in SmToolBoxWindow()
166 int i; in ~SmToolBoxWindow() local
167 for (i = 0; i < NUM_TBX_CATEGORIES; ++i) in ~SmToolBoxWindow()
172 for (i = 0; i < NUM_TBX_CATEGORIES + 1; ++i) in ~SmToolBoxWindow()
174 delete aImageLists[i]; in ~SmToolBoxWindow()
[all …]
/trunk/main/svtools/source/control/
H A Dstdmenu.cxx76 for ( sal_uInt16 i = 0; i < nFontCount; i++ ) in Fill() local
104 for( sal_uInt16 i = 0; i < nItemCount; i++ ) in SetCurName() local
106 sal_uInt16 nItemId = GetItemId( i ); in SetCurName()
172 for ( sal_uInt16 i = 0; i < nCount; i++ ) in ImplIsAlreadyInserted() local
346 for( sal_uInt16 i = 0; i < nItemCount; i++ ) in SetCurStyle() local
348 sal_uInt16 nItemId = GetItemId( i ); in SetCurStyle()
439 for( sal_uLong i = 0; i < nCount; i++ ) in Fill() local
442 long nSize = aFontSizeNames.GetIndexSize( i ); in Fill()
490 for( sal_uInt16 i = 0; i < nItemCount; i++ ) in SetCurHeight() local
492 sal_uInt16 nItemId = GetItemId( i ); in SetCurHeight()
[all …]
/trunk/main/forms/qa/integration/forms/
H A DListBox.java109 for ( int i=0; i<fieldTypes.length; ++i ) in checkForeignKeys()
119 failedFieldTypes.append( fieldTypes[i] ); in checkForeignKeys()
211 for ( int i=0; i<keyTypes.length; ++i ) in impl_createDatabase()
213 final String tableName = keyTypes[i] + "_pk"; in impl_createDatabase()
216 … final String columnType = keyTypes[i] + ( keyCreationArgs[i] != null ? keyCreationArgs[i] : "" ); in impl_createDatabase()
259 for ( int i=0; i<keyTypes.length; ++i ) in impl_createDatabase()
261 statementParameters.setString( i+2, foreignKeyValues.get(i)[row] ); in impl_createDatabase()
289 for ( int i=0; i<fieldTypes.length; ++i ) in impl_createForm()
291 final String tableName = fieldTypes[i] + "_pk"; in impl_createForm()
292 final String columnFKName = fieldTypes[i] + "_fk"; in impl_createForm()
[all …]
/trunk/main/soltools/cpp/
H A D_eval.c625 int i, base; in tokval() local
706 if ((i = digit(*p)) >= 0 && i <= 7) in tokval()
710 if ((i = digit(*p)) >= 0 && i <= 7) in tokval()
715 if ((i = digit(*p)) >= 0 && i <= 7) in tokval()
727 while ((i = digit(*p)) >= 0 && i <= 15) in tokval()
775 digit(int i) in digit() argument
777 if ('0' <= i && i <= '9') in digit()
778 i -= '0'; in digit()
780 if ('a' <= i && i <= 'f') in digit()
783 if ('A' <= i && i <= 'F') in digit()
[all …]
/trunk/main/desktop/source/deployment/misc/
H A Ddp_update.cxx96 for (UpdateInfoMap::iterator i = inout_map.begin(); i != inout_map.end(); i++) in getOwnUpdateInfos() local
98 OSL_ASSERT(i->second.extension.is()); in getOwnUpdateInfos()
124 i->second.version = infoset.getVersion(); in getOwnUpdateInfos()
156 for (sal_Int32 i = 0; i < infos.getLength(); ++i) in getDefaultUpdateInfos() local
203 for (CIT i = extensionList->begin(); i != extensionList->end(); i++) in onlyBundledExtensions() local
206 dp_misc::getIdentifier(*i), (*i)->getName(), Reference<ucb::XCommandEnvironment>()); in onlyBundledExtensions()
347 for (sal_Int32 i = 0; i < len; i++) in getExtensionWithHighestVersion() local
351 greatest = seqExt[i]; in getExtensionWithHighestVersion()
406 for (CIT i = extensionList->begin(); i != extensionList->end(); i++) in getOnlineUpdateInfos() local
408 OSL_ASSERT(i->is()); in getOnlineUpdateInfos()
[all …]
/trunk/main/basctl/source/dlged/
H A Dmanagelang.cxx187 sal_Int32 i, nCount = aLocaleSeq.getLength(); in FillLanguageBox() local
188 for ( i = 0; i < nCount; ++i ) in FillLanguageBox()
208 sal_uInt16 i, nCount = m_aLanguageLB.GetEntryCount(); in ClearLanguageBox() local
209 for ( i = 0; i < nCount; ++i ) in ClearLanguageBox()
247 for ( i = 0; i < nCount; ++i ) in IMPL_LINK()
249 sal_uInt16 nSelPos = m_aLanguageLB.GetSelectEntryPos(i); in IMPL_LINK()
252 aLocaleSeq[i] = pEntry->m_aLocale; in IMPL_LINK()
348 sal_Int32 i, nCount = aLocaleSeq.getLength(); in FillLanguageBox() local
349 for ( i = 0; i < nCount; ++i ) in FillLanguageBox()
412 for ( i = 0; i < nCount; ++i ) in GetLocales()
[all …]
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DPropertySetAdapter.java230 for (int i = 0; i < propertyNames.length; i++) { in getPropertyValues()
233 value = getPropertyValue(propertyNames[i]); in getPropertyValues()
237 values[i] = value; in getPropertyValues()
317 for (int i = 0; i < propertyNames.length; i++) { in setPropertyValues()
319 setPropertyValue(propertyNames[i], values[i]); in setPropertyValues()
344 for (int i = 0; i < propertyNames.length; i++) { in firePropertiesChangeEvent()
367 for (int i = 0; i < properties.length; i++) { in fire()
371 … eventSource, properties[i].Name, false, properties[i].Handle, oldValues[i], newValues[i]); in fire()
374 for (int i = 0; i < eventCount; i++) { in fire()
375 fireListeners(hasChanged, events[i].PropertyName, events[i]); in fire()
[all …]
/trunk/main/vcl/aqua/source/dtrans/
H A DDataFlavorMapping.cxx474 for (size_t i = 0; i < length; i++) in getOOoData() local
484 for (size_t i = 0; i < length; i++) in getOOoData() local
528 for (size_t i = 0; i < SIZE_FLAVOR_MAP; i++) in systemToOpenOfficeFlavor() local
534 oOOFlavor.DataType = flavorMap[i].DataType; in systemToOpenOfficeFlavor()
558 for( size_t i = 0; i < SIZE_FLAVOR_MAP; ++i ) in openOfficeToSystemFlavor() local
560 …if (oOOFlavor.MimeType.compareToAscii(flavorMap[i].OOoFlavor, strlen(flavorMap[i].OOoFlavor)) == 0) in openOfficeToSystemFlavor()
562 sysFlavor = flavorMap[i].SystemFlavor; in openOfficeToSystemFlavor()
715 for (sal_uInt32 i = 0; i < nFlavors; i++) in flavorSequenceToTypesArray() local
750 for (int i = 0; i < nFormats; i++) in typesArrayToFlavorSequence() local
770 for (sal_uInt32 i = 0; i < SIZE_FLAVOR_MAP; i++) in getAllSupportedPboardTypes() local
[all …]
/trunk/main/scripting/source/provider/
H A DBrowseNodeFactoryImpl.cxx102 for ( sal_Int32 i = 0; i < m_Nodes.getLength(); i++ ) in getChildNodes() local
139 for ( sal_Int32 i = 0 ; i < m_Nodes.getLength(); i++ ) in hasChildNodes() local
260 for ( sal_Int32 i = 0; i < langNodes.getLength(); i++ ) in loadChildNodes() local
269 xbn.set( langNodes[ i ] ); in loadChildNodes()
336 for ( sal_Int32 i = 0; i < openDocs.getLength(); i++ ) in getAllBrowseNodes() local
455 for ( sal_Int32 i=0; i<nodes.getLength(); i++ ) in getChildNodes() local
466 for ( sal_Int32 i=0; it != m_vNodes.end() && i<children.getLength(); i++, ++it ) in getChildNodes() local
468 children[ i ].set( *it ); in getChildNodes()
564 for ( sal_Int32 i=0; i<nodes.getLength(); i++ ) in DefaultRootBrowseNode() local
583 for ( sal_Int32 i=0; it != m_vNodes.end() && i<children.getLength(); i++, ++it ) in getChildNodes() local
[all …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentSerializer.java155 for (int i = 0; i < len; i++) { in traverseSettings()
156 Node child = nodeList.item(i); in traverseSettings()
233 for (int i = 0; i < len; i++) { in traverseBody()
250 for (int i = 0; i < len; i++) { in traverseBody()
291 for (int i = 0; i < len; i++) { in traverseNamedExpressions()
335 for (int i = 0; i < len; i++) { in traverseTable()
449 for (int i = 0; i < len; i++) { in traverseTableRow()
763 for (int i = 0; i < len; i++) { in traverseCell()
826 for (int i = 0; i < len; i++) { in traverseParagraph()
880 for (int i = 0; i < rowsRepeated; i++) { in addCell()
[all …]
/trunk/main/configmgr/qa/unit/
H A Dtest.cxx73 if (i == -1) { in normalize()
471 for (int i = 0; i < 8; ++i) { in TEST_F() local
526 for (std::size_t i = 0; i < numReaders; ++i) { in TEST_F() local
527 ASSERT_TRUE(getKey(list[i].path, list[i].relative).hasValue()); in TEST_F()
529 stop, *this, list[i].path, list[i].relative); in TEST_F()
531 for (std::size_t i = 0; i < numWriters; ++i) { in TEST_F() local
533 stop, *this, list[i].path, list[i].relative); in TEST_F()
535 for (int i = 0; i < 5; ++i) { in TEST_F() local
546 for (std::size_t i = 0; i < numReaders; ++i) { in TEST_F() local
549 delete readers[i]; in TEST_F()
[all …]
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DTask.java114 for (int i = 0; i < listeners.size(); i++) in fireTaskStatusChanged()
116 ((TaskListener) listeners.get(i)).taskStatusChanged(te); in fireTaskStatusChanged()
124 for (int i = 0; i < listeners.size(); i++) in fireTaskStarted()
126 ((TaskListener) listeners.get(i)).taskStarted(te); in fireTaskStarted()
134 for (int i = 0; i < listeners.size(); i++) in fireTaskFailed()
136 ((TaskListener) listeners.get(i)).taskFinished(te); in fireTaskFailed()
144 for (int i = 0; i < listeners.size(); i++) in fireTaskFinished()
146 ((TaskListener) listeners.get(i)).taskFinished(te); in fireTaskFinished()
154 for (int i = 0; i < listeners.size(); i++) in fireSubtaskNameChanged()
156 ((TaskListener) listeners.get(i)).subtaskNameChanged(te); in fireSubtaskNameChanged()
/trunk/main/sw/source/core/unocore/
H A Dunosrch.cxx77 for(sal_uInt32 i = 0; i < nArrLen; i++) in SwSearchProperties_Impl() local
85 for(sal_uInt32 i = 0; i < nArrLen; i++) in ~SwSearchProperties_Impl() local
96 sal_uInt32 i; in SetProperties() local
99 for( i = 0; i < nArrLen; i++) in SetProperties()
106 for(i = 0; i < nLen; i++) in SetProperties()
126 sal_uInt32 i; in GetProperties() local
127 for( i = 0; i < nArrLen; i++) in GetProperties()
128 if(pValueArr[i]) in GetProperties()
134 for(i = 0; i < nArrLen; i++) in GetProperties()
197 for(sal_uInt32 i = 0; i < nArrLen; i++, ++aIt) in FillItemSet() local
[all …]
/trunk/main/svtools/source/misc/
H A Dimap.cxx665 for ( sal_uInt16 i = 0; i < nCount; i++ ) in Scale() local
674 aPoly[ i ] = aScaledPt; in Scale()
712 for ( sal_uInt16 i = 0; i < nCount; i++ ) in IsEqual() local
714 if ( aPoly[ i ] != rEqPoly[ i ] ) in IsEqual()
759 for ( sal_uInt16 i = 0; i < nCount; i++ ) in ImageMap() local
834 for ( sal_uInt16 i = 0; i < nCount; i++ ) in operator =() local
879 for ( sal_uInt16 i = 0; ( i < nCount ) && !bDifferent; i++ ) in operator ==() local
1027 for ( sal_uLong i = 0; i < nCount; i++ ) in GetBoundRect() local
1044 for ( sal_uInt16 i = 0; i < nCount; i++ ) in Scale() local
1080 for ( sal_uInt16 i = 0; i < nCount; i++ ) in ImpWriteImageMap() local
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/
H A DODatabaseForm.java365 for (int i = 0; i < formNames.length; i++) { in createTestEnvironment()
367 forms.removeByName(formNames[i]); in createTestEnvironment()
396 for (int i = 0; i < formNames.length; i++) { in createTestEnvironment()
411 for (int i = 0; i < formElements1.getCount(); i++) { in createTestEnvironment()
442 for (int i = 0; i < formNames.length; i++) { in createTestEnvironment()
453 for (int i = 0; i < formElements1.getCount(); i++) { in createTestEnvironment()
720 for (int i = 0; i < DBTools.TST_TABLE_VALUES[0].length; i++) { in createTestEnvironment()
819 for(int i=0; i<count; i++) { in approveParameter()
820 …### _XDatabaseParameterBroadcaster.ParameterListenerImpl: Parameter "+i+": "+params.getByIndex(i)); in approveParameter()
876 for(int i=0; i<count; i++) { in handle()
[all …]
/trunk/main/sw/source/ui/config/
H A Doptload.cxx103 for ( sal_uInt16 i = 0; i < aMetricArr.Count(); ++i ) in SwLoadOptPage() local
269 for ( sal_uInt16 i = 0; i < aMetricLB.GetEntryCount(); ++i ) in Reset() local
273 aMetricLB.SelectEntryPos( i ); in Reset()
441 sal_uInt16 i, nCount; in SwCaptionOptPage() local
450 for ( i = nCount; i; ) in SwCaptionOptPage()
463 for ( i = 0; i < nCount; ++i ) in SwCaptionOptPage()
472 for (i = 0; i < MAXLEVEL; i++) in SwCaptionOptPage()
614 for ( sal_uLong i = 0; i < aObjS.Count(); ++i ) in Reset() local
711 for (sal_uInt16 i = 0; i < nCount; i++) in IMPL_LINK() local
747 for (sal_uInt16 i = 0; i < aFormatBox.GetEntryCount(); i++) in IMPL_LINK() local
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java223 for (int i = 0; i < rowHeights.size(); i++) in startOther()
373 for (int i = 0; i < span; i++) in processElement()
546 int i = str.length() - 1; in getUnitsOfMeasure() local
547 for (; i >= 0; i--) in getUnitsOfMeasure()
575 for (int i = 0; i < shapes.size(); i++) in createTableShapes()
610 for (int i = 1; i < cba.length; i++) in createTableColumns()
614 if (i > 1) in createTableColumns()
712 for (int i = 1; i < span; i++) in generateCoveredTableCells()
899 for (int i = 0; i < boundaryList.size(); i++) in getBoundariesForTable()
938 for (int i = 0; i < globalBoundaries.length; i++) in getColumnSpanForCell()
[all …]
/trunk/main/xmloff/source/transform/
H A DTransformerBase.cxx255 for( sal_Int16 i=0; i < nAttrCount; i++ ) in startElement() local
534 for( sal_Int16 i=0; i < nAttrCount; ++i ) in ProcessAttrList() local
566 --i; in ProcessAttrList()
910 pMutableAttrList->RenameAttributeByIndex( i, in ProcessAttrList()
1034 for( sal_Int32 i = 0; i < nLen; i++ ) in EncodeStyleName() local
1036 sal_Unicode c = rName[i]; in EncodeStyleName()
1046 ( i > 0 && ( (c >= 0x0030 && c <= 0x0039) || in EncodeStyleName()
1063 bValidChar = i > 0; in EncodeStyleName()
1109 bValidChar = i > 0; in EncodeStyleName()
1155 for( sal_Int32 i = 0; i < nLen; i++ ) in DecodeStyleName() local
[all …]
/trunk/main/editeng/source/misc/
H A Dunolingu.cxx101 for (sal_Int32 i = 0; i < nEntries && nRes == -1; ++i) in lcl_FindEntry() local
104 nRes = i; in lcl_FindEntry()
120 for (sal_Int32 i = 0; i < nEntries; ++i) in lcl_RemoveMissingEntries() local
122 if (pEntry[i].getLength() && lcl_FindEntry( pEntry[i], rAvailSvcs )) in lcl_RemoveMissingEntries()
183 for (sal_Int32 i = 0; i < nLen; ++i) in lcl_GetNewEntries() local
210 for (sal_Int32 i = 0; i < nLen; ++i) in lcl_MergeSeq() local
273 for (i = 0; i < nNodeNames; ++i) in UpdateAll()
298 for (i = 0; i < nAvailLocales; ++i) in UpdateAll()
334 for (i = 0; i < nAvailLocales; ++i) in UpdateAll()
359 for (int i = 0; i < 2; ++i) in UpdateAll() local
[all …]
/trunk/main/cui/source/customize/
H A Dcfg.cxx155 for ( sal_Int32 i = 0; i < aPropDetails.getLength(); i++ ) in printPropertySet() local
184 for ( sal_Int32 i = 0; i < aProp.getLength(); i++ ) in printProperties() local
528 for ( sal_Int32 i = 0; i < aProp.getLength(); i++ ) in GetMenuItemData() local
1191 for ( sal_Int32 i = 0; i < aPropSeq.getLength(); i++ ) in LoadSubMenus() local
3850 for ( sal_Int32 i = 0; i < aProps.getLength(); i++ ) in SetSystemStyle() local
3888 for ( sal_Int32 i = 0; i < aProps.getLength(); i++ ) in GetSystemStyle() local
3922 for ( sal_Int32 i = 0; i < aProps.getLength(); i++ ) in GetSystemUIName() local
3991 for ( sal_Int32 i = 0; i < info.getLength(); i++ ) in GetEntries() local
4068 for ( sal_Int32 i = 0; i < info_.getLength(); i++ ) in GetEntries() local
5517 for ( sal_Int32 i = 1; i < rPaths.getLength(); i++ ) in ImportGraphics() local
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/dialogs/
H A D_XControlAccess.java73 for (int i = 0; i < supControls.length; i++) { in before()
75 supProperties[i] = in before()
76 xCI.getSupportedControlProperties(supControls[i]); in before()
93 for (int i = 0; i < supControls.length; i++) { in _setControlProperty()
95 for (int j = 0; j < supProperties[i].length; j++) { in _setControlProperty()
96 log.println("\t" + supProperties[i][j]); in _setControlProperty()
99 supProperties[i][j]); in _setControlProperty()
101 if (supProperties[i][j].startsWith("Help")) { in _setControlProperty()
105 (supControls[i], supProperties[i][j], newVal) ; in _setControlProperty()
107 supProperties[i][j]); in _setControlProperty()
[all …]
/trunk/main/solenv/inc/
H A Dtg_dep.mk35 …$(foreach,i,$(all_local_slo) $(shell @$(MAKEDEPEND) @$(mktmp -f - -p$(SLO) $(MKDEPFLAGS) $(CDEFS) …
36 …$(foreach,i,$(all_misc_slo) $(shell @$(MAKEDEPEND) @$(mktmp -f - -p$(SLO) $(MKDEPFLAGS) $(CDEFS) $…
40 …$(foreach,i,$(all_local_obj) $(shell @$(MAKEDEPEND) @$(mktmp -f - -p$(OBJ) $(MKDEPFLAGS) $(CDEFS) …
41 …$(foreach,i,$(all_misc_obj) $(shell @$(MAKEDEPEND) @$(mktmp -f - -p$(OBJ) $(MKDEPFLAGS) $(CDEFS) $…
74 …@$(TYPE) $(mktmp $(foreach,i,$($(SECOND_BUILD)_SLOFILES) $(i:d:^"\n")$(SECOND_BUILD)_$(i:f) : $i )…
77 …@$(TYPE) $(mktmp $(foreach,i,$($(SECOND_BUILD)_OBJFILES) $(i:d:^"\n")$(SECOND_BUILD)_$(i:f) : $(i:…
/trunk/main/framework/qa/complex/api_internal/
H A DCheckAPI.java115 for (int i=0; i<length-1; i++) { in checkAPI()
116 internalParams[i] = new NamedValue(); in checkAPI()
117 internalParams[i].Name = (String)p.get(i*2); in checkAPI()
118 internalParams[i].Value = p.get(i*2+1); in checkAPI()
119 System.out.println("Name: "+internalParams[i].Name); in checkAPI()
142 for ( int i=0; i<props.length; i++ ) { in checkAPI()
143 props[i] = new PropertyValue(); in checkAPI()
144 props[i].Value = p.get(i); in checkAPI()
155 for (int i=0; i<props.length; i++) { in checkAPI()
159 internalParams[length-1].Value = props[i].Value; in checkAPI()
[all …]

Completed in 155 milliseconds

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