Home
last modified time | relevance | path

Searched refs:getByIndex (Results 326 – 350 of 812) sorted by relevance

1...<<11121314151617181920>>...33

/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx865 … uno::Reference< drawing::XShape > xShape( xIndexAccess->getByIndex(0), uno::UNO_QUERY ); in FillRenderMarkData()
2443 uno::Any SAL_CALL ScDrawPagesObj::getByIndex( sal_Int32 nIndex ) in getByIndex() function in ScDrawPagesObj
2780 uno::Any SAL_CALL ScTableSheetsObj::getByIndex( sal_Int32 nIndex ) in getByIndex() function in ScTableSheetsObj
2959 uno::Any SAL_CALL ScTableColumnsObj::getByIndex( sal_Int32 nIndex ) in getByIndex() function in ScTableColumnsObj
3225 uno::Any SAL_CALL ScTableRowsObj::getByIndex( sal_Int32 nIndex ) in getByIndex() function in ScTableRowsObj
3588 uno::Any SAL_CALL ScAnnotationsObj::getByIndex( sal_Int32 nIndex ) in getByIndex() function in ScAnnotationsObj
3765 uno::Any SAL_CALL ScScenariosObj::getByIndex( sal_Int32 nIndex ) in getByIndex() function in ScScenariosObj
/trunk/main/writerfilter/source/dmapper/
H A DModelEventListener.cxx65 … uno::Reference< text::XDocumentIndex> xIndex( xIndexes->getByIndex( nIndex ), uno::UNO_QUERY ); in notifyEvent()
/trunk/main/svx/source/table/
H A Dtablecolumns.hxx55 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index ) throw (::com::sun::star:…
H A Dtablerows.hxx55 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index ) throw (::com::sun::star:…
H A Dtablerows.cxx106 Any SAL_CALL TableRows::getByIndex( sal_Int32 Index ) throw (IndexOutOfBoundsException, WrappedTarg… in getByIndex() function in sdr::table::TableRows
H A Dtablecolumns.cxx105 Any SAL_CALL TableColumns::getByIndex( sal_Int32 Index ) throw (IndexOutOfBoundsException, WrappedT… in getByIndex() function in sdr::table::TableColumns
/trunk/main/test/source/java/org/openoffice/test/tools/
H A DSpreadsheetDocument.java67 return UnoRuntime.queryInterface( XCellRange.class, sheets.getByIndex( index ) ); in getSheet()
H A DSpreadsheetView.java57 …XSpreadsheet sheet = UnoRuntime.queryInterface( XSpreadsheet.class, sheets.getByIndex( sheetIndex … in activateSheet()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScTableSheetsObj.csv8 "ScTableSheetsObj";"com::sun::star::container::XIndexAccess";"getByIndex()"
/trunk/main/sw/source/ui/vba/
H A Dvbapalette.cxx66 …virtual uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, … in getByIndex() function in DefaultPalette
/trunk/main/sw/source/filter/xml/
H A Dxmlexpit.cxx88 SvXMLItemMapEntry* pEntry = mrMapEntries->getByIndex( nIndex ); in exportXML()
247 SvXMLItemMapEntry* pEntry = mrMapEntries->getByIndex( nElement ); in exportElementItems()
/trunk/main/xmloff/source/table/
H A DXMLTableImport.cxx418 Reference< XPropertySet > xColProps( mxColumns->getByIndex(nCol), UNO_QUERY_THROW ); in InitColumns()
450 Reference< XPropertySet > xRowSet( mxRows->getByIndex(mnCurrentRow), UNO_QUERY ); in ImportRow()
/trunk/main/svx/source/unodraw/
H A Dunopage.cxx383 uno::Any SAL_CALL SvxDrawPage::getByIndex( sal_Int32 Index ) in getByIndex() function in SvxDrawPage
457 uno::Any aAny( aShapes->getByIndex(i) ); in _SelectObjectsInView()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DTableDescriptor.java253 XPropertySet xColPropertySet = getByIndex(i); in createTable()
578 private XPropertySet getByIndex(int _index) in getByIndex() method in TableDescriptor
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScAutoFormatObj.java89 new Type(XInterface.class),formatsIndex.getByIndex in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/svx/
H A Dcom.sun.star.comp.office.SvxUnoNumberingRules.csv2 "SvxUnoNumberingRules";"com::sun::star::container::XIndexAccess";"getByIndex()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXChapterNumbering.csv2 "SwXChapterNumbering";"com::sun::star::container::XIndexAccess";"getByIndex()"
H A Dcom.sun.star.comp.office.SwXNumberingRules.csv2 "SwXNumberingRules";"com::sun::star::container::XIndexAccess";"getByIndex()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/drawing/
H A D_XDrawPageDuplicator.java70 new Type(XDrawPage.class),DPs.getByIndex(0)); in _duplicate()
H A D_XDrawView.java82 new Type(XDrawPage.class),the_pages.getByIndex(1)); in _setCurrentPage()
/trunk/main/sc/source/ui/vba/
H A Dvbapalette.cxx64 …virtual uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, … in getByIndex() function in DefaultPalette
/trunk/main/sw/inc/
H A Dunostyle.hxx94 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex(sal_Int32 nIndex) throw( ::com::sun::star::…
135 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex(sal_Int32 nIndex) throw( ::com::sun::star::…
355 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex(sal_Int32 nIndex) throw( ::com::sun::star::…
/trunk/main/xmloff/source/draw/
H A Dlayerexp.cxx77 Reference< XPropertySet> xLayer( xLayerManager->getByIndex( nIndex ), UNO_QUERY_THROW ); in exportLayer()
H A Dximpnote.cxx90 rShapes->getByIndex(0L) >>= xShape; in SdXMLNotesContext()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svx/
H A DSvxUnoNumberingRules.java74 NewRules = xIA.getByIndex(2); in createTestEnvironment()

Completed in 142 milliseconds

1...<<11121314151617181920>>...33