From 8cff2ff6ad48498c5047f5331e2d42fb4d4a7c70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Wed, 23 Apr 2003 15:38:56 +0000 Subject: [PATCH] INTEGRATION: CWS uno2 (1.14.14); FILE MERGED 2003/04/11 14:49:42 ab 1.14.14.1: #108672# Basic Modules > 64K --- basctl/source/basicide/baside2.hxx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/basctl/source/basicide/baside2.hxx b/basctl/source/basicide/baside2.hxx index 5b503cbd75d7..c59e8bddc46d 100644 --- a/basctl/source/basicide/baside2.hxx +++ b/basctl/source/basicide/baside2.hxx @@ -2,9 +2,9 @@ * * $RCSfile: baside2.hxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: vg $ $Date: 2003-04-11 17:37:30 $ + * last change: $Author: rt $ $Date: 2003-04-23 16:38:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -112,6 +112,11 @@ DBG_NAMEEX( ModulWindow ); #define MARKER_NOMARKER 0xFFFF +// #108672 Helper functions to get/set text in TextEngine +// using the stream interface (get/setText() only supports +// tools Strings limited to 64K). +::rtl::OUString getTextEngineText( ExtTextEngine* pEngine ); +void setTextEngineText( ExtTextEngine* pEngine, const ::rtl::OUString aStr ); class ProgressInfo : public SfxProgress {