INTEGRATION: CWS uno2 (1.14.14); FILE MERGED
2003/04/11 14:49:42 ab 1.14.14.1: #108672# Basic Modules > 64K
This commit is contained in:
parent
e3c344a4f3
commit
8cff2ff6ad
1 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue