Home
last modified time | relevance | path

Searched refs:index (Results 176 – 200 of 950) sorted by relevance

12345678910>>...38

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XExtendedIndexEntrySupplier.java241 public static String getExpectedPhoneticString(int index) { in getExpectedPhoneticString() argument
242 if (index >= valCount) return null; in getExpectedPhoneticString()
243 return sStringEquivalence[index]; in getExpectedPhoneticString()
246 public static char getUnicodeValue(int index) { in getUnicodeValue() argument
247 if (index > valCount) return 0; in getUnicodeValue()
248 return iUnicodeEquivalence[index]; in getUnicodeValue()
/trunk/main/cppu/source/uno/
H A Dcascade_mapping.cxx273 sal_Int32 index = rest.indexOf(':', 1); in getCascadeMapping() local
274 if (index == -1) in getCascadeMapping()
280 uno_envDcp += rest.copy(0, index); in getCascadeMapping()
286 sal_Int32 index = rest.indexOf(':', 1); in getCascadeMapping() local
287 if (index == -1) in getCascadeMapping()
293 uno_envDcp += rest.copy(0, index); in getCascadeMapping()
/trunk/main/unodevtools/source/skeletonmaker/
H A Dcppcompskeleton.cxx79 sal_Int32 index = implname.lastIndexOf('.'); in generateNamespace() local
86 if (index == -1) { in generateNamespace()
111 } while( nPos <= index ); in generateNamespace()
1053 sal_Int32 index = 0; in generateSkeleton() local
1055 if ((index = classname.lastIndexOf('.')) > 0) in generateSkeleton()
1056 classname = classname.copy(index+1); in generateSkeleton()
1212 sal_Int32 index = 0; in generateCalcAddin() local
1214 if ((index = classname.lastIndexOf('.')) > 0) { in generateCalcAddin()
1215 classname = classname.copy(index+1); in generateCalcAddin()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DAggregateComponent.java398 …int index = JavaTools.FieldInList(sFunctionOperators, CurDBMetaData.AggregateFieldNames[iduplicate… in getAggregateFieldNames() local
399 String sDisplayFunction = sFunctions[index]; in getAggregateFieldNames()
513 private int index; field in AggregateComponent.ControlRow
519 this.index = _index; in ControlRow()
520 …xFunctionListBox = CurUnoDialog.insertListBox(getFunctionControlName(index), 1, null, new ItemList… in ControlRow()
530 …xFieldListBox = CurUnoDialog.insertListBox(getFieldsControlName(index), 1, null, new ItemListenerI… in ControlRow()
559 CurUnoDialog.setControlVisible(getFunctionControlName(index), _bvisible); in setVisible()
560 CurUnoDialog.setControlVisible(getFieldsControlName(index), _bvisible); in setVisible()
/trunk/main/extensions/source/propctrlr/
H A Dgenericpropertyhandler.cxx159 sal_Int32 index = ::std::find( aDescriptions.begin(), aDescriptions.end(), in getValueFromDescription() local
165 if ( ( index >= 0 ) && ( index < aValues.getLength() ) ) in getValueFromDescription()
166 _out_rValue = ::cppu::int2enum( aValues[ index ], m_aEnumType ); in getValueFromDescription()
185 …sal_Int32 index = ::std::find( aValues.getConstArray(), aValues.getConstArray() + aValues.getLengt… in getDescriptionForValue() local
189 if ( ( index >= 0 ) && ( index < (sal_Int32)aDescriptions.size() ) ) in getDescriptionForValue()
190 sDescription = aDescriptions[ index ]; in getDescriptionForValue()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/
H A DColourConverter.java135 private short indexLookup(short index) { in indexLookup() argument
141 if(tableLookup[i]==index) in indexLookup()
145 result = index; in indexLookup()
161 short index = indexLookup(colour); in convertToRGB() local
167 switch (index) { in convertToRGB()
H A DIntArrayList.java105 public void set(int index, int value) { in set() argument
106 list.set(index, new Integer(value)); in set()
129 public int get(int index) { in get() argument
130 return ((Integer)list.get(index)).intValue(); in get()
/trunk/main/offapi/com/sun/star/rendering/
H A DCaret.idl37 /** This contains the main caret index.<p>
39 The main caret index corresponds to the insert position when
44 /** This contains the secondary caret index.<p>
46 The secondary caret index, when different from the main caret
47 index, corresponds to the insert position when inserting text
H A DTextHit.idl37 /** This contains the entry index.<p>
39 The entry index is the index of the insertion point in the
43 in the string. Hereby, an index of 0 denotes an insertion
44 position <em>before</em> the first character, and an index
/trunk/main/wizards/com/sun/star/wizards/common/
H A DConfigSet.java414 int index = 0; in reindexSet() local
420 index = Configuration.getInt(indexPropertyName, member); in reindexSet()
421 while (index >= v.size()) in reindexSet()
425 v.setElementAt(member, index); in reindexSet()
432 index = 1; in reindexSet()
438 Configuration.set(index++, indexPropertyName, member); in reindexSet()
/trunk/main/offapi/com/sun/star/i18n/
H A DXIndexEntrySupplier.idl37 supplies information on index entries to generate a "table of
38 alphabetical index" for a given locale.
45 returns the capital index key for sorting a table of indexes, to
46 a given index entry, to a given <type
58 returns the page number word of an index entry, where one page
/trunk/main/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp1450 int index = 0,delta=0; in GetNavigateChildForDM() local
1481 if((index>=0)&&(index<=count-1)) in GetNavigateChildForDM()
1483 pRChildXAcc = pXContext->getAccessibleChild(index); in GetNavigateChildForDM()
1943 int index = 0; in get_groupPosition() local
1966 index = number; in get_groupPosition()
1972 *positionInGroup = index; in get_groupPosition()
2236 for(int index = 0;index < size;index++) in SelectMultipleChidren() local
2238 SelectChild( pItem[index] ); in SelectMultipleChidren()
2261 for(int index = 0;index < size;index++) in DeSelectMultipleChildren() local
2263 DeSelectChild( pItem[index] ); in DeSelectMultipleChildren()
[all …]
/trunk/main/autodoc/source/parser/cpp/
H A Dprs_cpp.cxx214 for (size_t index = 0; index != ignoreDefines.size(); ++index) in Udk_MacroMap() local
215 aData[ignoreDefines[index]] = new DefineDescription(ignoreDefines[index], aEmpty); in Udk_MacroMap()
/trunk/main/solenv/bin/modules/installer/patch/
H A DVersion.pm96 for (my $index=1; $index<$VersionPartCount; ++$index)
98 return 0 if $version[$index] ne "0";
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A DMarshal.java72 int index = objectIdCache.add(found, objectId); in writeObjectId() local
74 write16Bit(index); in writeObjectId()
85 int index = threadIdCache.add(found, data); in writeThreadId() local
92 write16Bit(index); in writeThreadId()
101 int index = typeCache.add(found, type.getTypeName()); in writeType() local
103 write16Bit(index); in writeType()
/trunk/main/stoc/source/javavm/
H A Djvmargs.cxx43 sal_Int32 index = property.indexOf((sal_Unicode)'='); in pushProp() local
44 if(index > 0) in pushProp()
46 OUString left = property.copy(0, index).trim(); in pushProp()
47 OUString right(property.copy(index + 1).trim()); in pushProp()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typeinfo/
H A DMemberTypeInfo.java54 String name, int index, int flags, Type unoType, int typeParameterIndex) in MemberTypeInfo() argument
57 m_index = index; in MemberTypeInfo()
62 public MemberTypeInfo(String name, int index, int flags ) in MemberTypeInfo() argument
64 this(name, index, flags, null, -1); in MemberTypeInfo()
H A DAttributeTypeInfo.java48 public AttributeTypeInfo(String name, int index, int flags, Type unoType) { in AttributeTypeInfo() argument
50 m_index = index; in AttributeTypeInfo()
54 public AttributeTypeInfo(String name, int index, int flags) in AttributeTypeInfo() argument
56 this(name, index, flags, null); in AttributeTypeInfo()
H A DMethodTypeInfo.java48 public MethodTypeInfo(String name, int index, int flags, Type unoType) { in MethodTypeInfo() argument
50 m_index = index; in MethodTypeInfo()
54 public MethodTypeInfo(String name, int index, int flags) in MethodTypeInfo() argument
56 this(name, index, flags, null); in MethodTypeInfo()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.hxx238 virtual ::rtl::OUString getItemName( sal_Int32 index ) const;
243 virtual ::rtl::OUString getItemVersion( sal_Int32 index ) const;
248 virtual ::rtl::OUString getItemDescription( sal_Int32 index ) const;
253 virtual ::rtl::OUString getItemPublisher( sal_Int32 index ) const;
258 virtual ::rtl::OUString getItemPublisherLink( sal_Int32 index ) const;
/trunk/main/framework/source/uielement/
H A Dmacrosmenucontroller.cxx204 for ( sal_Int32 index = 0; index < serviceNames.getLength(); index++ ) in addScriptItems() local
206 if ( serviceNames[ index ].indexOf( providerKey ) == 0 ) in addScriptItems()
208 ::rtl::OUString serviceName = serviceNames[ index ]; in addScriptItems()
/trunk/main/cppuhelper/source/
H A Dbootstrap.cxx283 sal_Int32 index; in nestRegistries() local
314 index = csl_rdbs.indexOf((sal_Unicode)' '); in nestRegistries()
315 OUString rdb_name = (index == -1) ? csl_rdbs : csl_rdbs.copy(0, index); in nestRegistries()
316 csl_rdbs = (index == -1) ? OUString() : csl_rdbs.copy(index + 1); in nestRegistries()
372 while(index != -1 && csl_rdbs.getLength()); // are there more rdbs in list? in nestRegistries()
/trunk/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...
/trunk/main/jvmfwk/source/
H A Dframework.cxx225 int index = 0; in jfw_findAllJREs() local
228 (*pparInfo)[index++] = k->detach(); in jfw_findAllJREs()
231 (*pparInfo)[index++] = l->detach(); in jfw_findAllJREs()
380 int index = 2; in jfw_startVM()
384 arOpt[index].optionString = const_cast<sal_Char*>(i->getStr()); in jfw_startVM()
385 arOpt[index].extraInfo = 0; in jfw_startVM()
386 index ++; in jfw_startVM()
391 arOpt[index].optionString = arOptions[ii].optionString; in jfw_startVM()
392 arOpt[index].extraInfo = arOptions[ii].extraInfo; in jfw_startVM()
393 index++; in jfw_startVM()
[all …]
/trunk/main/sal/rtl/source/
H A Dalloc_arena.c491 int index = 0; in rtl_arena_segment_alloc() local
519 index = lowbit(RTL_MEMORY_P2ALIGN(arena->m_freelist_bitmap, size)); in rtl_arena_segment_alloc()
520 if (index > 0) in rtl_arena_segment_alloc()
525 head = &(arena->m_freelist_head[index - 1]); in rtl_arena_segment_alloc()
1073 int index = (size >> arena->m_quantum_shift) - 1; in rtl_arena_alloc() local
1074 OSL_ASSERT (arena->m_qcache_ptr[index] != 0); in rtl_arena_alloc()
1076 addr = rtl_cache_alloc (arena->m_qcache_ptr[index]); in rtl_arena_alloc()
1162 int index = (size >> arena->m_quantum_shift) - 1; in rtl_arena_free() local
1163 OSL_ASSERT (arena->m_qcache_ptr[index] != 0); in rtl_arena_free()
1165 rtl_cache_free (arena->m_qcache_ptr[index], addr); in rtl_arena_free()

Completed in 108 milliseconds

12345678910>>...38