Home
last modified time | relevance | path

Searched refs:getByIndex (Results 126 – 150 of 812) sorted by relevance

12345678910>>...33

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXNumberingRules.java147 new Type(XInterface.class),NumStyleI.getByIndex(0)); in createTestEnvironment()
153 instance1 = nRules.getByIndex(0); in createTestEnvironment()
H A DCharacterStyle.java115 XNameAccess.class,oSFsIA.getByIndex(0)); in createTestEnvironment()
119 XStyle.class,oSFIA.getByIndex(0)); in createTestEnvironment()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DDocumentViewHelper.java202 XIndexContainer xForm = UNO.queryIndexContainer( xForms.getByIndex( 0 ) ); in grabControlFocus()
207 XPropertySet xControlProps = UNO.queryPropertySet( xForm.getByIndex( i ) ); in grabControlFocus()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DPageHelper.java71 return (XDrawPage)UnoRuntime.queryInterface(XDrawPage.class, xDrawPages.getByIndex( nIndex )); in getDrawPageByIndex()
134 return (XDrawPage)UnoRuntime.queryInterface(XDrawPage.class, xDrawPages.getByIndex( nIndex )); in getMasterPageByIndex()
/trunk/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphNumberingAndBullet_Number_StartWith.java115 …rtyValue[]) UnoRuntime.queryInterface(PropertyValue[].class,xReplaceRule_assert_odt.getByIndex(0)); in testNumberingBulletStartWith()
126 …ropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].class,xNumRule_assert_doc.getByIndex(0)); in testNumberingBulletStartWith()
H A DParagraphNumberingAndBulletIndentAtAndAlignAt.java117 …rtyValue[]) UnoRuntime.queryInterface(PropertyValue[].class,xReplaceRule_assert_odt.getByIndex(0)); in testNumberingBulletIndentAtAndAlignAt()
130 …ropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].class,xNumRule_assert_doc.getByIndex(0)); in testNumberingBulletIndentAtAndAlignAt()
H A DParagraphNumberingAndBullet_Graphic.java117 …rtyValue[]) UnoRuntime.queryInterface(PropertyValue[].class,xReplaceRule_assert_odt.getByIndex(0)); in testNumberingBullet_Graphic()
128 …ropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].class,xNumRule_assert_doc.getByIndex(0)); in testNumberingBullet_Graphic()
H A DParagraphNumberingAndBullet_Graphic_WidthAndHeight.java123 …rtyValue[]) UnoRuntime.queryInterface(PropertyValue[].class,xReplaceRule_assert_odt.getByIndex(0)); in testNumberingBullet_Graphic()
138 …ropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].class,xNumRule_assert_doc.getByIndex(0)); in testNumberingBullet_Graphic()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java369 Object aColumnObj = xColumns.getByIndex( 0 ); in doCellRangeSamples()
704 Object aRangesObj = xRangesIA.getByIndex( nIndex ); in doFormattingSamples()
763 Object aFieldObj = xAutoFormatIA.getByIndex( 4 * nRow + nColumn ); in doFormattingSamples()
1296 aFieldObj = xFields.getByIndex(0); in doDataPilotSamples()
1301 aFieldObj = xFields.getByIndex(1); in doDataPilotSamples()
1306 aFieldObj = xFields.getByIndex(2); in doDataPilotSamples()
1322 aFieldObj = xFields.getByIndex(2); in doDataPilotSamples()
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs261 uno.Any aColumnObj = xColumns.getByIndex( 0 ); in doCellRangeSamples()
683 uno.Any aRangesObj = xRangesIA.getByIndex( nIndex ); in doFormattingSamples()
742 uno.Any aFieldObj = xAutoFormatIA.getByIndex( in doFormattingSamples()
1371 aFieldObj = xFields.getByIndex(0); in doDataPilotSamples()
1379 aFieldObj = xFields.getByIndex(1); in doDataPilotSamples()
1387 aFieldObj = xFields.getByIndex(2); in doDataPilotSamples()
1412 aFieldObj = xFields.getByIndex(2); in doDataPilotSamples()
/trunk/main/xmloff/source/draw/
H A Dximppage.cxx487 uno::Any aAny(mxShapes->getByIndex(0L)); in DeleteAllShapes()
567 …virtual Any SAL_CALL getByIndex( sal_Int32 Index ) throw (IndexOutOfBoundsException, WrappedTarget…
588 Any SAL_CALL NavigationOrderAccess::getByIndex( sal_Int32 Index ) throw (IndexOutOfBoundsException,… in getByIndex() function in NavigationOrderAccess
/trunk/main/xmloff/source/forms/
H A Dlayerexport.cxx209 Reference< XPropertySet > xCurrentProps( _rxCollection->getByIndex(i), UNO_QUERY ); in exportCollectionElements()
463 Reference< XPropertySet > xCurrent( xLoop->getByIndex( nChildPos ), UNO_QUERY ); in examineForms()
620 … Reference< XPropertySet > xColumnProperties( xContainer->getByIndex( i ), UNO_QUERY ); in collectGridColumnStylesAndIds()
/trunk/main/sc/source/ui/vba/
H A Dvbasheetobjects.cxx111 …virtual uno::Any SAL_CALL getByIndex( sal_Int32 nIndex ) throw (lang::IndexOutOfBoundsException, l…
168 … uno::Reference< drawing::XShape > xShape( mxShapes->getByIndex( nIndex ), uno::UNO_QUERY_THROW ); in collectShapes()
219 uno::Any SAL_CALL ScVbaObjectContainer::getByIndex( sal_Int32 nIndex ) in getByIndex() function in ScVbaObjectContainer
H A Dvbaworksheets.cxx131 …virtual uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, … in getByIndex() function in SheetCollectionHelper
259 uno::Reference< sheet::XSpreadsheet > xSheet(m_xIndexAccess->getByIndex(i), uno::UNO_QUERY); in Add()
471 uno::Reference< container::XNamed > xNamed( xIndex->getByIndex(i), uno::UNO_QUERY_THROW ); in nameExists()
/trunk/test/testuno/source/fvt/uno/sw/table/
H A DTableBorderSpacingtoContent.java112 Object xTable_obj_odt=xIndexedTables_odt.getByIndex(0); in testtableBorderSpacingtoContent()
131 Object xTable_obj_doc=xIndexedTables_doc.getByIndex(0); in testtableBorderSpacingtoContent()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdb/
H A D_XSingleSelectQueryAnalyzer.java199 xGroupColumns.getByIndex(0) != null)); in _getGroupColumns()
283 xOrderColumns.getByIndex(0) != null)); in _getOrderColumns()
/trunk/main/forms/qa/integration/forms/
H A DDocumentViewHelper.java229 XIndexContainer xForm = dbfTools.queryIndexContainer( xForms.getByIndex( 0 ) ); in grabControlFocus()
234 XPropertySet xControlProps = dbfTools.queryPropertySet( xForm.getByIndex( i ) ); in grabControlFocus()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScAccessibleCell.java133 new Type(XSpreadsheet.class),oIndexSheets.getByIndex(0)); in createTestEnvironment()
145 XPropertySet.class,oIndexAccess.getByIndex(1)); in createTestEnvironment()
H A DScViewPaneObj.java126 new Type(XInterface.class),xIA.getByIndex(0)); in createTestEnvironment()
175 new Type(XDrawPage.class),oDP.getByIndex(0)); in createTestEnvironment()
/trunk/main/connectivity/source/drivers/adabas/
H A DBKeys.cxx86 xColumns->getByIndex(i) >>= xColProp; in appendObject()
111 xColumns->getByIndex(i) >>= xColProp; in appendObject()
H A DBIndexes.cxx126 xColumns->getByIndex(i) >>= xColProp; in appendObject()
147 xColumns->getByIndex(0) >>= xColProp; in appendObject()
/trunk/main/svx/source/form/
H A Dfmundo.cxx385 xCont->getByIndex(i) >>= xComp; in lcl_searchElement()
846 xContainer->getByIndex(i) >>= xIface; in TogglePropertyListening()
896 _rxContainer->getByIndex( i ) >>= xInterface; in switchListening()
1166 m_xContainer->getByIndex( m_nIndex ) >>= xElement; in implReRemove()
/trunk/test/testuno/source/fvt/uno/sc/data/
H A DStardarFilterTest.java144 Object aRowObj = Rows.getByIndex(i); in testStandardFilter()
159 Object aRowObj = Rows.getByIndex(i); in testStandardFilter()
/trunk/main/svx/source/table/
H A Dtablertfexporter.cxx109 Reference< XPropertySet > xSet( xColumns->getByIndex(nCol), UNO_QUERY_THROW ); in Write()
127 Reference< XPropertySet > xRowSet( xRows->getByIndex(nRow), UNO_QUERY_THROW ); in Write()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sd/
H A DSdXCustomPresentation.java173 new Type(XDrawPage.class),oDPi.getByIndex(0)); in createTestEnvironment()
221 new Type(XDrawPage.class),oDPi.getByIndex(0)); in createTestEnvironment()

Completed in 141 milliseconds

12345678910>>...33