summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/pvlaydlg.hxx
diff options
context:
space:
mode:
authorDaniel Rentz [dr] <daniel.rentz@oracle.com>2011-02-15 10:57:32 +0100
committerDaniel Rentz [dr] <daniel.rentz@oracle.com>2011-02-15 10:57:32 +0100
commit631b024e6b1cc47b8d57759bfa3470ac2c5c2045 (patch)
treee0d0019dd1059c9b06f91f8b0727f26ee3ec923f /sc/source/ui/inc/pvlaydlg.hxx
parent4917ee9fc7569d46818310dfee6e8d5fdc7a7819 (diff)
parentd0ce561b856d43b13d5884b5aa5106f7889ea929 (diff)
dr79: rebase to DEV300_m100
Diffstat (limited to 'sc/source/ui/inc/pvlaydlg.hxx')
-rw-r--r--sc/source/ui/inc/pvlaydlg.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/pvlaydlg.hxx b/sc/source/ui/inc/pvlaydlg.hxx
index 47788785ed9f..d6f12e8c5d49 100644
--- a/sc/source/ui/inc/pvlaydlg.hxx
+++ b/sc/source/ui/inc/pvlaydlg.hxx
@@ -60,7 +60,7 @@ public:
virtual ~ScPivotLayoutDlg();
ScDPLabelData* GetLabelData( SCCOL nCol, size_t* pnIndex = 0 );
- String GetFuncString( USHORT& rnFuncMask, bool bIsValue = true );
+ String GetFuncString( sal_uInt16& rnFuncMask, bool bIsValue = true );
void NotifyStartTracking( ScPivotFieldWindow& rSourceWindow );
void NotifyDoubleClick( ScPivotFieldWindow& rSourceWindow );
@@ -69,13 +69,13 @@ public:
protected:
virtual void Tracking( const TrackingEvent& rTEvt );
virtual void SetReference( const ScRange& rRef, ScDocument* pDoc );
- virtual BOOL IsRefInputMode() const;
+ virtual sal_Bool IsRefInputMode() const;
virtual void SetActive();
- virtual BOOL Close();
+ virtual sal_Bool Close();
private:
/** Returns the localized function name for the specified (1-based) resource index. */
- inline const String& GetFuncName( USHORT nFuncIdx ) const { return maFuncNames[ nFuncIdx - 1 ]; }
+ inline const String& GetFuncName( sal_uInt16 nFuncIdx ) const { return maFuncNames[ nFuncIdx - 1 ]; }
/** Returns the specified field window. */
ScPivotFieldWindow& GetFieldWindow( ScPivotFieldType eFieldType );