Home
last modified time | relevance | path

Searched refs:index (Results 301 – 325 of 950) sorted by relevance

1...<<11121314151617181920>>...38

/trunk/main/sal/inc/rtl/
H A Dustring.hxx1005 … OUString replaceAt( sal_Int32 index, sal_Int32 count, const OUString& newStr ) const SAL_THROW(()) in replaceAt() argument
1008 rtl_uString_newReplaceStrAt( &pNew, pData, index, count, newStr.pData ); in replaceAt()
1108 OUString getToken( sal_Int32 token, sal_Unicode cTok, sal_Int32& index ) const SAL_THROW(()) in getToken()
1111 index = rtl_uString_getToken( &pNew, pData, token, cTok, index ); in getToken()
/trunk/main/connectivity/source/sdbcx/
H A DVCollection.cxx418 void SAL_CALL OCollection::dropByIndex( sal_Int32 index ) throw(SQLException, IndexOutOfBoundsExcep… in dropByIndex() argument
421 if(index <0 || index >= getCount()) in dropByIndex()
422 …throw IndexOutOfBoundsException(::rtl::OUString::valueOf(index),static_cast<XTypeProvider*>(this)); in dropByIndex()
424 dropImpl(index); in dropByIndex()
/trunk/main/offapi/com/sun/star/text/
H A DContentIndexMark.idl42 as an index entry for a <type>ContentIndex</type>.
51 /** contains the level into which the index mark will be inserted into the content index.
H A DIllustrationsIndex.idl41 /* determines if the name or the label of an object is used to create the index.
44 /* determines the name of the sequence field that is evaluated to create the index.
47 /* determines the way the paragraph containing a label is included in the index.
H A DTableIndex.idl44 /** determines if the name or the label of an object is used to create the index.
49 /** determines the name of the sequence field that is evaluated to create the index.
54 /** determines the way the paragraph containing a label is included in the index.
H A DXDocumentIndex.idl38 /** This is the main interface for a document index.
61 /** returns the service name that was used to create this document index type.
68 /** initiates an upate to the document index.
/trunk/main/openssl/
H A Dopenssl.patch2 index 8bdad0c0b6..e52cd4f00e 100644
17 index cacf637c89..0728c0a20d 100644
39 index dbeda74d73..c599e88c59 100644
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx740 int index = 0; in makeMethodInfos() local
752 for (int i = 0; i < numMethods; i++, index++) in makeMethodInfos()
754 m_arMethodInfos[index] = __try_cast<sr::MethodInfo*>( in makeMethodInfos()
757 m_arInterfaceMethodInfos[index] = __try_cast<sr::MethodInfo*>( in makeMethodInfos()
765 for (int i = 0; i < nArLength; i++,index++) in makeMethodInfos()
767 m_arMethodInfos[index]= __try_cast<sr::MethodInfo*>( in makeMethodInfos()
769 m_arInterfaceMethodInfos[index]= __try_cast<sr::MethodInfo*>( in makeMethodInfos()
/trunk/main/vbahelper/source/msforms/
H A Dvbamultipage.cxx107 ScVbaMultiPage::Pages( const uno::Any& index ) throw (uno::RuntimeException) in Pages() argument
112 if ( !index.hasValue() ) in Pages()
114 return xColl->Item( uno::makeAny( index ), uno::Any() ); in Pages()
/trunk/main/sw/
H A DAllLangResTarget_sw.mk50 -I$(SRCDIR)/sw/source/ui/index \
136 sw/source/ui/index/cnttab.src \
137 sw/source/ui/index/idxmrk.src \
138 sw/source/ui/index/multmrk.src \
/trunk/main/offapi/com/sun/star/awt/grid/
H A DXGridColumn.idl108 /** denotes the index of the column within the grid column model it belongs to
114 /** denotes the index of the data column which should be used to fetch this grid column's data
117 …The <code>DataColumnIndex</code> attribute defines the index of the column within the data model, …
123 …code>DataColumnIndex</code> is negative, the it will be ignored, then the column's index within its
/trunk/main/offapi/com/sun/star/ucb/
H A DHelpContent.idl68 search engine and to index information for the respective module, or an
137 contains the index )
141 contains the links belonging to the index )
145 contains the anchor names belonging to the index )
/trunk/main/idlc/source/
H A Dastdump.cxx81 sal_uInt16 index = 0; in dump() local
89 aBlob, index++, in dump()
355 typereg::Writer & rBlob, sal_uInt16 index, sal_uInt16 * methodIndex) in dumpBlob() argument
401 index, getDocumentation(), OUString(), accessMode, name, in dumpBlob()
/trunk/main/scripting/workben/installer/
H A DInstUtil.java95 for ( int index = 0; index < supportedVersions.length; index++ ) in checkForSupportedVersion()
97 String key = supportedVersions[ index ]; in checkForSupportedVersion()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_sparc/
H A Dcpp2uno.cxx443 sal_uInt32 index = functionIndex; in codeSnippet() local
445 index |= 0x80000000; in codeSnippet()
462 *p++ = 0x11000000 | (index >> 10); in codeSnippet()
464 *p++ = 0x90122000 | (index & 0x3FF); in codeSnippet()
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_sparc/
H A Dcpp2uno.cxx441 sal_uInt32 index = functionIndex; in codeSnippet() local
443 index |= 0x80000000; in codeSnippet()
460 *p++ = 0x11000000 | (index >> 10); in codeSnippet()
462 *p++ = 0x90122000 | (index & 0x3FF); in codeSnippet()
/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() argument
331 … ((java.sql.CallableStatement)jdbcStatement).registerOutParameter(index, sqlType, typeName); in registerOutParameter()
338 public void registerNumericOutParameter(int index, int sqlType, int scale) throws SQLException { in registerNumericOutParameter() argument
341 ((java.sql.CallableStatement)jdbcStatement).registerOutParameter(index, sqlType, scale); in registerNumericOutParameter()
/trunk/main/sw/source/ui/vba/
H A Dvbatable.cxx89 SwVbaTable::Borders( const uno::Any& index ) throw (uno::RuntimeException) in Borders() argument
94 if ( index.hasValue() ) in Borders()
95 return xCol->Item( index, uno::Any() ); in Borders()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DURLHelper.java149 int index = sFileURL.indexOf(sBaseURL); in getURLWithProtocolFromSystemPath() local
150 String sURL = sFileURL.substring(0,index) + sServerURL + in getURLWithProtocolFromSystemPath()
151 sFileURL.substring(index+sBaseURL.length()); in getURLWithProtocolFromSystemPath()
/trunk/main/toolkit/qa/complex/toolkit/accessibility/
H A D_XAccessibleText.java369 int index = oObj.getIndexAtPoint(pt); in _getIndexAtPoint() local
370 System.out.println(Integer.toString(index)); in _getIndexAtPoint()
371 res &= index == -1; in _getIndexAtPoint()
376 index = oObj.getIndexAtPoint(pt); in _getIndexAtPoint()
377 System.out.println(Integer.toString(index)); in _getIndexAtPoint()
378 res &= index == (chCount - 1); in _getIndexAtPoint()
/trunk/main/toolkit/source/layout/core/
H A Dbox-base.cxx139 unsigned int index = 0; in getChildren() local
141 it != maChildren.end(); it++, index++ ) in getChildren()
142 children[index] = ( *it )->mxChild; in getChildren()
/trunk/main/offapi/com/sun/star/chart/
H A DXDiagram.idl65 the index of the series (0-based)
78 the index of the data point of a series (0-based).
80 the index of a series (0-based).
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/
H A DAccessibilityModel.java80 int index = parent.getChildCount(); in addNodeInto() local
82 index -= 1; in addNodeInto()
84 insertNodeInto(newChild, parent, index); in addNodeInto()
/trunk/main/unodevtools/source/skeletonmaker/
H A Dskeletoncommon.cxx41 sal_Int32 index = -1; in printLicenseHeader() local
43 index = filename.lastIndexOf('/'); in printLicenseHeader()
45 index = filename.lastIndexOf('\\'); in printLicenseHeader()
48 if ( index != -1 ) in printLicenseHeader()
49 shortfilename = filename.copy(index+1); in printLicenseHeader()
/trunk/main/sw/source/core/undo/
H A Dundo.src348 Text [ en-US ] = "Insert index/table" ;
352 Text [ en-US ] = "Remove index/table" ;
416 Text [ en-US ] = "Table/index changed" ;
576 Text [ en-US ] = "Insert index entry" ;
580 Text [ en-US ] = "Delete index entry" ;

Completed in 76 milliseconds

1...<<11121314151617181920>>...38