Home
last modified time | relevance | path

Searched refs:getByIndex (Results 251 – 275 of 812) sorted by relevance

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

/trunk/test/testuno/source/fvt/mix/sc/sheet/
H A DInsertExcelSheetTest.java337 Object sheetlink = xsheetlinks.getByIndex(i); in insertSheetFromFileLinkedNormal()
554 Object sheetlink = xsheetlinks.getByIndex(i); in insertSheetFromFileLinkedValue()
H A DInsertCalcSheetTest.java337 Object sheetlink = xsheetlinks.getByIndex(i); in insertSheetFromFileLinkedNormal()
554 Object sheetlink = xsheetlinks.getByIndex(i); in insertSheetFromFileLinkedValue()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx448 uno::Reference< table::XCellRange > xRange( xIndex->getByIndex( 0 ), uno::UNO_QUERY_THROW ); in getScDocument()
460 uno::Reference< table::XCellRange > xRange( xIndex->getByIndex( 0 ), uno::UNO_QUERY_THROW ); in getScDocShell()
1295 …uno::Reference< table::XCellRange > xRange( rxCellRanges->getByIndex( nIndex ), uno::UNO_QUERY_THR… in lclExpandToMerged()
2262 xCellRange.set( xIndex->getByIndex( 0 ), uno::UNO_QUERY_THROW ); in Activate()
2417 …uno::Reference< sheet::XCellRangeAddressable > xRangeAddr( mxRanges->getByIndex( nIndex ), uno::UN… in setMergeCells()
2428 …uno::Reference< table::XCellRange > xRange( mxRanges->getByIndex( nIndex ), uno::UNO_QUERY_THROW ); in setMergeCells()
2446 …uno::Reference< table::XCellRange > xRange( mxRanges->getByIndex( nIndex ), uno::UNO_QUERY_THROW ); in getMergeCells()
2660 xCellRange.set( xIndex->getByIndex( 0 ), uno::UNO_QUERY_THROW ); in Range()
3838 …uno::Reference< sheet::XCellRangeAddressable > xAddressable( xIndexAccess->getByIndex( index ), un… in getWidth()
4120 xRange.set( xIndex->getByIndex( 0 ), uno::UNO_QUERY_THROW ); in getWorksheet()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXTextRanges.csv2 "SwXTextRanges";"com::sun::star::container::XIndexAccess";"getByIndex()"
H A Dcom.sun.star.comp.office.SwXFootnotes.csv2 "SwXFootnotes";"com::sun::star::container::XIndexAccess";"getByIndex()"
H A Dcom.sun.star.comp.office.SwXTableColumns.csv2 "SwXTableColumns";"com::sun::star::container::XIndexAccess";"getByIndex()"
H A Dcom.sun.star.comp.office.SwXTableRows.csv2 "SwXTableRows";"com::sun::star::container::XIndexAccess";"getByIndex()"
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.cxx2476 Any SAL_CALL SdDrawPage::getByIndex( sal_Int32 Index ) in getByIndex() function in SdDrawPage
2479 return SdGenericDrawPage::getByIndex( Index ); in getByIndex()
2656 …virtual Any SAL_CALL getByIndex( sal_Int32 Index ) throw (IndexOutOfBoundsException, WrappedTarget…
2689 Any SAL_CALL NavigationOrderAccess::getByIndex( sal_Int32 Index ) throw (IndexOutOfBoundsException,… in getByIndex() function in NavigationOrderAccess
2891 Any SAL_CALL SdMasterPage::getByIndex( sal_Int32 Index ) in getByIndex() function in SdMasterPage
2898 return SdGenericDrawPage::getByIndex(Index); in getByIndex()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScCellFormatsObj.csv2 "ScCellFormatsObj";"com::sun::star::container::XIndexAccess";"getByIndex()"
H A Dcom.sun.star.comp.office.ScUniqueCellFormatsObj.csv2 "ScUniqueCellFormatsObj";"com::sun::star::container::XIndexAccess";"getByIndex()"
H A Dcom.sun.star.comp.office.ScLabelRangesObj.csv2 "ScLabelRangesObj";"com::sun::star::container::XIndexAccess";"getByIndex()"
/trunk/main/svx/source/unodraw/
H A Dunomod.cxx98 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index ) throw(::com::sun::star::…
632 uno::Any SAL_CALL SvxUnoDrawPagesAccess::getByIndex( sal_Int32 Index ) in getByIndex() function in SvxUnoDrawPagesAccess
/trunk/main/sw/inc/
H A Dunoatxt.hxx81 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex(sal_Int32 nIndex) throw( ::com::sun::star::…
145 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex(sal_Int32 nIndex) throw( ::com::sun::star::…
H A Dunodraw.hxx106 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex(sal_Int32 nIndex) throw( ::com::sun::star::…
341 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex(sal_Int32 nIndex) throw( ::com::sun::star::…
/trunk/main/sw/source/ui/vba/
H A Dvbastyles.cxx251 …virtual uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, … in getByIndex() function in StyleCollectionHelper
267 return xIndexAccess->getByIndex( Index ); in getByIndex()
/trunk/main/reportdesign/source/core/api/
H A DShape.cxx400 uno::Any SAL_CALL OShape::getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, l… in getByIndex() function in reportdesign::OShape
402 return m_aProps.getByIndex( Index ); in getByIndex()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DCommandMetaData.java611 …PropertySet xPropertySet = UnoRuntime.queryInterface(XPropertySet.class, xIndexKeys.getByIndex(i)); in getReferencedTables()
649 …PropertySet xPropertySet = UnoRuntime.queryInterface(XPropertySet.class, xIndexKeys.getByIndex(i)); in getKeyColumns()
/trunk/main/sc/inc/
H A Dnameuno.hxx250 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
348 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/svx/
H A Dcom.sun.star.comp.office.SvxShapeCollection.csv2 "SvxShapeCollection";"com::sun::star::container::XIndexAccess";"getByIndex()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sd/
H A Dcom.sun.star.comp.office.SdMasterPagesAccess.csv2 "SdMasterPagesAccess";"com::sun::star::container::XIndexAccess";"getByIndex()"
/trunk/main/xmloff/source/text/
H A DXMLSectionExport.cxx891 aAny = xLevelTemplates->getByIndex(i); in ExportBaseIndexSource()
1574 Any aAny = xLevelParagraphStyles->getByIndex(nLevel); in ExportLevelParagraphStyles()
1902 xChapterNumbering->getByIndex( nLevel ) >>= aProperties; in ExportMasterDocHeadingDummies()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java207 final Object aObj = _xSectionToClear.getByIndex(0); in emptySection()
377 …XGroup xForeignGroup = UnoRuntime.queryInterface(XGroup.class, xForeignGroups.getByIndex(_nGroup)); in copyGroupProperties()
383 Object aGroup = xGroups.getByIndex(_nGroup); in copyGroupProperties()
/trunk/main/forms/source/runtime/
H A Dformoperations.cxx1314 xColumns->getByIndex( nCurrentPos ) >>= xControlModel; in impl_getCurrentControlModel_throw()
1359 _rxColumns->getByIndex( col ) >>= xCol; in impl_gridView2ModelPos_nothrow()
1459 if ( xContainer->getByIndex( i ) >>= xReset ) in impl_resetAllControls_nothrow()
/trunk/main/sc/qa/complex/calcPreview/
H A DViewForwarder.java142 Object o = oIndexSheets.getByIndex(0); in checkPositiveViewForwarder()
553 Object o = oIndexSheets.getByIndex(0); in checkNegativeViewForwarder()
823 Object o = oIndexSheets.getByIndex(0); in checkPreviewHeaderCells()
/trunk/main/embeddedobj/source/general/
H A Ddocholder.cxx128 xSourceMenu->getByIndex( nSourceIndex ) >>= aSourceProps; in InsertMenu_Impl()
622 xMenu->getByIndex( nInd ) >>= aProps; in FindConnectPoints()
947 …uno::Reference< beans::XPropertySet > xMonitor( xMultiMon->getByIndex( nDisplay ), uno::UNO_QUERY_… in GetDocFrame()

Completed in 149 milliseconds

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