summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-10-27 12:21:58 +0000
committerPascal Junck <pjunck@openoffice.org>2004-10-27 12:21:58 +0000
commit3767e677540213e9c5cffc11acabaa23125216d7 (patch)
tree412e079734d5b023e4052055dff9bcb16c53e62b /svtools/inc
parentd7c14055e4e16119c5282c86ecf7b22bbc09822b (diff)
INTEGRATION: CWS dbwizard1 (1.2.116); FILE MERGED
2004/08/16 09:44:20 bc 1.2.116.1: #i20313# modifications for the database setup wizard
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/roadmap.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/svtools/inc/roadmap.hxx b/svtools/inc/roadmap.hxx
index f75abb1d2d2a..5c9d5dc41bfe 100644
--- a/svtools/inc/roadmap.hxx
+++ b/svtools/inc/roadmap.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: roadmap.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2004-05-19 13:59:12 $
+ * last change: $Author: pjunck $ $Date: 2004-10-27 13:21:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,11 +109,11 @@ namespace svt
void SetRoadmapBitmap( const BitmapEx& maBitmap, sal_Bool _bInvalidate = sal_True );
const BitmapEx& GetRoadmapBitmap( ) const;
- void EnableRoadmapItem( ItemId _nItemId, sal_Bool _bEnable );
- sal_Bool IsRoadmapItemEnabled( ItemId _nItemId ) const;
+ void EnableRoadmapItem( ItemId _nItemId, sal_Bool _bEnable, ItemIndex _nStartIndex = 0 );
+ sal_Bool IsRoadmapItemEnabled( ItemId _nItemId, ItemIndex _nStartIndex = 0 ) const;
- void ChangeRoadmapItemLabel( ItemId _nID, ::rtl::OUString sLabel );
- void ChangeRoadmapItemID( ItemId _nID, ItemId _NewID );
+ void ChangeRoadmapItemLabel( ItemId _nID, ::rtl::OUString sLabel, ItemIndex _nStartIndex = 0 );
+ void ChangeRoadmapItemID( ItemId _nID, ItemId _NewID, ItemIndex _nStartIndex = 0 );
void SetRoadmapInteractive( sal_Bool _bInteractive );
sal_Bool IsRoadmapInteractive();
@@ -147,8 +147,8 @@ namespace svt
HyperLabel* GetByIndex( ItemIndex _nItemIndex );
const HyperLabel* GetByIndex( ItemIndex _nItemIndex ) const;
- HyperLabel* GetByID( ItemId _nID );
- const HyperLabel* GetByID( ItemId _nID ) const;
+ HyperLabel* GetByID( ItemId _nID, ItemIndex _nStartIndex = 0 );
+ const HyperLabel* GetByID( ItemId _nID, ItemIndex _nStartIndex = 0 ) const;
void DrawHeadline();
void DeselectOldRoadmapItems();