Home
last modified time | relevance | path

Searched refs:Index (Results 126 – 150 of 369) sorted by relevance

12345678910>>...15

/trunk/main/offapi/com/sun/star/i18n/
H A DNumberFormatCode.idl49 /// Index of the code as defined in <type>NumberFormatIndex</type>.
50 short Index;
/trunk/main/offapi/com/sun/star/chart2/data/
H A DHighlightedRange.idl45 /** Only take the cell at position Index out of the given
48 long Index;
/trunk/main/sd/source/ui/unoidl/
H A Dunosrch.cxx862 uno::Any SAL_CALL SdUnoFindAllAccess::getByIndex( sal_Int32 Index ) in getByIndex() argument
867 if( Index < 0 || Index >= getCount() ) in getByIndex()
872 aAny <<= pRefs[ Index ]; in getByIndex()
H A Dunopage.cxx2476 Any SAL_CALL SdDrawPage::getByIndex( sal_Int32 Index ) in getByIndex() argument
2479 return SdGenericDrawPage::getByIndex( Index ); in getByIndex()
2656 …virtual Any SAL_CALL getByIndex( sal_Int32 Index ) throw (IndexOutOfBoundsException, WrappedTarget…
2689 Any SAL_CALL NavigationOrderAccess::getByIndex( sal_Int32 Index ) throw (IndexOutOfBoundsException,… in getByIndex() argument
2691 if( (Index < 0) || (Index > getCount()) ) in getByIndex()
2694 return Any( maShapes[Index] ); in getByIndex()
2891 Any SAL_CALL SdMasterPage::getByIndex( sal_Int32 Index ) in getByIndex() argument
2898 return SdGenericDrawPage::getByIndex(Index); in getByIndex()
H A Dunomodel.cxx2357 uno::Any SAL_CALL SdDrawPagesAccess::getByIndex( sal_Int32 Index ) in getByIndex() argument
2367 if( (Index < 0) || (Index >= mpModel->mpDoc->GetSdPageCount( PK_STANDARD ) ) ) in getByIndex()
2370 SdPage* pPage = mpModel->mpDoc->GetSdPage( (sal_uInt16)Index, PK_STANDARD ); in getByIndex()
2633 uno::Any SAL_CALL SdMasterPagesAccess::getByIndex( sal_Int32 Index ) in getByIndex() argument
2643 if( (Index < 0) || (Index >= mpModel->mpDoc->GetMasterSdPageCount( PK_STANDARD ) ) ) in getByIndex()
2646 SdPage* pPage = mpModel->mpDoc->GetMasterSdPage( (sal_uInt16)Index, PK_STANDARD ); in getByIndex()
/trunk/main/udkapi/com/sun/star/container/
H A DXIndexContainer.idl59 void insertByIndex( [in] long Index,
69 void removeByIndex( [in] long Index )
H A DXIndexAccess.idl66 @param Index
77 any getByIndex( [in] long Index )
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.hxx206 …eference< css::drawing::XDrawPage > SAL_CALL getSlideByIndex( ::sal_Int32 Index ) throw (css::lang…
217 virtual void SAL_CALL gotoSlideIndex( ::sal_Int32 Index ) throw (css::uno::RuntimeException);
235 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (::com::sun::sta…
/trunk/main/udkapi/com/sun/star/script/
H A DXEventAttacherManager.idl156 @param Index
160 if Index is not valid.
162 sequence<com::sun::star::script::ScriptEventDescriptor> getScriptEvents( [in] long Index )
/trunk/main/framework/source/fwi/uielement/
H A Dconstitemcontainer.cxx334 Any SAL_CALL ConstItemContainer::getByIndex( sal_Int32 Index ) in getByIndex() argument
337 if ( sal_Int32( m_aItemVector.size()) > Index ) in getByIndex()
338 return makeAny( m_aItemVector[Index] ); in getByIndex()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbacommandbarcontrols.hxx61 …virtual css::uno::Any SAL_CALL Item( const css::uno::Any& Index, const css::uno::Any& /*Index2*/ )…
81 …virtual css::uno::Any SAL_CALL Item( const css::uno::Any& Index, const css::uno::Any& /*Index2*/ )…
/trunk/main/oovbaapi/ooo/vba/word/
H A DXSelection.idl58 any Tables( [in] any Index );
59 any Fields( [in] any Index );
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleTable.idl222 Index of the row for which to determine whether it is selected.
240 Index of the column for which to determine whether it is
347 Index of the child of the table for which to return the row
364 Index of the child of the table for which to return the column
H A DTextSegment.idl67 /** Index of the first character of the text segment represented by this
72 /** Index of the character directly behind the last character of the
H A DXAccessibleTextAttributes.idl73 @param Index
93 getRunAttributes ( [in] long Index,
/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/main/editeng/inc/editeng/
H A Dunonrule.hxx56 …virtual void SAL_CALL replaceByIndex( sal_Int32 Index, const com::sun::star::uno::Any& Element ) t…
61 …virtual com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index ) throw(com::sun::star::lang…
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DWizardDialog.java303 public int insertRoadmapItem(int Index, boolean _bEnabled, String _sLabel, int _CurItemID) in insertRoadmapItem() argument
311 xIndexContRoadmap.insertByIndex(Index, oRoadmapItem); in insertRoadmapItem()
312 return Index + 1; in insertRoadmapItem()
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx589 ParagraphImpl::getRunAttributes(::sal_Int32 Index, const ::css::uno::Sequence< ::rtl::OUString >& R… in getRunAttributes() argument
594 return m_xDocument->retrieveRunAttributes( this, Index, RequestedAttributes ); in getRunAttributes()
1217 ParagraphImpl const * pParagraph, ::sal_Int32 Index, in retrieveRunAttributesImpl() argument
1222 ::TextPaM aPaM( nNumber, static_cast< ::sal_uInt16 >( Index ) ); in retrieveRunAttributesImpl()
1273 ParagraphImpl const * pParagraph, ::sal_Int32 Index, in retrieveRunAttributes() argument
1280 if ( Index < 0 || Index >= m_rEngine.GetText(nNumber).Len() ) in retrieveRunAttributes()
1289 retrieveRunAttributesImpl( pParagraph, Index, RequestedAttributes, aRunAttrSeq ); in retrieveRunAttributes()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DStarFunctionCategory.java140 …public Object getByIndex(int Index) throws com.sun.star.lang.IndexOutOfBoundsException, com.sun.st… in getByIndex() argument
142 return getFunction(Index); in getByIndex()
/trunk/main/sc/source/ui/vba/
H A Dvbaformatcondition.cxx82 ScVbaFormatCondition::Borders( const uno::Any& Index ) throw (script::BasicErrorException, uno::Run… in Borders() argument
83 { return mxStyle->Borders( Index ); in Borders()
H A Dvbaaxes.cxx120 …virtual uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, … in getByIndex() argument
122 AxesCoordinate dIndexes = mCoordinates[ Index ]; in getByIndex()
/trunk/main/offapi/com/sun/star/sheet/
H A DExternalReference.idl43 /** Index of an externally linked document. Each externally-linked document
53 long Index;
/trunk/main/chart2/source/inc/
H A DUncachedDataSequence.hxx130 …virtual void SAL_CALL replaceByIndex( ::sal_Int32 Index, const ::com::sun::star::uno::Any& Element…
139 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( ::sal_Int32 Index )
/trunk/main/accessibility/inc/accessibility/extended/
H A Dtextwindowaccessibility.hxx356 …getRunAttributes(::sal_Int32 Index, const ::css::uno::Sequence< ::rtl::OUString >& RequestedAttrib…
514 ParagraphImpl const * pParagraph, ::sal_Int32 Index,
670 ParagraphImpl const * pParagraph, ::sal_Int32 Index,

Completed in 135 milliseconds

12345678910>>...15