Home
last modified time | relevance | path

Searched refs:index (Results 426 – 450 of 950) sorted by relevance

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

/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DTable.java422 public int getAccessibleColumn(int index) { in getAccessibleColumn() argument
424 return unoAccessibleTable.getAccessibleColumn(index); in getAccessibleColumn()
444 public int getAccessibleRow(int index) { in getAccessibleRow() argument
446 return unoAccessibleTable.getAccessibleRow(index); in getAccessibleRow()
H A DTree.java432 public int getAccessibleColumn(int index) { in getAccessibleColumn() argument
434 return unoAccessibleTable.getAccessibleColumn(index); in getAccessibleColumn()
454 public int getAccessibleRow(int index) { in getAccessibleRow() argument
456 return unoAccessibleTable.getAccessibleRow(index); in getAccessibleRow()
/trunk/main/uui/source/
H A Diahndl.cxx469 for ( sal_Int32 index=0; index< sModules.getLength(); ++index ) in handleRequest_impl() local
471 if ( index ) in handleRequest_impl()
472 aName = aName + rtl::OUString( ',' ) + sModules[index]; in handleRequest_impl()
474 aName = sModules[index]; // 1st name in handleRequest_impl()
/trunk/main/icu/
H A Dicu-format-security.patch5 this->runIndexedTest( index, FALSE, name );
11 index++;
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclMenu.java67 public VclMenuItem getItem(int index) { in getItem() argument
69 ….caller.callCommand(Constant.RC_MenuGetItemId, new Object[] { new Integer(index + 1) })).intValue(… in getItem()
/trunk/main/unoxml/source/xpath/
H A Dnodelist.cxx61 Reference< XNode > SAL_CALL CNodeList::item(sal_Int32 index) in item() argument
69 xmlNodePtr const pNode = xmlXPathNodeSetItem(m_pNodeSet, index); in item()
/trunk/main/unoxml/source/dom/
H A Dchildlist.cxx67 Reference< XNode > SAL_CALL CChildList::item(sal_Int32 index) in item() argument
80 if (index-- == 0) { in item()
/trunk/main/toolkit/src2xml/
H A Dsrc-sw.lst54 ../../sw/source/ui/index/cnttab.src
55 ../../sw/source/ui/index/multmrk.src
56 ../../sw/source/ui/index/idxmrk.src
/trunk/main/offapi/com/sun/star/text/
H A DTextPortion.idl102 <dt>DocumentIndexMark</dt><dd>a document index mark</dd>
111 <p>For Reference marks, document index marks, etc., 2 text portions
130 /** contains the document index mark of a text portion of type
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390/
H A Duno2cpp.cxx439 pAdjustedThisPtr, aVtableSlot.index, in cpp_call()
551 aVtableSlot.index += 1; //get then set method in unoInterfaceProxyDispatch()
571 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/xmlsecurity/test_docs/tools/
H A DREADME.txt16 a directory which contains the index.html. From there you run httpserv.jar:
22 localhost:8000/index.html
/trunk/main/codemaker/inc/codemaker/
H A Doptions.hxx76 const ::rtl::OString getInputFile(sal_uInt16 index)
81 ::rtl::OString getExtraInputFile(sal_uInt16 index) const throw( IllegalArgument );
/trunk/main/solenv/bin/modules/installer/patch/
H A DMsiRow.pm118 my $index = 0;
122 ++$index;
/trunk/main/test/source/java/org/openoffice/test/tools/
H A DSpreadsheetDocument.java64 public XCellRange getSheet( int index ) throws com.sun.star.uno.Exception in getSheet() argument
67 return UnoRuntime.queryInterface( XCellRange.class, sheets.getByIndex( index ) ); in getSheet()
/trunk/main/offapi/com/sun/star/i18n/
H A DNumberFormatIndex.idl38 Number format indices to be passed as the index argument to
55 The index values are also used to define the <code>enum
58 <p> Note: This index has <b>nothing</b> to do with the index key
/trunk/main/dbaccess/source/ui/dlg/
H A DConnectionHelper.cxx406 for (sal_Int32 index=0; index < count; index++) variable
407 aProfiles.insert(pArray[index]);
/trunk/main/sc/source/ui/vba/
H A Dvbapagebreaks.cxx143 sal_Int32 index = -1; in getTablePageBreakData() local
157 index++; in getTablePageBreakData()
160 if( index == nAPIItemIndex ) in getTablePageBreakData()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_alpha/
H A Duno2cpp.cxx335 pAdjustedThisPtr, aVtableSlot.index, in cpp_call()
448 aVtableSlot.index += 1; //get then set method in unoInterfaceProxyDispatch()
468 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Duno2cpp.cxx316 pAdjustedThisPtr, aVtableSlot.index, in cpp_call()
430 aVtableSlot.index += 1; in unoInterfaceProxyDispatch()
455 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Duno2cpp.cxx340 pAdjustedThisPtr, aVtableSlot.index, in cpp_call()
453 aVtableSlot.index += 1; //get then set method in unoInterfaceProxyDispatch()
473 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx622 sal_uInt16 flags, index; in GetCompoundTTOutline() local
653 index = GetUInt16(ptr, 2, 1); in GetCompoundTTOutline()
656 if( std::find( glyphlist.begin(), glyphlist.end(), index ) != glyphlist.end() ) in GetCompoundTTOutline()
660 fprintf(stderr, "%d -> ", index); in GetCompoundTTOutline()
672 glyphlist.push_back( index ); in GetCompoundTTOutline()
675 fprintf(stderr,"glyphlist: += %d\n", index); in GetCompoundTTOutline()
678 if ((np = GetTTGlyphOutline(ttf, index, &nextComponent, 0, &glyphlist)) == 0) in GetCompoundTTOutline()
703 if (metrics) GetMetrics(ttf, index, metrics); in GetCompoundTTOutline()
1963 sal_uInt16 flags, index; in GetTTGlyphComponents() local
1967 index = GetUInt16(ptr, 2, 1); in GetTTGlyphComponents()
[all …]
/trunk/main/xmloff/inc/xmloff/
H A Dxmlnmspe.hxx33 #define XML_OLD_NAMESPACE( prefix, index ) \ argument
35 (_XML_OLD_NAMESPACE_BASE+index);
/trunk/main/stoc/source/registry_tdprovider/
H A Dfunctiondescription.cxx55 sal_uInt16 index): in FunctionDescription() argument
56 m_manager(manager), m_bytes(bytes), m_index(index), m_exceptionsInit(false) in FunctionDescription()
/trunk/main/sd/source/ui/view/
H A Dviewoverlaymanager.cxx91 static BitmapEx* getButtonImage( int index, bool large ) in getButtonImage() argument
107 return gLargeButtonImages[index].get(); in getButtonImage()
111 return gSmallButtonImages[index].get(); in getButtonImage()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Duno2cpp.cxx394 pAdjustedThisPtr, aVtableSlot.index, in cpp_call()
526 aVtableSlot.index += 1; // get, then set method in unoInterfaceProxyDispatch()
551 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()

Completed in 101 milliseconds

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