Home
last modified time | relevance | path

Searched defs:index (Results 51 – 75 of 381) sorted by relevance

12345678910>>...16

/aoo41x/main/qadevOOo/tests/java/ifc/container/
H A D_XIndexAccess.java125 private boolean checkGetByIndex(int index){ in checkGetByIndex()
/aoo41x/main/sal/workben/
H A Dtestproc.cxx43 sal_uInt32 index; in MAIN() local
/aoo41x/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DFormulaParser.java47 private int index = 1; field in FormulaParser
370 int index = tokenVector.size(); in ident() local
376 tokenVector.insertElementAt(tokenFactory.getFunctionToken(cell, numArgs), index); in ident() local
/aoo41x/main/xmloff/inc/xmloff/
H A Dxmlnmspe.hxx33 #define XML_OLD_NAMESPACE( prefix, index ) \ argument
/aoo41x/main/jurt/com/sun/star/lib/uno/protocols/urp/
H A DUnmarshal.java68 int index = read16Bit(); in readObjectId() local
97 int index = read16Bit(); in readThreadId() local
114 int index = read16Bit(); in readType() local
H A DMarshal.java72 int index = objectIdCache.add(found, objectId); in writeObjectId() local
85 int index = threadIdCache.add(found, data); in writeThreadId() local
101 int index = typeCache.add(found, type.getTypeName()); in writeType() local
/aoo41x/main/connectivity/source/drivers/jdbc/
H A DArray.cxx81 …com::sun::star::uno::Any > SAL_CALL java_sql_Array::getArrayAtIndex( sal_Int32 index, sal_Int32 co… in getArrayAtIndex()
124 …ar::sdbc::XResultSet > SAL_CALL java_sql_Array::getResultSetAtIndex( sal_Int32 index, sal_Int32 co… in getResultSetAtIndex()
/aoo41x/main/unoxml/source/xpath/
H A Dnodelist.cxx61 Reference< XNode > SAL_CALL CNodeList::item(sal_Int32 index) in item()
/aoo41x/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclMenu.java67 public VclMenuItem getItem(int index) { in getItem()
/aoo41x/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWorkbook.java271 public Worksheet getWorksheet(int index) { in getWorksheet()
318 int index = 0; in getSettings() local
352 public String getSheetName(int index) { in getSheetName()
482 int index = 0; in addSettings() local
/aoo41x/main/registry/inc/registry/
H A Dreflread.hxx448 inline ::rtl::OUString RegistryTypeReader::getMethodParamType( sal_uInt16 index, sal_uInt16 paramIn… in getMethodParamType()
455 inline ::rtl::OUString RegistryTypeReader::getMethodParamName( sal_uInt16 index, sal_uInt16 paramIn… in getMethodParamName()
462 inline RTParamMode RegistryTypeReader::getMethodParamMode( sal_uInt16 index, sal_uInt16 paramIndex … in getMethodParamMode()
468 inline ::rtl::OUString RegistryTypeReader::getMethodExcType( sal_uInt16 index, sal_uInt16 excIndex … in getMethodExcType()
/aoo41x/main/xmlhelp/source/cxxhelp/inc/util/
H A DConceptList.hxx47 ConceptList( sal_Int8* array,sal_Int32 arrl,sal_Int32 index ) in ConceptList()
/aoo41x/main/codemaker/source/codemaker/
H A Doptions.cxx67 const OString Options::getInputFile(sal_uInt16 index) in getInputFile()
/aoo41x/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DSimple.cpp60 { long index=0; in get__implementedInterfaces() local
/aoo41x/main/store/source/
H A Dstorcach.cxx413 int index = hash_index_Impl(curr->m_nOffset); in rescale_Impl() local
453 int index = hash_index_Impl(nOffset); in lookupPageAt_Impl() local
478 int index = hash_index_Impl(nOffset); in insertPageAt_Impl() local
492 int index = hash_index_Impl(nOffset); in updatePageAt_Impl() local
/aoo41x/main/solenv/bin/
H A Dcwstouched.py93 index = outline.index(oldWorkStamp)+len(oldWorkStamp)+1 variable
/aoo41x/main/sc/source/ui/vba/
H A Dvbaoleobjects.cxx45 for ( sal_Int32 index = 0; index < nLen; ++index ) in IndexAccessWrapper() local
143 for( int index = 0; index < nCount; index++ ) in getItemByStringIndex() local
/aoo41x/main/stoc/source/registry_tdprovider/
H A Dfunctiondescription.cxx55 sal_uInt16 index): in FunctionDescription()
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/
H A DColourConverter.java135 private short indexLookup(short index) { in indexLookup()
161 short index = indexLookup(colour); in convertToRGB() local
/aoo41x/main/javaunohelper/com/sun/star/comp/helper/
H A DUnoInfo.java57 int index = url.lastIndexOf( JUHJAR ); in getBase() local
/aoo41x/main/qadevOOo/tests/java/ifc/inspection/
H A D_XObjectInspectorModel.java67 int index = 0; in _getPropertyOrderIndex() local
/aoo41x/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dhash.cxx66 sal_uInt32 expand_nostore( sal_uInt32 index ) in expand_nostore()
71 sal_uInt32 expand_store( sal_uInt32 index ) in expand_store()
/aoo41x/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dhash.cxx67 sal_uInt32 expand_nostore( sal_uInt32 index ) in expand_nostore()
72 sal_uInt32 expand_store( sal_uInt32 index ) in expand_store()
/aoo41x/main/toolkit/source/controls/grid/
H A Ddefaultgridcolumnmodel.cxx143 sal_Int32 index = m_aColumns.size() - 1; in addColumn() local
211 …Reference< XGridColumn > SAL_CALL DefaultGridColumnModel::getColumn(::sal_Int32 index) throw (Inde… in getColumn()
/aoo41x/main/sw/source/ui/vba/
H A Dvbatemplate.cxx50 SwVbaTemplate::AutoTextEntries( const uno::Any& index ) throw (uno::RuntimeException) in AutoTextEntries()

Completed in 115 milliseconds

12345678910>>...16