Home
last modified time | relevance | path

Searched refs:length (Results 151 – 175 of 1544) sorted by relevance

12345678910>>...62

/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xml/
H A DXMLScanner.java286 if (nBufferWriteIndex >= maTextBuffer.length) in ScanIdentifier()
287 maTextBuffer = Arrays.copyOf(maTextBuffer, maTextBuffer.length*2); in ScanIdentifier()
308 if (aBuffer.length() > 0) in ScanWhitespace()
339 if (nBufferWriteIndex >= maTextBuffer.length-1) in ScanQuotedValue()
340 maTextBuffer = Arrays.copyOf(maTextBuffer, maTextBuffer.length*2); in ScanQuotedValue()
361 if (nBufferWriteIndex >= maTextBuffer.length) in ScanText()
362 maTextBuffer = Arrays.copyOf(maTextBuffer, maTextBuffer.length*2); in ScanText()
/trunk/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DDocEncoder.java113 textLen = textBytes.length; in getRecords()
114 textRecCount = (short) (textBytes.length / TEXT_RECORD_SIZE); in getRecords()
126 System.arraycopy(textBytes, pos, recBytes, 0, recBytes.length); in getRecords()
127 pos += recBytes.length; in getRecords()
139 System.arraycopy(textBytes, pos, recBytes, 0, recBytes.length); in getRecords()
151 for (int i = 1; i < allRecords.length; i++) { in getRecords()
/trunk/main/wizards/com/sun/star/wizards/web/
H A DWWD_Events.java107 if (s.length == 0 || s[0] == 0) in enterStep()
135 setEnabled(btnDelSession, s.length > 0 && s[0] > 0); in sessionSelected()
212 if (selected.length == 0) in delSession()
338 if (files.length > MIN_ADD_FILES_FOR_DIALOG) in addDocument()
364 if (selectedDoc.length == 0) in removeDocument()
640 if (files.length > 0) in publishTargetApproved()
758 if (files.length > 0) in publishTargetApproved()
1238 int offset = (getSelectedDoc().length > 0 ? selectedDoc[0] + 1 : getDocsCount()); in loadDocuments()
1244 int start = (files.length > 1 ? 1 : 0); in loadDocuments()
1257 for (int i = start; i < files.length; i++) in loadDocuments()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A Dutils.java73 docpth = docpth.substring(0, docpth.length() - 1); in getFullTestDocName()
277 if (userPath.charAt(userPath.length() - 1) == '/') { in getOfficeUserPath()
354 tempDir = tempDir.substring(0, tempDir.length() - 1); in getUsersTempDir()
392 dir = dir.substring("file:///".length()); in getOfficeTempDir()
424 sysDir = dir.substring("file://".length()); in getOfficeTempDirSys()
428 if (sysDir.charAt(sysDir.length() - 1) != '/') { in getOfficeTempDirSys()
454 sysDir = fileURL.substring("file://".length()); in getSystemURL()
596 for (int i = 0; i < list.length; i++) { in hasPropertyByName()
743 for (int i = 0; i < the_props.length; i++) { in getFilteredPropertyNames()
882 int searchLength = searchString.length(); in replaceAll13()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DConvWatch.java206 if (_aGTA.getOnlyPages().length() != 0) in createPostscriptStartCheck()
244 INIoutput.writeValue("pages", String.valueOf(aList.length)); in createINIStatus()
251 for (int i=0;i<aList.length; i++) in createINIStatus()
312 INIoutput.writeValue("pages", String.valueOf(aDiffDiffList.length)); in createINIStatus_DiffDiff()
317 for (int i=0;i<aDiffDiffList.length; i++) in createINIStatus_DiffDiff()
339 DB.writeNumberOfPages(aList.length); in check()
368 StatusHelper[] aDiffDiffList = new StatusHelper[aList.length]; in checkDiffDiff()
377 for (int i=0;i<aList.length; i++) in checkDiffDiff()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXClob.idl71 length of a SQL
110 the length of the CLOB object
114 hyper length() raises (SQLException);
129 <code>length</code>
134 @param length
135 the length of the substring
141 string getSubString([in]hyper pos, [in]long length) raises (SQLException);
169 the length of the CLOB object
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DSingleSelectQueryComposer.java188 … xSelectColumns.getColumns() != null && xSelectColumns.getColumns().getElementNames().length == 6); in testAttributes()
259 paramCount == expectedParamNames.length); in testParameters()
322 … assertEquals("DNF: wrong number of rows", _expectedDNF.length, disjunctiveNormalForm.length); in impl_testDisjunctiveNormalForm()
323 for (int i = 0; i < _expectedDNF.length; ++i) in impl_testDisjunctiveNormalForm()
325 …NF: wrong number of columns in row " + i, _expectedDNF[i].length, disjunctiveNormalForm[i].length); in impl_testDisjunctiveNormalForm()
326 for (int j = 0; j < _expectedDNF[i].length; ++j) in impl_testDisjunctiveNormalForm()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DSettings.java170 …if ( sUserName != null && sUserName.length() > 0 && ( aPassword == null || aPassword.length() == 0… in getSettingByUrl()
173 if ( pPasswords != null && pPasswords.length > 0 ) in getSettingByUrl()
226 for( int i=0; i<pNames.length; i++ ) in storeConfiguration()
251 for( int i=0; i<pNames2.length; i++ ) in storeConfiguration()
298 for ( int i=0; i<allCons.length; i++ ) in loadConfiguration()
311 if ( aUsername != null && aUsername.length() > 0 ) in loadConfiguration()
326 for ( int i=0; i<allDocs.length; i++ ) in loadConfiguration()
/trunk/main/chart2/qa/
H A DTestCaseOldAPI.java550 for( int i = 0; i < aServices.length; ++i ) in testChartType()
918 assure( "Data size differs", aData.length == aReadData.length ); in testData()
919 for( int i=0; i<aReadData.length; ++i ) in testData()
921 assure( "Data size differs", aData[i].length == aReadData[i].length ); in testData()
922 for( int j=0; j<aReadData[i].length; ++j ) in testData()
926 … "Column Description size differs", aColumnDescriptions.length == aReadColumnDescriptions.length ); in testData()
927 for( int i=0; i<aReadColumnDescriptions.length; ++i ) in testData()
930 … assure( "Row Description size differs", aRowDescriptions.length == aReadRowDescriptions.length ); in testData()
931 for( int i=0; i<aReadRowDescriptions.length; ++i ) in testData()
/trunk/main/wizards/com/sun/star/wizards/form/
H A DFormControlArranger.java91 LabelControlList = new Control[FieldColumns.length]; in FormControlArranger()
92 DBControlList = new DatabaseControl[FieldColumns.length]; in FormControlArranger()
123 …if (LastIndex < DBControlList.length && DBControlList[LastIndex].getControlType() == FormHandler.S… in getCheckBoxDiffHeight()
362 xProgressBar.start(PropertyNames.EMPTY_STRING, FieldColumns.length); in positionControls()
363 for (int i = 0; i < FieldColumns.length; i++) in positionControls()
391 if (DBControlList.length > 0) in areControlsexisting()
414 … if ((m_currentControlPosY > cYOffset + nFormHeight) || (LastIndex == (FieldColumns.length - 1))) in resetPosSizes()
439 … if ((m_currentLabelPosY > cYOffset + nFormHeight) || (LastIndex == (FieldColumns.length - 1))) in resetPosSizes()
473 if (a == FieldColumns.length - 1) in resetPosSizes()
699 for (int i = 0; i < DBControlList.length; i++) in adjustYPositions()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/merge/
H A DCharacterBaseParagraphMerge.java74 for (int i = 0; i < diffResult.length; i++) { in merge()
101 for (; diffCount < diffs.length; diffCount++) { in applyDifference()
104 " of " + diffs.length); in applyDifference()
169 if (orgNodeText.length + extraChar > 0) in coreMerge()
170 newNodeText = new char[orgNodeText.length + extraChar]; in coreMerge()
288 if (orgNodeText.length + orgStartPosition > orgTextPosition) { in coreMerge()
289 unChangedTextLength = orgNodeText.length + orgStartPosition in coreMerge()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/complexlib/
H A DAssurance.java242 if ( i_expected.length != i_actual.length ) in assureEquals()
243 …ssage + ": expected element count: " + i_expected.length + ", actual element count: " + i_actual.l… in assureEquals()
244 for ( int i=0; i<i_expected.length; ++i ) in assureEquals()
306 Class[] argClasses = new Class[ _methodArgs.length ]; in assureException()
307 for ( int i=0; i<_methodArgs.length; ++i ) in assureException()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DPropertySetAdapter.java229 Object[] values = new Object[propertyNames.length]; in getPropertyValues()
230 for (int i = 0; i < propertyNames.length; i++) { in getPropertyValues()
317 for (int i = 0; i < propertyNames.length; i++) { in setPropertyValues()
342 PropertyChangeEvent[] events = new PropertyChangeEvent[propertyNames.length]; in firePropertiesChangeEvent()
344 for (int i = 0; i < propertyNames.length; i++) { in firePropertiesChangeEvent()
355 if (events.length != eventCount) { in firePropertiesChangeEvent()
365 PropertyChangeEvent[] events = new PropertyChangeEvent[properties.length]; in fire()
367 for (int i = 0; i < properties.length; i++) { in fire()
379 if (eventCount != events.length) { in fire()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java320 if (str.length() > 0) in addPropertyChangeListener()
344 if (str.length() > 0) in addVetoableChangeListener()
407 if (propName.length() > 0) in removePropertyChangeListener()
424 if (propName.length() > 0) in removeVetoableChangeListener()
879 int nNumProps= properties.length; in fire()
985 PropertyChangeEvent[] arEvents= new PropertyChangeEvent[propNames.length]; in firePropertiesChangeEvent()
990 for (int i= 0; i < propNames.length; i++) in firePropertiesChangeEvent()
1015 if (arEvents.length != eventCount) in firePropertiesChangeEvent()
1030 Object[] arValues= new Object[propNames.length]; in getPropertyValues()
1033 for (int i= 0; i < propNames.length; i++) in getPropertyValues()
[all …]
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/
H A DRegistrationClassFinder.java90 for (int i = 0; i < accessPath.length; ++i) { in checkAccess()
92 if (p.startsWith(p2) && p.length() > p2.length() in checkAccess()
93 && (p2.charAt(p2.length() - 1) == File.separatorChar in checkAccess()
94 || p.charAt(p2.length()) == File.separatorChar)) in checkAccess()
121 if (i != ap.length) {
/trunk/main/scripting/java/org/openoffice/idesupport/
H A DJavaFinder.java83 if (classNames != null && classNames.length != 0) { in findMethods()
92 for (int i = 0; i < classNames.length; i++) in findMethods()
98 for (int k = 0; k < methods.length; k++) in findMethods()
103 if(params.length > 0) in findMethods()
179 for (int i = 0; i < urls.length; i++) { in getClassLoader()
199 for (int i = 0; i < children.length; i++) { in findFiles()
236 path = path.substring(basedir.getAbsolutePath().length() + 1); in findClassNames()
/trunk/main/l10ntools/source/help/
H A DHelpIndexerTool.java93 int nArgCount = args.length; in mainImpl()
291 int nCaptionFilesLen = aCaptionFiles.length; in indexDocs()
306 int nContentFilesLen = aContentFiles.length; in indexDocs()
330 int nFileCount = aChildrenFiles.length; in createZipFile()
352 int nFileCount = aChildrenFiles.length; in addToZipRecursively()
361 int fileLength = (int) aFile.length(); in addToZipRecursively()
381 tempCRC.update( wholeFile, 0, wholeFile.length ); in addToZipRecursively()
395 int nFileCount = aChildrenFiles.length; in deleteRecursively()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DTabular.java65 if (aFieldNames.length == 0) in insertDetailFields()
76 …final int nWidth = calculateFieldWidth(getLeftGroupIndent(getCountOfGroups()), aFieldNames.length); in insertDetailFields()
79 for (int i = 0; i < aFieldNames.length; i++) in insertDetailFields()
92 if (aFieldTitleNames == null || aFieldTitleNames.length == 0) in insertDetailFieldTitles()
135 … int nWidth = calculateFieldWidth(getLeftGroupIndent(getCountOfGroups()), aFieldTitleNames.length); in insertDetailFieldTitles()
137 for (int i = 0; i < aFieldTitleNames.length; i++) in insertDetailFieldTitles()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/diff/
H A DCharArrayLCSAlgorithm.java53 int orgSeqlen = orgSeq.length; in computeDiffs()
54 int modSeqlen = modSeq.length; in computeDiffs()
96 for (int i = 0; i < diffTable.length; i++) { in printDiffTable()
97 for (int j = 0; j < diffTable[i].length; j++) { in printDiffTable()
117 int orgSeqlen = orgSeq.length + 1; in createDiffTable()
118 int modSeqlen = modSeq.length + 1; in createDiffTable()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_BaseIndex.java122 for (int i = 0; i < newVal[0].length; i++) { in _LevelFormat()
157 boolean result = (res.length != oldVal.length) || in _LevelFormat()
181 log.println(" " + i + ": has " + val.length + " levels :"); in printLevelFormatProperty()
183 for (int j = 0; j < val.length; j++) { in printLevelFormatProperty()
186 for (int k = 0; k < val[j].length; k++) { in printLevelFormatProperty()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/share/
H A DDescGetter.java76 String job = line.substring(3, line.length()).trim(); in getScenario()
96 int cpLength = aEntry.longName.length(); in getScenario()
98 subEntry.length()); in getScenario()
118 line.length()).trim(), descPath, in getScenario()
121 for (int i = 0; i < subs.length; i++) in getScenario()
131 for (int i = 0; i < perModule.length; i++) in getScenario()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/stats/
H A DSQLExecution.java177 post = key.substring(key.length()-1) + post; in executeSQLCommand()
178 key = key.substring(0, key.length()-1); in executeSQLCommand()
187 if (vals.length != sqlCommand.size() && sqlCommand.size() > 1) { in executeSQLCommand()
194 for (int i=0; i<vals.length; i++) { in executeSQLCommand()
241 if (val != null && val.length != 0) { in executeSQLCommand()
242 if (val.length == 1) in executeSQLCommand()
304 for (int j=0; j<s.length; j++) in execute()
/trunk/main/odk/examples/java/Spreadsheet/
H A DChartTypeChange.java105 for ( int intCounter = 0; intCounter < stringChartType.length; in main()
247 for ( int intY = 0; intY < stringValues.length; intY++ ) { in getChart()
248 for ( int intX = 0; intX < stringValues[ intY ].length; in getChart()
268 char charRectangle = ( char ) ( 65 + stringValues.length - 1 ); in getChart()
272 for ( int intRow = 0; intRow < stringValues.length; intRow++ ) { in getChart()
273 if ( stringValues[ intRow ].length > intMaximumWidthRow ) { in getChart()
274 intMaximumWidthRow = stringValues[ intRow ].length; in getChart()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/basicrunner/basichelper/
H A DThreadRunner.java70 Type types[] = new Type[interfaces.length]; in getTypes()
71 for(int i = 0; i < interfaces.length; ++ i) in getTypes()
112 if (params.length != 3 || !(params[2] instanceof Object) || in initialize()
124 if (params.length != 2 || !(params[1] instanceof String) ) { in initialize()
134 if (params.length != 2 || !(params[1] instanceof String)) { in initialize()
154 Type types[] = new Type[interfaces.length]; in getTypes()
155 for(int i = 0; i < interfaces.length; ++ i) in getTypes()
/trunk/main/shell/source/win32/shlxthandler/infotips/
H A Dinfotips.cxx230 if ( meta_info_accessor.getTagData( META_INFO_TITLE ).length() > 0) in GetInfoTip()
246 if ( meta_info_accessor.getTagData( META_INFO_AUTHOR ).length() > 0) in GetInfoTip()
255 if ( meta_info_accessor.getTagData( META_INFO_SUBJECT ).length() > 0) in GetInfoTip()
264 if ( meta_info_accessor.getTagData( META_INFO_DESCRIPTION ).length() > 0) in GetInfoTip()
273 if ( iso8601_date_to_local_date(meta_info_accessor.getTagData(META_INFO_MODIFIED )).length() > 0) in GetInfoTip()
303 size_t len = sizeof(wchar_t) * msg.length() + sizeof(wchar_t); in GetInfoTip()
308 msg.copy(pMem,msg.length() + 1); in GetInfoTip()

Completed in 150 milliseconds

12345678910>>...62