Home
last modified time | relevance | path

Searched refs:length (Results 201 – 225 of 1544) sorted by relevance

12345678910>>...62

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/
H A D_XAccessibleTable.java403 log.println("Length of the returned sequince: " + selRows.length); in _getSelectedAccessibleRows()
405 res &= selRows.length == rowCount; in _getSelectedAccessibleRows()
407 res &= selRows.length == 0; in _getSelectedAccessibleRows()
410 if (selRows.length > 0) { in _getSelectedAccessibleRows()
415 for(int i = 1; i < selRows.length; i++) { in _getSelectedAccessibleRows()
452 log.println("Length of the returned sequince: " + selCols.length); in _getSelectedAccessibleColumns()
455 res &= selCols.length == colCount; in _getSelectedAccessibleColumns()
457 res &= selCols.length == 0; in _getSelectedAccessibleColumns()
460 if (selCols.length > 0) { in _getSelectedAccessibleColumns()
465 for(int i = 1; i < selCols.length; i++) { in _getSelectedAccessibleColumns()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOPreparedStatement.cxx473 setStream(parameterIndex, x->getCharacterStream(), (SQLLEN)x->length(), DataType::LONGVARCHAR); in setClob()
480 setStream(parameterIndex, x->getBinaryStream(), (SQLLEN)x->length(), DataType::LONGVARCHAR); in setBlob()
576 …dex, const Reference< ::com::sun::star::io::XInputStream >& x, sal_Int32 length ) throw(SQLExcepti… in setCharacterStream() argument
578 setStream(parameterIndex, x, length, DataType::LONGVARCHAR); in setCharacterStream()
582 …dex, const Reference< ::com::sun::star::io::XInputStream >& x, sal_Int32 length ) throw(SQLExcepti… in setBinaryStream() argument
584 setStream(parameterIndex, x, length, DataType::LONGVARBINARY); in setBinaryStream()
846 SQLLEN length, in setStream() argument
869 SQLLEN atExec = SQL_LEN_DATA_AT_EXEC (length); in setStream()
883 (SQLULEN)length, in setStream()
890 boundParams[ParameterIndex - 1].setInputStream (x, length); in setStream()
/trunk/main/shell/source/unix/sysshell/
H A Drecently_used_file_handler.cxx157 for (sal_uInt32 i = 0; i < text.length(); i++) in escape_content()
187 file.write(name.c_str(), name.length()); in write_xml_tag()
194 file.write(name.c_str(), name.length()); in write_xml_start_tag()
204 file.write(name.c_str(), name.length()); in write_xml_end_tag()
312 if (size_t length = file.read(buff, sizeof(buff))) in read_recently_used_items() local
313 xparser.parse(buff, length, file.eof()); in read_recently_used_items()
446 if (mimetype.length() == 0) in recently_used_item_list_add()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/view/
H A D_XMultiSelectionSupplier.java94 for(int i = 0; i < selections.length; i++) { in _addSelection()
151 for(int i = 0; i < selections.length; i++) { in _removeSelection()
171 for(int i = 0; i < selections.length; i++) { in _removeSelection()
244 for(int i = 0; i < selections.length; i++) { in _clearSelection()
288 for(int i = 0; i < selections.length; i++) { in _createSelectionEnumeration()
361 for(int i = 0; i < selections.length; i++) { in _createReverseSelectionEnumeration()
381 int i = selections.length - 1; in _createReverseSelectionEnumeration()
/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/src/
H A DIniFile.java89 for (int i = 0; i < _aList.length; i++) in insertFirstComment()
116 if (aLine != null && aLine.length() > 0) in loadLines()
174 if (((_sLine.length() < 2)) || in isRemark()
200 sKeyName = sKeyName.substring(1, sKeyName.length() - 1); in sectionToString()
392 if (sValue.length() > 0) in getIntValue()
507 if (_sKey.length() > 0) in insertValue()
520 if (_sKey.length() > 0) in insertValue()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_intel/
H A Dcall.s157 .long .LECIE1-.LSCIE1 # length
176 .long .LEFDEg-.LASFDEg # length
196 .long .LEFDEv-.LASFDEv # length
216 .long .LEFDEh-.LASFDEh # length
236 .long .LEFDEf-.LASFDEf # length
256 .long .LEFDEd-.LASFDEd # length
276 .long .LEFDEc-.LASFDEc # length
/trunk/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Dcall.s157 .long .LECIE1-.LSCIE1 # length
176 .long .LEFDEg-.LASFDEg # length
196 .long .LEFDEv-.LASFDEv # length
216 .long .LEFDEh-.LASFDEh # length
236 .long .LEFDEf-.LASFDEf # length
256 .long .LEFDEd-.LASFDEd # length
276 .long .LEFDEc-.LASFDEc # length
/trunk/main/codemaker/source/codemaker/
H A Dglobal.cxx84 sal_uInt32 length = destination.getLength(); in createFileNameFromType() local
87 if (length == 0) in createFileNameFromType()
89 length++; in createFileNameFromType()
93 length += prefix.getLength() + type.getLength() + postfix.getLength(); in createFileNameFromType()
101 length++; in createFileNameFromType()
105 OStringBuffer nameBuffer(length); in createFileNameFromType()
135 nameBuffer = OStringBuffer(length); in createFileNameFromType()
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DRadioDataAware.java43 radioButtons = new XRadioButton[radioButs.length]; in RadioDataAware()
44 for (int i = 0; i < radioButs.length; i++) in RadioDataAware()
58 for (int i = 0; i < radioButtons.length; i++) in setToUI()
74 for (int i = 0; i < radioButtons.length; i++) in getFromUI()
91 for (int i = 0; i < da.radioButtons.length; i++) in attachRadioButtons()
/trunk/main/cpputools/source/sp2bv/
H A Dsp2bv.cxx86 for (int i = 0; i != pUrl->length; i++) in main()
91 rtl_uStringbuffer_insert( &pBuffer, &nCapacity, pBuffer->length, &cEscapeChar, 1); in main()
92 rtl_uStringbuffer_insert( &pBuffer, &nCapacity, pBuffer->length, pCur, 1); in main()
99 rtl_uStringbuffer_insert( &pBuffer, &nCapacity, pBuffer->length, pCur, 1); in main()
105 rtl_uString2String( &pBootVar, pBuffer->buffer, pBuffer->length, in main()
/trunk/main/xmlsecurity/source/xmlsec/
H A Dbiginteger.cxx47 xmlSecSize length ; in numericStringToBigInteger() local
67 length = xmlSecBnGetSize( &bn ) ; in numericStringToBigInteger()
68 if( length <= 0 ) { in numericStringToBigInteger()
79 Sequence< sal_Int8 > integer( length ) ; in numericStringToBigInteger()
80 for( unsigned int i = 0 ; i < length ; i ++ ) in numericStringToBigInteger()
/trunk/main/dtrans/test/win32/dnd/
H A Datlwindow.cxx165 int length= (int)::SendMessageA( m_hwndEdit, WM_GETTEXTLENGTH, 0, 0); in OnTimer() local
166 char * pBuffer= new char[length + 1]; in OnTimer()
167 ZeroMemory( pBuffer, length + 1); in OnTimer()
168 ::SendMessageA( m_hwndEdit, WM_GETTEXT, length, (LPARAM) pBuffer); in OnTimer()
176 HGLOBAL mem= GlobalAlloc(GHND, length + 1 ); in OnTimer()
178 memcpy( pMem, pBuffer, length+1); in OnTimer()
/trunk/main/binaryurp/source/
H A Dlessoperators.cxx46 rA.pTypeName->buffer, rA.pTypeName->length, in operator <()
47 rB.pTypeName->buffer, rB.pTypeName->length); in operator <()
59 rA.pTypeName->buffer, rA.pTypeName->length, in operator ()()
60 rB.pTypeName->buffer, rB.pTypeName->length); in operator ()()
68 sal_Int32 h = rtl_ustr_hashCode_WithLength( rA.pTypeName->buffer, rA.pTypeName->length); in operator ()()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DStarFunctionDescription.java167 for (int i = 0; i < args.length; i++) in getArguments()
182 if (!infinite && arguments.length > count) in createFormula()
189 for (int i = 0; i < arguments.length; ++i) in createFormula()
191 if (arguments[i].length() == 0) in createFormula()
196 if (i < (arguments.length - 1) && arguments[i + 1].length() != 0) in createFormula()
/trunk/main/filter/qa/complex/filter/misc/
H A DFinalizedMandatoryTest.java178 for (int i = 0; i < filterNames.length; i++) in checkReadonlySupport()
303 while (i < props.length) in printPropertyValues()
308 if (i < props.length) in printPropertyValues()
323 while (i < props.length && !props[i].Name.equals(pName)) in getPropertyValueValue()
327 return i < props.length ? props[i].Value : null; in getPropertyValueValue()
339 while (i < props.length && !props[i].Name.equals(pName)) in setPropertyValueValue()
/trunk/main/i18npool/source/breakiterator/
H A Dxdictionary.cxx167 length( 0 ), in WordBreakCache()
180 if (length != boundary.endPos - boundary.startPos) return sal_False; in equals()
182 for (sal_Int32 i = 0; i < length; i++) in equals()
259 aCache.length = len; in getCache()
266 while (aCache.wordboundary[i] < aCache.length) { in getCache()
274 sal_Int32 slen = aCache.length - aCache.wordboundary[i]; in getCache()
317 aCache.wordboundary[i + 1] = aCache.length + 1; in getCache()
/trunk/main/odk/examples/java/Inspector/
H A DMethodParametersDialog.java70 Object[] m_aParameterObjects = new Object[m_aParamInfo.length]; in MethodParametersDialog()
87 m_aParameterPanels = new ParameterPanel[m_aParamInfo.length]; in getMethodObjects()
88 for (int i = 0; i < m_aParameterPanels.length; i++){ in getMethodObjects()
104 for (int i = 0; i < m_aParameterPanels.length; i++){ in getMethodObjects()
144 Object[] oParameterValues = new Object[m_aParameterPanels.length]; in getParameterValues()
145 for (int i = 0; i < m_aParameterPanels.length; i++){ in getParameterValues()
154 for (int i = 0; i < m_aParameterPanels.length; i++){ in isCompleted()
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DCodeSamples.java194 for(int i=0;i<aNames.length;++i) in printDataSources()
236 if (0 != sCatalog.length() && dbmd.isCatalogAtStart() && 0 != sCatalogSep.length()) in quoteTableName()
241 if (0 != sSchema.length()) in quoteTableName()
251 if (0 != sCatalog.length() && !dbmd.isCatalogAtStart() && 0 != sCatalogSep.length()) in quoteTableName()
315 for(int i=0;i<aNames.length;++i) in printQueryColumnNames()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXBlob.idl92 interface provides methods for getting the length of a SQL
120 the length
124 hyper length() raises (SQLException);
136 <code>length</code>
147 @param length
151 <code>length</code>
169 sequence<byte> getBytes([in]hyper pos, [in]long length)
/trunk/main/scripting/source/storage/
H A DScriptSecurityManager.cxx227 int length = m_secureURL.getLength(); in isSecureURL() local
228 for( int j = 0; j < length ; j++ ) in isSecureURL()
435 int length = m_secureURL.getLength(); in readConfiguration() local
446 for( int i = 0; i < length; i++ ) in readConfiguration()
496 sal_Int32 length = newSecureURL.getLength(); in addToSecurePaths() local
497 newSecureURL.realloc( length + 1 ); in addToSecurePaths()
498 newSecureURL[ length ] = path; in addToSecurePaths()
/trunk/main/l10ntools/source/filter/utils/
H A DFileHelper.java147 if (sBaseURL.lastIndexOf('/')==(sBaseURL.length()-1)) in getURLWithProtocolFromSystemPath()
148 sBaseURL = sBaseURL.substring(0,sBaseURL.length()-1); in getURLWithProtocolFromSystemPath()
151 if (sServerURL.lastIndexOf('/')==(sServerURL.length()-1)) in getURLWithProtocolFromSystemPath()
152 sServerURL = sServerURL.substring(0,sServerURL.length()-1); in getURLWithProtocolFromSystemPath()
220 int c = lAllFiles.length; in getSystemFilesFromDir()
259 int nLength = sName.length(); in convertName2FileName()
307 for (int f=0; f<lChilds.length; ++f) in makeDirectoryEmpty()
751 aEncodedWriter.write(sTemp, 0, sTemp.length()); in writeEncodedBufferToFile()
/trunk/main/registry/source/
H A Dregkey.cxx224 if (keyName->length) in setValue()
266 if (keyName->length) in setLongListValue()
308 if (keyName->length) in setStringListValue()
350 if (keyName->length) in setUnicodeListValue()
395 if (keyName->length) in getValueInfo()
441 if (keyName->length) in getValue()
480 if (keyName->length) in getLongListValue()
519 if (keyName->length) in getStringListValue()
558 if (keyName->length) in getUnicodeListValue()
/trunk/main/configmgr/source/
H A Dwritemodfile.cxx66 rtl::OUString const & text, sal_Int32 offset, sal_Int32 length) in convertToUtf8() argument
69 offset <= text.getLength() && text.getLength() - offset >= length); in convertToUtf8()
72 &s.pData, text.pData->buffer + offset, length, in convertToUtf8()
111 void writeData(oslFileHandle handle, char const * begin, sal_Int32 length) { in writeData() argument
112 OSL_ASSERT(length >= 0); in writeData()
114 if ((osl_writeFile(handle, begin, static_cast< sal_uInt32 >(length), &n) != in writeData()
116 n != static_cast< sal_uInt32 >(length)) in writeData()
373 handle, typeNames[type].begin, typeNames[type].length); in writeNode()
418 handle, typeNames[type].begin, typeNames[type].length); in writeNode()
/trunk/main/toolkit/qa/complex/toolkit/
H A DGridControl.java80 for ( int i=0; i<i_components.length; ++i ) in impl_dispose()
157 …als( "creating default columns resulted in unexpected column count", columnCount, columns.length ); in testDisposal()
343 m_dataModel.addRows( new Object[ data.length ], data ); in testDataModel()
345 for ( int row = 0; row < data.length; ++row ) in testDataModel()
348 for ( int col = 0; col < data[row].length; ++col ) in testDataModel()
381 assertEquals( rowHeadings.length, rowCount ); in testSortableDataModel()
382 assertEquals( data.length, rowCount ); in testSortableDataModel()
384 assertEquals( rowData.length, colCount ); in testSortableDataModel()
538 m_columnModel.getColumnCount(), allColumns.length ); in impl_assertColumnModelConsistency()
584 for ( int m=0; m<methods.length; ++m ) in impl_assertEquality()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/dialogs/
H A D_XControlInformation.java77 for (int i = 0; i < supControls.length; i++) { in _isControlSupported()
106 supProperties = new String[supControls.length][]; in _getSupportedControlProperties()
107 for (int i = 0; i < supControls.length; i++) { in _getSupportedControlProperties()
153 for (int i = 0; i < supControls.length; i++) { in _isControlPropertySupported()
155 for (int j = 0; j < supProperties[i].length; j++) { in _isControlPropertySupported()

Completed in 116 milliseconds

12345678910>>...62