Home
last modified time | relevance | path

Searched refs:index (Results 1 – 25 of 950) sorted by relevance

12345678910>>...38

/trunk/main/registry/source/
H A Dreflread.cxx210 if ((index > 0) && (index <= m_stringsCopied)) in getString()
333 if (m_pIndex && (index > 0) && (index <= m_numOfEntries)) in readTag()
360 if (m_pIndex && (index> 0) && (index <= m_numOfEntries)) in readBOOLConstant()
375 if (m_pIndex && (index> 0) && (index <= m_numOfEntries)) in readBYTEConstant()
390 if (m_pIndex && (index> 0) && (index <= m_numOfEntries)) in readINT16Constant()
405 if (m_pIndex && (index> 0) && (index <= m_numOfEntries)) in readUINT16Constant()
420 if (m_pIndex && (index> 0) && (index <= m_numOfEntries)) in readINT32Constant()
435 if (m_pIndex && (index> 0) && (index <= m_numOfEntries)) in readUINT32Constant()
450 if (m_pIndex && (index> 0) && (index <= m_numOfEntries)) in readINT64Constant()
465 if (m_pIndex && (index> 0) && (index <= m_numOfEntries)) in readUINT64Constant()
[all …]
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashaperange.cxx83 for ( sal_Int32 index = 0; index < nLen; ++index ) in getShapes() local
95 for ( sal_Int32 index = 1; index <= nLen; ++index ) in IncrementRotation() local
106 for ( sal_Int32 index = 1; index <= nLen; ++index ) in IncrementLeft() local
117 for ( sal_Int32 index = 1; index <= nLen; ++index ) in IncrementTop() local
127 for ( sal_Int32 index = 1; index <= nLen; ++index ) in getHeight() local
138 for ( sal_Int32 index = 1; index <= nLen; ++index ) in setHeight() local
148 for ( sal_Int32 index = 1; index <= nLen; ++index ) in getWidth() local
159 for ( sal_Int32 index = 1; index <= nLen; ++index ) in setWidth() local
169 for ( sal_Int32 index = 1; index <= nLen; ++index ) in getLeft() local
180 for ( sal_Int32 index = 1; index <= nLen; ++index ) in setLeft() local
[all …]
/trunk/main/registry/inc/registry/
H A Dreflread.hxx401 m_pApi->getFieldName(m_hImpl, &sRet.pData, index); in getFieldName()
408 m_pApi->getFieldType(m_hImpl, &sRet.pData, index); in getFieldType()
413 { return m_pApi->getFieldAccess(m_hImpl, index); } in getFieldAccess()
425 m_pApi->getFieldDoku(m_hImpl, &sRet.pData, index); in getFieldDoku()
432 m_pApi->getFieldFileName(m_hImpl, &sRet.pData, index); in getFieldFileName()
442 m_pApi->getMethodName(m_hImpl, &sRet.pData, index); in getMethodName()
467 { return m_pApi->getMethodExcCount(m_hImpl, index); } in getMethodExcCount()
484 { return m_pApi->getMethodMode(m_hImpl, index); } in getMethodMode()
489 m_pApi->getMethodDoku(m_hImpl, &sRet.pData, index); in getMethodDoku()
504 { return m_pApi->getReferenceType(m_hImpl, index); } in getReferenceType()
[all …]
H A Dreader.hxx238 rtl::OUString getSuperTypeName(sal_uInt16 index) const { in getSuperTypeName()
285 rtl::OUString getFieldFileName(sal_uInt16 index) const { in getFieldFileName()
301 RTFieldAccess getFieldFlags(sal_uInt16 index) const { in getFieldFlags()
314 rtl::OUString getFieldName(sal_uInt16 index) const { in getFieldName()
316 typereg_reader_getFieldName(m_handle, &s, index); in getFieldName()
332 rtl::OUString getFieldTypeName(sal_uInt16 index) const { in getFieldTypeName()
350 RTConstValue getFieldValue(sal_uInt16 index) const { in getFieldValue()
353 m_handle, index, &v.m_type, &v.m_value)) in getFieldValue()
395 RTMethodMode getMethodFlags(sal_uInt16 index) const { in getMethodFlags()
408 rtl::OUString getMethodName(sal_uInt16 index) const { in getMethodName()
[all …]
H A Dreader.h210 void * handle, rtl_uString ** result, sal_uInt16 index)
240 void * handle, rtl_uString ** result, sal_uInt16 index)
258 void * handle, rtl_uString ** result, sal_uInt16 index)
273 void * handle, sal_uInt16 index) SAL_THROW_EXTERN_C();
289 void * handle, rtl_uString ** result, sal_uInt16 index)
306 void * handle, rtl_uString ** result, sal_uInt16 index)
374 void * handle, sal_uInt16 index) SAL_THROW_EXTERN_C();
422 void * handle, sal_uInt16 index) SAL_THROW_EXTERN_C();
500 void * handle, sal_uInt16 index) SAL_THROW_EXTERN_C();
568 void * handle, sal_uInt16 index) SAL_THROW_EXTERN_C();
[all …]
/trunk/main/helpcontent2/source/auxiliary/
H A Dindex.xsl52 </index:element>
58 </index:element>
64 </index:element>
70 </index:element>
76 </index:element>
82 </index:element>
88 </index:element>
94 </index:element>
100 </index:element>
134 <index:text index:nodeID="{generate-id(current())}">
[all …]
/trunk/main/rdbmaker/inc/codemaker/
H A Dregistry.hxx149 inline const ::rtl::OString getFieldName( sal_uInt16 index ) const in getFieldName()
150 { return inGlobalSet( m_pImpl->m_pReader->getFieldName(index) ); } in getFieldName()
151 inline const ::rtl::OString getFieldType( sal_uInt16 index ) const in getFieldType()
153 inline RTFieldAccess getFieldAccess( sal_uInt16 index ) const in getFieldAccess()
154 { return m_pImpl->m_pReader->getFieldFlags(index); } in getFieldAccess()
156 { return m_pImpl->m_pReader->getFieldValue(index); } in getFieldConstValue()
166 { return m_pImpl->m_pReader->getMethodParameterCount(index); } in getMethodParamCount()
174 { return m_pImpl->m_pReader->getMethodExceptionCount(index); } in getMethodExcCount()
179 inline RTMethodMode getMethodMode( sal_uInt16 index ) const in getMethodMode()
180 { return m_pImpl->m_pReader->getMethodFlags(index); } in getMethodMode()
[all …]
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLPreparedStatement.java201 ((java.sql.PreparedStatement)jdbcStatement).setByte(index, x); in setByte()
210 logger.log(LogLevel.FINE, Resources.STR_LOG_BYTES_PARAMETER, index); in setBytes()
258 ((java.sql.PreparedStatement)jdbcStatement).setDouble(index, x); in setDouble()
269 ((java.sql.PreparedStatement)jdbcStatement).setFloat(index, x); in setFloat()
276 public synchronized void setInt(int index, int x) throws SQLException { in setInt() argument
280 ((java.sql.PreparedStatement)jdbcStatement).setInt(index, x); in setInt()
291 ((java.sql.PreparedStatement)jdbcStatement).setLong(index, x); in setLong()
309 public void setObject(int index, Object x) throws SQLException { in setObject() argument
310 if (!DbTools.setObject(this, index, x)) { in setObject()
357 public void setRef(int index, XRef x) throws SQLException { in setRef() argument
[all …]
/trunk/main/chart2/source/view/main/
H A DVDataSeries.cxx76 if( 0<=index && index<Doubles.getLength() ) in getValue()
77 return Doubles[index]; in getValue()
91 if( -1<=index && index<Doubles.getLength() && in detectNumberFormatKey()
484 if( 0<=index && index<m_aValues_X.getLength() ) in getXValue()
506 if( 0<=index && index<m_aValues_Y.getLength() ) in getYValue()
655 double fY = getYValue( index ); in getMinimumofAllDifferentYValues()
691 double fY = getYValue( index ); in getMaximumofAllDifferentYValues()
769 adaptPointCache( index ); in getSymbolProperties()
826 if( !isAttributedDataPoint(index) ) in hasPointOwnColor()
908 adaptPointCache( index ); in getDataPointLabel()
[all …]
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DInterfaceContainer.java198 if (index > size || index < 0) in add()
203 System.arraycopy(elementData, index, elementData, index + 1, in add()
204 size - index); in add()
257 if (index > size || index < 0) in addAll()
276 System.arraycopy(elementData, index, elementData, index + numNew, in addAll()
361 int index= -1; in indexOf() local
385 return index; in indexOf()
417 int index= -1; in lastIndexOf() local
440 return index; in lastIndexOf()
502 System.arraycopy(elementData, index+1, elementData, index, in remove()
[all …]
H A DUnoUrl.java308 int index = thePart.indexOf(","); in parseUnoUrlPart() local
309 if (index != -1) { in parseUnoUrlPart()
367 int index = url.indexOf(':'); in parseUnoUrl() local
368 if (index != -1) { in parseUnoUrl()
376 url = url.substring(index + 1).trim(); in parseUnoUrl()
378 index = url.indexOf(';'); in parseUnoUrl()
379 if (index == -1) { in parseUnoUrl()
384 url = url.substring(index + 1).trim(); in parseUnoUrl()
388 index = url.indexOf(';'); in parseUnoUrl()
389 if (index == -1) { in parseUnoUrl()
[all …]
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleTextImpl.java159 return s.substring(index+1, index+2); in getAfterIndex()
208 if (index > 0 && getCharCount() == index) { in getAfterIndex()
243 if (index == -1) { in getSelectionStart()
247 return index; in getSelectionStart()
464 if ((index > 0) && (getCharCount() == index)) { in getCharacterAttribute()
489 return index; in getSelectionEnd()
506 return s.substring(index-1, index); in getBeforeIndex()
551 if (index > 0 && getCharCount() == index) { in getBeforeIndex()
584 return s.substring(index, index + 1); in getAtIndex()
619 if (index > 0 && getCharCount() == index) { in getAtIndex()
[all …]
/trunk/main/codemaker/source/javamaker/
H A Dclassfile.cxx524 return index; in addIntegerInfo()
542 return index; in addFloatInfo()
558 return index; in addLongInfo()
576 return index; in addDoubleInfo()
727 return index; in nextConstantPoolIndex()
753 return index; in addUtf8Info()
772 return index; in addClassInfo()
791 return index; in addStringInfo()
815 return index; in addFieldrefInfo()
839 return index; in addMethodrefInfo()
[all …]
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DDialogFocusTraversalPolicy.java48 int index = 0,x = -1; in getComponentAfter() local
53 x = index; in getComponentAfter()
54 index = -1; in getComponentAfter()
57 index = x; in getComponentAfter()
61 if(index == -1) { in getComponentAfter()
65 index = y; in getComponentAfter()
76 index--; in getComponentBefore()
79 x = index; in getComponentBefore()
80 index = -1; in getComponentBefore()
83 index = x; in getComponentBefore()
[all …]
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleTable.idl266 The row index for which to retrieve the cell.
269 The column index for which to retrieve the cell.
310 Column index of the cell for which to determine if the
324 <p>This is the same index that would be returned by calling
330 index.
334 index.
343 /** Translate the given child index into the corresponding row
344 index.
348 index.
361 index.
[all …]
/trunk/main/sw/source/ui/vba/
H A Dvbadocument.cxx128 if ( index.hasValue() ) in BuiltInDocumentProperties()
129 return xCol->Item( index, uno::Any() ); in BuiltInDocumentProperties()
137 if ( index.hasValue() ) in CustomDocumentProperties()
138 return xCol->Item( index, uno::Any() ); in CustomDocumentProperties()
172 if ( index.hasValue() ) in Paragraphs()
173 return xCol->Item( index, uno::Any() ); in Paragraphs()
181 if ( index.hasValue() ) in Styles()
190 if ( index.hasValue() ) in Fields()
204 if ( index.hasValue() ) in Shapes()
213 if ( index.hasValue() ) in Sections()
[all …]
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DXLIFFReader.java483 index = PROJECT_IDX; in startElement()
491 index = RESTYPE_IDX; in startElement()
495 index = GID_IDX; in startElement()
499 index = LID_IDX; in startElement()
503 index = HID_IDX; in startElement()
507 index = PLATFORM_IDX; in startElement()
511 index = WIDTH_IDX; in startElement()
546 if (index == oldindex) { in characters()
547 data[index] += str; in characters()
549 data[index] = str; in characters()
[all …]
/trunk/main/registry/tools/
H A Dregcompare.cxx746 sal_uInt16 index) in checkMethod() argument
749 if ( reader1.getMethodName(index) != reader2.getMethodName(index) ) in checkMethod()
755 U2S(reader1.getMethodName(index)), in checkMethod()
756 U2S(reader2.getMethodName(index))); in checkMethod()
761 if ( reader1.getMethodReturnTypeName(index) != reader2.getMethodReturnTypeName(index) ) in checkMethod()
787 …if ( reader1.getMethodParameterTypeName(index, i) != reader2.getMethodParameterTypeName(index, i) ) in checkMethod()
798 …ions.fullCheck() && (reader1.getMethodParameterName(index, i) != reader2.getMethodParameterName(in… in checkMethod()
809 if ( reader1.getMethodParameterFlags(index, i) != reader2.getMethodParameterFlags(index, i) ) in checkMethod()
845 …if ( reader1.getMethodExceptionTypeName(index, i) != reader2.getMethodExceptionTypeName(index, i) ) in checkMethod()
868 if ( reader1.getMethodFlags(index) != reader2.getMethodFlags(index) ) in checkMethod()
[all …]
/trunk/main/odk/examples/java/Inspector/
H A DHideableTreeModel.java114 if(index < 0) { in nodeInserted()
115 index = getIndexOfChild(node, child); in nodeInserted()
119 int[] ai = { index }; in nodeInserted()
129 int[] ai = { index }; in nodeRemoved()
238 nodeRemoved(parent, n, index); in setNodeVisible()
275 if(j == index) { in getChild()
300 int index = -1; in getIndexOfChild() local
305 index = 0; in getIndexOfChild()
309 return index; in getIndexOfChild()
312 index++; in getIndexOfChild()
[all …]
/trunk/main/chart2/source/view/inc/
H A DVDataSeries.hxx58 double getValue( sal_Int32 index ) const;
59 sal_Int32 detectNumberFormatKey( sal_Int32 index ) const;
89 double getXValue( sal_Int32 index ) const;
90 double getYValue( sal_Int32 index ) const;
92 double getY_Min( sal_Int32 index ) const;
93 double getY_Max( sal_Int32 index ) const;
94 double getY_First( sal_Int32 index ) const;
95 double getY_Last( sal_Int32 index ) const;
97 double getBubble_Size( sal_Int32 index ) const;
127 bool hasPointOwnColor( sal_Int32 index ) const;
[all …]
/trunk/main/desktop/source/deployment/misc/
H A Ddp_update.cxx50 int index = 0; in determineHighestVersion() local
54 index = 1; in determineHighestVersion()
59 index = 2; in determineHighestVersion()
64 index = 3; in determineHighestVersion()
66 return index; in determineHighestVersion()
263 if (index == 1) in isUpdateUserExtension()
274 if (index == 2) in isUpdateUserExtension()
295 if (index == 1) in isUpdateUserExtension()
321 if (index == 2) in isUpdateSharedExtension()
323 else if (index == 3) in isUpdateSharedExtension()
[all …]
/trunk/main/sal/osl/os2/
H A Dprocess.c139 unsigned int index; in osl_executeProcess_WithRedirectedIO() local
183 for ( index = 0 ; index < nArguments ; ++index ) in osl_executeProcess_WithRedirectedIO()
196 pArguments[index+1]=NULL; in osl_executeProcess_WithRedirectedIO()
199 for ( index = 0 ; index < nEnvironmentVars ; ++index ) in osl_executeProcess_WithRedirectedIO()
216 pEnvironment[index+1]=NULL; in osl_executeProcess_WithRedirectedIO()
284 for ( index = 0 ; index < nArguments ; ++index ) in osl_executeProcess_WithRedirectedIO()
286 if ( pArguments[index] != NULL ) in osl_executeProcess_WithRedirectedIO()
288 free(pArguments[index]); in osl_executeProcess_WithRedirectedIO()
296 for ( index = 0 ; index < nEnvironmentVars ; ++index ) in osl_executeProcess_WithRedirectedIO()
298 if ( pEnvironment[index] != NULL ) in osl_executeProcess_WithRedirectedIO()
[all …]
/trunk/main/svl/source/misc/
H A Downlist.cxx91 sal_uInt16 index = 0; in AppendCommands() local
92 while(index < rCmd.Len()) in AppendCommands()
95 eatSpace(rCmd, &index); in AppendCommands()
96 String name = (rCmd.GetChar(index) == '\"') ? parseString(rCmd, &index) : parseWord(rCmd, &index); in AppendCommands()
98 eatSpace(rCmd, &index); in AppendCommands()
100 if(index < rCmd.Len() && rCmd.GetChar(index) == '=') in AppendCommands()
102 index ++; in AppendCommands()
104 eatSpace(rCmd, &index); in AppendCommands()
105 value = (rCmd.GetChar(index) == '\"') ? parseString(rCmd, &index) : parseWord(rCmd, &index); in AppendCommands()
112 *pEaten = index; in AppendCommands()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOContainer.java165 if (index < 0 || index >= namesByIndex.size()) { in getByIndex()
168 return getObject(index); in getByIndex()
318 if (index < 0 || index >= namesByIndex.size()) { in dropByIndex()
321 dropImpl(index); in dropByIndex()
326 private void dropImpl(int index) throws SQLException { in dropImpl() argument
327 dropImpl(index, true); in dropImpl()
331 String name = namesByIndex.get(index); in dropImpl()
333 dropObject(index, name); in dropImpl()
335 namesByIndex.remove(index); in dropImpl()
403 String name = namesByIndex.get(index); in getObject()
[all …]
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx327 seqNum = (index > 0 ? ((index+1) / 2) : 0); in dumpDepIncludes()
330 if (index > 0) in dumpDepIncludes()
577 sal_uInt32 seqNum = (index > 0 ? ((index+1) / 2) : 0); in printUnoType()
579 OString relType = (index > 0 ? (sType).copy(index+1) : type); in printUnoType()
642 sal_uInt32 seqNum = (index > 0 ? ((index+1) / 2) : 0); in printCorbaType()
703 sal_Int32 seqNum = (index > 0 ? ((index+1) / 2) : 0); in isPassedAsPointer()
707 if (index > 0) in isPassedAsPointer()
777 sal_Int32 seqNum = (index > 0 ? ((index+1) / 2) : 0); in isArray()
781 if (index > 0) in isArray()
807 sal_Int32 seqNum = (index > 0 ? ((index+1) / 2) : 0); in printCorbaParameter()
[all …]

Completed in 157 milliseconds

12345678910>>...38