/aoo42x/main/registry/source/ |
H A D | reflread.cxx | 210 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 …]
|
/aoo42x/main/vbahelper/source/vbahelper/ |
H A D | vbashaperange.cxx | 83 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 …]
|
/aoo42x/main/registry/inc/registry/ |
H A D | reflread.hxx | 401 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 D | reader.hxx | 238 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 D | reader.h | 210 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 …]
|
/aoo42x/main/helpcontent2/source/auxiliary/ |
H A D | index.xsl | 52 </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 …]
|
/aoo42x/main/rdbmaker/inc/codemaker/ |
H A D | registry.hxx | 149 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 …]
|
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLPreparedStatement.java | 201 ((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 …]
|
/aoo42x/main/chart2/source/view/main/ |
H A D | VDataSeries.cxx | 76 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 …]
|
/aoo42x/main/javaunohelper/com/sun/star/lib/uno/helper/ |
H A D | InterfaceContainer.java | 198 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 D | UnoUrl.java | 308 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 …]
|
/aoo42x/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/ |
H A D | AccessibleTextImpl.java | 158 return s.substring(index+1, index+2); in getAfterIndex() 207 if (index > 0 && getCharCount() == index) { in getAfterIndex() 242 if (index == -1) { in getSelectionStart() 246 return index; in getSelectionStart() 463 if ((index > 0) && (getCharCount() == index)) { in getCharacterAttribute() 488 return index; in getSelectionEnd() 505 return s.substring(index-1, index); in getBeforeIndex() 550 if (index > 0 && getCharCount() == index) { in getBeforeIndex() 583 return s.substring(index, index + 1); in getAtIndex() 618 if (index > 0 && getCharCount() == index) { in getAtIndex() [all …]
|
/aoo42x/main/codemaker/source/javamaker/ |
H A D | classfile.cxx | 524 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 …]
|
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ |
H A D | DialogFocusTraversalPolicy.java | 48 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 …]
|
/aoo42x/main/offapi/com/sun/star/accessibility/ |
H A D | XAccessibleTable.idl | 266 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 …]
|
/aoo42x/main/sw/source/ui/vba/ |
H A D | vbadocument.cxx | 128 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 …]
|
/aoo42x/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ |
H A D | XLIFFReader.java | 483 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 …]
|
/aoo42x/main/registry/tools/ |
H A D | regcompare.cxx | 746 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 …]
|
/aoo42x/main/odk/examples/java/Inspector/ |
H A D | HideableTreeModel.java | 114 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 …]
|
/aoo42x/main/chart2/source/view/inc/ |
H A D | VDataSeries.hxx | 58 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 …]
|
/aoo42x/main/desktop/source/deployment/misc/ |
H A D | dp_update.cxx | 50 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 …]
|
/aoo42x/main/sal/osl/os2/ |
H A D | process.c | 139 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 …]
|
/aoo42x/main/svl/source/misc/ |
H A D | ownlist.cxx | 91 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()
|
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/ |
H A D | OContainer.java | 165 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 …]
|
/aoo42x/main/codemaker/source/bonobowrappermaker/ |
H A D | corbatype.cxx | 327 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 …]
|