Home
last modified time | relevance | path

Searched refs:getByIndex (Results 101 – 125 of 812) sorted by relevance

12345678910>>...33

/trunk/main/sw/source/ui/vba/
H A Dvbapanes.cxx47 …virtual uno::Any SAL_CALL getByIndex( sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, la… in getByIndex() function in PanesIndexAccess
77 return m_xIndexAccess->getByIndex( nIndex++ ); in nextElement()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XSheetFilterable.java96 oRows.getByIndex(0)); in _filter()
107 XPropertySet.class, oRows.getByIndex(1)); in _filter()
/trunk/main/comphelper/source/container/
H A Dcontainer.cxx74 ::com::sun::star::uno::Any aElement(xContainerAccess->getByIndex(0)); in Next()
100 ::com::sun::star::uno::Any aElement(xContainerAccess->getByIndex(nOldSearchChildIndex)); in Next()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlSubDocument.cxx115 m_xComponent.set(m_pContainer->getSection()->getByIndex(m_nCurrentCount),uno::UNO_QUERY); in EndElement()
137 … uno::Reference< report::XFormatCondition > xCond(xFakeModel->getByIndex(i),uno::UNO_QUERY); in EndElement()
/trunk/main/forms/qa/integration/forms/
H A DFormComponent.java133 public FormComponent getByIndex( int index ) in getByIndex() method in FormComponent
138 return new FormComponent( m_indexAccess.getByIndex( index ) ); in getByIndex()
/trunk/main/framework/source/fwi/uielement/
H A Dconstitemcontainer.cxx203 if ( rSourceContainer->getByIndex( i ) >>= aPropSeq ) in ConstItemContainer()
212 if ( rSourceContainer->getByIndex( i ) >>= aPropSeq ) in ConstItemContainer()
334 Any SAL_CALL ConstItemContainer::getByIndex( sal_Int32 Index ) in getByIndex() function in framework::ConstItemContainer
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_xmloff/Draw/
H A DXMLContentExporter.java153 UnoRuntime.queryInterface(XDrawPage.class, set.getByIndex(0)); in createTestEnvironment()
158 UnoRuntime.queryInterface(XDrawPage.class, set.getByIndex(1)); in createTestEnvironment()
H A DXMLExporter.java151 UnoRuntime.queryInterface(XDrawPage.class, set.getByIndex(0)); in createTestEnvironment()
156 UnoRuntime.queryInterface(XDrawPage.class, set.getByIndex(1)); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/container/
H A D_XIndexReplace.java121 old = oObj.getByIndex(0); in _replaceByIndex()
123 result = !(oObj.getByIndex(0)).equals(old); in _replaceByIndex()
/trunk/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java749 XPropertySet.class, xRows.getByIndex ( 0 ) ); in TextTableExample()
911 XPropertySet.class, xRows.getByIndex ( 0 ) ); in AutoTextExample()
1163 XTextTable.class, xTables.getByIndex( 0 ) ); in ReferenceExample()
1282 XFootnote.class, xFootnotes.getByIndex( 0 ) ); in FootnoteExample()
1522 PropertyValue [] aProps = (PropertyValue [] ) xNum.getByIndex ( i ); in NumberingExample()
/trunk/test/testuno/source/fvt/uno/sc/data/
H A DAdvanceFilter.java107 Object aRowObj = Rows.getByIndex(i); in testStandardFilterForString()
125 Object aRowObj = Rows.getByIndex(i); in testStandardFilterForString()
/trunk/test/testuno/source/fvt/uno/sd/bullet/
H A DCheckBulletStyle.java151 PropertyValue[] proValues = (PropertyValue[])xReplace.getByIndex(0); in testBulletColor()
171 PropertyValue[] proValues = (PropertyValue[])xReplace.getByIndex(0); in testBulletSize()
/trunk/test/testuno/source/fvt/uno/sw/table/
H A DTableName.java104 Object xTable_obj_odt=xIndexedTables_odt.getByIndex(0); in testtableName()
113 Object xTable_obj_doc=xIndexedTables_doc.getByIndex(0); in testtableName()
H A DTableCellProtect.java110 Object xTable_obj_odt=xIndexedTables_odt.getByIndex(0); in testtableBorderSpacingtoContent()
126 Object xTable_obj_doc=xIndexedTables_doc.getByIndex(0); in testtableBorderSpacingtoContent()
/trunk/main/udkapi/com/sun/star/container/
H A DXIndexAccess.idl62 // DocMerge from idl: method com::sun::star::container::XIndexAccess::getByIndex
77 any getByIndex( [in] long Index )
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScSubTotalFieldObj.java116 new Type (XSpreadsheet.class),oIndexAccess.getByIndex(0)); in createTestEnvironment()
147 new Type(XSubTotalField.class),oDescIndex.getByIndex(0)); in createTestEnvironment()
/trunk/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphNumberingAndBullet_Number_BeforeAndAfterCharacter.java114 …rtyValue[]) UnoRuntime.queryInterface(PropertyValue[].class,xReplaceRule_assert_odt.getByIndex(0)); in testNumberingBulletBeforeAndAfterCharacter()
125 …ropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].class,xNumRule_assert_doc.getByIndex(0)); in testNumberingBulletBeforeAndAfterCharacter()
H A DParagraphNumberingAndBulletTabStop.java112 …rtyValue[]) UnoRuntime.queryInterface(PropertyValue[].class,xReplaceRule_assert_odt.getByIndex(0)); in testNumberingBulletTabStop()
121 …ropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].class,xNumRule_assert_doc.getByIndex(0)); in testNumberingBulletTabStop()
/trunk/main/sdext/source/presenter/
H A DPresenterNotesView.cxx266 xIndexAccess->getByIndex(nIndex), UNO_QUERY); in SetSlide()
279 xIndexAccess->getByIndex(nIndex), UNO_QUERY); in SetSlide()
286 xIndexAccess->getByIndex(nIndex), UNO_QUERY); in SetSlide()
/trunk/main/svx/source/form/
H A Dnavigatortreemodel.cxx138 xContainer->getByIndex(i) >>= xTemp; in Insert()
572 … DBG_ASSERT( xForms->getByIndex(i).getValueType() == ::getCppuType((const Reference< XForm>*)NULL), in FillBranch()
575 xForms->getByIndex(i) >>= xSubForm; in FillBranch()
601 xComponents->getByIndex(j) >>= xCurrentComponent; in FillBranch()
/trunk/main/connectivity/source/commontools/
H A Dparameters.cxx203 m_xInnerParamColumns->getByIndex( i ) >>= xParam; in collectInnerParameters()
594 … Reference< XPropertySet > xDetailField(m_xInnerParamColumns->getByIndex( *aPosition ),UNO_QUERY); in fillLinkedParameters()
675 … Reference< XPropertySet > xParamColumn(aRequest.Parameters->getByIndex( i ),UNO_QUERY); in completeParameters()
922 m_xInnerParamColumns->getByIndex( *aPosition ) >>= xInnerParameter; in resetParameterValues()
/trunk/main/sc/inc/
H A Ddocuno.hxx352 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
446 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
513 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
608 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
766 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
832 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
/trunk/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DCreateShowHideEditDeleteComments.java102 …ct sheetObj = (XSpreadsheet)UnoRuntime.queryInterface(XSpreadsheet.class, xSheetsIA.getByIndex(0)); in testCreateEditDeleteComments()
164 …ct sheetObj = (XSpreadsheet)UnoRuntime.queryInterface(XSpreadsheet.class, xSheetsIA.getByIndex(0)); in testShowHideComments()
/trunk/test/testuno/source/fvt/uno/sw/puretext/
H A DInsertCharacterToTable.java100 Object xTable_obj_odt = xIndexedTables_odt.getByIndex(0); in testCreateTable()
111 Object xTable_obj_doc = xIndexedTables_doc.getByIndex(0); in testCreateTable()
/trunk/test/testuno/source/testlib/uno/
H A DPageUtil.java71 xDrawPages.getByIndex(nIndex)); in getDrawPageByIndex()
157 xDrawPages.getByIndex(nIndex)); in getMasterPageByIndex()

Completed in 99 milliseconds

12345678910>>...33