/aoo4110/main/toolkit/source/controls/ |
H A D | roadmapcontrol.cxx | 182 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 …]
|
/aoo4110/main/qadevOOo/tests/java/ifc/container/ |
H A D | _XIndexContainer.java | 74 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.java | 83 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()
|
/aoo4110/main/oovbaapi/ooo/vba/excel/ |
H A D | XWorksheet.idl | 87 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 …]
|
/aoo4110/main/reportdesign/source/core/api/ |
H A D | ReportControlModel.cxx | 80 if ( Index > static_cast<sal_Int32>(m_aFormatConditions.size()) ) in insertByIndex() 84 m_aFormatConditions.insert(m_aFormatConditions.begin() + Index,xElement); in insertByIndex() 88 container::ContainerEvent aEvent(xBroadcaster, uno::makeAny(Index), Element, uno::Any()); in insertByIndex() 99 checkIndex(Index); in removeByIndex() 100 Element <<= m_aFormatConditions[Index]; in removeByIndex() 101 m_aFormatConditions.erase(m_aFormatConditions.begin() + Index); in removeByIndex() 103 container::ContainerEvent aEvent(xBroadcaster, uno::makeAny(Index), Element, uno::Any()); in removeByIndex() 117 checkIndex(Index); in replaceByIndex() 118 m_aFormatConditions[Index] = xElement; in replaceByIndex() 136 checkIndex(Index); in getByIndex() [all …]
|
H A D | Functions.cxx | 84 sal_Bool bAdd = (Index == static_cast<sal_Int32>(m_aFunctions.size())); in insertByIndex() 86 checkIndex(Index); in insertByIndex() 96 ::std::advance(aPos,Index); in insertByIndex() 102 …container::ContainerEvent aEvent(static_cast<container::XContainer*>(this), uno::makeAny(Index), a… in insertByIndex() 112 checkIndex(Index); in removeByIndex() 114 ::std::advance(aPos,Index); in removeByIndex() 129 checkIndex(Index); in replaceByIndex() 134 ::std::advance(aPos,Index); in replaceByIndex() 139 …container::ContainerEvent aEvent(static_cast<container::XContainer*>(this), uno::makeAny(Index), E… in replaceByIndex() 153 checkIndex(Index); in getByIndex() [all …]
|
H A D | Groups.cxx | 99 sal_Bool bAdd = (Index == static_cast<sal_Int32>(m_aGroups.size())); in insertByIndex() 101 checkIndex(Index); in insertByIndex() 111 ::std::advance(aPos,Index); in insertByIndex() 116 …container::ContainerEvent aEvent(static_cast<container::XContainer*>(this), uno::makeAny(Index), a… in insertByIndex() 126 checkIndex(Index); in removeByIndex() 128 ::std::advance(aPos,Index); in removeByIndex() 142 checkIndex(Index); in replaceByIndex() 147 ::std::advance(aPos,Index); in replaceByIndex() 152 …container::ContainerEvent aEvent(static_cast<container::XContainer*>(this), uno::makeAny(Index), E… in replaceByIndex() 166 checkIndex(Index); in getByIndex() [all …]
|
/aoo4110/main/svtools/source/filter/ |
H A D | sgvtext.cxx | 370 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 …]
|
/aoo4110/main/migrationanalysis/src/wizard/ |
H A D | Wizard.frm | 44 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 …]
|
/aoo4110/main/svx/source/unodraw/ |
H A D | gluepts.cxx | 424 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 …]
|
/aoo4110/main/framework/source/fwe/helper/ |
H A D | propertysetcontainer.cxx | 94 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 …]
|
/aoo4110/main/autodoc/source/ary/cpp/ |
H A D | cs_ce.hxx | 50 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 D | cs_def.hxx | 52 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;
|
/aoo4110/main/sw/source/ui/utlui/ |
H A D | poolfmt.src | 66 Text [ en-US ] = "Index Link" ; 201 Text [ en-US ] = "Index" ; 489 Text [ en-US ] = "Index 1" ; 493 Text [ en-US ] = "Index 2" ; 497 Text [ en-US ] = "Index 3" ; 553 Text [ en-US ] = "User Index 1" ; 557 Text [ en-US ] = "User Index 2" ; 561 Text [ en-US ] = "User Index 3" ; 565 Text [ en-US ] = "User Index 4" ; 569 Text [ en-US ] = "User Index 5" ; [all …]
|
/aoo4110/main/framework/source/fwi/uielement/ |
H A D | itemcontainer.cxx | 196 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 D | rootitemcontainer.cxx | 263 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 …]
|
/aoo4110/main/xml2cmp/source/xcd/ |
H A D | cr_index.cxx | 52 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()
|
/aoo4110/main/offapi/com/sun/star/document/ |
H A D | XDocumentInfo.idl | 73 @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 …]
|
/aoo4110/main/oovbaapi/ooo/vba/word/ |
H A D | XDocument.idl | 50 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 );
|
/aoo4110/main/svtools/source/uno/ |
H A D | unoimap.cxx | 638 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 …]
|
/aoo4110/main/starmath/inc/ |
H A D | dialog.hxx | 213 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()
|
/aoo4110/main/sd/source/ui/unoidl/ |
H A D | unocpres.cxx | 93 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 …]
|
/aoo4110/main/desktop/source/deployment/gui/ |
H A D | dp_gui_updatedialog.cxx | 189 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 …]
|
/aoo4110/main/i18npool/source/indexentry/ |
H A D | indexentrysupplier_default.cxx | 42 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()
|
/aoo4110/main/dbaccess/source/ui/dlg/ |
H A D | indexdialog.src | 71 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" ; 117 Text [ en-US ] = "Index details"; 123 Text [ en-US ] = "Index identifier:"; 175 Text [ en-US ] = "Index field" ; 209 Title [ en-US ] = "Save Index"; 218 Title [ en-US ] = "Exit Index Design";
|