Home
last modified time | relevance | path

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

12345678910>>...37

/AOO41X/main/registry/source/
H A Dreflread.cxx73 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 …]
/AOO41X/main/vbahelper/source/vbahelper/
H A Dvbashaperange.cxx83 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 …]
/AOO41X/main/registry/inc/registry/
H A Dreflread.hxx188 inline ::rtl::OUString getFieldName( sal_uInt16 index ) const;
192 inline ::rtl::OUString getFieldType( sal_uInt16 index ) const;
196 inline RTFieldAccess getFieldAccess( sal_uInt16 index ) const;
202 inline RTConstValue getFieldConstValue( sal_uInt16 index ) const;
208 inline ::rtl::OUString getFieldDoku( sal_uInt16 index ) const;
215 inline ::rtl::OUString getFieldFileName( sal_uInt16 index ) const;
223 inline ::rtl::OUString getMethodName( sal_uInt16 index ) const;
227 inline sal_uInt32 getMethodParamCount( sal_uInt16 index ) const;
234 inline ::rtl::OUString getMethodParamType( sal_uInt16 index, sal_uInt16 paramIndex ) const;
241 inline ::rtl::OUString getMethodParamName( sal_uInt16 index, sal_uInt16 paramIndex ) const;
[all …]
H A Dreader.hxx238 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 Dreader.h209 void * handle, rtl_uString ** result, sal_uInt16 index)
239 void * handle, rtl_uString ** result, sal_uInt16 index)
257 void * handle, rtl_uString ** result, sal_uInt16 index)
272 void * handle, sal_uInt16 index) SAL_THROW_EXTERN_C();
288 void * handle, rtl_uString ** result, sal_uInt16 index)
305 void * handle, rtl_uString ** result, sal_uInt16 index)
327 void * handle, sal_uInt16 index, enum RTValueType * type,
358 void * handle, rtl_uString ** result, sal_uInt16 index)
373 void * handle, sal_uInt16 index) SAL_THROW_EXTERN_C();
389 void * handle, rtl_uString ** result, sal_uInt16 index)
[all …]
H A Dreflwrit.hxx149 inline void setFieldData( sal_uInt16 index,
167 inline void setMethodData(sal_uInt16 index,
183 inline void setParamData(sal_uInt16 index,
195 inline void setExcData(sal_uInt16 index,
218 inline void setReferenceData( sal_uInt16 index,
276 inline void RegistryTypeWriter::setFieldData( sal_uInt16 index, in setFieldData() argument
284 …m_pApi->setFieldData(m_hImpl, index, name.pData, typeName.pData, doku.pData, fileName.pData, acces… in setFieldData()
288 inline void RegistryTypeWriter::setMethodData(sal_uInt16 index, in setMethodData() argument
296 …m_pApi->setMethodData(m_hImpl, index, name.pData, returnTypeName.pData, mode, paramCount, excCount… in setMethodData()
315 inline void RegistryTypeWriter::setParamData(sal_uInt16 index, in setParamData() argument
[all …]
/AOO41X/main/helpcontent2/source/auxiliary/
H A Dindex.xsl15 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 …]
/AOO41X/main/rdbmaker/inc/codemaker/
H A Dregistry.hxx141 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 …]
/AOO41X/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DInterfaceContainer.java194 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 DUnoUrl.java308 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 …]
/AOO41X/main/chart2/source/view/main/
H A DVDataSeries.cxx74 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 …]
/AOO41X/main/accessibility/bridge/org/openoffice/java/accessibility/
H A DAccessibleTextImpl.java123 protected java.util.Locale getLocale(int index) { in getLocale() argument
126 unoObject.getCharacterAttributes(index, localeAttributeList); in getLocale()
153 public String getAfterIndex(int part, int index) { in getAfterIndex() argument
158 return s.substring(index+1, index+2); in getAfterIndex()
165 BreakIterator words = BreakIterator.getWordInstance(getLocale(index)); in getAfterIndex()
167 int start = words.following(index); in getAfterIndex()
185 BreakIterator.getSentenceInstance(getLocale(index)); in getAfterIndex()
187 int start = sentence.following(index); in getAfterIndex()
203 TextSegment ts = unoObject.getTextBehindIndex(index, AccessibleTextType.LINE); in getAfterIndex()
207 if (index > 0 && getCharCount() == index) { in getAfterIndex()
[all …]
/AOO41X/main/codemaker/source/javamaker/
H A Dclassfile.cxx397 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 …]
/AOO41X/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DDialogFocusTraversalPolicy.java48 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 …]
/AOO41X/main/offapi/com/sun/star/accessibility/
H A DXAccessibleTable.idl54 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 …]
/AOO41X/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DXLIFFReader.java91 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 …]
/AOO41X/main/sw/source/ui/vba/
H A Dvbadocument.cxx125 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 …]
/AOO41X/main/odk/examples/java/Inspector/
H A DHideableTreeModel.java113 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 …]
/AOO41X/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;
99 double getMinimumofAllDifferentYValues( sal_Int32 index ) const;
[all …]
/AOO41X/main/registry/tools/
H A Dregcompare.cxx746 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 …]
/AOO41X/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()
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 …]
/AOO41X/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()
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]=0; 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 …]
/AOO41X/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()
/AOO41X/main/odk/examples/DevelopersGuide/UCB/
H A DPropertiesRetriever.java102 for ( int index = 0 ; index < size; index++ ) { in getPropertyValues()
106 prop.Name = ( String )properties.get( index ); in getPropertyValues()
108 props[ index ] = prop; in getPropertyValues()
122 for ( int index = 1 ; index <= size; index++ ) { in getPropertyValues()
123 Object propertyValue = values.getObject( index, null ); in getPropertyValues()
228 for (int index = 0; index < size ; index++ ) { in main()
229 String property = ( String )properties.get( index ); in main()
230 Object propValue = propertiesValues.get( index ); in main()
/AOO41X/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx100 sal_uInt32 index = 0; in dumpDependedTypes() local
104 if ((index = typeName.lastIndexOf(']')) > 0) in dumpDependedTypes()
105 typeName = typeName.copy(index + 1); in dumpDependedTypes()
321 sal_uInt32 index = 0; in dumpDepIncludes() local
326 index = (*iter).m_type.lastIndexOf(']'); in dumpDepIncludes()
327 seqNum = (index > 0 ? ((index+1) / 2) : 0); in dumpDepIncludes()
330 if (index > 0) in dumpDepIncludes()
331 relType = relType.copy(index+1); in dumpDepIncludes()
576 sal_uInt32 index = sType.lastIndexOf(']'); in printUnoType() local
577 sal_uInt32 seqNum = (index > 0 ? ((index+1) / 2) : 0); in printUnoType()
[all …]

12345678910>>...37