Home
last modified time | relevance | path

Searched refs:getByIndex (Results 51 – 75 of 812) sorted by relevance

12345678910>>...33

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sd/
H A DSdUnoSlideView.java194 new Object[]{xDP.getByIndex(0),xDP.getByIndex(1),xDP.getByIndex(2)}; in createTestEnvironment()
/trunk/main/svx/source/form/
H A Dfmshimp.cxx337 rColumns->getByIndex(i) >>= xCur; in GridView2ModelPos()
1408 xControlModels->getByIndex(i) >>= xModelSet; in LoopGrids()
1633 xColumns->getByIndex(nModelCol) >>= xCurrentCol; in ExecuteSearch()
1640 xColControls->getByIndex(nViewCol) >>= xCurControl; in ExecuteSearch()
1890 if ( ( xContainer->getByIndex( i ) >>= xReset ) && xReset.is() ) in ExecuteFormSlot()
2679 xElement.set(xContainer->getByIndex(i),UNO_QUERY); in impl_AddElement_nothrow()
2719 xElement.set(xContainer->getByIndex(i),UNO_QUERY); in impl_RemoveElement_nothrow()
3078 xControllerAsIndex->getByIndex(i) >>= xController; in saveFilter()
3211 xControllerAsIndex->getByIndex(i) >>= xController; in clearFilter()
3889 _rxModels->getByIndex(i) >>= xCurrent; in smartControlReset()
[all …]
H A Dfmobj.cxx224 xRightMostLeaf->getByIndex( xRightMostLeaf->getCount() - 1 ), in SetPage()
490 xSourceContainer->getByIndex(nIndex) >>= xSourceForm; in ensureModelEnv()
517 xSourceContainer->getByIndex(nCurrentSourceIndex) >>= xCurrentSourceForm; in ensureModelEnv()
548 xDestContainer->getByIndex(nCurrentDestIndex) >>= xCurrentDestForm; in ensureModelEnv()
/trunk/main/svx/source/table/
H A Dtablelayouter.cxx595 Reference< XPropertySet > xColSet( xCols->getByIndex( nCol ), UNO_QUERY_THROW ); in LayoutTableWidth()
681 Reference< XPropertySet > xColSet( xCols->getByIndex(nCol), UNO_QUERY_THROW ); in LayoutTableWidth()
745 Reference< XPropertySet > xRowSet( xRows->getByIndex(nRow), UNO_QUERY_THROW ); in LayoutTableHeight()
829 Reference< XPropertySet > xRowSet( xRows->getByIndex(nRow), UNO_QUERY_THROW ); in LayoutTableHeight()
1134 Reference< XPropertySet > xColSet( xCols->getByIndex( nCol ), UNO_QUERY_THROW ); in DistributeColumns()
1186 Reference< XPropertySet > xRowSet( xRows->getByIndex( nRow ), UNO_QUERY_THROW ); in DistributeRows()
H A Dcellcursor.cxx308 Reference< XPropertySet > xRefColumn( xCols->getByIndex( nCol ), UNO_QUERY_THROW ); in split_column()
322 Reference< XPropertySet > xNewCol( xCols->getByIndex( nNewCol ), UNO_QUERY_THROW ); in split_column()
424 Reference< XPropertySet > xRefRow( xRows->getByIndex( nRow ), UNO_QUERY_THROW ); in split_row()
438 Reference< XPropertySet > xNewRow( xRows->getByIndex( nNewRow ), UNO_QUERY_THROW ); in split_row()
/trunk/main/sfx2/qa/complex/sfx2/undo/
H A DDrawingOrPresentationDocumentTest.java62 …rstPageShapes.remove( UnoRuntime.queryInterface( XShape.class, firstPageShapes.getByIndex( 0 ) ) ); in initializeDocument()
88 final Object shape = firstPageShapes.getByIndex(0); in verifySingleModificationDocumentState()
170 return UnoRuntime.queryInterface( XShapes.class, pages.getByIndex( 0 ) ); in getFirstPageShapes()
/trunk/test/testuno/source/fvt/uno/sd/slideshow/
H A DCustomShow.java95 XDrawPage.class, drawpages.getByIndex(i)); in testCustomShow()
134 drawpages.getByIndex(i)); in testCustomShow()
145 drawpages.getByIndex(i)); in testCustomShow()
/trunk/main/sw/source/ui/vba/
H A Dvbasections.cxx76 … uno::Reference< style::XStyle > xStyle( xPageStyles->getByIndex( index ), uno::UNO_QUERY_THROW ); in SectionCollectionHelper()
93 …virtual uno::Any SAL_CALL getByIndex( sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, la… in getByIndex() function in SectionCollectionHelper
139 …uno::Reference< word::XSection > xSection( m_xIndexAccess->getByIndex( 0 ), uno::UNO_QUERY_THROW ); in PageSetup()
H A Dvbabookmarks.cxx90 …uno::Reference< container::XNamed > xNamed( mxIndexAccess->getByIndex( nIndex ), uno::UNO_QUERY_TH… in hasByName()
106 …virtual uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, … in getByIndex() function in BookmarkCollectionHelper
108 return mxIndexAccess->getByIndex( Index ); in getByIndex()
/trunk/main/sc/source/ui/unoobj/
H A Dservuno.cxx117 …uno::Reference< sheet::XSpreadsheet > xSheet( xIndexAccess->getByIndex( i ), uno::UNO_QUERY_THROW … in hasByName()
188 …uno::Reference< form::XFormsSupplier > xFormSupplier( xIndex->getByIndex( index ), uno::UNO_QUERY… in getCodeNameForObject()
191 …uno::Reference< container::XIndexAccess > xFormControls( xFormIndex->getByIndex(0), uno::UNO_QUERY… in getCodeNameForObject()
195 …uno::Reference< uno::XInterface > xControl( xFormControls->getByIndex( cIndex ), uno::UNO_QUERY_TH… in getCodeNameForObject()
/trunk/test/testuno/source/testlib/uno/
H A DShapeUtil.java184 …XDrawPage xpage=(XDrawPage)UnoRuntime.queryInterface(XDrawPage.class, drawpages.getByIndex(pageInd… in getShapes()
201 …XDrawPage xpage=(XDrawPage)UnoRuntime.queryInterface(XDrawPage.class, drawpages.getByIndex(pageInd… in removeOneShape()
203 XShape xShape = (XShape) UnoRuntime.queryInterface(XShape.class, xShapes.getByIndex(shapeIndex)); in removeOneShape()
/trunk/main/sw/qa/complex/writer/
H A DCheckFlies.java102 xEmbeddedFramesIdx.getByIndex(nCurrentFrameIdx); in checkEmbeddedFrames()
145 xGraphicFramesIdx.getByIndex(nCurrentFrameIdx); in checkGraphicFrames()
189 xTextFramesIdx.getByIndex(nCurrentFrameIdx); in checkTextFrames()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DDesignTemplate.java173 Object aObj = xDetailSection.getByIndex(i); in analyseReportDefinition()
214 Object aGroup = xGroups.getByIndex(nGroup); in analyseReportDefinition()
223 Object aObj = xGroupSection.getByIndex(i); in analyseReportDefinition()
/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextTableHandler.java110 Object oTable = xAllTextTables.getByIndex(MaxIndex); in getlastTextTable()
147 removeTextTable(xAllTextTables.getByIndex(i)); in removeAllTextTables()
161 Object oTextTable = xAllTextTables.getByIndex(xAllTextTables.getCount() - 1); in removeLastTextTable()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScAccessibleDocumentPagePreview.java105 new Type(XSpreadsheet.class),oIndexSheets.getByIndex(1)); in createTestEnvironment()
113 new Type(XSpreadsheet.class),oIndexSheets.getByIndex(2)); in createTestEnvironment()
122 new Type(XSpreadsheet.class),oIndexSheets.getByIndex(0)); in createTestEnvironment()
H A DScStyleObj.java142 oStyleFamiliesIndexAccess.getByIndex(0)); in createTestEnvironment()
148 new Type(XStyle.class),oStyleFamilyIndexAccess.getByIndex(0)); in createTestEnvironment()
208 new Type(XSpreadsheet.class),oIndexSheets.getByIndex(0)); in createTestEnvironment()
/trunk/main/odk/examples/java/Spreadsheet/
H A DChartTypeChange.java194 XSpreadsheet.class, xIndexAccess.getByIndex(0)); in getChart()
203 XTableChart.class, xIndexAccess.getByIndex( 0 ) ); in getChart()
244 XSpreadsheet.class, xindexaccess.getByIndex(0)); in getChart()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx352 … uno::Reference< report::XFunction> xFunction(_xFunctions->getByIndex(i),uno::UNO_QUERY_THROW); in exportFunctions()
461 uno::Reference< report::XFormatCondition > xCond(_xReportElement->getByIndex(i),uno::UNO_QUERY); in exportFormatConditions()
559 Reference<XReportComponent> xReportElement(_xProp->getByIndex(i),uno::UNO_QUERY); in exportSectionAutoStyle()
615 Reference<XReportComponent> xReportElement(_xProp->getByIndex(i),uno::UNO_QUERY); in exportSectionAutoStyle()
693 const Reference<XReportComponent> xReportElement(_xProp->getByIndex(i),uno::UNO_QUERY); in exportReportComponentAutoStyles()
714 … uno::Reference< report::XFormatCondition > xCond(xFormattedField->getByIndex(j),uno::UNO_QUERY); in exportReportComponentAutoStyles()
1090 Reference<XGroup> xGroup(xGroups->getByIndex(_nPos),uno::UNO_QUERY); in exportGroup()
1557 uno::Reference< XShape > xShape(_xSection->getByIndex(i),uno::UNO_QUERY); in exportShapes()
1583 uno::Reference< XGroup> xGroup(_xGroups->getByIndex(i),uno::UNO_QUERY_THROW); in exportGroupsExpressionAsFunction()
/trunk/main/sc/source/ui/vba/
H A Dvbahyperlinks.cxx127 …virtual uno::Any SAL_CALL getByIndex( sal_Int32 nIndex ) throw (lang::IndexOutOfBoundsException, l…
150 …uno::Reference< excel::XHyperlink > xHlink( rxSheetContainer->getByIndex( nIndex ), uno::UNO_QUERY… in ScVbaHlinkContainer()
175 uno::Any SAL_CALL ScVbaHlinkContainer::getByIndex( sal_Int32 nIndex ) in getByIndex() function in vba_detail::ScVbaHlinkContainer
/trunk/main/vbahelper/source/msforms/
H A Dvbacontrols.cxx122 return getByIndex( mIndices[ aName ] ); in getByName()
142 …virtual uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, … in getByIndex() function in ControlArrayWrapper
190 m_xIndexAccess->getByIndex( nIndex++ ) >>= xControl; in nextElement()
462 m_xIndexAccess->getByIndex( nIndex ) >>= xControl; in Remove()
/trunk/main/forms/qa/integration/forms/
H A DFormLayer.java284 XPropertySet control = dbfTools.queryPropertySet( indexAccess.getByIndex( i ) ); in getRadioModelByRefValue()
308 XPropertySet control = dbfTools.queryPropertySet( indexAccess.getByIndex( i ) ); in getRadioModelByTag()
329 indexAcc.getByIndex( _accessPath[i] ) ); in getControlModel()
/trunk/main/chart2/source/view/main/
H A DDrawModelWrapper.cxx243 uno::Any aPage = xDrawPages->getByIndex( 0 ) ; in getMainDrawPage()
266 uno::Any aPage = xDrawPages->getByIndex( 1 ) ; in getHiddenDrawPage()
290 if( xChartRoot->getByIndex( nS ) >>= xShape ) in clearMainDrawPage()
/trunk/main/connectivity/source/commontools/
H A DTKeys.cxx128 Reference< XPropertySet > xColProp( xSourceCols->getByIndex(i), UNO_QUERY ); in cloneDescriptorColumns()
192 ::cppu::extractInterface(xColProp,xColumns->getByIndex(i)); in appendObject()
208 xColumns->getByIndex(i) >>= xColProp; in appendObject()
/trunk/main/dbaccess/source/ui/dlg/
H A Dparamdialog.cxx139 rParamContainer->getByIndex(i) >>= xParamAsSet; in DBG_NAME()
223 m_xParams->getByIndex(m_nCurrentlySelected) >>= xParamAsSet;
303 m_xParams->getByIndex(i) >>= xParamAsSet; in IMPL_LINK()
/trunk/main/sc/source/core/data/
H A Ddpoutput.cxx205 ScUnoHelpFunctions::AnyToInterface( xDims->getByIndex(nDim) ); in lcl_FillNumberFormats()
273 ScUnoHelpFunctions::AnyToInterface( xDims->getByIndex(nDim) ); in lcl_GetFirstNumberFormat()
392 ScUnoHelpFunctions::AnyToInterface( xDims->getByIndex(nDim) ); in ScDPOutput()
421 xHiers->getByIndex(nHierarchy) ); in ScDPOutput()
432 xLevels->getByIndex(nLev) ); in ScDPOutput()
1118 ScUnoHelpFunctions::AnyToInterface( xDims->getByIndex(nDim) ); in lcl_GetTableVars()
1426 xIntDims->getByIndex( rField.nDim ) ); in lcl_GetSubTotals()
1441 xHier = ScUnoHelpFunctions::AnyToInterface( xHiers->getByIndex( rField.nHier ) ); in lcl_GetSubTotals()
1455 xLevel = ScUnoHelpFunctions::AnyToInterface( xLevels->getByIndex( rField.nLevel ) ); in lcl_GetSubTotals()

Completed in 181 milliseconds

12345678910>>...33