Home
last modified time | relevance | path

Searched refs:getByIndex (Results 26 – 50 of 812) sorted by relevance

12345678910>>...33

/trunk/main/sdext/source/minimizer/
H A Dpagecollector.cxx67 Reference< XDrawPage > xDrawPage( aXIC->getByIndex( j ), UNO_QUERY_THROW ); in CollectCustomShowPages()
101 Reference< XDrawPage > xDrawPage( xDrawPages->getByIndex( j ), UNO_QUERY_THROW ); in CollectNonCustomShowPages()
133 Reference< XDrawPage > xMasterPage( xMasterPages->getByIndex( i ), UNO_QUERY_THROW ); in CollectMasterPages()
156 Reference< XMasterPageTarget > xMasterPageTarget( xDrawPages->getByIndex( j ), UNO_QUERY_THROW ); in CollectMasterPages()
H A Dgraphiccollector.cxx235 Reference< XShape > xShape( rxShapes->getByIndex( i ), UNO_QUERY_THROW ); in ImpCollectGraphicObjects()
292 Reference< XDrawPage > xDrawPage( xDrawPages->getByIndex( i ), UNO_QUERY_THROW ); in CollectGraphics()
307 Reference< XDrawPage > xMasterPage( xMasterPages->getByIndex( i ), UNO_QUERY_THROW ); in CollectGraphics()
360 Reference< XShape > xShape( rxShapes->getByIndex( i ), UNO_QUERY_THROW ); in ImpCountGraphicObjects()
432 Reference< XDrawPage > xDrawPage( xDrawPages->getByIndex( i ), UNO_QUERY_THROW ); in CountGraphics()
447 Reference< XDrawPage > xMasterPage( xMasterPages->getByIndex( i ), UNO_QUERY_THROW ); in CountGraphics()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScDataPilotItemsObj.java158 oIndexAccess.getByIndex(0)); in createTestEnvironment()
161 oIndexAccess.getByIndex(1)); in createTestEnvironment()
229 Object oDataPilotField = DPDsc.getDataPilotFields().getByIndex(0); in createTestEnvironment()
272 new Type(XInterface.class), IA.getByIndex(0)); in createTestEnvironment()
312 field = IA.getByIndex(i); in getSRange()
H A DScIndexEnumeration_DataPilotItemsEnumeration.java160 oIndexAccess.getByIndex(0)); in createTestEnvironment()
163 oIndexAccess.getByIndex(1)); in createTestEnvironment()
231 Object oDataPilotField = DPDsc.getDataPilotFields().getByIndex(0); in createTestEnvironment()
274 new Type(XInterface.class), IA.getByIndex(0)); in createTestEnvironment()
318 field = IA.getByIndex(i); in getSRange()
/trunk/main/sc/source/ui/vba/
H A Dvbaoleobjects.cxx47 …uno::Reference< drawing::XControlShape > xControlShape( xIndexAccess->getByIndex( index), uno::UNO… in IndexAccessWrapper()
58 …virtual uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, … in getByIndex() function in IndexAccessWrapper
97 …uno::Reference< drawing::XControlShape > xControlShape ( m_xIndexAccess->getByIndex( nIndex++ ), … in nextElement()
145 uno::Any aUnoObj = xIndexAccess->getByIndex( index ); in getItemByStringIndex()
H A Dvbapagebreaks.cxx83 …virtual uno::Any SAL_CALL getByIndex( sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, la…
123 uno::Any SAL_CALL RangePageBreaks::getByIndex( sal_Int32 Index ) throw (lang::IndexOutOfBoundsExcep… in getByIndex() function in RangePageBreaks
132 …uno::Reference< beans::XPropertySet > xRowColPropertySet( xIndexAccess->getByIndex(nPos), uno::UNO… in getByIndex()
178 …uno::Reference< beans::XPropertySet > xRowColPropertySet( xIndexAccess->getByIndex(nAPIRowColIndex… in Add()
203 return m_xIndexAccess->getByIndex( nIndex++ ); in nextElement()
H A Dvbaborders.cxx200 xIndex->getByIndex( count ) >>= nPaletteColor; in getColorIndex()
216 setColor( OORGBToXLRGB( m_Palette.getPalette()->getByIndex( --nColor ) ) ); in setColorIndex()
333 …virtual uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, … in getByIndex() function in RangeBorders
374 return m_xIndexAccess->getByIndex( nIndex++ ); in nextElement()
408 return createCollectionObject( m_xIndexAccess->getByIndex( nIndex ) ); in getItemByIntIndex()
H A Dvbaformatconditions.cxx67 …tConditionalEntry > xSheetConditionalEntry( mxSheetConditionalEntries->getByIndex(i), uno::UNO_QUE… in Delete()
122 … ), m_xContext, m_xStyles, m_xParentCollection, m_xProps, m_xIndexAccess->getByIndex( nIndex++ ) ); in nextElement()
193 …tConditionalEntry > xSheetConditionalEntry( mxSheetConditionalEntries->getByIndex(i), uno::UNO_QUE… in Add()
258 …tConditionalEntry > xSheetConditionalEntry( mxSheetConditionalEntries->getByIndex(i), uno::UNO_QUE… in removeFormatCondition()
/trunk/main/connectivity/source/drivers/adabas/
H A DBTables.cxx141 ::cppu::extractInterface(xColProp,xColumns->getByIndex(i)); in setComments()
228 if(::cppu::extractInterface(xColProp,xColumns->getByIndex(i)) && xColProp.is()) in createTable()
250 if(::cppu::extractInterface(xColProp,xKeys->getByIndex(key)) && xColProp.is()) in createTable()
269 if(::cppu::extractInterface(xColProp,xColumns->getByIndex(column)) && xColProp.is()) in createTable()
286 if(::cppu::extractInterface(xColProp,xColumns->getByIndex(column)) && xColProp.is()) in createTable()
314 if(::cppu::extractInterface(xColProp,xColumns->getByIndex(column)) && xColProp.is()) in createTable()
/trunk/main/sd/source/ui/unoidl/
H A Dunosrch.cxx86 mxShapes->getByIndex( mnIndex ) >>= xShape; in nextShape()
342 xShapes->getByIndex(0) >>= xShape; in GetCurrentShape()
424 xShapes->getByIndex(i) >>= xSearchShape; in GetNextShape()
434 xGroup->getByIndex( 0 ) >>= xFound; in GetNextShape()
440 xShapes->getByIndex( i ) >>= xFound; in GetNextShape()
458 xShapes->getByIndex(i) >>= xFound; in GetNextShape()
862 uno::Any SAL_CALL SdUnoFindAllAccess::getByIndex( sal_Int32 Index ) in getByIndex() function in SdUnoFindAllAccess
/trunk/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx508 Any SAL_CALL ScDataPilotTablesObj::getByIndex( sal_Int32 nIndex ) in getByIndex() function in ScDataPilotTablesObj
1610 xDim.set(xIntDims->getByIndex(i), UNO_QUERY); in lcl_GetFieldCount()
1622 xDim.set(xIntDims->getByIndex(i), UNO_QUERY); in lcl_GetFieldCount()
1647 xDim.set(xIntDims->getByIndex(i), UNO_QUERY); in lcl_GetFieldDataByIndex()
1666 xDim.set(xIntDims->getByIndex(i), UNO_QUERY); in lcl_GetFieldDataByIndex()
1683 xDim.set( xIntDims->getByIndex(nDimIndex), UNO_QUERY ); in lcl_GetFieldDataByIndex()
1701 xPrevName.set( xIntDims->getByIndex(i), UNO_QUERY ); in lcl_GetFieldDataByIndex()
1773 Any SAL_CALL ScDataPilotFieldsObj::getByIndex( sal_Int32 nIndex ) in getByIndex() function in ScDataPilotFieldsObj
3001 Any SAL_CALL ScDataPilotFieldGroupsObj::getByIndex( sal_Int32 nIndex ) in getByIndex() function in ScDataPilotFieldGroupsObj
3190 Any SAL_CALL ScDataPilotFieldGroupObj::getByIndex( sal_Int32 nIndex ) in getByIndex() function in ScDataPilotFieldGroupObj
[all …]
/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextSectionHandler.java89 Object oTextSection = xAllTextSections.getByIndex(xAllTextSections.getCount() - 1); in removeLastTextSection()
119 …ContentTextSection = UnoRuntime.queryInterface(XTextContent.class, xAllTextSections.getByIndex(i)); in removeInvisibleTextSections()
142 …ContentTextSection = UnoRuntime.queryInterface(XTextContent.class, xAllTextSections.getByIndex(i)); in removeAllTextSections()
164 oTextSection = xAllTextSections.getByIndex(i); in breakLinkofTextSections()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XDocumentAuditing.java69 XSpreadsheet.class, oIndexSheets.getByIndex(0)); in before()
72 XSpreadsheet.class, oIndexSheets.getByIndex(1)); in before()
94 Object o = oDPS.getDrawPages().getByIndex(1); in before()
198 Object o = xDrawPage.getByIndex(i); in hasRightAmountOfShapes()
/trunk/main/xmloff/source/table/
H A DXMLTableExport.cxx234 Reference< XPropertySet > xPropSet( xIndexAccessCols->getByIndex(nColumn) , UNO_QUERY_THROW ); in collectTableAutoStyles()
257 Reference< XPropertySet > xPropSet( xIndexAccessRows->getByIndex(nRow) , UNO_QUERY_THROW ); in collectTableAutoStyles()
350 Reference< XCellRange > xCellRange( xIndexAccess->getByIndex(rowIndex), UNO_QUERY_THROW ); in exportTable()
398 …Reference< XPropertySet > xColumnProperties( xtableColumnsIndexAccess->getByIndex(nColumn) , UNO_Q… in ExportTableColumns()
550 Reference< XStyle > xTableStyle( xTableFamily->getByIndex( nIndex ), UNO_QUERY_THROW ); in exportTableTemplates()
/trunk/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphNumberingAndBullet_CharacterBullet.java116 …rtyValue[]) UnoRuntime.queryInterface(PropertyValue[].class,xReplaceRule_assert_odt.getByIndex(0)); in testNumberingAndBullet_CharacterBullet1()
127 …ropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].class,xNumRule_assert_doc.getByIndex(0)); in testNumberingAndBullet_CharacterBullet1()
185 …rtyValue[]) UnoRuntime.queryInterface(PropertyValue[].class,xReplaceRule_assert_odt.getByIndex(0)); in testNumberingAndBullet_CharacterBullet2()
196 …ropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].class,xNumRule_assert_doc.getByIndex(0)); in testNumberingAndBullet_CharacterBullet2()
/trunk/main/scripting/examples/javascript/ExportSheetsToHTML/
H A Dexportsheetstohtml.js73 xPropSet = AnyConverter.toObject( new Type(XPropertySet), xSheetsIndexAccess.getByIndex(i));
80 xPropSet = AnyConverter.toObject( new Type(XPropertySet), xSheetsIndexAccess.getByIndex(vis));
86 xPropSet = AnyConverter.toObject( new Type(XPropertySet), xSheetsIndexAccess.getByIndex(i));
/trunk/main/wizards/com/sun/star/wizards/document/
H A DFormHandler.java286 if (belongsToForm(xDrawPage.getByIndex(i), _FormName)) in removeControlsofForm()
288 … XShape xShape = UnoRuntime.queryInterface(XShape.class, xDrawPage.getByIndex(i)); in removeControlsofForm()
473 XShape xShape = UnoRuntime.queryInterface(XShape.class, xDrawPage.getByIndex(i)); in moveShapesToNirwana()
487 XShape xShape = UnoRuntime.queryInterface(XShape.class, xDrawPage.getByIndex(i)); in removeAllShapes()
507 XShape xShape = UnoRuntime.queryInterface(XShape.class, xDrawPage.getByIndex(i)); in removeNirwanaShapes()
/trunk/test/testuno/source/testlib/uno/
H A DSDUtil.java54 return xIndexedDrawPages.getByIndex(index); in getPageByIndex()
60 return m_xdrawShapes.getByIndex(index); in getShapeOfPageByIndex()
70 Object shape = m_xdrawShapes.getByIndex(i); in getShapesOfPageByType()
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx560 Any aAny(mxDocMasterPages->getByIndex(a)); in setSourceDocument()
592 Any aAny(mxDocDrawPages->getByIndex(a)); in setSourceDocument()
671 Any aAny(xShapes->getByIndex(a)); in ImpRecursiveObjectCount()
854 Any aAny(mxDocDrawPages->getByIndex(nCnt)); in ImpPrepAutoLayoutInfos()
1539 mxDocDrawPages->getByIndex(nCnt) >>= xDrawPage; in ImpPrepDrawPageInfos()
1816 mxDocMasterPages->getByIndex(nCnt) >>= xDrawPage; in ImpPrepMasterPageInfos()
1842 Any aAny(mxDocMasterPages->getByIndex(nCnt)); in ImpWritePresentationStyles()
2245 xShow->getByIndex( nPage ) >>= xPageName; in exportPresentationSettings()
2374 Reference< XDrawPage > xMasterPage(mxDocMasterPages->getByIndex(nMPageId), UNO_QUERY ); in _ExportAutoStyles()
2432 Reference<XDrawPage> xDrawPage( mxDocDrawPages->getByIndex(nPageInd), UNO_QUERY ); in _ExportAutoStyles()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_BaseIndex.java115 oldVal = (PropertyValue[][]) indProp.getByIndex(0); in _LevelFormat()
152 resValue)).getByIndex(0); in _LevelFormat()
179 val = (PropertyValue[][]) indProp.getByIndex(i); in printLevelFormatProperty()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DCustomShowDemo.java101 XDrawPage.class, xDrawPages.getByIndex( i )); in main()
135 xContainer.insertByIndex( xContainer.getCount(), xDrawPages.getByIndex( i ) ); in main()
143 xContainer.insertByIndex( xContainer.getCount(), xDrawPages.getByIndex( i ) ); in main()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCellBase.cxx124 uno::Any aTable = xIndex->getByIndex(maCellAddress.Tab()); in getForeground()
165 uno::Any aTable = xIndex->getByIndex(maCellAddress.Tab()); in getBackground()
365 uno::Any aTable = xIndex->getByIndex(maCellAddress.Tab()); in GetNote()
414 uno::Any aTable = xIndex->getByIndex(maCellAddress.Tab()); in getShadowAttrs()
500 uno::Any aTable = xIndex->getByIndex(maCellAddress.Tab()); in getBorderAttrs()
/trunk/main/vbahelper/source/vbahelper/
H A Dcollectionbase.cxx89 …virtual uno::Any SAL_CALL getByIndex( sal_Int32 nIndex ) throw (lang::IndexOutOfBoundsException, l…
147 uno::Any SAL_CALL SequenceToContainer::getByIndex( sal_Int32 nIndex ) throw (lang::IndexOutOfBounds… in getByIndex() function in vbahelper::__anon89c9fea60111::SequenceToContainer
271 … return createCollectionItem( mxIndexAccess->getByIndex( nIndex - 1 ), uno::Any( nIndex ) ); in getItemByIndex()
298 uno::Any aElement = mxIndexAccess->getByIndex( nIndex ); in getItemByName()
/trunk/main/oox/source/ppt/
H A Dpresentationfragmenthandler.cxx117 xDrawPages->getByIndex( nPageNumber - 1 ) >>= xDrawPage; in ResolveTextFields()
165 xDrawPages->getByIndex( 0 ) >>= xSlide; in endDocument()
210 xMasterPages->getByIndex( 0 ) >>= xMasterPage; in endDocument()
362 xSlide->getByIndex(0) >>= xShape; in importSlide()
/trunk/main/sc/qa/complex/dataPilot/
H A DCheckDataPilot.java212 new Type(XSpreadsheet.class),oIndexAccess.getByIndex(0)); in before()
214 new Type(XSpreadsheet.class),oIndexAccess.getByIndex(1)); in before()
277 Object oDataPilotField = DPDsc.getDataPilotFields().getByIndex(0); in before()
329 new Type(XInterface.class),IA.getByIndex(0)); in before()

Completed in 129 milliseconds

12345678910>>...33