Home
last modified time | relevance | path

Searched refs:Index (Results 226 – 250 of 369) sorted by relevance

12345678910>>...15

/trunk/main/offapi/com/sun/star/sheet/
H A DXExternalDocLink.idl72 /** Index corresponding to the external document link.
H A DXExternalSheetCache.idl76 /** Index corresponding to this instance of an external sheet cache for
/trunk/main/offapi/com/sun/star/rendering/
H A DColorComponentTag.idl71 /// Index into palette
/trunk/main/sc/inc/
H A Ddatauno.hxx140 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
629 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
H A Dchartuno.hxx89 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
H A Dmiscuno.hxx189 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
H A Dappluno.hxx181 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
/trunk/main/sd/inc/
H A Dstlfamily.hxx83 …virtual css::uno::Any SAL_CALL getByIndex( sal_Int32 Index ) throw(css::lang::IndexOutOfBoundsExce…
/trunk/main/editeng/inc/editeng/
H A DAccessibleStaticTextBase.hxx252 …m::sun::star::beans::PropertyValue > SAL_CALL getRunAttributes( sal_Int32 Index, const ::com::sun:…
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx330 uno::Any SAL_CALL SvxShapeGroup::getByIndex( sal_Int32 Index ) in getByIndex() argument
338 if( mpObj->GetSubList()->GetObjCount() <= (sal_uInt32)Index ) in getByIndex()
341 SdrObject* pDestObj = mpObj->GetSubList()->GetObj( Index ); in getByIndex()
/trunk/main/framework/inc/uielement/
H A Dconstitemcontainer.hxx94 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleHypertext.idl94 Index of the character for which to return the link index. If
H A DXAccessibleMultiLineText.idl60 Index for which the line number should be returned.
/trunk/main/sc/source/ui/vba/
H A Dvbaformat.hxx70 …virtual css::uno::Any SAL_CALL Borders( const css::uno::Any& Index ) throw (css::script::BasicErro…
/trunk/main/offapi/com/sun/star/awt/
H A DUnoControlRoadmapModel.idl55 When inserting such items their ID is set equal to the Index of their
/trunk/main/connectivity/inc/connectivity/sdbcx/
H A DVCollection.hxx206 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index ) throw(::com::sun::star::…
/trunk/main/sd/source/ui/inc/
H A Dunosrch.hxx139 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index ) throw(::com::sun::star::…
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx2533 …virtual uno::Any SAL_CALL getByIndex( sal_Int32 Index ) throw(lang::IndexOutOfBoundsException, lan…
2566 uno::Any SAL_CALL OStylesHelper::getByIndex( sal_Int32 Index ) throw(lang::IndexOutOfBoundsExceptio… in getByIndex() argument
2569 if ( Index < 0 || Index >= static_cast<sal_Int32>(m_aElementsPos.size()) ) in getByIndex()
2571 return uno::makeAny(m_aElementsPos[Index]->second); in getByIndex()
/trunk/main/sd/source/ui/unoidl/
H A Dunolayer.hxx146 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index ) throw(::com::sun::star::…
/trunk/main/sw/inc/
H A Dpoolfmt.hrc175 // Untergruppe Index-Verzeichnisse
/trunk/main/sw/source/ui/ribbar/
H A Dworkctrl.src212 Text [ en-US ] = "Index entry" ;
/trunk/main/sw/source/ui/utlui/
H A Dutlui.src262 Text [ en-US ] = "Index" ;
/trunk/main/oovbaapi/ooo/vba/excel/
H A DXRange.idl164 any Hyperlinks( [in] any Index );
/trunk/main/svx/source/form/
H A Dformcontroller.cxx1152 Any SAL_CALL FormController::getByIndex(sal_Int32 Index) throw( IndexOutOfBoundsException, WrappedT… in getByIndex() argument
1155 if (Index < 0 || in getByIndex()
1156 Index >= (sal_Int32)m_aChilds.size()) in getByIndex()
1159 return makeAny( m_aChilds[ Index ] ); in getByIndex()
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample.java1444 public void insertRoadmapItem(int Index, boolean _bEnabled, String _sLabel, int _ID) { in insertRoadmapItem() argument
1455 m_xRMIndexCont.insertByIndex(Index, oRoadmapItem); in insertRoadmapItem()

Completed in 137 milliseconds

12345678910>>...15