Home
last modified time | relevance | path

Searched refs:Index (Results 176 – 200 of 369) sorted by relevance

12345678910>>...15

/trunk/main/sc/source/ui/vba/
H A Dvbadialogs.hxx42 …virtual css::uno::Any SAL_CALL Item( const css::uno::Any& Index ) throw (css::uno::RuntimeExceptio…
/trunk/main/autodoc/source/display/html/
H A Dprotarea.hxx78 UINT8 Index(
/trunk/main/wizards/com/sun/star/wizards/table/
H A DCGCategory.java42 public int Index; field in CGCategory
H A DCGTable.java37 public String Index; field in CGTable
/trunk/main/xml2cmp/source/xcd/
H A Dxmltree.hxx134 Index & o_rIndex ) const;
/trunk/main/svx/source/table/
H A Dtablecolumns.hxx55 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index ) throw (::com::sun::star:…
H A Dtablerows.hxx55 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index ) throw (::com::sun::star:…
/trunk/main/l10ntools/source/help/
H A DHelpFileDocument.java66 doc.add(new Field("path", aPath, Field.Store.YES, Field.Index.NOT_ANALYZED)); in Document()
/trunk/main/svx/source/inc/
H A Dfmgroup.hxx64 virtual XFormControlRef getFormControlByIndex( sal_Int32 Index ) const;
/trunk/main/sc/source/core/tool/
H A Dtoken.cxx1197 …= ocPush) && (_aToken.Data >>= aApiExtRef) && (0 <= aApiExtRef.Index) && (aApiExtRef.Index <= SAL_… in AddFormulaToken()
1199 sal_uInt16 nFileId = static_cast< sal_uInt16 >( aApiExtRef.Index ); in AddFormulaToken()
/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx1778 …virtual Any SAL_CALL getByIndex( sal_Int32 Index ) throw(IndexOutOfBoundsException, WrappedTargetE… in getByIndex() argument
1781 return m_xSource->getByIndex(Index); in getByIndex()
1782 if ( m_aSet.size() < (size_t)Index ) in getByIndex()
1789 for(; aIter != aEnd && i <= Index; ++aIter) in getByIndex()
/trunk/main/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp2186 long Index = pContext->getAccessibleIndexInParent(); in SelectChild() local
2187 pRSelection->selectAccessibleChild( Index ); in SelectChild()
2212 long Index = pContext->getAccessibleIndexInParent(); in DeSelectChild() local
2213 pRSelection->deselectAccessibleChild( Index ); in DeSelectChild()
/trunk/main/oovbaapi/ooo/vba/msforms/
H A DXFrame.idl42 any Controls( [in] any Index );
/trunk/main/oovbaapi/ooo/vba/excel/
H A DXDialogs.idl41 any Item( [in] any Index );
/trunk/main/oovbaapi/ooo/vba/word/
H A DXDialogs.idl41 any Item( [in] any Index );
H A DXTemplate.idl42 any AutoTextEntries( [in] any Index );
H A DXHeaderFooter.idl45 any Shapes([in] any Index);
H A DXVariable.idl46 [attribute, readonly] long Index;
H A DXWindow.idl45 any Panes( [in] any Index ); // this is a fake api for it seems not support in Write
/trunk/main/connectivity/source/inc/ado/
H A DAwrapadox.hxx46 typedef struct _ADOIndex Index; typedef
/trunk/main/oovbaapi/ooo/vba/
H A DXDialogsBase.idl47 any Item( [in] any Index );
H A DXCommandBarControl.idl50 any Controls( [in] any Index ) raises ( com::sun::star::script::BasicErrorException );
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.hxx216 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index ) throw(::com::sun::star::…
262 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index ) throw(::com::sun::star::…
/trunk/main/reportdesign/source/core/api/
H A DSection.cxx570 uno::Any SAL_CALL OSection::getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException,… in getByIndex() argument
573 return m_xDrawPage->getByIndex(Index); in getByIndex()
/trunk/main/sc/inc/
H A Dstyleuno.hxx82 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
173 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )

Completed in 108 milliseconds

12345678910>>...15