Home
last modified time | relevance | path

Searched refs:index (Results 26 – 50 of 949) sorted by relevance

12345678910>>...38

/trunk/main/codemaker/source/javamaker/
H A Djavatype.cxx471 Flags flags, sal_Int32 index,
527 Flags flags, sal_Int32 index, in TypeInfo() argument
811 sal_Int32 index = 0; in addTypeInfo() local
1208 code->loadLocalReference(*index); in addLoadLocal()
1724 if (*index > SAL_MAX_UINT16 - size) { in addLoadLocal()
1730 *index = *index + size; in addLoadLocal()
2043 sal_uInt16 index = 1; in handleAggregatingType() local
2047 code->loadLocalReference(index++); in handleAggregatingType()
2052 &index); in handleAggregatingType()
2057 sal_uInt16 maxSize = index; in handleAggregatingType()
[all …]
/trunk/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()
H A DPropertiesComposer.java119 for ( int index = 0 ; index < size; index++ ) { in setProperties()
120 String propName = ( String )properties.get( index ); in setProperties()
121 Object propValue = propertiesValues.get( index ); in setProperties()
137 props[ index ] = prop; in setProperties()
269 for ( int index = 0; index < result.length; index++ ) { in main()
270 Object obj = result[ index ]; in main()
273 "Setting property " + properties.get( index ) + " succeeded." ); in main()
276 "Setting property " + properties.get( index ) + " failed." ); in main()
/trunk/main/registry/inc/registry/
H A Dreflwrit.hxx150 inline void setFieldData( sal_uInt16 index,
168 inline void setMethodData(sal_uInt16 index,
184 inline void setParamData(sal_uInt16 index,
196 inline void setExcData(sal_uInt16 index,
219 inline void setReferenceData( sal_uInt16 index,
277 inline void RegistryTypeWriter::setFieldData( sal_uInt16 index, in setFieldData() argument
289 inline void RegistryTypeWriter::setMethodData(sal_uInt16 index, in setMethodData() argument
316 inline void RegistryTypeWriter::setParamData(sal_uInt16 index, in setParamData() argument
325 inline void RegistryTypeWriter::setExcData(sal_uInt16 index, in setExcData() argument
329 m_pApi->setExcData(m_hImpl, index, excIndex, type.pData); in setExcData()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/script/
H A D_XEventAttacherManager.java60 int index; field in _XEventAttacherManager
68 index = 0; in _insertEntry()
70 oObj.insertEntry(index); in _insertEntry()
73 log.println("insertEntry(" + index in _insertEntry()
101 oObj.registerScriptEvent(index, desc); in _registerScriptEvent()
136 oObj.registerScriptEvents(index, descs); in _registerScriptEvents()
166 res = oObj.getScriptEvents(index); in _getScriptEvents()
322 oObj.detach(index, attachedObject); in _detach()
389 oObj.revokeScriptEvents(index); in _revokeScriptEvents()
416 oObj.removeEntry(index); in _removeEntry()
[all …]
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclTreeListBox.java61 public String getItemText(int index) { in getItemText() argument
83 return index - 1; in getSelIndex()
111 public String getSelText(int index, int col) { in getSelText() argument
120 public void select(int index) { in select() argument
121 invoke(Constant.M_Select, new Object[]{index+1}); in select()
128 public void unselect(int index) { in unselect() argument
129 invoke(Constant.M_Select, new Object[]{index + 1, false}); in unselect()
137 public void collapse(int index) { in collapse() argument
140 invoke(Constant.M_Collapse, new Object[]{index + 1, false}); in collapse()
160 public void expand(int index) { in expand() argument
[all …]
/trunk/main/offapi/com/sun/star/xml/input/
H A DXAttributes.idl44 /** Gets attribute index passing a QName.
49 attribute index or -1, if not found
60 attribute index or -1, if not found
67 index
69 QName of attribute or empty string, if invalid index
76 index
78 namespace uid of attribute or -1, if invalid index
85 index
94 index
96 value string or empty string, if invalid index
[all …]
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleText.idl112 the left side of the character with that index. An index of 0
126 if the index is not valid.
143 if the index is invalid
182 specified index.
185 if the index is invalid
214 for this index.</p>
225 if the index is invalid
396 if the index is invalid
410 suitably decreased index value.</p>
435 if the index is invalid.
[all …]
/trunk/main/vcl/unx/gtk/a11y/
H A Datktextattributes.cxx173 #define get_bool_value( list, index ) get_value( list, index, Bool2String ) argument
174 #define get_short_value( list, index ) get_value( list, index, Short2String ) argument
176 #define get_height_value( list, index ) get_value( list, index, Float2String ) argument
178 #define get_cmm_value( list, index ) get_value( list, index, CMM2UnitString ) argument
179 #define get_scale_width( list, index ) get_value( list, index, Scale2String ) argument
181 #define get_string_value( list, index ) get_value( list, index, GetString ) argument
182 #define get_style_value( list, index ) get_value( list, index, FontSlant2Style ) argument
183 #define get_underline_value( list, index ) get_value( list, index, Underline2String ) argument
184 #define get_variant_value( list, index ) get_value( list, index, CaseMap2String ) argument
185 #define get_weight_value( list, index ) get_value( list, index, Weight2String ) argument
[all …]
/trunk/main/extensions/test/ole/AxTestComponents/
H A DBasic.cpp799 long index[2]; in printMulArray() local
804 index[0]= j; in printMulArray()
805 index[1]= i; in printMulArray()
812 sprintf( tmpBuf, "(%d,%d): %d\n", index[1], index[0], longVal); in printMulArray()
845 long index[3]; in printMulArray() local
852 index[0]= k; in printMulArray()
853 index[1]= j; in printMulArray()
854 index[2]= i; in printMulArray()
861 sprintf( tmpBuf, "(%d,%d,%d): %d\n", index[2], index[1], index[0], longVal); in printMulArray()
865 sprintf( tmpBuf, "(%d,%d,%d): %d\n", index[2], index[1], index[0], (unsigned char)longVal); in printMulArray()
[all …]
/trunk/main/scripting/source/provider/
H A DMasterScriptProvider.cxx76 sal_Int32 index = 0; in endsWith() local
77 if ( ( index = target.indexOf( item ) ) != -1 && in endsWith()
316 sal_Int32 index = -1; in getScript() local
332 if ( ( index = location.indexOf( pkgTag ) ) > -1 ) in getScript()
569 sal_Int32 index = 0; in insertByName() local
571 for ( ; index < xSProviders.getLength(); index++ ) in insertByName()
588 if ( index == xSProviders.getLength() ) in insertByName()
644 sal_Int32 index = 0; in removeByName() local
645 for ( ; index < xSProviders.getLength(); index++ ) in removeByName()
662 if ( index == xSProviders.getLength() ) in removeByName()
[all …]
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOPreparedStatement.cxx662 if ((index >= 1) && in allocBindBuf()
663 (index <= numParams) && bufLen > 0 ) in allocBindBuf()
683 if ((index >= 1) && in getDataBuf()
684 (index <= numParams)) in getDataBuf()
686 b = boundParams[index - 1].getBindDataBuffer (); in getDataBuf()
704 if ((index >= 1) && in getLengthBuf()
705 (index <= numParams)) in getLengthBuf()
729 if ((index >= 1) && in getParamLength()
730 (index <= numParams)) { in getParamLength()
751 if ((index < 1) || in putParamData()
[all …]
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DFormulaParser.java47 private int index = 1; field in FormulaParser
79 index = 1; in parse()
122 } else if (!isLogicalOpChar(formulaStr.charAt(index))) { // we have >, < or = on their own in isLogicalOp()
124 …} else if ((look == '<') && ((formulaStr.charAt(index) == '>') || formulaStr.charAt(index) == '=')… in isLogicalOp()
126 } else if ((look == '>') && (formulaStr.charAt(index) == '=')) { // >= in isLogicalOp()
298 if(index<formulaStr.length()) { in getChar()
299 look = formulaStr.charAt(index); in getChar()
300 index++; in getChar()
370 int index = tokenVector.size(); in ident() local
376 tokenVector.insertElementAt(tokenFactory.getFunctionToken(cell, numArgs), index); in ident() local
[all …]
/trunk/main/offapi/com/sun/star/sdbc/
H A DXArray.idl126 <code>index</code>
131 @param index
133 the first element is at index 1.
150 <code>index</code>
155 sequence<any> getArrayAtIndex([in]long index,
202 starts at index
203 <code>index</code>
227 @param index
228 the array index of the first element to retrieve; the first element is at index 1.
235 designated by this Array object, starting at index index.
[all …]
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.cxx229 sal_uInt32 index = 0; in dumpDependedTypes() local
366 sal_uInt32 index = 0; in dumpDepIncludes() local
373 seqNum = (index > 0 ? ((index+1) / 2) : 0); in dumpDepIncludes()
376 if (index > 0) in dumpDepIncludes()
1029 sal_uInt32 seqNum = (index > 0 ? ((index+1) / 2) : 0); in dumpType()
1031 OString relType = (index > 0 ? (sType).copy(index+1) : type); in dumpType()
1127 OString relType = (index > 0 ? (sType).copy(index+1) : type); in dumpCppuGetType()
1256 sal_uInt32 seqNum = (index > 0 ? ((index+1) / 2) : 0); in typeToIdentifier()
1258 OString relType = (index > 0 ? ((OString)type).copy(index+1) : type); in typeToIdentifier()
2150 index++; in dumpCUnoAttributeRefs()
[all …]
/trunk/main/framework/source/fwe/xml/
H A Dxmlnamespaces.cxx108 int index; in applyNSToAttributeName() local
109 if (( index = aName.indexOf( ':' )) > 0 ) in applyNSToAttributeName()
111 if ( aName.getLength() > index+1 ) in applyNSToAttributeName()
113 ::rtl::OUString aAttributeName = getNamespaceValue( aName.copy( 0, index ) ); in applyNSToAttributeName()
115 aAttributeName += aName.copy( index+1 ); in applyNSToAttributeName()
133 int index = aName.indexOf( ':' ); in applyNSToElementName() local
137 if ( index > 0 ) in applyNSToElementName()
138 aNamespace = getNamespaceValue( aName.copy( 0, index ) ); in applyNSToElementName()
150 if ( index > 0 ) in applyNSToElementName()
152 if ( aName.getLength() > index+1 ) in applyNSToElementName()
[all …]
/trunk/main/codemaker/source/idlmaker/
H A Didltype.cxx123 sal_uInt32 index = 0; in dumpDependedTypes() local
222 sal_uInt32 index = 0; in dumpDepIncludes() local
228 seqNum = (index > 0 ? ((index+1) / 2) : 0); in dumpDepIncludes()
231 if (index > 0) in dumpDepIncludes()
232 relType = relType.copy(index+1); in dumpDepIncludes()
403 sal_uInt32 seqNum = (index > 0 ? ((index+1) / 2) : 0); in dumpType()
405 OString relType = (index > 0 ? (sType).copy(index+1) : type); in dumpType()
495 OString relType = (index > 0 ? (sType).copy(index+1) : type); in dumpIdlGetType()
604 OString baseType = (index > 0 ? ((OString)type).copy(index+1) : type); in checkRealBaseType()
605 OString seqPrefix = (index > 0 ? ((OString)type).copy(0, index+1) : OString()); in checkRealBaseType()
[all …]
/trunk/main/sw/source/ui/vba/
H A Dvbaglobals.cxx111 SwVbaGlobals::Documents( const uno::Any& index ) throw (uno::RuntimeException) in Documents() argument
113 return getApplication()->Documents( index ); in Documents()
117 SwVbaGlobals::Addins( const uno::Any& index ) throw (uno::RuntimeException) in Addins() argument
119 return getApplication()->Addins( index ); in Addins()
123 SwVbaGlobals::Dialogs( const uno::Any& index ) throw (uno::RuntimeException) in Dialogs() argument
125 return getApplication()->Dialogs( index ); in Dialogs()
173 for ( sal_Int32 index = 0; index < nWordServices; ++index ) in getAvailableServiceNames() local
174 serviceNames[ startIndex + index ] = names[ index ]; in getAvailableServiceNames()
/trunk/main/store/workben/
H A Dt_file.cxx130 sal_uInt32 index = k * TEST_PAGESIZE / 4; in main() local
131 buffer[index] = 'A'; in main()
164 sal_uInt32 index = k * TEST_PAGESIZE / 4; in main() local
166 offset + index, &(buffer[index]), TEST_PAGESIZE / 4); in main()
203 sal_uInt32 index = 0; in main() local
207 if (rtl_compareMemory (&verify[index], &magic, sizeof(magic))) in main()
212 index += 4; in main()
215 &verify[index], &buffer[index], TEST_PAGESIZE - index)) in main()
/trunk/main/offapi/com/sun/star/text/
H A DUserDefinedIndex.idl46 in this index.
51 /** determines if the document index marks are included in this index.
56 used as index level of the index entry.*/
59 /** determines if tables are included in the index.
63 /** determines if text frames are included in the index.
67 /** determines if graphic objects are included in the index.
71 /** determines if embedded objects are included in the index.
76 contains all index marks that are related to this index.
/trunk/main/extensions/source/mozbootstrap/
H A DMNSProfileDiscover.cxx78 sal_Int32 index=product; in LoadXPToolkitProfiles() local
79 ProductStruct &m_Product = m_ProductProfileList[index]; in LoadXPToolkitProfiles()
152 sal_Int32 index=product; in getProfilePath() local
153 ProductStruct &m_Product = m_ProductProfileList[index]; in getProfilePath()
165 sal_Int32 index=product; in getProfileCount() local
166 ProductStruct &m_Product = m_ProductProfileList[index]; in getProfileCount()
171 sal_Int32 index=product; in getProfileList() local
172 ProductStruct &m_Product = m_ProductProfileList[index]; in getProfileList()
189 sal_Int32 index=product; in getDefaultProfile() local
190 ProductStruct &m_Product = m_ProductProfileList[index]; in getDefaultProfile()
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx225 for ( sal_Int32 index = 0; index < nLen; ++index ) in lcl_makeXRangeFromSheetCellRanges() local
680 for ( sal_Int32 index=1; index <= nItems; ++index ) in CellsEnumeration() local
1089 for ( sal_Int32 index=1; index <= nItems; ++index ) in visit() local
1613 for ( sal_Int32 index=1; index <= nItems; ++index ) in ClearContents() local
1778 for ( sal_Int32 index=1; index <= nItems; ++index ) in HasFormula() local
2528 for ( sal_Int32 index=1; index <= nItems; ++index ) in setNumberFormat() local
2547 for ( sal_Int32 index=1; index <= nItems; ++index ) in getNumberFormat() local
2599 for ( sal_Int32 index=1; index <= nItems; ++index ) in setWrapText() local
2619 for ( sal_Int32 index=1; index <= nItems; ++index ) in getWrapText() local
3836 for ( sal_Int32 index=0; index<nElems; ++index ) in getWidth() local
[all …]
/trunk/main/migrationanalysis/src/driver_docs/sources/
H A DAnalysisDriver.bas387 Dim index As Long variable
443 WriteToLog sAnalysisOrPrep & "Doc" & index, myFiles.item(index)
468 Next index
696 Dim index As Long variable
715 Next index
1345 Next index
1375 Next index
1423 Next index
1717 Next index
1803 Next index
[all …]
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccHyperLink.cpp104 STDMETHODIMP CAccHyperLink::get_anchor(/* [in] */ long index, in get_anchor() argument
123 ::com::sun::star::uno::Any anyVal = GetXInterface()->getAccessibleActionAnchor(index); in get_anchor()
137 STDMETHODIMP CAccHyperLink::get_anchorTarget(/* [in] */ long index, in get_anchorTarget() argument
156 ::com::sun::star::uno::Any anyVal = GetXInterface()->getAccessibleActionObject(index); in get_anchorTarget()
171 STDMETHODIMP CAccHyperLink::get_startIndex(/* [retval][out] */ long __RPC_FAR *index) in get_startIndex() argument
179 if(index == NULL) in get_startIndex()
183 *index = GetXInterface()->getStartIndex(); in get_startIndex()
195 STDMETHODIMP CAccHyperLink::get_endIndex(/* [retval][out] */ long __RPC_FAR *index) in get_endIndex() argument
203 if(index == NULL) in get_endIndex()
212 *index = GetXInterface()->getEndIndex(); in get_endIndex()
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Ddotnetcheck.cxx90 string getElement(string const & version, string::size_type * index) { in getElement() argument
91 while (*index < version.size() && version[*index] == '0') { in getElement()
92 ++*index; in getElement()
94 string::size_type i = *index; in getElement()
95 *index = version.find('.', i); in getElement()
96 if (*index == string::npos) { in getElement()
97 *index = version.size(); in getElement()
100 ++*index; in getElement()
101 return string(version, i, *index - 1 - i); in getElement()

Completed in 272 milliseconds

12345678910>>...38