summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/fuhhconv.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-12-14 16:11:58 +0000
committerRüdiger Timm <rt@openoffice.org>2005-12-14 16:11:58 +0000
commitf1f9cdc963906cdfcb599530eb19b73a04a0049b (patch)
tree5f4f0238d8623eb648ffd29961f830445522866d /sd/source/ui/inc/fuhhconv.hxx
parentf738876c9f972196132904a2e72164ed54e3a514 (diff)
INTEGRATION: CWS impressfunctions (1.5.16); FILE MERGED
2005/10/28 10:56:46 cl 1.5.16.1: #125341# reworked FuPoor classes to use refcounting
Diffstat (limited to 'sd/source/ui/inc/fuhhconv.hxx')
-rw-r--r--sd/source/ui/inc/fuhhconv.hxx31
1 files changed, 18 insertions, 13 deletions
diff --git a/sd/source/ui/inc/fuhhconv.hxx b/sd/source/ui/inc/fuhhconv.hxx
index 62bc0321427c..69571f00d7a2 100644
--- a/sd/source/ui/inc/fuhhconv.hxx
+++ b/sd/source/ui/inc/fuhhconv.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fuhhconv.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: kz $ $Date: 2005-10-05 13:12:51 $
+ * last change: $Author: rt $ $Date: 2005-12-14 17:11:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -47,20 +47,10 @@ class Outliner;
class FuHangulHanjaConversion : public FuPoor
{
- protected:
- Outliner* pSdOutliner;
- BOOL bOwnOutliner;
-
public:
TYPEINFO();
- FuHangulHanjaConversion (
- ViewShell* pViewSh,
- ::sd::Window* pWin,
- ::sd::View* pView,
- SdDrawDocument* pDoc,
- SfxRequest& rReq );
- ~FuHangulHanjaConversion();
+ static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq );
void StartConversion( INT16 nSourceLanguage, INT16 nTargetLanguage,
const Font *pTargetFont, INT32 nOptions, BOOL bIsInteractive );
@@ -70,6 +60,21 @@ class FuHangulHanjaConversion : public FuPoor
void ConvertStyles( INT16 nTargetLanguage, const Font *pTargetFont );
Outliner* GetOutliner() const { return pSdOutliner; }
+
+ protected:
+ ~FuHangulHanjaConversion();
+
+ Outliner* pSdOutliner;
+ BOOL bOwnOutliner;
+
+private:
+ FuHangulHanjaConversion (
+ ViewShell* pViewSh,
+ ::sd::Window* pWin,
+ ::sd::View* pView,
+ SdDrawDocument* pDoc,
+ SfxRequest& rReq );
+
};
#endif // _SD_FUHHCONV_HXX