Home
last modified time | relevance | path

Searched refs:getByIndex (Results 176 – 200 of 812) sorted by relevance

12345678910>>...33

/trunk/test/testuno/source/fvt/uno/sc/cell/
H A DInsertDeleteCells.java88 …ct sheetObj = (XSpreadsheet)UnoRuntime.queryInterface(XSpreadsheet.class, xSheetsIA.getByIndex(0)); in testInsertCells()
218 …ct sheetObj = (XSpreadsheet)UnoRuntime.queryInterface(XSpreadsheet.class, xSheetsIA.getByIndex(0)); in testDeleteCells()
/trunk/test/testuno/source/fvt/uno/sd/animation/
H A DCustomAnimation.java157 XDrawPage.class, drawpages.getByIndex(i)); in testShapeAnimation()
163 drawpages.getByIndex(i)); in testShapeAnimation()
/trunk/main/sw/source/ui/vba/
H A Dvbafont.cxx142 return setColor( OORGBToXLRGB(mxPalette->getByIndex( nIndex )) ); in setColorIndex()
156 mxPalette->getByIndex( count ) >>= nPaletteColor; in getColorIndex()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DGeneralTableSample.java152 Object aColumnObj = xColumns.getByIndex( 2 ); in doSampleFunction()
173 Object aRowObj = xRows.getByIndex( 6 ); in doSampleFunction()
/trunk/main/connectivity/source/commontools/
H A DTIndexes.cxx174 xColProp.set(xColumns->getByIndex(i),UNO_QUERY); in appendObject()
200 xColumns->getByIndex(0) >>= xColProp; in appendObject()
H A Dparamwrapper.cxx278 …sh_back( new ParameterWrapper( Reference< XPropertySet >( xParameters->getByIndex( i ), UNO_QUERY_… in ParameterWrapperContainer()
312 …Any SAL_CALL ParameterWrapperContainer::getByIndex( sal_Int32 _nIndex ) throw( IndexOutOfBoundsExc… in getByIndex() function in dbtools::param::ParameterWrapperContainer
H A Ddbtools.cxx552 xProp.set(xKeys->getByIndex(i),UNO_QUERY_THROW); in getPrimaryKeyColumns_throw()
1778 …virtual Any SAL_CALL getByIndex( sal_Int32 Index ) throw(IndexOutOfBoundsException, WrappedTargetE… in getByIndex() function in dbtools::__anon458609fd0511::OParameterWrapper
1781 return m_xSource->getByIndex(Index); in getByIndex()
1797 return m_xSource->getByIndex(nParamPos); in getByIndex()
1829 Reference<XPropertySet> xParam(xParamsAsIndicies->getByIndex(i),UNO_QUERY); in askForParameters()
1869 Reference< XPropertySet > xParamColumn(xWrappedParameters->getByIndex(i),UNO_QUERY); in askForParameters()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashapes.cxx64 … return pShapes->createCollectionObject( m_xIndexAccess->getByIndex( nIndex++ ) ); in nextElement()
79 …mShapes.push_back( uno::Reference< drawing::XShape >( m_xIndexAccess->getByIndex( index ) , uno::U… in initBaseCollection()
161 xShape.set( m_xIndexAccess->getByIndex( nIndex - 1 ), uno::UNO_QUERY ); in getShapesByArrayIndices()
/trunk/main/xmloff/source/draw/
H A Dximpbody.cxx171 uno::Any aAny(xMasterPages->getByIndex(a)); in SdXMLDrawPageContext()
353 uno::Any aAny(xDrawPages->getByIndex(GetSdImport().GetNewPageCount())); in CreateChildContext()
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportData.java107 XPropertySet.class, parameters.getByIndex(i - firstParameterIndex)); in SDBCReportData()
307 XPropertySet.class, parameters.getByIndex(column - firstParameterIndex)); in getObject()
/trunk/main/forms/source/component/
H A DRadioButton.cxx176 …Reference<XPropertySet> xSiblingProperties(*(InterfaceRef*)xIndexAccess->getByIndex(i).getValue(),… in SetSiblingPropsTo()
230 …Reference<XPropertySet> xSiblingProperties(*(InterfaceRef*)xIndexAccess->getByIndex(i).getValue(),… in setFastPropertyValue_NoBroadcast()
H A DListBox.cxx713 Reference<XPropertySet> xFieldAsSet(xFieldsByIndex->getByIndex( *aBoundColumn ),UNO_QUERY); in loadData()
717 xFieldAsSet.set(xFieldsByIndex->getByIndex(0),UNO_QUERY); in loadData()
837 xColumns->getByIndex(0) >>= xDataField; in loadData()
849 … Reference< XPropertySet > xBoundField( xColumns->getByIndex( *aBoundColumn ), UNO_QUERY_THROW ); in loadData()
/trunk/main/test/source/java/org/openoffice/test/tools/
H A DOfficeDocument.java266 return UnoRuntime.queryInterface( XDrawPage.class, xPages.getByIndex( index ) ); in getDrawPage()
286 xReturn = UnoRuntime.queryInterface( XDrawPage.class, xPages.getByIndex( 0 ) ); in getMainDrawPage()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScTabViewObj.java164 new Type(XSpreadsheet.class), oIndexAccess.getByIndex(1)); in createTestEnvironment()
250 new Type(XDrawPage.class),oDP.getByIndex(0)); in createTestEnvironment()
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DCalcHelper.java381 XNamed.class, aSheetsIA.getByIndex( i ) )).getName() ); in initSpreadSheet()
386 aSheetsIA.getByIndex( 0 )); in initSpreadSheet()
/trunk/main/comphelper/source/container/
H A DIndexedPropertyValuesContainer.cxx67 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 nIndex )
200 ::com::sun::star::uno::Any SAL_CALL IndexedPropertyValuesContainer::getByIndex( sal_Int32 nIndex ) in getByIndex() function in IndexedPropertyValuesContainer
/trunk/main/svx/source/form/
H A Dfmvwimp.cxx193 Reference< XForm > xForm( xForms->getByIndex(i), UNO_QUERY ); in DBG_NAME()
272 Any SAL_CALL FormViewPageWindowAdapter::getByIndex(sal_Int32 nIndex) throw( IndexOutOfBoundsExcepti… in getByIndex() function in FormViewPageWindowAdapter
307 xIndex->getByIndex(n) >>= xController; in getControllerSearchChilds()
395 if ( xFormCps->getByIndex(i) >>= xSubForm ) in setController()
945 Reference< XForm > xForm( xForms->getByIndex( 0 ), UNO_QUERY_THROW );
/trunk/main/sc/inc/
H A Ddapiuno.hxx138 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
476 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
702 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
785 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
879 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
H A Ddptabsrc.hxx338 virtual ScDPDimension* getByIndex(long nIndex) const;
501 virtual ScDPHierarchy* getByIndex(long nIndex) const;
578 virtual ScDPLevel* getByIndex(long nIndex) const;
749 virtual ScDPMember* getByIndex(long nIndex) const;
/trunk/main/sc/source/ui/unoobj/
H A Dlinkuno.cxx499 uno::Any SAL_CALL ScSheetLinksObj::getByIndex( sal_Int32 nIndex ) in getByIndex() function in ScSheetLinksObj
1034 uno::Any SAL_CALL ScAreaLinksObj::getByIndex( sal_Int32 nIndex ) in getByIndex() function in ScAreaLinksObj
1352 uno::Any SAL_CALL ScDDELinksObj::getByIndex( sal_Int32 nIndex ) in getByIndex() function in ScDDELinksObj
1673 Any SAL_CALL ScExternalDocLinkObj::getByIndex(sal_Int32 nApiIndex) in getByIndex() function in ScExternalDocLinkObj
1795 Any SAL_CALL ScExternalDocLinksObj::getByIndex(sal_Int32 nIndex) in getByIndex() function in ScExternalDocLinksObj
/trunk/main/xmloff/source/style/
H A Dxmlnume.cxx103 uno::Any aEntry( xNumRule->getByIndex( i ) ); in exportLevelStyles()
921 xStyles->getByIndex( i ) >>= xStyle; in exportStyles()
954 uno::Any aEntry( xNumRule->getByIndex( i ) ); in GetOutlineStyles()
/trunk/main/reportdesign/source/core/api/
H A DSection.cxx570 uno::Any SAL_CALL OSection::getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException,… in getByIndex() function in reportdesign::OSection
573 return m_xDrawPage->getByIndex(Index); in getByIndex()
626 uno::Reference<util::XCloneable> xClone(_xSource->getByIndex(i),uno::UNO_QUERY); in lcl_copySection()
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx229 aRet = getByIndex(0); in getByName()
231 aRet = getByIndex(1); in getByName()
233 aRet = getByIndex(3); in getByName()
235 aRet = getByIndex(2); in getByName()
237 aRet = getByIndex(4); in getByName()
280 uno::Any SwXStyleFamilies::getByIndex(sal_Int32 nIndex) in getByIndex() function in SwXStyleFamilies
651 uno::Any SwXStyleFamily::getByIndex(sal_Int32 nTempIndex) in getByIndex() function in SwXStyleFamily
4258 uno::Any SwXAutoStyles::getByIndex(sal_Int32 nIndex) in getByIndex() function in SwXAutoStyles
4325 aRet = getByIndex(0); in getByName()
4327 aRet = getByIndex(1); in getByName()
[all …]
/trunk/main/svx/source/unogallery/
H A Dunogaltheme.cxx196 uno::Any SAL_CALL GalleryTheme::getByIndex( ::sal_Int32 nIndex ) in getByIndex() function in unogallery::GalleryTheme
335 … uno::Reference< drawing::XDrawPage > xPage( xDrawPages->getByIndex( 0 ), uno::UNO_QUERY_THROW ); in insertDrawingByIndex()
/trunk/main/forms/qa/integration/forms/
H A DDocumentHelper.java333 return (XDrawPage)UnoRuntime.queryInterface( XDrawPage.class, xPages.getByIndex( index ) ); in getDrawPage()
355 … xReturn = (XDrawPage)UnoRuntime.queryInterface( XDrawPage.class, xPages.getByIndex( 0 ) ); in getMainDrawPage()

Completed in 214 milliseconds

12345678910>>...33