Home
last modified time | relevance | path

Searched refs:Index (Results 76 – 100 of 370) sorted by relevance

12345678910>>...15

/trunk/main/unotools/source/config/
H A Dinetoptions.cxx85 enum Index enum in SvtInetOptions::Impl
97 star::uno::Any getProperty(Index nIndex);
100 setProperty(Index nIndex, star::uno::Any const & rValue, bool bFlush);
275 star::uno::Any SvtInetOptions::Impl::getProperty(Index nPropIndex) in getProperty()
329 void SvtInetOptions::Impl::setProperty(Index nIndex, in setProperty()
/trunk/main/sd/source/core/
H A Dstlfamily.cxx389 Any SAL_CALL SdStyleFamily::getByIndex( sal_Int32 Index ) throw(IndexOutOfBoundsException, WrappedT… in getByIndex() argument
394 if( Index >= 0 ) in getByIndex()
402 while( Index-- && (iter != rStyleSheets.end()) ) in getByIndex()
405 if( (Index==-1) && (iter != rStyleSheets.end()) ) in getByIndex()
417 if( Index-- == 0 ) in getByIndex()
/trunk/main/stoc/source/invocation/
H A Dinvocation.cxx208 virtual void SAL_CALL insertByIndex( sal_Int32 Index, const Any& Element ) in insertByIndex() argument
210 { _xIndexContainer->insertByIndex( Index, Element ); } in insertByIndex()
212 virtual void SAL_CALL replaceByIndex( sal_Int32 Index, const Any& Element ) in replaceByIndex() argument
214 { _xIndexContainer->replaceByIndex( Index, Element ); } in replaceByIndex()
216 virtual void SAL_CALL removeByIndex( sal_Int32 Index ) in removeByIndex() argument
218 { _xIndexContainer->removeByIndex( Index ); } in removeByIndex()
224 virtual Any SAL_CALL getByIndex( sal_Int32 Index ) in getByIndex() argument
226 { return _xIndexAccess->getByIndex( Index ); } in getByIndex()
/trunk/main/toolkit/inc/toolkit/controls/
H A Dtabpagecontainer.hxx81 virtual void SAL_CALL insertByIndex( sal_Int32 Index, const ::com::sun::star::uno::Any& Element )
83 virtual void SAL_CALL removeByIndex( sal_Int32 Index )
87 virtual void SAL_CALL replaceByIndex( sal_Int32 Index, const ::com::sun::star::uno::Any& Element )
93 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
/trunk/main/offapi/com/sun/star/i18n/
H A DXExtendedIndexEntrySupplier.idl38 This interface provides information for creating "Table of Index"
85 Index algorithm to be loaded.
108 Index entry
131 Index entries to be compared
/trunk/main/sd/source/ui/unoidl/
H A Dunocpres.hxx79 …virtual void SAL_CALL insertByIndex( sal_Int32 Index, const ::com::sun::star::uno::Any& Element ) …
80 …virtual void SAL_CALL removeByIndex( sal_Int32 Index ) throw(::com::sun::star::lang::IndexOutOfBou…
83 …virtual void SAL_CALL replaceByIndex( sal_Int32 Index, const ::com::sun::star::uno::Any& Element )…
91 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index ) throw(::com::sun::star::…
/trunk/main/sc/source/ui/vba/
H A Dvbawindows.cxx161 …virtual uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw ( lang::IndexOutOfBoundsException,… in getByIndex() argument
163 if ( Index < 0 in getByIndex()
164 || static_cast< Components::size_type >( Index ) >= m_windows.size() ) in getByIndex()
166 return makeAny( m_windows[ Index ] ); // returns xspreadsheetdoc in getByIndex()
/trunk/main/xmloff/source/draw/
H A Dximppage.cxx567 …virtual Any SAL_CALL getByIndex( sal_Int32 Index ) throw (IndexOutOfBoundsException, WrappedTarget…
588 Any SAL_CALL NavigationOrderAccess::getByIndex( sal_Int32 Index ) throw (IndexOutOfBoundsException,… in getByIndex() argument
590 if( (Index < 0) || (Index > getCount()) ) in getByIndex()
593 return Any( maShapes[Index] ); in getByIndex()
/trunk/main/connectivity/source/sdbcx/
H A DVCollection.cxx315 Any SAL_CALL OCollection::getByIndex( sal_Int32 Index ) throw(IndexOutOfBoundsException, WrappedTar… in getByIndex() argument
318 if (Index < 0 || Index >= m_pElements->size() ) in getByIndex()
319 …throw IndexOutOfBoundsException(::rtl::OUString::valueOf(Index),static_cast<XTypeProvider*>(this)); in getByIndex()
321 return makeAny(getObject(Index)); in getByIndex()
/trunk/main/stoc/test/
H A Dtestintrosp.cxx597 virtual Any SAL_CALL getByIndex( sal_Int32 Index )
889 Any ImplIntroTest::getByIndex( sal_Int32 Index ) in getByIndex() argument
899 if( Index < iIndexAccessCount ) in getByIndex()
901 if( !pNameAccessTab[Index].is() ) in getByIndex()
905 aName += OUString::valueOf( Index ); in getByIndex()
908 pIndexAccessTab[Index] = p; in getByIndex()
910 Reference< XIntroTest > xRet = pIndexAccessTab[Index]; in getByIndex()
/trunk/main/vbahelper/source/msforms/
H A Dvbamultipage.cxx43 …virtual uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, … in getByIndex() argument
45 if ( Index < 0 || Index > mnPages ) in getByIndex()
/trunk/main/sfx2/source/appl/
H A Dnewhelp.hrc28 // Index Window
33 // Index TabPage
64 // Index Window: Id's of the tabpages
/trunk/main/reportdesign/source/core/inc/
H A DFixedText.hxx144 …virtual void SAL_CALL replaceByIndex( ::sal_Int32 Index, const ::com::sun::star::uno::Any& Element…
147 …virtual void SAL_CALL insertByIndex( ::sal_Int32 Index, const ::com::sun::star::uno::Any& Element …
148 …virtual void SAL_CALL removeByIndex( ::sal_Int32 Index ) throw (::com::sun::star::lang::IndexOutOf…
152 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (::com::sun::sta…
H A DFormattedField.hxx112 …virtual void SAL_CALL replaceByIndex( ::sal_Int32 Index, const ::com::sun::star::uno::Any& Element…
115 …virtual void SAL_CALL insertByIndex( ::sal_Int32 Index, const ::com::sun::star::uno::Any& Element …
116 …virtual void SAL_CALL removeByIndex( ::sal_Int32 Index ) throw (::com::sun::star::lang::IndexOutOf…
120 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (::com::sun::sta…
H A DImageControl.hxx148 …virtual void SAL_CALL replaceByIndex( ::sal_Int32 Index, const ::com::sun::star::uno::Any& Element…
151 …virtual void SAL_CALL insertByIndex( ::sal_Int32 Index, const ::com::sun::star::uno::Any& Element …
152 …virtual void SAL_CALL removeByIndex( ::sal_Int32 Index ) throw (::com::sun::star::lang::IndexOutOf…
156 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (::com::sun::sta…
H A DFixedLine.hxx159 …virtual void SAL_CALL replaceByIndex( ::sal_Int32 Index, const ::com::sun::star::uno::Any& Element…
162 …virtual void SAL_CALL insertByIndex( ::sal_Int32 Index, const ::com::sun::star::uno::Any& Element …
163 …virtual void SAL_CALL removeByIndex( ::sal_Int32 Index ) throw (::com::sun::star::lang::IndexOutOf…
167 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (::com::sun::sta…
/trunk/main/sd/source/ui/inc/taskpane/
H A DSlideSorterCacheDisplay.hxx180 #define SSCD_SET_VISIBILITY(Model,Index,Visible) \ argument
181 SscdSetVisibility(Model,Index,Visible)
192 #define SSCD_SET_VISIBILITY(Model,Index,Visible) argument
/trunk/main/rhino/
H A Drhino1_7R3.patch1 Index: toolsrc/org/mozilla/javascript/tools/debugger/GuiCallback.java
17 Index: toolsrc/org/mozilla/javascript/tools/debugger/Main.java
97 Index: toolsrc/org/mozilla/javascript/tools/debugger/Dim.java
166 Index: toolsrc/org/mozilla/javascript/tools/debugger/SwingGui.java
661 Index: toolsrc/org/mozilla/javascript/tools/debugger/OfficeScriptInfo.java
791 Index: toolsrc/build.xml
820 Index: src/org/mozilla/javascript/DefiningClassLoader.java
/trunk/main/svx/source/unodraw/
H A Dunomod.cxx98 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index ) throw(::com::sun::star::…
632 uno::Any SAL_CALL SvxUnoDrawPagesAccess::getByIndex( sal_Int32 Index ) in getByIndex() argument
641 if( (Index < 0) || (Index >= mrModel.mpDoc->GetPageCount() ) ) in getByIndex()
644 SdrPage* pPage = mrModel.mpDoc->GetPage( (sal_uInt16)Index ); in getByIndex()
/trunk/main/sw/source/ui/index/
H A Didxmrk.src75 QuickHelpText [ en-US ] = "New User-defined Index" ; \
119 Text [ en-US ] = "~Index" ; \
430 Text [ en-US ] = "Create New User-defined Index" ;
435 Text [ en-US ] = "Edit Index Entry" ;
439 Text [ en-US ] = "Insert Index Entry" ;
/trunk/main/vbahelper/source/vbahelper/
H A Dvbadocumentsbase.cxx164 …virtual uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw ( lang::IndexOutOfBoundsException,… in getByIndex() argument
166 if ( Index < 0 in getByIndex()
167 || static_cast< Documents::size_type >(Index) >= m_documents.size() ) in getByIndex()
169 return makeAny( m_documents[ Index ] ); // returns xspreadsheetdoc in getByIndex()
/trunk/main/offapi/com/sun/star/smarttags/
H A DXSmartTagRecognizer.idl110 Index of the wanted smart tag type. Value needs to be
130 Index of the wanted smart tag type. Value needs to be
190 Index of the wanted smart tag type. Value needs to be
213 Index of the wanted smart tag type. Value needs to be
/trunk/main/svtools/source/control/
H A Dhyperlabel.cxx68 sal_Int32 Index; member in svt::HyperLabelImpl
218 return m_pImpl->Index; in GetIndex()
228 m_pImpl->Index = _Index; in SetIndex()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbacollectionimpl.hxx219 …virtual css::uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (css::lang::IndexOutOfBoundsE… in getByIndex() argument
221 if ( Index < 0 || Index >= getCount() ) in getByIndex()
224 return css::uno::makeAny( mXNamedVec[ Index ] ); in getByIndex()
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx902 virtual Any SAL_CALL getByIndex(sal_Int32 Index)
906 virtual void SAL_CALL insertByIndex(sal_Int32 Index, const Any& Element)
908 virtual void SAL_CALL replaceByIndex(sal_Int32 Index, const Any& Element)
910 virtual void SAL_CALL removeByIndex(sal_Int32 Index)
1145 Any ImplIntrospectionAdapter::getByIndex(sal_Int32 Index) in getByIndex() argument
1148 return mxObjIndexAccess->getByIndex( Index ); in getByIndex()
1152 void ImplIntrospectionAdapter::insertByIndex(sal_Int32 Index, const Any& Element) in insertByIndex() argument
1155 mxObjIndexContainer->insertByIndex( Index, Element ); in insertByIndex()
1161 mxObjIndexContainer->replaceByIndex( Index, Element ); in replaceByIndex()
1164 void ImplIntrospectionAdapter::removeByIndex(sal_Int32 Index) in removeByIndex() argument
[all …]

Completed in 435 milliseconds

12345678910>>...15