summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2000-12-15 13:35:51 +0000
committerOliver Specht <os@openoffice.org>2000-12-15 13:35:51 +0000
commit1fcff07e9974d41ef213c7f7e097dd0557ad71a4 (patch)
tree4278cf1b270346714c2db35f4f5ae7895b668c3b /sw/inc
parente49c6d78b1abd5a6f4e12f87215b3092d52438e6 (diff)
#80953# sort()/createSortDescriptor() corrected
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/unoobj.hxx12
1 files changed, 9 insertions, 3 deletions
diff --git a/sw/inc/unoobj.hxx b/sw/inc/unoobj.hxx
index 2456d949b3f5..3fa496669ba5 100644
--- a/sw/inc/unoobj.hxx
+++ b/sw/inc/unoobj.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoobj.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: dvo $ $Date: 2000-12-02 20:26:31 $
+ * last change: $Author: os $ $Date: 2000-12-15 14:35:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -235,6 +235,7 @@ enum CursorType
} while( (_pStartCrsr=(SwPaM *)_pStartCrsr->GetNext()) != __pStartCrsr ); \
}
+
/* -----------------26.06.98 16:18-------------------
*
* --------------------------------------------------*/
@@ -529,8 +530,13 @@ public:
static void SelectPam(SwPaM& rCrsr, sal_Bool bExpand);
static void SetString(SwUnoCrsr& rUnoCrsr, const rtl::OUString& rString);
-};
+ static ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >
+ createSortDescriptor(sal_Bool bFromTable);
+ static sal_Bool convertSortProperties(
+ const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rDescriptor,
+ SwSortOptions& rSortOpt);
+};
/*-----------------20.03.98 07:47-------------------
--------------------------------------------------*/