| /trunk/main/registry/source/ |
| H A D | reflread.cxx | 73 inline sal_uInt8 readBYTE(sal_uInt32 index) const in readBYTE() 75 return m_pBuffer[index]; in readBYTE() 78 inline sal_Int16 readINT16(sal_uInt32 index) const in readINT16() 80 return ((m_pBuffer[index] << 8) | (m_pBuffer[index+1] << 0)); in readINT16() 83 inline sal_uInt16 readUINT16(sal_uInt32 index) const in readUINT16() 85 return ((m_pBuffer[index] << 8) | (m_pBuffer[index+1] << 0)); in readUINT16() 88 inline sal_Int32 readINT32(sal_uInt32 index) const in readINT32() 91 (m_pBuffer[index] << 24) | in readINT32() 92 (m_pBuffer[index+1] << 16) | in readINT32() 93 (m_pBuffer[index+2] << 8) | in readINT32() [all …]
|
| /trunk/main/vbahelper/source/vbahelper/ |
| H A D | vbashaperange.cxx | 83 for ( sal_Int32 index = 0; index < nLen; ++index ) in getShapes() local 84 …m_xShapes->add( uno::Reference< drawing::XShape >( m_xIndexAccess->getByIndex( index ), uno::UNO_Q… in getShapes() 95 for ( sal_Int32 index = 1; index <= nLen; ++index ) in IncrementRotation() local 97 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in IncrementRotation() 106 for ( sal_Int32 index = 1; index <= nLen; ++index ) in IncrementLeft() local 108 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in IncrementLeft() 117 for ( sal_Int32 index = 1; index <= nLen; ++index ) in IncrementTop() local 119 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in IncrementTop() 127 for ( sal_Int32 index = 1; index <= nLen; ++index ) in getHeight() local 129 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in getHeight() [all …]
|
| /trunk/main/registry/inc/registry/ |
| H A D | reflread.hxx | 189 inline ::rtl::OUString getFieldName( sal_uInt16 index ) const; 193 inline ::rtl::OUString getFieldType( sal_uInt16 index ) const; 197 inline RTFieldAccess getFieldAccess( sal_uInt16 index ) const; 203 inline RTConstValue getFieldConstValue( sal_uInt16 index ) const; 209 inline ::rtl::OUString getFieldDoku( sal_uInt16 index ) const; 216 inline ::rtl::OUString getFieldFileName( sal_uInt16 index ) const; 224 inline ::rtl::OUString getMethodName( sal_uInt16 index ) const; 228 inline sal_uInt32 getMethodParamCount( sal_uInt16 index ) const; 235 inline ::rtl::OUString getMethodParamType( sal_uInt16 index, sal_uInt16 paramIndex ) const; 242 inline ::rtl::OUString getMethodParamName( sal_uInt16 index, sal_uInt16 paramIndex ) const; [all …]
|
| H A D | reader.hxx | 238 rtl::OUString getSuperTypeName(sal_uInt16 index) const { in getSuperTypeName() 240 typereg_reader_getSuperTypeName(m_handle, &s, index); in getSuperTypeName() 266 rtl::OUString getFieldDocumentation(sal_uInt16 index) const { in getFieldDocumentation() 268 typereg_reader_getFieldDocumentation(m_handle, &s, index); in getFieldDocumentation() 285 rtl::OUString getFieldFileName(sal_uInt16 index) const { in getFieldFileName() 287 typereg_reader_getFieldFileName(m_handle, &s, index); in getFieldFileName() 301 RTFieldAccess getFieldFlags(sal_uInt16 index) const { in getFieldFlags() 302 return typereg_reader_getFieldFlags(m_handle, index); in getFieldFlags() 314 rtl::OUString getFieldName(sal_uInt16 index) const { in getFieldName() 316 typereg_reader_getFieldName(m_handle, &s, index); in getFieldName() [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) 328 void * handle, sal_uInt16 index, enum RTValueType * type, 359 void * handle, rtl_uString ** result, sal_uInt16 index) 374 void * handle, sal_uInt16 index) SAL_THROW_EXTERN_C(); 390 void * handle, rtl_uString ** result, sal_uInt16 index) [all …]
|
| /trunk/main/helpcontent2/source/auxiliary/ |
| H A D | index.xsl | 15 xmlns:index="http://sun.com/2000/XMLSearch" 50 <index:element index:tokenizer="com.sun.xmlsearch.util.SimpleTokenizer"> 52 </index:element> 56 <index:element index:tokenizer="com.sun.xmlsearch.util.SimpleTokenizer"> 58 </index:element> 62 <index:element index:tokenizer="com.sun.xmlsearch.util.SimpleTokenizer"> 64 </index:element> 68 <index:element index:tokenizer="com.sun.xmlsearch.util.SimpleTokenizer"> 70 </index:element> 74 <index:element index:tokenizer="com.sun.xmlsearch.util.SimpleTokenizer"> [all …]
|
| /trunk/main/rdbmaker/inc/codemaker/ |
| H A D | registry.hxx | 141 inline const ::rtl::OString getSuperTypeName(sal_uInt16 index) const in getSuperTypeName() 142 { return inGlobalSet( m_pImpl->m_pReader->getSuperTypeName(index) ); } in getSuperTypeName() 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() 152 { return inGlobalSet( m_pImpl->m_pReader->getFieldTypeName(index) ); } in getFieldType() 153 inline RTFieldAccess getFieldAccess( sal_uInt16 index ) const in getFieldAccess() 154 { return m_pImpl->m_pReader->getFieldFlags(index); } in getFieldAccess() 155 inline RTConstValue getFieldConstValue( sal_uInt16 index ) const in getFieldConstValue() 156 { return m_pImpl->m_pReader->getFieldValue(index); } in getFieldConstValue() [all …]
|
| /trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
| H A D | JavaSQLPreparedStatement.java | 157 public synchronized void setArray(int index, XArray x) throws SQLException { in setArray() argument 164 …public synchronized void setBinaryStream(int index, XInputStream x, int length) throws SQLExceptio… in setBinaryStream() argument 165 logger.log(LogLevel.FINER, Resources.STR_LOG_BINARYSTREAM_PARAMETER, index); in setBinaryStream() 172 …((java.sql.PreparedStatement)jdbcStatement).setBinaryStream(index, byteArrayInputStream, bytesRead… in setBinaryStream() 179 public synchronized void setBlob(int index, XBlob x) throws SQLException { in setBlob() argument 186 public synchronized void setBoolean(int index, boolean x) throws SQLException { in setBoolean() argument 188 logger.log(LogLevel.FINE, Resources.STR_LOG_BOOLEAN_PARAMETER, index, x); in setBoolean() 190 ((java.sql.PreparedStatement)jdbcStatement).setBoolean(index, x); in setBoolean() 197 public synchronized void setByte(int index, byte x) throws SQLException { in setByte() argument 199 logger.log(LogLevel.FINE, Resources.STR_LOG_BYTE_PARAMETER, index, x); in setByte() [all …]
|
| /trunk/main/chart2/source/view/main/ |
| H A D | VDataSeries.cxx | 74 double VDataSequence::getValue( sal_Int32 index ) const in getValue() 76 if( 0<=index && index<Doubles.getLength() ) in getValue() 77 return Doubles[index]; in getValue() 86 sal_Int32 VDataSequence::detectNumberFormatKey( sal_Int32 index ) const in detectNumberFormatKey() 91 if( -1<=index && index<Doubles.getLength() && in detectNumberFormatKey() 94 nNumberFormatKey = Model->getNumberFormatKeyByIndex( index ); in detectNumberFormatKey() 479 double VDataSeries::getXValue( sal_Int32 index ) const in getXValue() 484 if( 0<=index && index<m_aValues_X.getLength() ) in getXValue() 485 fRet = m_aValues_X.Doubles[index]; in getXValue() 492 if( 0<=index /*&& index < m_nPointCount*/ ) in getXValue() [all …]
|
| /trunk/main/javaunohelper/com/sun/star/lib/uno/helper/ |
| H A D | InterfaceContainer.java | 194 synchronized public void add(int index, Object element) in add() argument 198 if (index > size || index < 0) in add() 200 "Index: "+index+", Size: "+size); in add() 203 System.arraycopy(elementData, index, elementData, index + 1, in add() 204 size - index); in add() 205 elementData[index] = element; in add() 252 synchronized public boolean addAll(int index, Collection c) in addAll() argument 257 if (index > size || index < 0) in addAll() 259 "Index: "+index+", Size: "+size); in addAll() 274 int numMoved = size - index; in addAll() [all …]
|
| H A D | UnoUrl.java | 308 int index = thePart.indexOf(","); in parseUnoUrlPart() local 309 if (index != -1) { in parseUnoUrlPart() 310 partName = thePart.substring(0, index).trim(); in parseUnoUrlPart() 311 theParamPart = thePart.substring(index + 1).trim(); in parseUnoUrlPart() 367 int index = url.indexOf(':'); in parseUnoUrl() local 368 if (index != -1) { in parseUnoUrl() 369 String unoStr = url.substring(0, index).trim(); in parseUnoUrl() 376 url = url.substring(index + 1).trim(); in parseUnoUrl() 378 index = url.indexOf(';'); in parseUnoUrl() 379 if (index == -1) { in parseUnoUrl() [all …]
|
| /trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/ |
| H A D | AccessibleTextImpl.java | 124 protected java.util.Locale getLocale(int index) { in getLocale() argument 127 unoObject.getCharacterAttributes(index, localeAttributeList); in getLocale() 154 public String getAfterIndex(int part, int index) { in getAfterIndex() argument 159 return s.substring(index+1, index+2); in getAfterIndex() 166 BreakIterator words = BreakIterator.getWordInstance(getLocale(index)); in getAfterIndex() 168 int start = words.following(index); in getAfterIndex() 186 BreakIterator.getSentenceInstance(getLocale(index)); in getAfterIndex() 188 int start = sentence.following(index); in getAfterIndex() 204 TextSegment ts = unoObject.getTextBehindIndex(index, AccessibleTextType.LINE); in getAfterIndex() 208 if (index > 0 && getCharCount() == index) { in getAfterIndex() [all …]
|
| /trunk/main/codemaker/source/javamaker/ |
| H A D | classfile.cxx | 397 void ClassFile::Code::loadLocalInteger(sal_uInt16 index) { in loadLocalInteger() argument 398 accessLocal(index, 0x1A, 0x15); // iload_<n>, iload in loadLocalInteger() 401 void ClassFile::Code::loadLocalLong(sal_uInt16 index) { in loadLocalLong() argument 402 accessLocal(index, 0x1E, 0x16); // load_<n>, load in loadLocalLong() 405 void ClassFile::Code::loadLocalFloat(sal_uInt16 index) { in loadLocalFloat() argument 406 accessLocal(index, 0x22, 0x17); // load_<n>, load in loadLocalFloat() 409 void ClassFile::Code::loadLocalDouble(sal_uInt16 index) { in loadLocalDouble() argument 410 accessLocal(index, 0x26, 0x18); // load_<n>, load in loadLocalDouble() 413 void ClassFile::Code::loadLocalReference(sal_uInt16 index) { in loadLocalReference() argument 414 accessLocal(index, 0x2A, 0x19); // aload_<n>, aload in loadLocalReference() [all …]
|
| /trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ |
| H A D | DialogFocusTraversalPolicy.java | 48 int index = 0,x = -1; in getComponentAfter() local 49 index = list.indexOf(aComponent); in getComponentAfter() 50 index++; // increasing automatically in getComponentAfter() 51 if(!order[index % order.length].isEnabled() || in getComponentAfter() 52 !order[index % order.length].isVisible()) { in getComponentAfter() 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() [all …]
|
| /trunk/main/offapi/com/sun/star/accessibility/ |
| H A D | XAccessibleTable.idl | 54 from the first row or column with the index 0 up to the last (but not 91 The index of the row for which to retrieve the description. 98 if the specified row index is not valid, i.e. lies not inside 110 The index of the column for which to retrieve the description. 117 if the specified column index is not valid, i.e. lies not inside 131 Row index of the accessible for which to return the column 135 Column index of the accessible for which to return the column 142 if the specified row index is not valid, i.e. lies not inside 156 Row index of the accessible for which to return the column 160 Column index of the accessible for which to return the column [all …]
|
| /trunk/main/sw/source/ui/vba/ |
| H A D | vbadocument.cxx | 125 SwVbaDocument::BuiltInDocumentProperties( const uno::Any& index ) throw (uno::RuntimeException) in BuiltInDocumentProperties() argument 128 if ( index.hasValue() ) in BuiltInDocumentProperties() 129 return xCol->Item( index, uno::Any() ); in BuiltInDocumentProperties() 134 SwVbaDocument::CustomDocumentProperties( const uno::Any& index ) throw (uno::RuntimeException) in CustomDocumentProperties() argument 137 if ( index.hasValue() ) in CustomDocumentProperties() 138 return xCol->Item( index, uno::Any() ); in CustomDocumentProperties() 169 SwVbaDocument::Paragraphs( const uno::Any& index ) throw (uno::RuntimeException) in Paragraphs() argument 172 if ( index.hasValue() ) in Paragraphs() 173 return xCol->Item( index, uno::Any() ); in Paragraphs() 178 SwVbaDocument::Styles( const uno::Any& index ) throw (uno::RuntimeException) in Styles() argument [all …]
|
| /trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ |
| H A D | XLIFFReader.java | 91 static int index = 0; field in XLIFFReader 380 index = TARGET_TEXT_IDX; in startElement() 391 index = TARGET_QUICKHELP_TEXT_IDX; in startElement() 397 index = TARGET_TITLE_TEXT_IDX; in startElement() 410 index = SOURCE_TEXT_IDX; in startElement() 421 index = SOURCE_QUICK_HELPTEXT_IDX; in startElement() 426 index = SOURCE_TITLETEXT_IDX; in startElement() 471 index = SOURCE_HELPTEXT_IDX; in startElement() 475 index = TARGET_HELP_TEXT_IDX; in startElement() 483 index = PROJECT_IDX; in startElement() [all …]
|
| /trunk/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() 754 fprintf(stdout, " Method1 %d: Name1 = %s != Name2 = %s\n", 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() 766 fprintf(stdout, " Method1 %d: ReturnType1 = %s != ReturnType2 = %s\n", index, in checkMethod() 767 U2S(reader1.getMethodReturnTypeName(index)), in checkMethod() 768 U2S(reader2.getMethodReturnTypeName(index))); in checkMethod() 773 sal_uInt16 nParams1 = (sal_uInt16)reader1.getMethodParameterCount(index); in checkMethod() [all …]
|
| /trunk/main/odk/examples/java/Inspector/ |
| H A D | HideableTreeModel.java | 113 public void nodeInserted(Object node, Object child, int index) { in nodeInserted() argument 114 if(index < 0) { in nodeInserted() 115 index = getIndexOfChild(node, child); in nodeInserted() 117 if(node != null && child != null && index >= 0) { in nodeInserted() 119 int[] ai = { index }; in nodeInserted() 126 public void nodeRemoved(Object node, Object child, int index) { in nodeRemoved() argument 127 if(node != null && child != null && index >= 0) { in nodeRemoved() 129 int[] ai = { index }; in nodeRemoved() 232 int index = getIndexOfChild(parent, n); in setNodeVisible() local 233 nodeInserted(parent, n, index); in setNodeVisible() [all …]
|
| /trunk/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; 99 double getMinimumofAllDifferentYValues( sal_Int32 index ) const; [all …]
|
| /trunk/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() 261 int index = determineHighestVersion( in isUpdateUserExtension() local 263 if (index == 1) in isUpdateUserExtension() 265 else if (index == 2) in isUpdateUserExtension() 267 else if (index == 3) in isUpdateUserExtension() 272 int index = determineHighestVersion( in isUpdateUserExtension() local [all …]
|
| /trunk/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() 189 rtl_uString_getStr(ustrArguments[index]), in osl_executeProcess_WithRedirectedIO() 190 rtl_uString_getLength(ustrArguments[index]), in osl_executeProcess_WithRedirectedIO() 194 pArguments[index]=strdup(rtl_string_getStr(strArg)); in osl_executeProcess_WithRedirectedIO() 196 pArguments[index+1]=NULL; in osl_executeProcess_WithRedirectedIO() 199 for ( index = 0 ; index < nEnvironmentVars ; ++index ) in osl_executeProcess_WithRedirectedIO() 209 rtl_uString_getStr(ustrEnvironment[index]), in osl_executeProcess_WithRedirectedIO() 210 rtl_uString_getLength(ustrEnvironment[index]), in osl_executeProcess_WithRedirectedIO() 214 pEnvironment[index]=strdup(rtl_string_getStr(strEnv)); in osl_executeProcess_WithRedirectedIO() [all …]
|
| /trunk/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()
|
| /trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/ |
| H A D | OContainer.java | 163 public Object getByIndex(int index) throws IndexOutOfBoundsException, WrappedTargetException { in getByIndex() argument 165 if (index < 0 || index >= namesByIndex.size()) { in getByIndex() 166 throw new IndexOutOfBoundsException(Integer.toString(index), this); in getByIndex() 168 return getObject(index); in getByIndex() 316 public void dropByIndex(int index) throws SQLException, IndexOutOfBoundsException { in dropByIndex() argument 318 if (index < 0 || index >= namesByIndex.size()) { in dropByIndex() 319 throw new IndexOutOfBoundsException(Integer.toString(index), this); in dropByIndex() 321 dropImpl(index); in dropByIndex() 326 private void dropImpl(int index) throws SQLException { in dropImpl() argument 327 dropImpl(index, true); in dropImpl() [all …]
|
| /trunk/main/codemaker/source/bonobowrappermaker/ |
| H A D | corbatype.cxx | 97 sal_uInt32 index = 0; in dumpDependedTypes() local 101 if ((index = typeName.lastIndexOf(']')) > 0) in dumpDependedTypes() 102 typeName = typeName.copy(index + 1); in dumpDependedTypes() 318 sal_uInt32 index = 0; in dumpDepIncludes() local 323 index = (*iter).m_type.lastIndexOf(']'); in dumpDepIncludes() 324 seqNum = (index > 0 ? ((index+1) / 2) : 0); in dumpDepIncludes() 327 if (index > 0) in dumpDepIncludes() 328 relType = relType.copy(index+1); in dumpDepIncludes() 573 sal_uInt32 index = sType.lastIndexOf(']'); in printUnoType() local 574 sal_uInt32 seqNum = (index > 0 ? ((index+1) / 2) : 0); in printUnoType() [all …]
|