Kaydet (Commit) a17b4fc4 authored tarafından jp's avatar jp

new: SwTextBlocks::SetMacroTable

üst 90b99a26
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: shellio.hxx,v $ * $RCSfile: shellio.hxx,v $
* *
* $Revision: 1.6 $ * $Revision: 1.7 $
* *
* last change: $Author: mib $ $Date: 2001-01-22 13:43:19 $ * last change: $Author: jp $ $Date: 2001-01-30 17:05:29 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -415,6 +415,7 @@ public: ...@@ -415,6 +415,7 @@ public:
BOOL IsReadOnly() const; // ReadOnly-Flag von pImp BOOL IsReadOnly() const; // ReadOnly-Flag von pImp
BOOL GetMacroTable( USHORT nIdx, SvxMacroTableDtor& rMacroTbl ); BOOL GetMacroTable( USHORT nIdx, SvxMacroTableDtor& rMacroTbl );
BOOL SetMacroTable( USHORT nIdx, const SvxMacroTableDtor& rMacroTbl );
String GetValidShortCut( const String& rLong, String GetValidShortCut( const String& rLong,
BOOL bCheckInBlock = FALSE ) const; BOOL bCheckInBlock = FALSE ) const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment