Home
last modified time | relevance | path

Searched refs:index (Results 101 – 125 of 950) sorted by relevance

12345678910>>...38

/trunk/main/sal/inc/rtl/
H A Dustrbuf.hxx258 sal_Unicode charAt( sal_Int32 index ) const in charAt()
260 OSL_ASSERT(index >= 0 && index < pData->length); in charAt()
261 return pData->buffer[ index ]; in charAt()
285 OUStringBuffer & setCharAt(sal_Int32 index, sal_Unicode ch) in setCharAt() argument
287 OSL_ASSERT(index >= 0 && index < pData->length); in setCharAt()
288 pData->buffer[ index ] = ch; in setCharAt()
/trunk/main/i18npool/source/indexentry/
H A Dindexentrysupplier_default.cxx42 index = new Index(rxMSF); in IndexEntrySupplier_Unicode()
47 delete index; in ~IndexEntrySupplier_Unicode()
53 index->init(rLocale, rAlgorithm); in loadAlgorithm()
60 return index->getIndexDescription(getEntry(rIndexEntry, rPhoneticEntry, rLocale)); in getIndexKey()
69 index->getIndexWeight(getEntry(rIndexEntry1, rPhoneticEntry1, rLocale1)) - in compareIndexEntry()
70 index->getIndexWeight(getEntry(rIndexEntry2, rPhoneticEntry2, rLocale2)); in compareIndexEntry()
82 return index->getIndexDescription(rIndexEntry); in getIndexCharacter()
97 …able::init(sal_Unicode start_, sal_Unicode end_, IndexKey *keys, sal_Int16 key_count, Index *index) in init() argument
105 if (keys[j].key > 0 && (i == keys[j].key || index->compare(i, keys[j].key) == 0)) { in init()
/trunk/main/l10ntools/scripts/
H A Dlocalize_old.pl103 my %index = ();
176 my %index=();
202 $index{ "$prj\t$file\t$type\t$gid\t$lid\t$helpid\t$platform\t$lang" } = $line ;
213 if( ! defined $index{ $key } ){
215 $index{ $key } = $blockhash_ref->{ $key} ;
217 }elsif( $index{ $key } ne $blockhash_ref->{ $key } ){
219 $index{ $key } = $blockhash_ref->{ $key };
232 @mykeys = sort keys( %index );
234 print DESTFILE ( $index{ $key } , "\n" );
241 @mykeys = keys( %index );
[all …]
/trunk/main/svtools/inc/svtools/
H A Dextensionlistbox.hxx58 virtual ::rtl::OUString getItemName( sal_Int32 index ) const = 0;
63 virtual ::rtl::OUString getItemVersion( sal_Int32 index ) const = 0;
68 virtual ::rtl::OUString getItemDescription( sal_Int32 index ) const = 0;
73 virtual ::rtl::OUString getItemPublisher( sal_Int32 index ) const = 0;
78 virtual ::rtl::OUString getItemPublisherLink( sal_Int32 index ) const = 0;
83 virtual void select( sal_Int32 index ) = 0;
/trunk/main/udkapi/com/sun/star/container/
H A DXStringKeyMap.idl115 /** obtains the key of an element by index.
118 is the index of the element.
121 the key string matching the given index.
124 if the specified index is greater than the number of
132 /** obtains the value of an element by index.
135 is the index of the key.
138 the value matching the given index.
141 if the specified index is greater than the number of
/trunk/main/offapi/com/sun/star/table/
H A DXCellRange.idl56 is the column index of the cell inside the range.
59 is the row index of the cell inside the range.
65 if an index is outside the dimensions of this range.
79 is the column index of the first cell inside the range.
82 is the row index of the first cell inside the range.
85 is the column index of the last cell inside the range.
88 is the row index of the last cell inside the range.
94 if an index is outside the dimensions of this range.
H A DXTableColumns.idl37 /** provides methods to access columns via index and to insert and remove
48 <p>When the index or combination of index and count is out
52 is the index the first inserted column will have.
63 <p>When the index or combination of index and count is out
67 is the index of the first column to delete.
H A DXTableRows.idl37 /** provides methods to access rows via index and to insert and remove rows.
47 <p>When the index or combination of index and count is out
51 is the index the first inserted row will have.
62 <p>When the index or combination of index and count is out
66 is the index of the first row to delete.
/trunk/main/codemaker/source/javamaker/
H A Dclassfile.hxx134 void loadLocalInteger(sal_uInt16 index);
136 void loadLocalLong(sal_uInt16 index);
138 void loadLocalFloat(sal_uInt16 index);
140 void loadLocalDouble(sal_uInt16 index);
142 void loadLocalReference(sal_uInt16 index);
144 void storeLocalReference(sal_uInt16 index);
163 void ldc(sal_uInt16 index);
166 sal_uInt16 index, sal_uInt8 fastOp, sal_uInt8 normalOp);
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclToolBox.java63 public String getItemText(int index) { in getItemText() argument
64 return (String) invoke(Constant.M_GetItemText2, new Object[] {index + 1}); in getItemText()
72 public String getItemQuickToolTipText(int index) { in getItemQuickToolTipText() argument
73 return (String) invoke(Constant.M_GetItemQuickHelpText, new Object[] {index + 1}); in getItemQuickToolTipText()
81 public String getItemToolTipText(int index) { in getItemToolTipText() argument
82 return (String) invoke(Constant.M_GetItemHelpText, new Object[] {index + 1}); in getItemToolTipText()
H A DVclComboBox.java49 public String getItemText(int index) { in getItemText() argument
50 return (String) invoke(Constant.M_GetItemText, new Object[] {index + 1}); in getItemText()
58 int index = ((Long) invoke(Constant.M_GetSelIndex)).intValue(); in getSelIndex() local
59 return index - 1; in getSelIndex()
93 public void select(int index) { in select() argument
94 invoke(Constant.M_Select, new Object[] {index + 1}); in select()
/trunk/main/codemaker/source/codemaker/
H A Doptions.cxx67 const OString Options::getInputFile(sal_uInt16 index) in getInputFile() argument
70 if (index < m_inputFiles.size()) in getInputFile()
72 return m_inputFiles[index]; in getInputFile()
84 OString Options::getExtraInputFile(sal_uInt16 index) const in getExtraInputFile()
87 if (index < m_extra_input_files.size()) in getExtraInputFile()
89 return m_extra_input_files[index]; in getExtraInputFile()
/trunk/main/filter/source/msfilter/
H A Dmsvbahelper.cxx395 for ( sal_Int32 index = 0; ( bSearchGlobalTemplates && index < nLen ); ++index ) in resolveVBAMacro()
398 if ( !sCreatedFrom.equals( sTemplateNames[ index ] ) ) in resolveVBAMacro()
400 if ( xPrjNameCache->hasByName( sTemplateNames[ index ] ) ) in resolveVBAMacro()
402 xPrjNameCache->getByName( sTemplateNames[ index ] ) >>= sPrj; in resolveVBAMacro()
447 for ( sal_Int32 index=0; index < nLen; ++index ) in executeMacro() local
449 sal_Int32 nOutIndex = aOutArgsIndex[ index ]; in executeMacro()
450 aArgs[ nOutIndex ] = aOutArgs[ index ]; in executeMacro()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dhash.cxx66 sal_uInt32 expand_nostore( sal_uInt32 index ) in expand_nostore() argument
68 return data[index&15] ^ data[(index-14)&15] ^ data[(index-8)&15] ^ data[(index-3)&15]; in expand_nostore()
71 sal_uInt32 expand_store( sal_uInt32 index ) in expand_store() argument
73 return data[index&15] ^= data[(index-14)&15] ^ data[(index-8)&15] ^ data[(index-3)&15]; in expand_store()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dhash.cxx67 sal_uInt32 expand_nostore( sal_uInt32 index ) in expand_nostore() argument
69 return data[index&15] ^ data[(index-14)&15] ^ data[(index-8)&15] ^ data[(index-3)&15]; in expand_nostore()
72 sal_uInt32 expand_store( sal_uInt32 index ) in expand_store() argument
74 return data[index&15] ^= data[(index-14)&15] ^ data[(index-8)&15] ^ data[(index-3)&15]; in expand_store()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/
H A DJavaScriptIterator.java148 private transient int index; field in JavaScriptIterator
158 index = 0; in initialize()
194 return index < panels.length - 1; in hasNext()
197 return index > 0; in hasPrevious()
201 index++; in nextPanel()
205 index--; in previousPanel()
208 return panels[index]; in current()
H A DParcelContentsIterator.java152 private transient int index; field in ParcelContentsIterator
162 index = 0; in initialize()
198 return index < panels.length - 1; in hasNext()
201 return index > 0; in hasPrevious()
205 index++; in nextPanel()
209 index--; in previousPanel()
212 return panels[index]; in current()
/trunk/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DSimple.cpp60 { long index=0; in get__implementedInterfaces() local
65 hr= SafeArrayPutElement( pArr, & index, name1); in get__implementedInterfaces()
66 index++; in get__implementedInterfaces()
67 hr= SafeArrayPutElement( pArr, &index, name2); in get__implementedInterfaces()
68 index++; in get__implementedInterfaces()
69 hr= SafeArrayPutElement( pArr, &index, name3); in get__implementedInterfaces()
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx466 sal_Int32 index = sLine.indexOf('=', 0); in getJavaProps() local
467 OSL_ASSERT(index != -1); in getJavaProps()
468 OUString sKey = sLine.copy(0, index); in getJavaProps()
469 OUString sVal = sLine.copy(index + 1); in getJavaProps()
714 sal_Int32 index = i->lastIndexOf('/'); in getJREInfoFromBinPath() local
715 if (index == -1) in getJREInfoFromBinPath()
724 OUString sMapPath(i->getStr(), index); in getJREInfoFromBinPath()
726 if (index != -1 in getJREInfoFromBinPath()
728 && sBinPath[index - 1] == '/') in getJREInfoFromBinPath()
1073 sal_Int32 index= usFilePath.lastIndexOf('/'); in getDirFromFile() local
[all …]
/trunk/main/setup_native/scripts/
H A Djavaloader.sh224 index=1
226 case $index in
229 index=2;
233 index=3;
239 index=1
241 case $index in
244 index=2;
248 index=3;
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl440 0 based index
2652 index value.
2697 index value.
3264 at the start index.
3419 @param [in] index
3440 @param [in] index
3590 @param [in] index
4029 /** @brief Translates the given cell index into a row index.
4213 @param [in] index
4230 [in] long index,
[all …]
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleSelection.idl63 Index of the child which is to add to the selection. This index
66 if the given index does not lie in the valid range of 0 up to
77 This index referes to all the children of this object.
83 if the given index does not lie in the valid range of 0 up to
121 This index refers only to the selected children, not to all the
128 If the index is valid, i.e. not negative and lower than the
133 if the given index does not lie in the valid range of 0 up to
145 This index refers to all children not just the selected ones.
150 if the given index does not lie in the valid range of 0 up to,
/trunk/main/offapi/com/sun/star/gallery/
H A DXGalleryTheme.idl88 The zero based index of the position where to insert
89 the new object inside the collection. If the index is larger than
91 item is inserted at the end of the collection. If the index
111 The zero based index of the position where to insert
112 the new object inside the collection. If the index is larger than
114 item is inserted at the end of the collection. If the index
135 The zero based index of the position where to insert
136 the new object inside the collection. If the index is larger than
138 item is inserted at the end of the collection. If the index
/trunk/main/offapi/com/sun/star/text/
H A DDocumentIndex.idl49 /** determines if a index entry is generated for each primary/secondary key.
53 /** determines if same entries on different pages are combined into one index entry.
57 /** determines if the similarity of index entries is checked case sensitively.
74 of a page where main index entry is located.
79 contains all index marks that are related to this index.
84 /** contains the locale of the index.
/trunk/main/bean/qa/complex/bean/
H A DScreenComparer.java174 int index = 0; in compare() local
175 for (index = 0; index < lenAr; index++) in compare()
177 if (pixels1[index] != pixels2[index]) in compare()
184 if (index < lenAr) in compare()

Completed in 125 milliseconds

12345678910>>...38