Home
last modified time | relevance | path

Searched refs:Index (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/trunk/main/toolkit/source/controls/
H A Droadmapcontrol.cxx182 if (( Index >= (sal_Int32)maRoadmapItems.size()) || (Index < 0)) in getByIndex()
185 aAny = makeAny( maRoadmapItems.at( Index )); in getByIndex()
193 if ((Index > (sal_Int32)maRoadmapItems.size()) || ( Index < 0 ) ) in MakeRMItemValidation()
259 aEvent.Accessor = makeAny(Index); in GetContainerEvent()
276 if ( ( Index >= ( (sal_Int32)maRoadmapItems.size() + 1 ) ) || (Index < 0)) in insertByIndex()
280 MakeRMItemValidation( Index, xRoadmapItem); in insertByIndex()
287 if ( Index <= n_CurrentItemID ) in insertByIndex()
300 if (( Index > (sal_Int32)maRoadmapItems.size()) || (Index < 0)) in removeByIndex()
309 if ( Index <= n_CurrentItemID ) in removeByIndex()
319 else if (Index == n_CurrentItemID) in removeByIndex()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/container/
H A D_XIndexContainer.java74 int Index = 0; field in _XIndexContainer
93 Index = 1; in _insertByIndex()
95 Index = Integer.parseInt(sIndex); in _insertByIndex()
96 Index++; in _insertByIndex()
98 Integer.toString(Index)); in _insertByIndex()
110 oObj.insertByIndex(Index, oInstance); in _insertByIndex()
111 result &= oObj.getByIndex(Index) != null ; in _insertByIndex()
112 log.println("insertByIndex(\""+Index+"\")...OK"); in _insertByIndex()
164 log.println("remove " +Index); in _removeByIndex()
168 oObj.removeByIndex(Index); in _removeByIndex()
[all …]
H A D_XNameContainer.java83 int Index = 0; in _insertByName() local
93 Index = 1; in _insertByName()
95 Index = Integer.parseInt(sIndex); in _insertByName()
96 Index++; in _insertByName()
98 Integer.toString(Index)); in _insertByName()
101 Name += Index ; in _insertByName()
103 log.println("get ObjRelation(\"INSTANCE" + Index +"\")"); in _insertByName()
104 Object oInstance = tEnv.getObjRelation("INSTANCE"+ Index); in _insertByName()
106 log.println("ObjRelation(\"INSTANCE" + Index +"\") Object n.a."); in _insertByName()
/trunk/main/oovbaapi/ooo/vba/excel/
H A DXWorksheet.idl87 any ChartObjects([in] any Index);
88 any PivotTables([in] any Index);
89 any Comments([in] any Index);
92 any HPageBreaks([in] any Index);
93 any VPageBreaks([in] any Index);
94 any OLEObjects([in] any Index);
95 any Shapes([in] any Index);
100 any Buttons( [in] any Index );
104 any Labels( [in] any Index );
112 XRange Rows( [in] any Index );
[all …]
/trunk/main/svtools/source/filter/
H A Dsgvtext.cxx370 Index++; in GetNextChar()
373 Index++; Cnt++; } in GetNextChar()
374 Index++; in GetNextChar()
396 c=TBuf[Index]; Index++; in ProcessOne()
399 c=TBuf[Index]; Index++; in ProcessOne()
406 if (c=='+' || c=='-') { c=TBuf[Index]; Index++; } in ProcessOne()
411 EoVal=(TBuf[Index]<'0' || TBuf[Index]>'9'); in ProcessOne()
412 if (EoVal==sal_False) { c=TBuf[Index]; Index++; } in ProcessOne()
701 sal_uInt16 Index; member
932 if (TBuf[R->Index-1]!=AbsatzEnd && TBuf[R->Index-1]!=TextEnd) { in FormatLine()
[all …]
/trunk/main/migrationanalysis/src/wizard/
H A DWizard.frm44 Index = 0
56 Index = 0
284 Index = 1
296 Index = 1
608 Index = 2
869 Index = 3
1670 Select Case Index
3064 Dim Index As Long
3067 For Index = 1 To limit
3072 For Index = 1 To limit
[all …]
/trunk/main/reportdesign/source/core/api/
H A DReportControlModel.cxx81 if ( Index > static_cast<sal_Int32>(m_aFormatConditions.size()) ) in insertByIndex()
85 m_aFormatConditions.insert(m_aFormatConditions.begin() + Index,xElement); in insertByIndex()
89 container::ContainerEvent aEvent(xBroadcaster, uno::makeAny(Index), Element, uno::Any()); in insertByIndex()
100 checkIndex(Index); in removeByIndex()
101 Element <<= m_aFormatConditions[Index]; in removeByIndex()
102 m_aFormatConditions.erase(m_aFormatConditions.begin() + Index); in removeByIndex()
104 container::ContainerEvent aEvent(xBroadcaster, uno::makeAny(Index), Element, uno::Any()); in removeByIndex()
118 checkIndex(Index); in replaceByIndex()
119 m_aFormatConditions[Index] = xElement; in replaceByIndex()
137 checkIndex(Index); in getByIndex()
[all …]
H A DFunctions.cxx85 sal_Bool bAdd = (Index == static_cast<sal_Int32>(m_aFunctions.size())); in insertByIndex()
87 checkIndex(Index); in insertByIndex()
97 ::std::advance(aPos,Index); in insertByIndex()
103 …container::ContainerEvent aEvent(static_cast<container::XContainer*>(this), uno::makeAny(Index), a… in insertByIndex()
113 checkIndex(Index); in removeByIndex()
115 ::std::advance(aPos,Index); in removeByIndex()
130 checkIndex(Index); in replaceByIndex()
135 ::std::advance(aPos,Index); in replaceByIndex()
140 …container::ContainerEvent aEvent(static_cast<container::XContainer*>(this), uno::makeAny(Index), E… in replaceByIndex()
154 checkIndex(Index); in getByIndex()
[all …]
H A DGroups.cxx100 sal_Bool bAdd = (Index == static_cast<sal_Int32>(m_aGroups.size())); in insertByIndex()
102 checkIndex(Index); in insertByIndex()
112 ::std::advance(aPos,Index); in insertByIndex()
117 …container::ContainerEvent aEvent(static_cast<container::XContainer*>(this), uno::makeAny(Index), a… in insertByIndex()
127 checkIndex(Index); in removeByIndex()
129 ::std::advance(aPos,Index); in removeByIndex()
143 checkIndex(Index); in replaceByIndex()
148 ::std::advance(aPos,Index); in replaceByIndex()
153 …container::ContainerEvent aEvent(static_cast<container::XContainer*>(this), uno::makeAny(Index), E… in replaceByIndex()
167 checkIndex(Index); in getByIndex()
[all …]
/trunk/main/svx/source/unodraw/
H A Dgluepts.cxx424 Index -= 4; in removeByIndex()
425 if( Index >= 0 && Index < pList->GetCount() ) in removeByIndex()
427 pList->Delete( (sal_uInt16)Index ); in removeByIndex()
450 Index -= 4; in replaceByIndex()
451 if( mpObject.is() && Index >= 0 ) in replaceByIndex()
454 if( pList && Index < pList->GetCount() ) in replaceByIndex()
456 SdrGluePoint& rGlue = (*pList)[(sal_uInt16)Index]; in replaceByIndex()
493 if( Index >= 0 && mpObject.is() && mpObject->IsNode() ) in getByIndex()
497 if( Index < 4 ) // default glue point? in getByIndex()
508 Index -= 4; in getByIndex()
[all …]
/trunk/main/framework/source/fwe/helper/
H A Dpropertysetcontainer.cxx94 if ( nSize >= Index ) in insertByIndex()
100 if ( nSize == Index ) in insertByIndex()
105 aIter += Index; in insertByIndex()
120 void SAL_CALL PropertySetContainer::removeByIndex( sal_Int32 Index ) in removeByIndex() argument
125 if ( (sal_Int32)m_aPropertySetVector.size() > Index ) in removeByIndex()
128 aIter += Index; in removeByIndex()
139 if ( (sal_Int32)m_aPropertySetVector.size() > Index ) in replaceByIndex()
145 m_aPropertySetVector[ Index ] = aPropertySetElement; in replaceByIndex()
167 Any SAL_CALL PropertySetContainer::getByIndex( sal_Int32 Index ) in getByIndex() argument
172 if ( (sal_Int32)m_aPropertySetVector.size() > Index ) in getByIndex()
[all …]
/trunk/main/sw/source/ui/utlui/
H A Dpoolfmt.src65 Text [ en-US ] = "Index Link" ;
199 Text [ en-US ] = "Index" ;
487 Text [ en-US ] = "Index 1" ;
491 Text [ en-US ] = "Index 2" ;
495 Text [ en-US ] = "Index 3" ;
551 Text [ en-US ] = "User Index 1" ;
555 Text [ en-US ] = "User Index 2" ;
559 Text [ en-US ] = "User Index 3" ;
563 Text [ en-US ] = "User Index 4" ;
567 Text [ en-US ] = "User Index 5" ;
[all …]
/trunk/main/autodoc/source/ary/cpp/
H A Dcs_ce.hxx50 typedef SortedIds<Ce_Compare> Index; typedef in ary::cpp::Ce_Storage
62 const Index & TypeIndex() const { return aTypes; } in TypeIndex()
63 const Index & OperationIndex() const { return aOperations; } in OperationIndex()
64 const Index & DataIndex() const { return aData; } in DataIndex()
66 Index & TypeIndex() { return aTypes; } in TypeIndex()
67 Index & OperationIndex() { return aOperations; } in OperationIndex()
68 Index & DataIndex() { return aData; } in DataIndex()
74 Index aTypes;
75 Index aOperations;
76 Index aData;
H A Dcs_def.hxx52 typedef SortedIds<Def_Compare> Index; typedef in ary::cpp::Def_Storage
63 const Index & DefineIndex() const { return aDefines; } in DefineIndex()
64 const Index & MacroIndex() const { return aMacros; } in MacroIndex()
66 Index & DefineIndex() { return aDefines; } in DefineIndex()
67 Index & MacroIndex() { return aMacros; } in MacroIndex()
74 Index aDefines;
75 Index aMacros;
/trunk/main/framework/source/fwi/uielement/
H A Ditemcontainer.cxx196 Any SAL_CALL ItemContainer::getByIndex( sal_Int32 Index ) in getByIndex() argument
200 if ( sal_Int32( m_aItemVector.size()) > Index ) in getByIndex()
201 return makeAny( m_aItemVector[Index] ); in getByIndex()
214 if ( sal_Int32( m_aItemVector.size()) == Index ) in insertByIndex()
216 else if ( sal_Int32( m_aItemVector.size()) >Index ) in insertByIndex()
219 aIter += Index; in insertByIndex()
230 void SAL_CALL ItemContainer::removeByIndex( sal_Int32 Index ) in removeByIndex() argument
234 if ( (sal_Int32)m_aItemVector.size() > Index ) in removeByIndex()
237 aIter += Index; in removeByIndex()
251 if ( sal_Int32( m_aItemVector.size()) > Index ) in replaceByIndex()
[all …]
H A Drootitemcontainer.cxx263 Any SAL_CALL RootItemContainer::getByIndex( sal_Int32 Index ) in getByIndex() argument
267 if ( sal_Int32( m_aItemVector.size()) > Index ) in getByIndex()
268 return makeAny( m_aItemVector[Index] ); in getByIndex()
281 if ( sal_Int32( m_aItemVector.size()) == Index ) in insertByIndex()
283 else if ( sal_Int32( m_aItemVector.size()) >Index ) in insertByIndex()
286 aIter += Index; in insertByIndex()
297 void SAL_CALL RootItemContainer::removeByIndex( sal_Int32 Index ) in removeByIndex() argument
301 if ( (sal_Int32)m_aItemVector.size() > Index ) in removeByIndex()
304 aIter += Index; in removeByIndex()
318 if ( sal_Int32( m_aItemVector.size()) > Index ) in replaceByIndex()
[all …]
/trunk/main/xml2cmp/source/xcd/
H A Dcr_index.cxx52 Index::Index( const char * i_sOutputDirectory, in Index() function in Index
64 Index::~Index() in ~Index()
69 Index::GatherData( const List<Simstr> & i_rInputFileList ) in GatherData()
78 Index::WriteOutput( const char * i_sOuputFile ) in WriteOutput()
104 Index::InsertSupportedService( const Simstr & i_sService ) in InsertSupportedService()
111 Index::ReadFile( const char * i_sFilename ) in ReadFile()
147 Index::CreateHtmlFileName( char * o_sOutputHtml, in CreateHtmlFileName()
170 Index::WriteTableFromHeap( std::ostream & o_rOut, in WriteTableFromHeap()
189 Index::WriteHeap( std::ostream & o_rOut, in WriteHeap()
/trunk/main/offapi/com/sun/star/document/
H A DXDocumentInfo.idl73 @param Index
81 if <var>Index</var> don't fit range of [0..count-1]
83 string getUserFieldName( [in] short Index )
89 @param Index
97 if <var>Index</var> don't fit range of [0..count-1]
99 string getUserFieldValue( [in] short Index )
105 @param Index
113 if <var>Index</var> don't fit range of [0..count-1]
116 [in] short Index ,
123 @param Index
[all …]
/trunk/main/oovbaapi/ooo/vba/word/
H A DXDocument.idl50 any BuiltInDocumentProperties( [in] any Index );
51 any CustomDocumentProperties( [in] any Index );
52 any Bookmarks( [in] any Index );
53 any Variables( [in] any Index );
54 any Paragraphs( [in] any Index );
55 any Styles( [in] any Index );
56 any Tables( [in] any Index );
57 any Fields( [in] any Index );
58 any Shapes( [in] any Index );
59 any Sections( [in] any Index );
/trunk/main/svtools/source/uno/
H A Dunoimap.cxx638 void SAL_CALL SvUnoImageMap::insertByIndex( sal_Int32 Index, const Any& Element ) in insertByIndex() argument
643 if( NULL == pObject || Index > nCount ) in insertByIndex()
648 if( Index == nCount ) in insertByIndex()
653 for( sal_Int32 n = 0; n < Index; n++ ) in insertByIndex()
663 if( Index >= nCount ) in removeByIndex()
666 if( nCount - 1 == Index ) in removeByIndex()
674 for( sal_Int32 n = 0; n < Index; n++ ) in removeByIndex()
687 if( NULL == pObject || Index >= nCount ) in replaceByIndex()
691 for( sal_Int32 n = 0; n < Index; n++ ) in replaceByIndex()
708 if( Index >= nCount ) in getByIndex()
[all …]
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_updatedialog.cxx189 struct UpdateDialog::Index struct in UpdateDialog
201 UpdateDialog::Index::Index( Kind theKind, sal_uInt16 nID, sal_uInt16 nIndex, const rtl::OUString &r… in Index() argument
727 UpdateDialog::Index * p = static_cast< UpdateDialog::Index * >( GetEntryData( nEntryPos ) ); in handlePopupMenu()
780 …UpdateDialog::Index const * p = static_cast< UpdateDialog::Index const * >( m_updates.GetEntryData… in insertItem()
807 … UpdateDialog::Index *pEntry = new UpdateDialog::Index( ENABLED_UPDATE, m_nLastID, nIndex, name ); in addEnabledUpdate()
833 …UpdateDialog::Index *pEntry = new UpdateDialog::Index( DISABLED_UPDATE, m_nLastID, nIndex, data.na… in addDisabledUpdate()
849 …UpdateDialog::Index *pEntry = new UpdateDialog::Index( SPECIFIC_ERROR, m_nLastID, nIndex, data.nam… in addSpecificError()
961 …UpdateDialog::Index const * p = static_cast< UpdateDialog::Index const * >(m_updates.GetEntryData(… in notifyMenubar()
1299 UpdateDialog::Index const * p = static_cast< UpdateDialog::Index const * >( in IMPL_LINK()
1402 …UpdateDialog::Index const * p = static_cast< UpdateDialog::Index const * >( m_updates.GetEntryData… in IMPL_LINK()
[all …]
/trunk/main/sd/source/ui/unoidl/
H A Dunocpres.cxx93 void SAL_CALL SdXCustomPresentation::insertByIndex( sal_Int32 Index, const uno::Any& Element ) in insertByIndex() argument
101 if( Index < 0 || Index > (sal_Int32)( mpSdCustomShow ? mpSdCustomShow->Count() : 0 ) ) in insertByIndex()
120 mpSdCustomShow->Insert(pPage->GetSdrPage(), Index); in insertByIndex()
127 void SAL_CALL SdXCustomPresentation::removeByIndex( sal_Int32 Index ) in removeByIndex() argument
138 getByIndex( Index ) >>= xPage; in removeByIndex()
153 void SAL_CALL SdXCustomPresentation::replaceByIndex( sal_Int32 Index, const uno::Any& Element ) in replaceByIndex() argument
156 removeByIndex( Index ); in replaceByIndex()
157 insertByIndex( Index, Element ); in replaceByIndex()
189 uno::Any SAL_CALL SdXCustomPresentation::getByIndex( sal_Int32 Index ) in getByIndex() argument
197 if( Index < 0 || Index >= (sal_Int32)mpSdCustomShow->Count() ) in getByIndex()
[all …]
/trunk/main/starmath/inc/
H A Ddialog.hxx213 const XubString * GetString(sal_uInt16 Index) const { return Strings[Index]; } in GetString()
214 sal_uInt16 GetMinimum(sal_uInt16 Index) { return Minimum[Index]; } in GetMinimum() argument
215 sal_uInt16 GetMaximum(sal_uInt16 Index) { return Maximum[Index]; } in GetMaximum() argument
216 sal_uInt16 GetValue(sal_uInt16 Index) const { return Value[Index]; } in GetValue()
217 void SetValue(sal_uInt16 Index, sal_uInt16 nVal) { Value[Index] = nVal;} in SetValue() argument
220 const Bitmap * GetGraphic(sal_uInt16 Index) const in GetGraphic()
222 return bIsHighContrast ? GraphicsH[Index] : Graphics[Index]; in GetGraphic()
/trunk/main/i18npool/source/indexentry/
H A Dindexentrysupplier_default.cxx42 index = new Index(rxMSF); in IndexEntrySupplier_Unicode()
97 …able::init(sal_Unicode start_, sal_Unicode end_, IndexKey *keys, sal_Int16 key_count, Index *index) in init()
115 Index::Index(const com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory >& r… in Index() function in com::sun::star::i18n::Index
120 Index::~Index() in ~Index()
125 sal_Int16 Index::compare(sal_Unicode c1, sal_Unicode c2) in compare()
130 sal_Int16 Index::getIndexWeight(const OUString& rIndexEntry) in getIndexWeight()
152 OUString Index::getIndexDescription(const OUString& rIndexEntry) in getIndexDescription()
170 void Index::makeIndexKeys(const lang::Locale &rLocale, const OUString &algorithm) throw (RuntimeExc… in makeIndexKeys()
255 void Index::init(const lang::Locale &rLocale, const OUString& algorithm) throw (RuntimeException) in init()
/trunk/main/dbaccess/source/ui/dlg/
H A Dindexdialog.src71 Text [ en-US ] = "New Index" ;
78 Text [ en-US ] = "Delete Current Index" ;
85 Text [ en-US ] = "Rename Current Index" ;
92 Text [ en-US ] = "Save Current Index" ;
99 Text [ en-US ] = "Reset Current Index" ;
116 Text [ en-US ] = "Index details" ;
122 Text [ en-US ] = "Index identifier:" ;
174 Text [ en-US ] = "Index field" ;
206 Title [ en-US ] = "Save Index" ;
213 Title [ en-US ] = "Exit Index Design" ;

Completed in 110 milliseconds

12345678910>>...15