Home
last modified time | relevance | path

Searched refs:Index (Results 151 – 175 of 369) sorted by relevance

12345678910>>...15

/trunk/main/sc/source/ui/vba/
H A Dvbacomment.cxx104 ScVbaComment::getCommentByIndex( sal_Int32 Index ) throw (uno::RuntimeException) in getCommentByIndex() argument
110 …return uno::Reference< excel::XComment > ( xColl->Item( uno::makeAny( Index ), uno::Any() ), uno::… in getCommentByIndex()
H A Dvbawindow.cxx147 …virtual uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw ( lang::IndexOutOfBoundsException,… in getByIndex() argument
149 if ( Index < 0 in getByIndex()
150 || static_cast< Sheets::size_type >( Index ) >= sheets.size() ) in getByIndex()
153 return uno::makeAny( sheets[ Index ] ); in getByIndex()
H A Dvbaformat.cxx340 ScVbaFormat<Ifc1>::Borders( const uno::Any& Index ) throw (script::BasicErrorException, uno::Runtim… in Borders() argument
345 if ( Index.hasValue() ) in Borders()
347 return xColl->Item( Index, uno::Any() ); in Borders()
H A Dvbaborders.cxx333 …virtual uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, … in getByIndex() argument
336 sal_Int32 nIndex = getTableIndex( Index ); in getByIndex()
/trunk/main/toolkit/source/controls/tree/
H A Dtreedatamodel.cxx108 …virtual void SAL_CALL insertChildByIndex( ::sal_Int32 Index, const ::com::sun::star::uno::Referenc…
109 …virtual void SAL_CALL removeChildByIndex( ::sal_Int32 Index ) throw (::com::sun::star::lang::Index…
117 …::com::sun::star::awt::tree::XTreeNode > SAL_CALL getChildAt( ::sal_Int32 Index ) throw (::com::su…
/trunk/main/sw/source/ui/app/
H A Dapp.src121 < "Index Styles" ; SWSTYLEBIT_IDX ; > ;
360 Text [ en-US ] = "Inserting Index..." ;
365 Text [ en-US ] = "Updating Index..." ;
H A Dmn.src349 Text [ en-US ] = "~Update Index/Table" ; \
355 Text [ en-US ] = "~Edit Index/Table" ; \
361 Text [ en-US ] = "Delete Index/Table" ; \
/trunk/main/sw/source/ui/vba/
H A Dvbabookmarks.cxx106 …virtual uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, … in getByIndex() argument
108 return mxIndexAccess->getByIndex( Index ); in getByIndex()
H A Dvbaborders.cxx269 …virtual uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, … in getByIndex() argument
272 sal_Int32 nIndex = getTableIndex( Index ); in getByIndex()
H A Dvbadialogs.hxx42 …virtual css::uno::Any SAL_CALL Item( const css::uno::Any& Index ) throw (css::uno::RuntimeExceptio…
/trunk/main/sc/inc/
H A Ddapiuno.hxx138 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
476 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
702 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
785 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
879 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
H A Dlinkuno.hxx193 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
350 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
468 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
H A Dafmtuno.hxx117 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
159 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
H A Dnameuno.hxx250 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
348 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
/trunk/main/wizards/com/sun/star/wizards/form/
H A DUIControlArranger.java171 int Index = 1; field in UIControlArranger.LayoutRenderer
177 Index++; in getImageUrls()
/trunk/main/chart2/source/tools/
H A DRangeHighlighter.cxx63 rOutRanges[i].Index = nIndex; in lcl_fillRanges()
206 m_aSelectedRanges[i].Index = -1; in fillRangesForDiagram()
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleSelection.idl63 Index of the child which is to add to the selection. This index
76 Index of the child for which to detect whether it is selected.
H A DXAccessibleEditableText.idl90 Index at which to insert the text from the system clipboard into
139 Index at which to insert the text.
/trunk/main/sc/source/ui/unoobj/
H A Dfielduno.cxx290 ScCellFieldObj* ScCellFieldsObj::GetObjectByIndex_Impl(sal_Int32 Index) const in GetObjectByIndex_Impl()
296 if ( aTempEngine.FindByIndex( (sal_uInt16)Index, NULL ) ) // in der Zelle ist der Typ egal in GetObjectByIndex_Impl()
910 ScHeaderFieldObj* ScHeaderFieldsObj::GetObjectByIndex_Impl(sal_Int32 Index) const in GetObjectByIndex_Impl()
928 SvxFieldData* pData = aTempEngine.FindByIndex( (sal_uInt16)Index, aTypeId ); in GetObjectByIndex_Impl()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx3031 Reference< XDrawPage > SAL_CALL SlideshowImpl::getSlideByIndex(::sal_Int32 Index) throw (RuntimeExc… in getSlideByIndex() argument
3033 …if( (mpSlideController.get() == 0 ) || (Index < 0) || (Index >= mpSlideController->getSlideIndexCo… in getSlideByIndex()
3036 return mpSlideController->getSlideByNumber( mpSlideController->getSlideNumber( Index ) ); in getSlideByIndex()
3557 ::com::sun::star::uno::Any SAL_CALL SlideshowImpl::getByIndex( ::sal_Int32 Index ) throw (::com::su… in getByIndex() argument
3559 return Any( getSlideByIndex( Index ) ); in getByIndex()
/trunk/main/sw/source/ui/utlui/
H A Dnavipi.src410 Text [ en-US ] = "~Index" ;
450 Text [ en-US ] = "~Remove Index" ;
/trunk/main/offapi/com/sun/star/smarttags/
H A DXSmartTagAction.idl104 Index of the wanted smart tag type. Value needs to be
124 Index of the wanted smart tag type. Value needs to be
/trunk/main/shell/source/tools/lngconvex/
H A Dcmdline.hxx65 std::string get_arg(size_t Index) const;
/trunk/main/svx/source/unodraw/
H A Dunoshap3.cxx230 uno::Any SAL_CALL Svx3DSceneObject::getByIndex( sal_Int32 Index ) in getByIndex() argument
238 if( mpObj->GetSubList()->GetObjCount() <= (sal_uInt32)Index ) in getByIndex()
241 SdrObject* pDestObj = mpObj->GetSubList()->GetObj( Index ); in getByIndex()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbadialogsbase.hxx44 …virtual css::uno::Any SAL_CALL Item( const css::uno::Any& Index ) throw (css::uno::RuntimeExceptio…

Completed in 119 milliseconds

12345678910>>...15