Home
last modified time | relevance | path

Searched refs:index (Results 76 – 100 of 950) sorted by relevance

12345678910>>...38

/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DParcel.java78 for ( int index = 0; index < scripts.length; index++ ) in getByName()
80 if ( scripts[ index ].getLanguageName().equals( aName ) ) in getByName()
82 script = scripts[ index ]; in getByName()
111 for ( int index = 0; index < scripts.length; index++ ) in getElementNames()
113 results[ index ] = scripts[ index ].getLanguageName(); in getElementNames()
/trunk/main/extensions/source/ole/
H A Dunoconversionutilities.hxx2150 for (index[actDim - 1] = lBound; index[actDim - 1] <= uBound; index[actDim - 1]++) in createOleArrayWrapperOfDim()
2170 SafeArrayGetElement(pArray, index, &V_I2(&variant)); in createOleArrayWrapperOfDim()
2173 SafeArrayGetElement(pArray, index, &V_I4(&variant)); in createOleArrayWrapperOfDim()
2176 SafeArrayGetElement(pArray, index, &V_R4(&variant)); in createOleArrayWrapperOfDim()
2179 SafeArrayGetElement(pArray, index, &V_R8(&variant)); in createOleArrayWrapperOfDim()
2182 SafeArrayGetElement(pArray, index, &V_CY(&variant)); in createOleArrayWrapperOfDim()
2200 SafeArrayGetElement(pArray, index, &variant); in createOleArrayWrapperOfDim()
2206 SafeArrayGetElement(pArray, index, &V_I1(&variant)); in createOleArrayWrapperOfDim()
2209 SafeArrayGetElement(pArray, index, &V_UI1(&variant)); in createOleArrayWrapperOfDim()
2258 long * index = sarIndex.get(); in createOleArrayWrapper() local
[all …]
/trunk/main/offapi/com/sun/star/sheet/
H A DXCellRangesAccess.idl64 is the column index of the cell inside the sheet.
67 is the row index of the cell inside the sheet.
70 is the sheet index of the sheet inside the document.
76 if an index is outside the dimensions of this range.
91 is the column index of the first cell inside the range.
94 is the row index of the first cell inside the range.
97 is the column index of the last cell inside the range.
100 is the row index of the last cell inside the range.
103 is the sheet index of the sheet inside the document.
109 if an index is outside the dimensions of this range.
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleEditableText.idl64 Start index of the text to moved into the clipboard.
68 End index of the text to moved into the clipboard.
84 represented by this object at the given index. This method is
99 if the index is invalid
113 Start index of the text to be deleted.
117 End index of the text to be deleted.
160 replacement text and the start index.</p>
166 Start index of the text to be replaced.
170 Start index of the text to be replaced.
198 Start index of the text whose attributes are modified.
[all …]
H A DXAccessibleTextMarkup.idl82 /** Returns the text segment of the text markup of the given index and
85 <p>Throws <type>IndexOutOfBoundsException</type>, if given index
91 This index specifies the text markup to return.
98 If the given index is in range [0..getTextMarkupCount(TextMarkupType)-1],
108 character index and of the given text markup type.
111 index is out of range [0..number of characters in the text).</p>
116 This index specifies the character index in the text.
123 If character index is in range [0..number of characters in the text-1],
125 given character index of the given text markup type are returned.
H A DXAccessibleHyperlink.idl68 This index identifies the anchor when, as in the case of an
70 object. The valid maximal index can be determinded by calling
74 If the index is not valid then an exception is thrown.
87 This index identifies the action object when, as in the case of
89 object. The valid maximal index can be determinded by calling
93 If the index is not valid then an exception is thrown.
99 /** Returns the index at which the textual representation of the
106 The index relates to the text exposed by the
111 /** Returns the index at which the textual rerpesentation of the
118 The index relates to the text exposed by the
/trunk/main/registry/inc/registry/
H A Dwriter.hxx112 void setSuperTypeName(sal_uInt16 index, rtl::OUString const & typeName) { in setSuperTypeName() argument
113 if (!typereg_writer_setSuperTypeName(m_handle, index, typeName.pData)) { in setSuperTypeName()
140 sal_uInt16 index, rtl::OUString const & documentation, in setFieldData() argument
145 m_handle, index, documentation.pData, fileName.pData, flags, in setFieldData()
172 sal_uInt16 index, rtl::OUString const & documentation, in setMethodData() argument
178 m_handle, index, documentation.pData, flags, name.pData, in setMethodData()
258 sal_uInt16 index, rtl::OUString const & documentation, in setReferenceData() argument
263 m_handle, index, documentation.pData, sort, flags, in setReferenceData()
/trunk/main/sal/workben/
H A Dtestproc.cxx43 sal_uInt32 index; in MAIN() local
51 for ( index = 0 ; index <= nArgCount+1 ; index++ ) in MAIN()
53 fprintf(stderr,"Getting Arg No . %i\n",index); in MAIN()
55 osl_getCommandArg(index,&ustrArg); in MAIN()
57 fprintf(stderr,"done ...\n\n",index); in MAIN()
/trunk/main/registry/source/
H A Dreflwrit.cxx706 void setSuperType(sal_uInt16 index, OString const & name);
776 void TypeWriter::setSuperType(sal_uInt16 index, OString const & name) in setSuperType() argument
778 m_superTypeNames[index] = name; in setSuperType()
1254 static_cast< TypeWriter * >(handle)->m_fields[index].setData( in typereg_writer_setFieldData()
1265 sal_uInt16 index, in setFieldData() argument
1297 sal_uInt16 index, in setMethodData() argument
1325 sal_uInt16 index, in setParamData() argument
1332 hEntry, index, paramIndex, mode, name, type); in setParamData()
1350 sal_uInt16 index, in setExcData() argument
1432 void * handle, sal_uInt16 index, rtl_uString const * typeName) in typereg_writer_setSuperTypeName() argument
[all …]
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DAutoRetrievingBase.java56 int index = 0; in getTransformedGeneratedStatement() local
57 index = statement.indexOf("$column"); in getTransformedGeneratedStatement()
58 if (index != -1) { in getTransformedGeneratedStatement()
63 index = statement.indexOf("$table"); in getTransformedGeneratedStatement()
64 if (index != -1) { in getTransformedGeneratedStatement()
87 … statement = statement.substring(0, index) + tableName + statement.substring(index + 6); in getTransformedGeneratedStatement()
/trunk/main/store/source/
H A Dstorcach.cxx413 int index = hash_index_Impl(curr->m_nOffset); in rescale_Impl() local
414 curr->m_pNext = m_hash_table[index], m_hash_table[index] = curr; in rescale_Impl()
453 int index = hash_index_Impl(nOffset); in lookupPageAt_Impl() local
454 Entry const * entry = lookup_Impl (m_hash_table[index], nOffset); in lookupPageAt_Impl()
478 int index = hash_index_Impl(nOffset); in insertPageAt_Impl() local
479 entry->m_pNext = m_hash_table[index], m_hash_table[index] = entry; in insertPageAt_Impl()
492 int index = hash_index_Impl(nOffset); in updatePageAt_Impl() local
493 Entry * entry = lookup_Impl (m_hash_table[index], nOffset); in updatePageAt_Impl()
/trunk/main/configmgr/source/
H A Ddata.cxx124 rtl::OUString const & path, sal_Int32 index, rtl::OUString * name, in parseSegment() argument
128 index >= 0 && index <= path.getLength() && name != 0 && in parseSegment()
130 sal_Int32 i = index; in parseSegment()
135 *name = path.copy(index, i - index); in parseSegment()
140 if (i - index == 1 && path[index] == '*') { in parseSegment()
143 *templateName = path.copy(index, i - index); in parseSegment()
/trunk/main/sw/source/ui/vba/
H A Dvbadocumentproperties.cxx160 for ( sal_Int32 index = 0; index < nLen && !bFound ; ++index ) in getPropertyValue() local
162 if ( rPropName.equals( stats[ index ].Name ) ) in getPropertyValue()
164 aReturn = stats[ index ].Value; in getPropertyValue()
181 for ( sal_Int32 index = 0; index < nLen; ++index ) in setPropertyValue() local
183 if ( rPropName.equals( stats[ index ].Name ) ) in setPropertyValue()
185 stats[ index ].Value = aValue; in setPropertyValue()
521 …for ( sal_Int32 index = word::WdBuiltInProperty::wdPropertyTitle; index <= word::WdBuiltInProperty… in BuiltInPropertiesImpl() local
523 …mDocProps[ index ] = new SwVbaBuiltInDocumentProperty( xParent, xContext, builtIns.getDocPropInfoM… in BuiltInPropertiesImpl()
524 mNamedDocProps[ mDocProps[ index ]->getName() ] = mDocProps[ index ]; in BuiltInPropertiesImpl()
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dupgrade.cxx50 string GetGuidPart(const string& guid, int index) in GetGuidPart() argument
53 assert(((index > -1) && (index < 5)) && "Out of range!"); in GetGuidPart()
55 if (index == 0) return string(guid.c_str(), 8); in GetGuidPart()
56 if (index == 1) return string(guid.c_str() + 9, 4); in GetGuidPart()
57 if (index == 2) return string(guid.c_str() + 14, 4); in GetGuidPart()
58 if (index == 3) return string(guid.c_str() + 19, 4); in GetGuidPart()
59 if (index == 4) return string(guid.c_str() + 24, 12); in GetGuidPart()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/
H A DMethodDescription.java32 String name, int index, boolean oneway, ITypeDescription[] inSignature, in MethodDescription() argument
37 this.index = index; in MethodDescription()
45 MethodDescription(IMethodDescription other, int index) { in MethodDescription() argument
47 other.getName(), index, other.isOneway(), other.getInSignature(), in MethodDescription()
69 return index; in getIndex()
101 private final int index; field in MethodDescription
/trunk/main/l10ntools/java/jpropex/java/
H A DOrderedHashMap.java37 public Object get( int index ) { return hm.get( list.get( index ) ); } in get() argument
44 public Object add( int index , Object key , Object value ) in add() argument
46 list.add( index , key ); in add()
77 int index = 0; field in OHMenum
86 return index < ohm.size(); in hasMoreElements()
90 return ohm.get( index++ ); in nextElement()
/trunk/main/offapi/com/sun/star/chart/
H A DXComplexDescriptionAccess.idl51 of all rows. The outer index represents different rows.
52 The inner index represents the different levels (usually there is only one).
62 rows. The outer index represents different rows.
63 The inner index represents the different levels (usually there is only one).
73 of all columns. The outer index represents different columns.
74 The inner index represents the different levels (usually there is only one).
84 all columns. The outer index represents different columns.
85 The inner index represents the different levels (usually there is only one).
/trunk/main/migrationanalysis/src/driver_docs/sources/
H A DDocumentAnalysis.cls270 Public Property Get IssuesCountArray(ByVal index As Integer) As Long
271 If index >= LBound(mIssuesCountArray) And index <= UBound(mIssuesCountArray) Then
272 IssuesCountArray = mIssuesCountArray(index)
278 Public Property Let IssuesCountArray(ByVal index As Integer, ByVal vNewValue As Long)
279 If index >= LBound(mIssuesCountArray) And index <= UBound(mIssuesCountArray) Then
280 mIssuesCountArray(index) = vNewValue
/trunk/main/sal/inc/rtl/
H A Dstrbuf.hxx257 sal_Char charAt( sal_Int32 index ) in charAt() argument
259 OSL_ASSERT(index >= 0 && index < pData->length); in charAt()
260 return pData->buffer[ index ]; in charAt()
284 OStringBuffer & setCharAt(sal_Int32 index, sal_Char ch) in setCharAt() argument
286 OSL_ASSERT(index >= 0 && index < pData->length); in setCharAt()
287 pData->buffer[ index ] = ch; in setCharAt()
/trunk/main/sc/source/ui/vba/
H A Dvbaoleobjects.cxx45 for ( sal_Int32 index = 0; index < nLen; ++index ) in IndexAccessWrapper() local
47 …uno::Reference< drawing::XControlShape > xControlShape( xIndexAccess->getByIndex( index), uno::UNO… in IndexAccessWrapper()
143 for( int index = 0; index < nCount; index++ ) in getItemByStringIndex() local
145 uno::Any aUnoObj = xIndexAccess->getByIndex( index ); in getItemByStringIndex()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A Dutils.java280 int index = userPath.lastIndexOf('/'); in getOfficeUserPath() local
281 if (index != -1) { in getOfficeUserPath()
282 userPath = userPath.substring(0, index); in getOfficeUserPath()
784 int index = -1; in validateAppExecutionCommand() local
785 while (commandTokens.hasMoreTokens() && index == -1) { in validateAppExecutionCommand()
787 index = officeExecutable.indexOf(officeExecCommand); in validateAppExecutionCommand()
789 if (index == -1) { in validateAppExecutionCommand()
884 int index = originalString.indexOf(searchString); in replaceAll13() local
885 while (index != -1) { in replaceAll13()
886 … changeStringBuffer = changeStringBuffer.replace(index, index + searchLength, replaceString); in replaceAll13()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dservuno.cxx149 SCTAB index = 0; in getElementNames() local
151 for( ; index < nCount; ++index ) in getElementNames()
153 pDoc->GetCodeName( index, sCodeName ); in getElementNames()
154 aNames[ index ] = sCodeName; in getElementNames()
156 aNames[ index ] = pDoc->GetCodeName(); in getElementNames()
184 for ( sal_Int32 index = 0; index < nLen; ++index ) in getCodeNameForObject() local
188 …no::Reference< form::XFormsSupplier > xFormSupplier( xIndex->getByIndex( index ), uno::UNO_QUERY_… in getCodeNameForObject()
200 … mpDocShell->GetDocument()->GetCodeName( static_cast<SCTAB>( index ), sName ); in getCodeNameForObject()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeZip.java262 private byte[] getEntryBytes(int index) { in getEntryBytes() argument
266 if (index > -1) { in getEntryBytes()
267 Entry entry = (Entry) entryList.get(index); in getEntryBytes()
351 private int setEntryBytes(int index, byte bytes[], String name) { in setEntryBytes() argument
353 if (index > -1) { in setEntryBytes()
357 Entry entry = (Entry) entryList.get(index); in setEntryBytes()
372 index = entryList.size() - 1; in setEntryBytes()
375 return index; in setEntryBytes()
/trunk/main/offapi/com/sun/star/chart2/
H A DXAnyDescriptionAccess.idl52 of all rows. The outer index represents different rows.
53 The inner index represents the different levels (usually there is only one).
64 rows. The outer index represents different rows.
65 The inner index represents the different levels (usually there is only one).
76 of all columns. The outer index represents different columns.
77 The inner index represents the different levels (usually there is only one).
88 all columns. The outer index represents different columns.
89 The inner index represents the different levels (usually there is only one).
/trunk/main/vbahelper/source/msforms/
H A Dvbacombobox.cxx98 for ( sal_Int32 index = 0; sText.getLength() && index < nLen; ++index ) in getListIndex() local
100 if ( sItems[ index ].equals( sText ) ) in getListIndex()
102 OSL_TRACE("getListIndex returning %d", index ); in getListIndex()
103 return uno::makeAny( index ); in getListIndex()
145 ScVbaComboBox::removeItem( const uno::Any& index ) throw (uno::RuntimeException) in removeItem() argument
147 mpListHelper->removeItem( index ); in removeItem()

Completed in 151 milliseconds

12345678910>>...38