summaryrefslogtreecommitdiff
path: root/svx/inc/svdibrow.hxx
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2011-01-11 16:23:55 +0100
committerMikhail Voytenko <mav@openoffice.org>2011-01-11 16:23:55 +0100
commit66356194e2a9b45df904e6452b954b9e15a121c3 (patch)
tree4d3d153c76d31cbf187807334f60eaf3cfa0671f /svx/inc/svdibrow.hxx
parentce4e7d16a32df7448947e4cc72836bfea9aace26 (diff)
removetooltypes01: #i112600# do not affect FASTBOOL in this cws
Diffstat (limited to 'svx/inc/svdibrow.hxx')
-rw-r--r--svx/inc/svdibrow.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/svx/inc/svdibrow.hxx b/svx/inc/svdibrow.hxx
index 7c844e80c71c..0d20b950a49c 100644
--- a/svx/inc/svdibrow.hxx
+++ b/svx/inc/svdibrow.hxx
@@ -50,11 +50,11 @@ friend class ImpItemEdit;
sal_uInt16 nLastWhich;
sal_uInt16 nLastWhichOben;
sal_uInt16 nLastWhichUnten;
- int bWhichesButNames;
- int bDontHideIneffectiveItems;
- int bDontSortItems;
- int bShowWhichIds;
- int bShowRealValues;
+ FASTBOOL bWhichesButNames;
+ FASTBOOL bDontHideIneffectiveItems;
+ FASTBOOL bDontSortItems;
+ FASTBOOL bShowWhichIds;
+ FASTBOOL bShowRealValues;
private:
#if _SOLAR__PRIVATE
void ImpCtor();
@@ -80,8 +80,8 @@ public:
void SetAttributes(const SfxItemSet* pAttr, const SfxItemSet* p2ndSet=NULL);
sal_uIntPtr GetCurrentPos() const;
sal_uInt16 GetCurrentWhich() const;
- virtual int BegChangeEntry(sal_uIntPtr nPos);
- virtual int EndChangeEntry();
+ virtual FASTBOOL BegChangeEntry(sal_uIntPtr nPos);
+ virtual FASTBOOL EndChangeEntry();
virtual void BrkChangeEntry();
/** GetCellText returns the text at the given position
@@ -114,7 +114,7 @@ public:
virtual void GetFocus();
void Clear() { aBrowse.Clear(); }
void SetAttributes(const SfxItemSet* pAttr, const SfxItemSet* p2ndSet=NULL) { aBrowse.SetAttributes(pAttr,p2ndSet); }
- void SetFloatingMode(int /*bOn*/) {}
+ void SetFloatingMode(FASTBOOL /*bOn*/) {}
const _SdrItemBrowserControl& GetBrowserControl() const { return aBrowse; }
_SdrItemBrowserControl& GetBrowserControl() { return aBrowse; }
};
@@ -124,7 +124,7 @@ class SdrView;
class SdrItemBrowser: public _SdrItemBrowserWindow {
Timer aIdleTimer;
SdrView* pView;
- int bDirty;
+ FASTBOOL bDirty;
private:
static Window* ImpGetViewWin(SdrView& rView);
DECL_LINK(IdleHdl,Timer*);