INTEGRATION: CWS datapilotsort (1.9.174); FILE MERGED
2007/09/28 12:01:54 nn 1.9.174.2: #i32307# DataPilot manual sorting via API 2007/09/19 16:57:48 nn 1.9.174.1: #i32307# DataPilot manual sorting
This commit is contained in:
parent
a71e9b97bd
commit
1aaa8c3c63
1 changed files with 6 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: dpsave.hxx,v $
|
||||
*
|
||||
* $Revision: 1.9 $
|
||||
* $Revision: 1.10 $
|
||||
*
|
||||
* last change: $Author: obo $ $Date: 2007-01-22 12:06:44 $
|
||||
* last change: $Author: ihi $ $Date: 2007-11-20 17:40:33 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -96,7 +96,8 @@ public:
|
|||
void SetName( const String& rNew ); // used if the source member was renamed (groups)
|
||||
|
||||
void WriteToSource( const com::sun::star::uno::Reference<
|
||||
com::sun::star::uno::XInterface>& xMember );
|
||||
com::sun::star::uno::XInterface>& xMember,
|
||||
sal_Int32 nPosition );
|
||||
|
||||
void Store( SvStream& rStream ) const;
|
||||
};
|
||||
|
@ -182,6 +183,8 @@ public:
|
|||
ScDPSaveMember* GetExistingMemberByName(const String& rName);
|
||||
ScDPSaveMember* GetMemberByName(const String& rName);
|
||||
|
||||
void SetMemberPosition( const String& rName, sal_Int32 nNewPos );
|
||||
|
||||
void WriteToSource( const com::sun::star::uno::Reference<
|
||||
com::sun::star::uno::XInterface>& xDim );
|
||||
|
||||
|
|
Loading…
Reference in a new issue