/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/container/ |
H A D | _XIndexReplace.java | 94 int Index = 0; in _replaceByIndex() local 102 Index = 1; in _replaceByIndex() 104 Index = Integer.parseInt(sIndex); in _replaceByIndex() 105 Index++; in _replaceByIndex() 106 tEnv.addObjRelation("XIndexReplaceINDEX", Integer.toString(Index)); in _replaceByIndex() 110 log.println("get ObjRelation(\"INSTANCE" + Index +"\")"); in _replaceByIndex() 111 oInstance = tEnv.getObjRelation("INSTANCE"+ Index); in _replaceByIndex() 113 log.println("ObjRelation(\"INSTANCE" + Index +"\") Object n.a."); in _replaceByIndex()
|
H A D | _XNameReplace.java | 91 int Index = 0; in _replaceByName() local 100 Index = 1; in _replaceByName() 102 Index = Integer.parseInt(sIndex); in _replaceByName() 103 Index++; in _replaceByName() 104 tEnv.addObjRelation("XNameReplaceINDEX", Integer.toString(Index)); in _replaceByName() 107 log.println("get ObjRelation(\"INSTANCE" + Index +"\")"); in _replaceByName() 108 Object oInstance = tEnv.getObjRelation("INSTANCE"+ Index); in _replaceByName() 110 log.println("ObjRelation(\"INSTANCE" + Index +"\") Object n.a."); in _replaceByName()
|
/trunk/main/framework/source/fwe/classes/ |
H A D | rootactiontriggercontainer.cxx | 158 void SAL_CALL RootActionTriggerContainer::insertByIndex( sal_Int32 Index, const Any& Element ) in insertByIndex() argument 168 PropertySetContainer::insertByIndex( Index, Element ); in insertByIndex() 171 void SAL_CALL RootActionTriggerContainer::removeByIndex( sal_Int32 Index ) in removeByIndex() argument 181 PropertySetContainer::removeByIndex( Index ); in removeByIndex() 186 void SAL_CALL RootActionTriggerContainer::replaceByIndex( sal_Int32 Index, const Any& Element ) in replaceByIndex() argument 196 PropertySetContainer::replaceByIndex( Index, Element ); in replaceByIndex() 222 Any SAL_CALL RootActionTriggerContainer::getByIndex( sal_Int32 Index ) in getByIndex() argument 230 return PropertySetContainer::getByIndex( Index ); in getByIndex()
|
/trunk/main/oovbaapi/ooo/vba/excel/ |
H A D | XGlobals.idl | 64 XRange Columns([in] any Index); 65 any CommandBars( [in] any Index ); 69 any WorkSheets( [in] any Index ); 70 any WorkBooks( [in] any Index ); 72 any Windows( [in] any Index ); 73 any Sheets( [in] any Index ); 75 XRange Rows([in] any Index); 76 any Names( [in] any Index );
|
H A D | XWorkbook.idl | 51 any Worksheets( [in] any Index ); 52 any Styles( [in] any Index ); 53 any Sheets( [in] any Index ); 54 any Windows( [in] any Index ); 57 any Names( [in] any Index ); 58 any Colors( [in] any Index ) raises (com::sun::star::script::BasicErrorException);
|
H A D | XApplication.idl | 69 //any CommandBars( [in] any Index ); 70 any Workbooks( [in] any Index ); 71 any Worksheets( [in] any Index ); 72 any Windows( [in] any Index ); 77 any Names( [in] any Index ); 88 any Caller( [in] any Index );
|
/trunk/main/desktop/source/deployment/gui/ |
H A D | dp_gui_updatedialog.hxx | 112 struct Index; 113 friend struct Index; 147 sal_uInt16 insertItem( UpdateDialog::Index *pIndex, SvLBoxButtonKind kind ); 148 void addAdditional( UpdateDialog::Index *pIndex, SvLBoxButtonKind kind ); 149 bool isIgnoredUpdate( UpdateDialog::Index *pIndex ); 150 void setIgnoredUpdate( UpdateDialog::Index *pIndex, bool bIgnore, bool bIgnoreAll ); 213 std::vector< Index* > m_ListboxEntries;
|
/trunk/main/i18npool/source/textconversion/ |
H A D | textconversion_zh.cxx | 54 …ode SAL_CALL getOneCharConversion(sal_Unicode ch, const sal_Unicode* Data, const sal_uInt16* Index) in getOneCharConversion() argument 56 if (Data && Index) { in getOneCharConversion() 57 sal_Unicode address = Index[ch>>8]; in getOneCharConversion() 70 const sal_uInt16 *Index; in getCharConversion() local 74 Index = ((const sal_uInt16* (*)())getFunctionBySymbol("getSTC_CharIndex_T2S"))(); in getCharConversion() 77 Index = ((const sal_uInt16* (*)())getFunctionBySymbol("getSTC_CharIndex_S2V"))(); in getCharConversion() 80 Index = ((const sal_uInt16* (*)())getFunctionBySymbol("getSTC_CharIndex_S2T"))(); in getCharConversion() 86 getOneCharConversion(aText[nStartPos+i], Data, Index); in getCharConversion()
|
H A D | genconv_dict.cxx | 337 } Index; typedef 342 Index *p1 = (Index*)s1, *p2 = (Index*)s2; in Index_comp() 355 std::vector<Index> STC_WordEntry_S2T(0x10000); in make_stc_word() 356 std::vector<Index> STC_WordEntry_T2S(0x10000); in make_stc_word() 414 qsort(&STC_WordEntry_S2T[0], count_S2T, sizeof(Index), Index_comp); in make_stc_word() 447 qsort(&STC_WordEntry_T2S[0], count_T2S, sizeof(Index), Index_comp); in make_stc_word()
|
/trunk/main/i18npool/inc/ |
H A D | indexentrysupplier_default.hxx | 30 class Index; 60 Index *index; 75 …void init(sal_Unicode start_, sal_Unicode end_, IndexKey* keys, sal_Int16 key_count, Index *index); 85 class Index class 88 … Index(const com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory >& rxMSF); 89 ~Index();
|
/trunk/main/reportdesign/source/core/api/ |
H A D | FixedText.cxx | 282 void SAL_CALL OFixedText::insertByIndex( ::sal_Int32 Index, const uno::Any& Element ) throw (lang::… in insertByIndex() argument 284 m_aProps.insertByIndex(Index,Element); in insertByIndex() 287 void SAL_CALL OFixedText::removeByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException… in removeByIndex() argument 289 m_aProps.removeByIndex(Index); in removeByIndex() 293 void SAL_CALL OFixedText::replaceByIndex( ::sal_Int32 Index, const uno::Any& Element ) throw (lang:… in replaceByIndex() argument 295 m_aProps.replaceByIndex(Index,Element); in replaceByIndex() 304 uno::Any SAL_CALL OFixedText::getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsExceptio… in getByIndex() argument 306 return m_aProps.getByIndex( Index ); in getByIndex()
|
H A D | FormattedField.cxx | 324 void SAL_CALL OFormattedField::insertByIndex( ::sal_Int32 Index, const uno::Any& Element ) throw (l… in insertByIndex() argument 326 m_aProps.insertByIndex(Index,Element); in insertByIndex() 329 void SAL_CALL OFormattedField::removeByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsExce… in removeByIndex() argument 331 m_aProps.removeByIndex(Index); in removeByIndex() 335 void SAL_CALL OFormattedField::replaceByIndex( ::sal_Int32 Index, const uno::Any& Element ) throw (… in replaceByIndex() argument 337 m_aProps.replaceByIndex(Index,Element); in replaceByIndex() 346 uno::Any SAL_CALL OFormattedField::getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsExc… in getByIndex() argument 348 return m_aProps.getByIndex( Index ); in getByIndex()
|
H A D | ImageControl.cxx | 413 void SAL_CALL OImageControl::insertByIndex( ::sal_Int32 Index, const uno::Any& Element ) throw (lan… in insertByIndex() argument 415 m_aProps.insertByIndex(Index,Element); in insertByIndex() 418 void SAL_CALL OImageControl::removeByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsExcept… in removeByIndex() argument 420 m_aProps.removeByIndex(Index); in removeByIndex() 424 void SAL_CALL OImageControl::replaceByIndex( ::sal_Int32 Index, const uno::Any& Element ) throw (la… in replaceByIndex() argument 426 m_aProps.replaceByIndex(Index,Element); in replaceByIndex() 435 uno::Any SAL_CALL OImageControl::getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsExcep… in getByIndex() argument 437 return m_aProps.getByIndex( Index ); in getByIndex()
|
H A D | FixedLine.cxx | 483 void SAL_CALL OFixedLine::insertByIndex( ::sal_Int32 Index, const uno::Any& Element ) throw (lang::… in insertByIndex() argument 485 m_aProps.insertByIndex(Index,Element); in insertByIndex() 488 void SAL_CALL OFixedLine::removeByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException… in removeByIndex() argument 490 m_aProps.removeByIndex(Index); in removeByIndex() 494 void SAL_CALL OFixedLine::replaceByIndex( ::sal_Int32 Index, const uno::Any& Element ) throw (lang:… in replaceByIndex() argument 496 m_aProps.replaceByIndex(Index,Element); in replaceByIndex() 505 uno::Any SAL_CALL OFixedLine::getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsExceptio… in getByIndex() argument 507 return m_aProps.getByIndex( Index ); in getByIndex()
|
H A D | Shape.cxx | 378 void SAL_CALL OShape::insertByIndex( ::sal_Int32 Index, const uno::Any& Element ) throw (lang::Ille… in insertByIndex() argument 380 m_aProps.insertByIndex(Index,Element); in insertByIndex() 383 void SAL_CALL OShape::removeByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, la… in removeByIndex() argument 385 m_aProps.removeByIndex(Index); in removeByIndex() 389 void SAL_CALL OShape::replaceByIndex( ::sal_Int32 Index, const uno::Any& Element ) throw (lang::Ill… in replaceByIndex() argument 391 m_aProps.replaceByIndex(Index,Element); in replaceByIndex() 400 uno::Any SAL_CALL OShape::getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, l… in getByIndex() argument 402 return m_aProps.getByIndex( Index ); in getByIndex()
|
/trunk/main/offapi/com/sun/star/gallery/ |
H A D | XGalleryTheme.idl | 87 @param Index 102 long insertURLByIndex( [in] string URL, [in] long Index ) 110 @param Index 126 long insertGraphicByIndex( [in] com::sun::star::graphic::XGraphic Graphic, [in] long Index ) 134 @param Index 149 long insertDrawingByIndex( [in] com::sun::star::lang::XComponent Drawing, [in] long Index ) 154 @param Index 160 void removeByIndex( [in] long Index )
|
/trunk/main/svx/source/table/ |
H A D | tabledesign.cxx | 111 …virtual Any SAL_CALL getByIndex( sal_Int32 Index ) throw(IndexOutOfBoundsException, WrappedTargetE… 160 …virtual Any SAL_CALL getByIndex( sal_Int32 Index ) throw(IndexOutOfBoundsException, WrappedTargetE… 379 Any SAL_CALL TableDesignStyle::getByIndex( sal_Int32 Index ) throw(IndexOutOfBoundsException, Wrapp… in getByIndex() argument 383 if( (Index < 0) || (Index >= style_count) ) in getByIndex() 386 return Any( maCellStyles[Index] ); in getByIndex() 615 Any SAL_CALL TableDesignFamily::getByIndex( sal_Int32 Index ) throw(IndexOutOfBoundsException, Wrap… in getByIndex() argument 619 if( (Index >= 0) && (Index < sal::static_int_cast< sal_Int32 >( maDesigns.size() ) ) ) in getByIndex() 620 return Any( maDesigns[Index] ); in getByIndex()
|
/trunk/main/autodoc/source/display/html/ |
H A D | protarea.cxx | 31 ProtectionArea::Index( ary::cpp::E_ClassKey i_eClassKey ) const in Index() function in ProtectionArea 66 csv_assert(aClassesTables[Index(i_eClassKey)]); in GetTable() 67 return aClassesTables[Index(i_eClassKey)]->GetTable(); in GetTable() 80 csv_assert(aClassesTables[Index(i_eClassKey)]); in ReleaseTable() 81 return aClassesTables[Index(i_eClassKey)]->ReleaseTable(); in ReleaseTable()
|
/trunk/main/toolkit/inc/toolkit/controls/ |
H A D | roadmapcontrol.hxx | 97 …void MakeRMItemValidation( sal_Int32 Index, Reference< XInterface >… 98 … ContainerEvent GetContainerEvent(sal_Int32 Index, Reference< XInterface > ); 128 …virtual Any SAL_CALL getByIndex( sal_Int32 Index ) throw (IndexOutOfBoundsException, WrappedTarget… 130 …virtual void SAL_CALL insertByIndex( sal_Int32 Index, const Any & _Element) throw (IllegalArgumen… 131 …virtual void SAL_CALL removeByIndex( sal_Int32 Index ) throw (IndexOutOfBoundsException, WrappedTa… 132 …virtual void SAL_CALL replaceByIndex( sal_Int32 Index, const Any & _Element) throw (IllegalArgumen…
|
/trunk/main/editeng/source/uno/ |
H A D | unonrule.cxx | 111 void SAL_CALL SvxUnoNumberingRules::replaceByIndex( sal_Int32 Index, const uno::Any& Element ) in replaceByIndex() argument 116 if( Index < 0 || Index >= maRule.GetLevelCount() ) in replaceByIndex() 123 setNumberingRuleByIndex( aSeq, Index ); in replaceByIndex() 134 Any SAL_CALL SvxUnoNumberingRules::getByIndex( sal_Int32 Index ) in getByIndex() argument 139 if( Index < 0 || Index >= maRule.GetLevelCount() ) in getByIndex() 142 return Any( getNumberingRuleByIndex(Index) ); in getByIndex()
|
/trunk/main/offapi/com/sun/star/awt/tree/ |
H A D | XMutableTreeNode.idl | 58 @param Index 65 … if <var>Index</var> is less than 0 or greater then <member>XTreeNode::getChildCount()</member>. 67 void insertChildByIndex( [in] long Index, [in] XMutableTreeNode ChildNode ) 73 @param Index 77 … if <var>Index</var> is less than 0 or greater then <member>XTreeNode::getChildCount()</member>. 79 void removeChildByIndex( [in] long Index )
|
/trunk/main/sc/source/ui/vba/ |
H A D | vbaworksheets.cxx | 131 …virtual uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, … in getByIndex() argument 133 if ( Index < 0 || Index >= getCount() ) in getByIndex() 136 return uno::makeAny( mSheetMap[ Index ] ); in getByIndex() 407 ScVbaWorksheets::Item( const uno::Any& Index, const uno::Any& Index2 ) throw (uno::RuntimeExceptio… in Item() argument 409 if ( Index.getValueTypeClass() == uno::TypeClass_SEQUENCE ) in Item() 413 aConverted = xConverter->convertTo( Index, getCppuType((uno::Sequence< uno::Any >*)0) ); in Item() 433 return ScVbaWorksheets_BASE::Item( Index, Index2 ); in Item()
|
/trunk/main/svx/source/unogallery/ |
H A D | unogaltheme.hxx | 75 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (::com::sun::sta… 80 …virtual ::sal_Int32 SAL_CALL insertURLByIndex( const ::rtl::OUString& URL, ::sal_Int32 Index ) thr… 81 …o::Reference< ::com::sun::star::graphic::XGraphic >& Graphic, ::sal_Int32 Index ) throw (::com::su… 82 …no::Reference< ::com::sun::star::lang::XComponent >& Drawing, ::sal_Int32 Index ) throw (::com::su… 83 …virtual void SAL_CALL removeByIndex( ::sal_Int32 Index ) throw (::com::sun::star::lang::IndexOutOf…
|
/trunk/main/autodoc/source/ary/loc/ |
H A D | locs_le.hxx | 49 typedef SortedIds<Le_Compare> Index; typedef in ary::loc::Le_Storage 54 const Index & RootIndex() const { return aRoots; } in RootIndex() 55 Index & RootIndex() { return aRoots; } in RootIndex() 61 Index aRoots;
|
/trunk/main/sw/source/ui/vba/ |
H A D | vbapalette.cxx | 66 …virtual uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, … in getByIndex() argument 68 if ( Index < 0 || Index >= getCount() ) in getByIndex() 70 return uno::makeAny( sal_Int32( ColorTable[ Index ] ) ); in getByIndex()
|