Home
last modified time | relevance | path

Searched defs:index (Results 76 – 100 of 395) sorted by relevance

12345678910>>...16

/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOPreparedStatement.cxx656 sal_Int8* OPreparedStatement::allocBindBuf( sal_Int32 index,sal_Int32 bufLen) in allocBindBuf()
677 sal_Int8* OPreparedStatement::getDataBuf (sal_Int32 index) in getDataBuf()
698 sal_Int8* OPreparedStatement::getLengthBuf (sal_Int32 index) in getLengthBuf()
723 sal_Int32 OPreparedStatement::getParamLength ( sal_Int32 index) in getParamLength()
748 void OPreparedStatement::putParamData (sal_Int32 index) throw(SQLException) in putParamData()
/trunk/main/sw/source/ui/vba/
H A Dvbatemplate.cxx50 SwVbaTemplate::AutoTextEntries( const uno::Any& index ) throw (uno::RuntimeException) in AutoTextEntries()
H A Dvbaaddins.cxx48 for( sal_Int32 index = 0; index < nEntry; ++index ) in lcl_getAddinCollection() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XFormulaQuery.java81 int[]index = (int[])o; in before() local
/trunk/main/jurt/demo/com/sun/star/demo/
H A DDemoServer.java70 int index = dcp.indexOf(':'); in main() local
/trunk/main/scripting/source/provider/
H A DProviderCache.hxx84 for ( sal_Int32 index = 0; index < m_sBlackList.getLength(); index++ ) in isInBlackList() local
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DAutoRetrievingBase.java56 int index = 0; in getTransformedGeneratedStatement() local
/trunk/main/stoc/source/uriproc/
H A DUriSchemeParser_vndDOTsunDOTstarDOTscript.cxx63 int parseEscaped(rtl::OUString const & part, sal_Int32 * index) { in parseEscaped()
77 rtl::OUString const & part, bool namePart, sal_Int32 * index) in parsePart()
249 virtual rtl::OUString SAL_CALL getPathSegment(sal_Int32 index) in getPathSegment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DObjectInspectorModelImpl.java130 int index = 0; in getPropertyOrderIndex() local
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/
H A DInstallationPathIterator.java70 private transient int index = 0; field in InstallationPathIterator
/trunk/main/idlc/source/
H A Dastdump.cxx81 sal_uInt16 index = 0; in dump() local
355 typereg::Writer & rBlob, sal_uInt16 index, sal_uInt16 * methodIndex) in dumpBlob()
H A Dastconstant.cxx60 typereg::Writer & rBlob, sal_uInt16 index, bool published) in dumpBlob()
H A Dastoperation.cxx52 sal_Bool AstOperation::dumpBlob(typereg::Writer & rBlob, sal_uInt16 index) in dumpBlob()
H A Dastenum.cxx92 sal_uInt16 index = 0; in dump() local
/trunk/main/registry/source/
H A Dreflwrit.cxx776 void TypeWriter::setSuperType(sal_uInt16 index, OString const & name) in setSuperType()
1247 void * handle, sal_uInt16 index, rtl_uString const * documentation, in typereg_writer_setFieldData()
1265 sal_uInt16 index, in setFieldData()
1280 void * handle, sal_uInt16 index, rtl_uString const * documentation, in typereg_writer_setMethodData()
1297 sal_uInt16 index, in setMethodData()
1325 sal_uInt16 index, in setParamData()
1350 sal_uInt16 index, in setExcData()
1387 void * handle, sal_uInt16 index, rtl_uString const * documentation, in typereg_writer_setReferenceData()
1401 sal_uInt16 index, in setReferenceData()
1432 void * handle, sal_uInt16 index, rtl_uString const * typeName) in typereg_writer_setSuperTypeName()
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.cxx229 sal_uInt32 index = 0; in dumpDependedTypes() local
366 sal_uInt32 index = 0; in dumpDepIncludes() local
1028 sal_uInt32 index = sType.lastIndexOf(']'); in dumpType() local
1126 sal_uInt32 index = sType.lastIndexOf(']'); in dumpCppuGetType() local
1255 sal_uInt32 index = type.lastIndexOf(']'); in typeToIdentifier() local
1320 sal_uInt32 index = type.lastIndexOf(']'); in isSeqType() local
1336 sal_uInt32 index = type.indexOf('['); in isArrayType() local
1400 void CunoType::dumpConstantValue(FileStream& o, sal_uInt16 index) in dumpConstantValue()
2007 sal_uInt32 index = 0; in dumpCGetCunoType() local
2069 sal_uInt32 index = getInheritedMemberCount(); in dumpCGetCunoType() local
[all …]
/trunk/main/vbahelper/source/msforms/
H A Dvbacombobox.cxx98 for ( sal_Int32 index = 0; sText.getLength() && index < nLen; ++index ) in getListIndex() local
145 ScVbaComboBox::removeItem( const uno::Any& index ) throw (uno::RuntimeException) in removeItem()
H A Dvbalistbox.cxx141 ScVbaListBox::Selected( sal_Int32 index ) throw (css::uno::RuntimeException) in Selected()
164 ScVbaListBox::removeItem( const uno::Any& index ) throw (uno::RuntimeException) in removeItem()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DFileProvider.java56 private int index; field in FileProvider.TestClassRunnerForParameters
58 …TestClassRunnerForParameters(Class<?> type, Object[] parameters, int index) throws InitializationE… in TestClassRunnerForParameters()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLCallableStatement.java328 …public synchronized void registerOutParameter(int index, int sqlType, String typeName) throws SQLE… in registerOutParameter()
338 public void registerNumericOutParameter(int index, int sqlType, int scale) throws SQLException { in registerNumericOutParameter()
/trunk/main/xmlsecurity/tools/uno/
H A DAdapterNode.java76 protected int index(AdapterNode child) in index() method in AdapterNode
/trunk/main/unoxml/source/dom/
H A Delementlist.cxx125 Reference< XNode > SAL_CALL CElementList::item(sal_Int32 index) in item()

Completed in 79 milliseconds

12345678910>>...16