Home
last modified time | relevance | path

Searched refs:Index (Results 51 – 75 of 370) sorted by relevance

12345678910>>...15

/trunk/main/svx/source/table/
H A Dtablecolumns.cxx105 Any SAL_CALL TableColumns::getByIndex( sal_Int32 Index ) throw (IndexOutOfBoundsException, WrappedT… in getByIndex() argument
109 if( ( Index < 0 ) || ( Index >= mxTableModel->getColumnCount() ) ) in getByIndex()
112 return Any( Reference< XCellRange >( mxTableModel->getColumn( Index ).get() ) ); in getByIndex()
/trunk/main/shell/source/tools/lngconvex/
H A Dcmdline.cxx70 std::string CommandLine::get_arg(size_t Index) const in get_arg()
72 OSL_PRECOND(Index < m_argc, "Index out of range"); in get_arg()
74 if (Index > (m_argc - 1)) in get_arg()
77 return m_argv[Index]; in get_arg()
/trunk/main/sc/source/ui/vba/
H A Dvbapalette.cxx64 …virtual uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, … in getByIndex() argument
66 if ( Index < 0 || Index >= getCount() ) in getByIndex()
68 return uno::makeAny( sal_Int32( spnDefColorTable8[ Index ] ) ); in getByIndex()
H A Dvbaworksheet.cxx686 if ( Index.hasValue() ) in ChartObjects()
689 return xColl->Item( Index, uno::Any() ); in ChartObjects()
697 ScVbaWorksheet::PivotTables( const uno::Any& Index ) throw (uno::RuntimeException) in PivotTables() argument
704 if ( Index.hasValue() ) in PivotTables()
705 return xColl->Item( Index, uno::Any() ); in PivotTables()
710 ScVbaWorksheet::Comments( const uno::Any& Index ) throw (uno::RuntimeException) in Comments() argument
717 if ( Index.hasValue() ) in Comments()
718 return xColl->Item( Index, uno::Any() ); in Comments()
749 ScVbaWorksheet::OLEObjects( const uno::Any& Index ) throw (uno::RuntimeException) in OLEObjects() argument
757 if( Index.hasValue() ) in OLEObjects()
[all …]
H A Dvbaoleobjects.cxx58 …virtual uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, … in getByIndex() argument
60 if ( Index < 0 || Index >= getCount() ) in getByIndex()
62 return uno::makeAny( vObjects[ Index ] ); in getByIndex()
H A Dvbapagebreaks.cxx83 …virtual uno::Any SAL_CALL getByIndex( sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, la…
123 uno::Any SAL_CALL RangePageBreaks::getByIndex( sal_Int32 Index ) throw (lang::IndexOutOfBoundsExcep… in getByIndex() argument
125 if( (Index < getCount()) && ( Index >= 0 )) in getByIndex()
127 sheet::TablePageBreakData aTablePageBreakData = getTablePageBreakData( Index ); in getByIndex()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DFilterComponent.java208 int Index = Integer.valueOf(getIndexNumber(_scurName)).intValue(); in togglefollowingControlRow() local
209 if (Index < oControlRows.length) in togglefollowingControlRow()
211 boolean bValue = oControlRows[Index - 1].isConditionComplete(); in togglefollowingControlRow()
212 oControlRows[Index].setEnabled(bValue); in togglefollowingControlRow()
542 …protected ControlRow(int iCompPosX, int iCompPosY, int Index, boolean _bEnabled, int _firstRowHelp… in ControlRow() argument
555 String sCompSuffix = sIncSuffix + "_" + String.valueOf(Index + 1); in ControlRow()
634 …CurUnoDialog.insertListBox("lstFieldName" + sCompSuffix, SO_FIELDNAMELIST[Index], null, new ItemLi… in ControlRow()
663 … CurUnoDialog.insertListBox("lstOperator" + sCompSuffix, SO_CONDITIONLIST[Index], null, new ItemLi… in ControlRow()
692 …UnoDialog.insertFormattedField("txtValue" + sCompSuffix, SO_TEXTFIELDLIST[Index], new TextListener… in ControlRow()
/trunk/main/oovbaapi/ooo/vba/word/
H A DXGlobals.idl44 any CommandBars( [in] any Index );
45 any Documents( [in] any Index );
46 any Addins( [in] any Index );
47 any Dialogs( [in] any Index );
H A DXApplication.idl52 any CommandBars( [in] any Index );
53 any Documents( [in] any Index );
54 any Addins( [in] any Index );
55 any Dialogs( [in] any Index );
/trunk/main/framework/inc/helper/
H A Dpropertysetcontainer.hxx56 virtual void SAL_CALL insertByIndex( sal_Int32 Index, const ::com::sun::star::uno::Any& Element )
59 virtual void SAL_CALL removeByIndex( sal_Int32 Index )
63 virtual void SAL_CALL replaceByIndex( sal_Int32 Index, const ::com::sun::star::uno::Any& Element )
70 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
/trunk/main/offapi/com/sun/star/awt/grid/
H A DXMutableGridDataModel.idl63 @param Index
70 if <code>Index</code> is smaller than <code>0</code> or greater than the number of
73 void insertRow( [in] long Index, [in] any Heading, [in] sequence< any > Data )
77 @param Index
86 if <code>Index</code> is smaller than <code>0</code> or greater than the number of
89 …void insertRows( [in] long Index, [in] sequence< any > Headings, [in] sequence< sequence< any > > …
/trunk/main/framework/inc/uielement/
H A Ditemcontainer.hxx75 virtual void SAL_CALL insertByIndex( sal_Int32 Index, const ::com::sun::star::uno::Any& Element )
78 virtual void SAL_CALL removeByIndex( sal_Int32 Index )
82 virtual void SAL_CALL replaceByIndex( sal_Int32 Index, const ::com::sun::star::uno::Any& Element )
89 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
H A Drootitemcontainer.hxx90 virtual void SAL_CALL insertByIndex( sal_Int32 Index, const ::com::sun::star::uno::Any& Element )
93 virtual void SAL_CALL removeByIndex( sal_Int32 Index )
97 virtual void SAL_CALL replaceByIndex( sal_Int32 Index, const ::com::sun::star::uno::Any& Element )
104 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
/trunk/main/vcl/source/components/
H A Ddisplay.cxx200 …virtual Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (IndexOutOfBoundsException, WrappedTarg…
300 Any SAL_CALL DisplayAccess::getByIndex( ::sal_Int32 Index ) throw (IndexOutOfBoundsException, Wrapp… in getByIndex() argument
302 if( (Index < 0) || (Index >= getCount()) ) in getByIndex()
305 return makeAny( Reference< XPropertySet >( new DisplayInfo( Index ) ) ); in getByIndex()
/trunk/main/svx/source/unodraw/
H A Dunoshcol.cxx192 uno::Any SAL_CALL SvxShapeCollection::getByIndex( sal_Int32 Index ) in getByIndex() argument
195 if( Index < 0 || Index >= getCount() ) in getByIndex()
201 …makeAny( Reference< XShape>(static_cast< drawing::XShape* >( xElements.getArray()[Index].get())) ); in getByIndex()
/trunk/main/reportdesign/source/core/inc/
H A DFunctions.hxx71 …virtual void SAL_CALL insertByIndex( ::sal_Int32 Index, const ::com::sun::star::uno::Any& Element …
72 …virtual void SAL_CALL removeByIndex( ::sal_Int32 Index ) throw (::com::sun::star::lang::IndexOutOf…
74 …virtual void SAL_CALL replaceByIndex( ::sal_Int32 Index, const ::com::sun::star::uno::Any& Element…
77 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (::com::sun::sta…
H A DReportControlModel.hxx119 …void replaceByIndex( ::sal_Int32 Index, const ::com::sun::star::uno::Any& Element ) throw (::com::…
122 …void insertByIndex( ::sal_Int32 Index, const ::com::sun::star::uno::Any& Element ) throw (::com::s…
123 …void removeByIndex( ::sal_Int32 Index ) throw (::com::sun::star::lang::IndexOutOfBoundsException, …
127 …::com::sun::star::uno::Any getByIndex( ::sal_Int32 Index ) throw (::com::sun::star::lang::IndexOut…
H A DGroups.hxx74 …virtual void SAL_CALL insertByIndex( ::sal_Int32 Index, const ::com::sun::star::uno::Any& Element …
75 …virtual void SAL_CALL removeByIndex( ::sal_Int32 Index ) throw (::com::sun::star::lang::IndexOutOf…
77 …virtual void SAL_CALL replaceByIndex( ::sal_Int32 Index, const ::com::sun::star::uno::Any& Element…
80 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (::com::sun::sta…
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx1784 if ( rCode.Index < NF_INDEX_TABLE_ENTRIES && in ImpInsertFormat()
1786 rCode.Index != NF_CURRENCY_1000DEC2_CCC ) in ImpInsertFormat()
1797 aMsg += String::CreateFromInt32( rCode.Index ); in ImpInsertFormat()
1817 aMsg += String::CreateFromInt32( rCode.Index ); in ImpInsertFormat()
1826 if ( rCode.Index >= NF_INDEX_TABLE_ENTRIES ) in ImpInsertFormat()
1884 aMsg += String::CreateFromInt32( rCode.Index ); in ImpInsertFormat()
2011 if ( rSeq[j].Index == nTabOff ) in ImpGetFormatCodeIndex()
2041 if ( rSeq[j].Index == NF_CURRENCY_1000DEC2 ) in ImpGetFormatCodeIndex()
2047 if ( rSeq[j].Index == NF_CURRENCY_1000INT ) in ImpGetFormatCodeIndex()
2644 sal_Int16 nOrgIndex = pFormatArr[j].Index; in ImpGenerateAdditionalFormats()
[all …]
/trunk/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx143 …virtual void SAL_CALL registerScriptEvent(sal_Int32 Index, const ScriptEventDescriptor& ScriptEven…
145 …virtual void SAL_CALL registerScriptEvents(sal_Int32 Index, const Sequence< ScriptEventDescriptor …
147 …virtual void SAL_CALL revokeScriptEvent(sal_Int32 Index, const OUString& ListenerType, const OUStr…
149 virtual void SAL_CALL revokeScriptEvents(sal_Int32 Index)
151 virtual void SAL_CALL insertEntry(sal_Int32 Index)
153 virtual void SAL_CALL removeEntry(sal_Int32 Index)
155 virtual Sequence< ScriptEventDescriptor > SAL_CALL getScriptEvents(sal_Int32 Index)
157 …virtual void SAL_CALL attach(sal_Int32 Index, const Reference< XInterface >& Object, const Any& He…
/trunk/main/framework/inc/classes/
H A Drootactiontriggercontainer.hxx72 … virtual void SAL_CALL insertByIndex( sal_Int32 Index, const ::com::sun::star::uno::Any& Element )
75 virtual void SAL_CALL removeByIndex( sal_Int32 Index )
79 … virtual void SAL_CALL replaceByIndex( sal_Int32 Index, const ::com::sun::star::uno::Any& Element )
86 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
/trunk/main/sw/source/ui/vba/
H A Dvbasections.cxx93 …virtual uno::Any SAL_CALL getByIndex( sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, la… in getByIndex() argument
95 if ( Index < 0 || Index >= getCount() ) in getByIndex()
98 … uno::Reference< beans::XPropertySet > xPageProps( mxSections[ Index ], uno::UNO_QUERY_THROW ); in getByIndex()
H A Dvbastyles.cxx251 …virtual uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, … in getByIndex() argument
253 if ( Index < 0 || Index >= getCount() ) in getByIndex()
262 if( Index >= nCount ) in getByIndex()
263 Index -= nCount; in getByIndex()
267 return xIndexAccess->getByIndex( Index ); in getByIndex()
/trunk/main/connectivity/source/inc/ado/
H A DACollection.hxx129 …virtual staruno::Any SAL_CALL getByIndex( sal_Int32 Index ) throw(starlang::IndexOutOfBoundsExcept… in getByIndex() argument
132 if (Index < 0 || Index >= getCount()) in getByIndex()
135 m_pCollection->get_Item(OLEVariant(Index),&pCol); in getByIndex()
/trunk/main/xml2cmp/source/xcd/
H A Dcr_index.hxx36 class Index class
39 Index(
44 ~Index();

Completed in 233 milliseconds

12345678910>>...15