INTEGRATION: CWS datapilotsort (1.8.174); FILE MERGED
2007/09/19 16:57:48 nn 1.8.174.1: #i32307# DataPilot manual sorting
This commit is contained in:
parent
1aaa8c3c63
commit
e0befa5ad3
1 changed files with 6 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: dptabsrc.hxx,v $
|
||||
*
|
||||
* $Revision: 1.8 $
|
||||
* $Revision: 1.9 $
|
||||
*
|
||||
* last change: $Author: obo $ $Date: 2007-01-25 11:03:43 $
|
||||
* last change: $Author: ihi $ $Date: 2007-11-20 17:40:52 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -768,6 +768,7 @@ private:
|
|||
ScDPItemData maData;
|
||||
// String aCaption; // visible name (changeable by user)
|
||||
|
||||
sal_Int32 nPosition; // manual sorting
|
||||
BOOL bVisible;
|
||||
BOOL bShowDet;
|
||||
|
||||
|
@ -840,6 +841,9 @@ public:
|
|||
virtual void setIsVisible(BOOL bSet);
|
||||
virtual BOOL getShowDetails() const;
|
||||
virtual void setShowDetails(BOOL bSet);
|
||||
|
||||
sal_Int32 getPosition() const;
|
||||
void setPosition(sal_Int32 nNew);
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue