Home
last modified time | relevance | path

Searched refs:index (Results 126 – 150 of 950) sorted by relevance

12345678910>>...38

/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclListBox.java53 public String getItemText(int index, int col) { in getItemText() argument
54 …return (String) invoke(Constant.M_GetItemText, new Object[] { new Integer(index + 1), new Integer(… in getItemText()
63 public String getItemText(int index) { in getItemText() argument
64 return getItemText(index, 0); in getItemText()
100 public void select(int index) { in select() argument
101 invoke(Constant.M_Select, new Object[] { new Integer(index + 1) }); in select()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWorkbook.java271 public Worksheet getWorksheet(int index) { in getWorksheet() argument
273 return ((Worksheet) worksheets.elementAt(index)); in getWorksheet()
318 int index = 0; in getSettings() local
322 s.setSheetName(getSheetName(index++)); in getSettings()
352 public String getSheetName(int index) { in getSheetName() argument
353 BoundSheet bs = (BoundSheet) boundsheets.elementAt(index); in getSheetName()
481 int index = 0; in addSettings() local
487 String name = getSheetName(index++); in addSettings()
489 win1.setActiveSheet(index-1); in addSettings()
/trunk/main/i18npool/source/textconversion/
H A Dtextconversion_zh.cxx95 const sal_uInt16 *index; in getWordConversion() local
103index = ((const sal_uInt16* (*)(sal_Int32&)) getFunctionBySymbol("getSTC_WordIndex_T2S"))(maxLen); in getWordConversion()
108index = ((const sal_uInt16* (*)(sal_Int32&)) getFunctionBySymbol("getSTC_WordIndex_S2T"))(maxLen); in getWordConversion()
119 …if ((!wordData || !index || !entry) && !xCDL.is()) // no word mapping defined, do char2char conver… in getWordConversion()
170 if (!found && index[len+1] - index[len] > 0) { in getWordConversion()
171 sal_Int32 bottom = (sal_Int32) index[len]; in getWordConversion()
172 sal_Int32 top = (sal_Int32) index[len+1] - 1; in getWordConversion()
/trunk/main/scripting/java/com/sun/star/script/framework/browse/
H A DParcelBrowseNode.java144 for ( int index = 0; index < names.length; index++ ) in getChildNodes()
146 browsenodes.add( new ScriptBrowseNode( provider, parcel, names[ index ] )); in getChildNodes()
329 for ( int index = 0; index < childNodes.length; index++ ) in invoke()
331 childNodes[ index ].updateURI( p ); in invoke()
/trunk/main/offapi/com/sun/star/awt/grid/
H A DXMutableGridDataModel.idl96 the index of the row that should be removed.
98 if the given index is invalid
109 the column index of the to-be-updated cell
111 the row index of the to-be-updated cell
115 if the row or column index is invalid
125 index from <arg>ColumnIndexes</arg>.</p>
130 contains the index of the row whose data is to be updated
134 if one of the row indexes or the column index is invalid
145 if the given index does not denote a valid row.
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DDBLimitedFieldSelection.java75 protected abstract void insertControlGroup(int index); in insertControlGroup() argument
124 int index = JavaTools.FieldInList(_AllFieldNames, _SelFieldNames[curindex]); in initializeListBox() local
125 if (index > -1) in initializeListBox()
127 SelList = new short[] { (short) (index) }; in initializeListBox()
146 int index = JavaTools.FieldInList(_AllFieldNames, _SelFieldName); in initializeListBox() local
147 SelList = new short[] { (short) (index) }; in initializeListBox()
/trunk/main/toolkit/source/controls/grid/
H A Ddefaultgridcolumnmodel.cxx143 sal_Int32 index = m_aColumns.size() - 1; in addColumn() local
144 pGridColumn->setIndex( index ); in addColumn()
149 aEvent.Accessor <<= index; in addColumn()
155 return index; in addColumn()
211 …Reference< XGridColumn > SAL_CALL DefaultGridColumnModel::getColumn(::sal_Int32 index) throw (Inde… in getColumn() argument
215 if ( index >=0 && index < ((sal_Int32)m_aColumns.size())) in getColumn()
216 return m_aColumns[index]; in getColumn()
/trunk/main/offapi/com/sun/star/text/
H A DDocumentIndexMarkAsian.idl35 as an index entry for a <type>DocumentIndex</type>.
46 index entry.
50 /** contains the reading of the primary key of the index entry.
51 It is used to build a hierarchical document index.
55 /** contains the reading the secondary key of the index entry.
56 It is used to build a hierarchical document index.
H A DDocumentIndexMark.idl41 as an index entry for a <type>DocumentIndex</type>.
50 /** contains the primary key of the index entry.
51 It is used to build a hierarchical document index.
55 /** contains the secondary key of the index entry.
56 It is used to build a hierarchical document index.
60 /** determines if this entry is a main entry. In a document index this entry will
/trunk/main/vcl/source/control/
H A Dthrobber.cxx257 size_t index = 0; in getDefaultImageURLs() local
260 case IMAGES_16_PX: index = 0; break; in getDefaultImageURLs()
261 case IMAGES_32_PX: index = 1; break; in getDefaultImageURLs()
262 case IMAGES_64_PX: index = 2; break; in getDefaultImageURLs()
269 aImageURLs.reserve( nImageCounts[index] ); in getDefaultImageURLs()
270 for ( size_t i=0; i<nImageCounts[index]; ++i ) in getDefaultImageURLs()
274 aURL.appendAscii( pResolutions[index] ); in getDefaultImageURLs()
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ytextwrapper.mm160 +(id)lineForIndexAttributeForElement:(AquaA11yWrapper *)wrapper forParameter:(id)index {
163 …e = [ wrapper accessibleMultiLineText ] -> getLineNumberAtIndex ( (sal_Int32) [ index intValue ] );
198 +(id)rangeForIndexAttributeForElement:(AquaA11yWrapper *)wrapper forParameter:(id)index {
201 …TextSegment textSegment = [ wrapper accessibleText ] -> getTextBeforeIndex ( [ index intValue ], A…
217 sal_Int32 index = [ wrapper accessibleText ] -> getIndexAtPoint( aPoint );
218 if ( index > -1 ) {
219 …apper rangeForIndexAttributeForElement: wrapper forParameter: [ NSNumber numberWithLong: index ] ];
262 +(id)styleRangeForIndexAttributeForElement:(AquaA11yWrapper *)wrapper forParameter:(id)index {
265 …TextSegment textSegment = [ wrapper accessibleText ] -> getTextAtIndex ( [ index intValue ], Acces…
/trunk/main/connectivity/source/inc/ado/
H A DAolewrap.hxx160 inline WrapT GetItem(sal_Int32 index) const in GetItem()
162 OSL_ENSURE(index >= 0 && index<GetItemCount(),"Wrong index for field!"); in GetItem()
165 if(SUCCEEDED(pInterface->get_Item(OLEVariant(index), &pT))) in GetItem()
170 inline WrapT GetItem(const OLEVariant& index) const in GetItem()
174 if(SUCCEEDED(pInterface->get_Item(index, &pT))) in GetItem()
/trunk/main/basegfx/source/tools/
H A Dunopolypolygon.cxx172 sal_Int32 index ) throw (lang::IndexOutOfBoundsException,uno::RuntimeException) in isClosed() argument
175 checkIndex( index ); in isClosed()
177 return maPolyPoly.getB2DPolygon(index).isClosed(); in isClosed()
181 sal_Int32 index, in setClosed() argument
187 if( index == -1L ) in setClosed()
194 checkIndex( index ); in setClosed()
197 B2DPolygon aTmp( maPolyPoly.getB2DPolygon(index) ); in setClosed()
201 maPolyPoly.setB2DPolygon( index, aTmp ); in setClosed()
/trunk/main/sw/source/ui/vba/
H A Dvbafont.cxx71 for ( sal_Int32 index=0; index<nLen; ++index ) in UnderLineMapper() local
73 MSO2OOO[ UnderLineTable[ index ].nMSOConst ] = UnderLineTable[ index ].nOOOConst; in UnderLineMapper()
74 OOO2MSO[ UnderLineTable[ index ].nOOOConst ] = UnderLineTable[ index ].nMSOConst; in UnderLineMapper()
/trunk/main/sal/textenc/generate/
H A Dgb180302000.pl266 $index = 0;
268 $uni_nonrangedataindex[$range_index] = $index;
273 if ($index > 0 && ($index - 1) % 6 == 5)
279 ++$index;
286 $uni_nonrangedataindex[$range_index] = $index;
/trunk/main/offapi/com/sun/star/chart2/
H A DXDataSeries.idl55 the element at the specified index.
58 specifies the index of the data point within the series. The first index is 0.
61 if the index is not valid.
69 specifies the index of the data point within the series. The first index is 0.
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx119 switch (index) in emit_ldarg()
134 if (index < 0x100) in emit_ldarg()
136 else if (index < 0x8000) in emit_ldarg()
150 OSL_ASSERT(index != -1); in polymorphicStructNameToStructName()
163 int index= 1; in mapUnoTypeName() local
233 if (index == -1) in mapUnoPolymorphicName()
244 index++; in mapUnoPolymorphicName()
245 int cur = index; in mapUnoPolymorphicName()
256 System::String * sParam = unoName->Substring(index, cur - index); in mapUnoPolymorphicName()
260 index = cur; in mapUnoPolymorphicName()
[all …]
/trunk/main/i18npool/source/localedata/
H A Dlocaledata.cxx470 sal_Int32 index = 0; in getCalendarItemByName() local
471 OUString language = name.getToken(0, under, index); in getCalendarItemByName()
472 OUString country = name.getToken(0, under, index); in getCalendarItemByName()
481 const OUString& id = name.getToken(0, under, index); in getCalendarItemByName()
482 for (index = 0; index < cals.getLength(); index++) { in getCalendarItemByName()
483 if (id.equals(cals[index].Name)) { in getCalendarItemByName()
484 ref_cal = cals[index]; in getCalendarItemByName()
489 if (index == cals.getLength()) { in getCalendarItemByName()
1363 sal_Int32 index = 0; in getAllInstalledLocaleNames() local
1365 if (index >= 0) { in getAllInstalledLocaleNames()
[all …]
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DLocalOfficeConnection.java415 int index = dcp.indexOf(':'); in resolve() local
416 String url = dcp.substring(0, index).trim(); in resolve()
417 dcp = dcp.substring(index + 1).trim(); in resolve()
419 index = dcp.indexOf(';'); in resolve()
420 conDcp = dcp.substring(0, index).trim(); in resolve()
421 dcp = dcp.substring(index + 1).trim(); in resolve()
423 index = dcp.indexOf(';'); in resolve()
424 protDcp = dcp.substring(0, index).trim(); in resolve()
425 dcp = dcp.substring(index + 1).trim(); in resolve()
/trunk/main/desktop/source/deployment/misc/
H A Ddp_version.cxx38 ::rtl::OUString getElement(::rtl::OUString const & version, ::sal_Int32 * index) in getElement() argument
40 while (*index < version.getLength() && version[*index] == '0') { in getElement()
41 ++*index; in getElement()
43 return version.getToken(0, '.', *index); in getElement()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/
H A DFieldDescription.java32 String name, int index, ITypeDescription typeDescription, Field field) in FieldDescription() argument
35 this.index = index; in FieldDescription()
57 return index; in getIndex()
69 private final int index; field in FieldDescription
/trunk/main/offapi/com/sun/star/rendering/
H A DXLinePolyPolygon2D.idl53 The index number of the polygon to start with extracting
63 The index of the point within the first polygon (that with the
64 index number nPolygonIndex) to start extraction with. Set to 0
80 data, or insert the points at the given index
83 The index of the polygon to start point insertion with. This
84 index must be in the range [0,numPolygons], and the insertion
90 as the polygon index. If nPolygonIndex is -1, the given
/trunk/main/sc/source/ui/vba/
H A Dvbacharttitle.cxx48 for ( sal_Int32 index = 1; index < (BaseServiceNames.getLength() + 1); ++index ) in getServiceNames() local
49 aServiceNames[ index ] = BaseServiceNames[ index ]; in getServiceNames()
H A Dvbaaxistitle.cxx48 for ( sal_Int32 index = 1; index < (BaseServiceNames.getLength() + 1); ++index ) in getServiceNames() local
49 aServiceNames[ index ] = BaseServiceNames[ index ]; in getServiceNames()
/trunk/main/odk/
H A DcfgWin.js208 var index=0;
209 if ((index = sSuggestedHome.lastIndexOf("\\")) != -1)
210 sSuggestedHome = sSuggestedHome.substr(0, index);
264 var index=-1;
266 if ((index = tmp.lastIndexOf("\\sdk")) != -1) {
267 tmp = tmp.substr(0, index);
281 var index=officebase.lastIndexOf("\\");
283 officebase = officebase.substr(0, index);

Completed in 91 milliseconds

12345678910>>...38