Home
last modified time | relevance | path

Searched refs:Index (Results 101 – 125 of 369) sorted by relevance

12345678910>>...15

/trunk/main/sw/source/ui/vba/
H A Dvbaparagraph.cxx103 …virtual uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, … in getByIndex() argument
105 if( Index < getCount() ) in getByIndex()
114 if( Index == nCount ) in getByIndex()
H A Dvbadocumentproperties.cxx532 …virtual uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, … in getByIndex() argument
535 DocProps::iterator it = mDocProps.find( ++Index ); in getByIndex()
656 …virtual uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, … in getByIndex() argument
659 if ( Index >= aProps.getLength() ) in getByIndex()
662 …DocPropInfo aPropInfo = DocPropInfo::createDocPropInfo( aProps[ Index ].Name, aProps[ Index ].Name… in getByIndex()
H A Dvbafield.cxx324 …virtual uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, … in getByIndex() argument
326 if( Index < 0 || Index >= getCount() ) in getByIndex()
333 if( nCount == Index ) in getByIndex()
H A Dvbapanes.cxx47 …virtual uno::Any SAL_CALL getByIndex( sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, la… in getByIndex() argument
49 if( Index != 1 ) in getByIndex()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashapes.cxx134 ScVbaShapes::getShapesByArrayIndices( const uno::Any& Index ) throw (uno::RuntimeException) in getShapesByArrayIndices() argument
136 if ( Index.getValueTypeClass() != uno::TypeClass_SEQUENCE ) in getShapesByArrayIndices()
141 aConverted = xConverter->convertTo( Index, getCppuType((uno::Sequence< uno::Any >*)0) ); in getShapesByArrayIndices()
173 ScVbaShapes::Item( const uno::Any& Index, const uno::Any& Index2 ) throw (uno::RuntimeException) in Item() argument
185 return ScVbaShapes_BASE::Item( Index, Index2 ); in Item()
/trunk/main/reportdesign/source/core/inc/
H A DShape.hxx166 …virtual void SAL_CALL replaceByIndex( ::sal_Int32 Index, const ::com::sun::star::uno::Any& Element…
169 …virtual void SAL_CALL insertByIndex( ::sal_Int32 Index, const ::com::sun::star::uno::Any& Element …
170 …virtual void SAL_CALL removeByIndex( ::sal_Int32 Index ) throw (::com::sun::star::lang::IndexOutOf…
174 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (::com::sun::sta…
/trunk/main/sc/source/ui/vba/
H A Dvbaworksheet.hxx100 …virtual css::uno::Any SAL_CALL ChartObjects( const css::uno::Any& Index ) throw (css::uno::Runtime…
132 …virtual css::uno::Any SAL_CALL PivotTables( const css::uno::Any& Index ) throw (css::uno::RuntimeE…
133 …virtual css::uno::Any SAL_CALL Comments( const css::uno::Any& Index ) throw (css::uno::RuntimeExce…
137 …virtual css::uno::Any SAL_CALL OLEObjects( const css::uno::Any& Index ) throw (css::uno::RuntimeEx…
H A Dvbaworkbook.cxx109 ScVbaWorkbook::Colors( const ::uno::Any& Index ) throw (::script::BasicErrorException, ::uno::Runti… in Colors() argument
112 if ( Index.getValue() ) in Colors()
115 Index >>= nIndex; in Colors()
/trunk/main/offapi/com/sun/star/awt/tree/
H A DXTreeNode.idl48 /** Returns the child tree node at <var>Index</var>.
51 … if <var>Index</var> is less than 0 or equal or greater then <member>getChildCount</member>.
53 XTreeNode getChildAt( [in] long Index )
/trunk/main/chart2/source/tools/
H A DUncachedDataSequence.cxx250 void SAL_CALL UncachedDataSequence::replaceByIndex( ::sal_Int32 Index, const uno::Any& Element ) in replaceByIndex() argument
259 if( Index < aData.getLength() && in replaceByIndex()
262 aData[Index] = Element; in replaceByIndex()
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleText.idl216 Index of the character for which to return its bounding box.
258 Index of the character under the given point or -1 if the point
355 Index of the first character to include in the returned string.
359 Index of the last character to exclude in the returned string.
382 Index of the character whose containing text portion is to be
420 Index of the character for which to return the text part before
459 Index of the character for which to return the text part after
/trunk/main/vbahelper/source/msforms/
H A Dvbacontrols.cxx142 …virtual uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, … in getByIndex() argument
144 if ( Index < 0 || Index >= static_cast< sal_Int32 >( mControls.size() ) ) in getByIndex()
146 return uno::makeAny( mControls[ Index ] ); in getByIndex()
/trunk/main/sd/source/core/
H A Dstlpool.cxx1331 Any SAL_CALL SdStyleSheetPool::getByIndex( sal_Int32 Index ) throw(IndexOutOfBoundsException, Wrapp… in getByIndex() argument
1333 switch( Index ) in getByIndex()
1346 Index -= 3; in getByIndex()
1347 if( (Index < 0) || (Index >= sal::static_int_cast<sal_Int32>(maStyleFamilyMap.size())) ) in getByIndex()
1350 while( Index-- ) in getByIndex()
/trunk/main/sw/source/ui/index/
H A Dcnttab.src66 Text [ en-US ] = "Index/Table" ;
101 Text [ en-US ] = "User-Defined Index" ;
108 Text [ en-US ] = "Insert Index/Table" ;
152 < "Alphabetical Index" ; TO_INDEX ; > ;
153 < "Illustration Index" ; TO_ILLUSTRATION ; > ;
154 < "Index of Tables" ; TO_TABLE ; > ;
H A Dmultmrk.src34 Text [ en-US ] = "Index Markings" ;
46 Text [ en-US ] = "Index" ;
/trunk/main/offapi/com/sun/star/awt/grid/
H A DXGridColumn.idl110 <p>If the column is not yet part of a column model, <code>Index</code> is -1.</p>
112 [attribute, readonly] long Index;
124 column model, as determined by the <member>Index</member> attribute, will be used.</p>
/trunk/main/svx/source/table/
H A Dtablerows.cxx106 Any SAL_CALL TableRows::getByIndex( sal_Int32 Index ) throw (IndexOutOfBoundsException, WrappedTarg… in getByIndex() argument
109 …return Any( Reference< XCellRange >( static_cast< XCellRange* >( mxTableModel->getRow( Index ).get… in getByIndex()
/trunk/main/svx/source/unodraw/
H A Dunopage.cxx383 uno::Any SAL_CALL SvxDrawPage::getByIndex( sal_Int32 Index ) in getByIndex() argument
391 if ( Index < 0 || Index >= (sal_Int32)mpPage->GetObjCount() ) in getByIndex()
394 SdrObject* pObj = mpPage->GetObj( Index ); in getByIndex()
/trunk/main/migrationanalysis/src/wizard/
H A DAnalyse.bas386 Dim Index As Long variable
394 For Index = 1 To limit
395 vFileName = myDocList(Index)
/trunk/main/sw/source/ui/utlui/
H A Dinitui.src112 Text [ en-US ] = "Alphabetical Index" ;
131 Text [ en-US ] = "Index of Tables" ;
139 Text [ en-US ] = "Illustration Index" ;
/trunk/main/xml2cmp/source/xcd/
H A Dxmlelem.hxx40 class Index;
51 Index & o_rIndex ) const; // Default: Does nothing, but can be overwritten.
/trunk/main/sc/inc/
H A Dfielduno.hxx73 ScCellFieldObj* GetObjectByIndex_Impl(sal_Int32 Index) const;
83 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
274 ScHeaderFieldObj* GetObjectByIndex_Impl(sal_Int32 Index) const;
283 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
/trunk/main/sc/source/ui/unoobj/
H A Dtokenuno.cxx407 aExtRef.Index = rToken.GetIndex(); in ConvertToTokenSequence()
424 aExtRef.Index = rToken.GetIndex(); in ConvertToTokenSequence()
433 aExtRef.Index = rToken.GetIndex(); in ConvertToTokenSequence()
/trunk/main/offapi/com/sun/star/presentation/
H A DXSlideShowController.idl85 @param Index
93 ::com::sun::star::drawing::XDrawPage getSlideByIndex( [in] long Index )
168 void gotoSlideIndex( [in] long Index );
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOFunctionManager.java129 …public Object getByIndex(int Index) throws com.sun.star.lang.IndexOutOfBoundsException, com.sun.st… in getByIndex() argument
131 return getCategory(Index); in getByIndex()

Completed in 144 milliseconds

12345678910>>...15