Home
last modified time | relevance | path

Searched refs:index (Results 501 – 525 of 950) sorted by relevance

1...<<21222324252627282930>>...38

/trunk/main/vcl/unx/gtk/a11y/
H A Datkhypertext.cxx263 gint index) in hypertext_get_link_index() argument
268 return pHypertext->getHyperLinkIndex( index ); in hypertext_get_link_index()
/trunk/main/offapi/com/sun/star/awt/tab/
H A DXTabPageContainer.idl60 /** Returns tab page for the given index.
62 tabPageIndex - index of the tab page in the IndexContainer.
/trunk/main/offapi/com/sun/star/ucb/
H A DFetchResult.idl48 /** indicates the index of the first row contained in
52 contains the data of the index <code>3</code> in the original resultset.
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DListboxControlActions.idl52 The index of the first position is 0.
64 The index of the first position is 0. A value of -1 removes the
/trunk/main/offapi/com/sun/star/drawing/
H A DEnhancedCustomShapeParameterType.idl41 /** the value of the point component has to be interpreted as index to a Equation
45 …/** the value of the point component has to be interpreted as index into the list of AdjustmentVal…
/trunk/main/odk/examples/java/ConverterServlet/
H A DREADME15 http://www.servlets.com/cos/index.html and copy the file to the directory
21 server. You can download the Servlet API from http://java.sun.com/products/servlet/index.html .
/trunk/main/scripting/examples/java/MemoryUsage/
H A DMemoryUsage.java78 XIndexAccess index = (XIndexAccess) in createSpreadsheet() local
82 new Type(com.sun.star.sheet.XSpreadsheet.class), index.getByIndex(0)); in createSpreadsheet()
/trunk/main/svx/source/form/
H A Dformcontrolfactory.cxx165 for ( sal_Int32 index=xContainer->getCount(); index>0; ) in lcl_getUniqueLabel_nothrow() local
167 … Reference< XPropertySet > xElement( xContainer->getByIndex( --index ), UNO_QUERY_THROW ); in lcl_getUniqueLabel_nothrow()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DButtonList.java893 int index = getIndexFor(nButton); in actionPerformed() local
894 if (index < listModel.getSize()) in actionPerformed()
897 setSelected(index); in actionPerformed()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Duno2cpp.cxx498 pAdjustedThisPtr, aVtableSlot.index, in cpp_call()
606 aVtableSlot.index += 1; //get then set method in unoInterfaceProxyDispatch()
626 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_app.cxx377 sal_Int32 index = 0; in SAL_IMPLEMENT_MAIN() local
381 cmd_arg.getToken( 0, ';', index ) ); in SAL_IMPLEMENT_MAIN()
383 while (index >= 0); in SAL_IMPLEMENT_MAIN()
/trunk/main/cpputools/source/registercomponent/
H A Dregistercomponent.cxx800 sal_Int32 index = 0; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
805 OUString aToken = urlListWithSemikolon.getToken( 0, ';', index); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
808 } while ( index >= 0 ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/main/offapi/com/sun/star/form/runtime/
H A DXFilterController.idl126 /** retrieves the filter component with the given index.
133 …denotes the index of the filter component whose control should be obtained. Must be greater than o…
156 the index of the term to remove. Must be greater than or equal to 0, and smaller than
/trunk/main/jvmfwk/source/
H A Dfwkbase.cxx618 sal_Int32 index = 0; in getApplicationClassPath() local
622 ::rtl::OUString token( sParams.getToken( 0, ' ', index ).trim() ); in getApplicationClassPath()
638 while (index >= 0); in getApplicationClassPath()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx489 for (sal_Int32 index=0;index<count;index++) in GetAccControlShapeFromModel() local
491 ScAccessibleShapeData* pShape = maZOrderedShapes[index]; in GetAccControlShapeFromModel()
510 for (sal_Int32 index=0;index<count;index++) in GetAccessibleCaption() local
512 ScAccessibleShapeData* pShape = maZOrderedShapes[index]; in GetAccessibleCaption()
/trunk/main/sw/source/ui/vba/
H A Dvbadocument.hxx50 …virtual css::uno::Any SAL_CALL BuiltInDocumentProperties( const css::uno::Any& index ) throw (css:…
51 …virtual css::uno::Any SAL_CALL CustomDocumentProperties( const css::uno::Any& index ) throw (css::…
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccHypertext.cpp306 STDMETHODIMP CAccHypertext::get_hyperlink(long index,IAccessibleHyperlink **hyperlink) in get_hyperlink() argument
322 Reference<XAccessibleHyperlink> pRLink = pHyperText->getHyperLink(index); in get_hyperlink()
/trunk/main/offapi/com/sun/star/sdb/tools/
H A DXIndexAlteration.idl58 @param index
63 void dropIndex([in] com::sun::star::beans::XPropertySet table,[in] string index)
/trunk/main/wizards/com/sun/star/wizards/common/
H A DNumericalHelper.java1380 int index = (int) (number % HEX_BASE); in transform() local
1382 if (index < DEC_BASE) in transform()
1384 val.insert(0, index); in transform()
1388 val.insert(0, (char) (ASCII_LETTER_A_OFFSET + index)); in transform()
/trunk/main/offapi/com/sun/star/text/
H A DTextRangeContentProperties.idl73 /** may contain a document index. */
97 /** may contain a document index mark. */
/trunk/main/offapi/com/sun/star/sheet/
H A DNamedRange.idl71 /** returns the index used to refer to this name in token arrays.
75 this index as data part.</p>
/trunk/main/offapi/com/sun/star/text/fieldmaster/
H A DBibliography.idl49 /** determines whether the bibliography entries in a bibliography index are sorted
63 /** determines the sorting of the bibliography entries in a bibliography index.
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlTables.java87 public void dropObject(int index, String name) throws SQLException { in dropObject() argument
89 Object object = getObject(index); in dropObject()
/trunk/main/connectivity/source/drivers/ado/
H A DATable.cxx196 void SAL_CALL OAdoTable::alterColumnByIndex( sal_Int32 index, const Reference< XPropertySet >& desc… in alterColumnByIndex() argument
202 m_pColumns->getByIndex(index) >>= xOld; in alterColumnByIndex()
/trunk/main/stoc/source/uriproc/
H A DUriSchemeParser_vndDOTsunDOTstarDOTexpand.cxx118 virtual ::rtl::OUString SAL_CALL getPathSegment(sal_Int32 index) in getPathSegment() argument
120 { return base_.getPathSegment(index); } in getPathSegment()

Completed in 135 milliseconds

1...<<21222324252627282930>>...38