summaryrefslogtreecommitdiff
path: root/cui/source/inc/hldoctp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/hldoctp.hxx')
-rw-r--r--cui/source/inc/hldoctp.hxx52
1 files changed, 26 insertions, 26 deletions
diff --git a/cui/source/inc/hldoctp.hxx b/cui/source/inc/hldoctp.hxx
index a8e3df5e3a2d..3f657aab474b 100644
--- a/cui/source/inc/hldoctp.hxx
+++ b/cui/source/inc/hldoctp.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -39,45 +39,45 @@
class SvxHyperlinkDocTp : public SvxHyperlinkTabPageBase
{
private:
- FixedLine maGrpDocument;
- FixedText maFtPath;
- SvxHyperURLBox maCbbPath;
- ImageButton maBtFileopen;
+ FixedLine maGrpDocument;
+ FixedText maFtPath;
+ SvxHyperURLBox maCbbPath;
+ ImageButton maBtFileopen;
- FixedLine maGrpTarget;
- FixedText maFtTarget;
- Edit maEdTarget;
- FixedText maFtURL;
- FixedText maFtFullURL;
- ImageButton maBtBrowse;
+ FixedLine maGrpTarget;
+ FixedText maFtTarget;
+ Edit maEdTarget;
+ FixedText maFtURL;
+ FixedText maFtFullURL;
+ ImageButton maBtBrowse;
- String maStrURL;
+ String maStrURL;
- BOOL mbMarkWndOpen;
+ BOOL mbMarkWndOpen;
- DECL_LINK (ClickFileopenHdl_Impl , void * ); // Button : Fileopen
- DECL_LINK (ClickTargetHdl_Impl , void * ); // Button : Target
+ DECL_LINK (ClickFileopenHdl_Impl , void * ); // Button : Fileopen
+ DECL_LINK (ClickTargetHdl_Impl , void * ); // Button : Target
- DECL_LINK (ModifiedPathHdl_Impl , void * ); // Contens of combobox "Path" modified
- DECL_LINK (ModifiedTargetHdl_Impl, void * ); // Contens of editfield "Target" modified
+ DECL_LINK (ModifiedPathHdl_Impl , void * ); // Contens of combobox "Path" modified
+ DECL_LINK (ModifiedTargetHdl_Impl, void * ); // Contens of editfield "Target" modified
- DECL_LINK (LostFocusPathHdl_Impl, void * ); // Combobox "path" lost its focus
+ DECL_LINK (LostFocusPathHdl_Impl, void * ); // Combobox "path" lost its focus
- DECL_LINK (TimeoutHdl_Impl , Timer * ); // Handler for timer -timeout
+ DECL_LINK (TimeoutHdl_Impl , Timer * ); // Handler for timer -timeout
- enum EPathType { Type_Unknown, Type_Invalid,
- Type_ExistsFile, Type_File,
+ enum EPathType { Type_Unknown, Type_Invalid,
+ Type_ExistsFile, Type_File,
Type_ExistsDir, Type_Dir };
EPathType GetPathType ( String& aStrPath );
protected:
void FillDlgFields ( String& aStrURL );
- void GetCurentItemData ( String& aStrURL, String& aStrName,
- String& aStrIntName, String& aStrFrame,
+ void GetCurentItemData ( String& aStrURL, String& aStrName,
+ String& aStrIntName, String& aStrFrame,
SvxLinkInsertMode& eMode );
virtual BOOL ShouldOpenMarkWnd () {return mbMarkWndOpen;}
virtual void SetMarkWndShouldOpen (BOOL bOpen) {mbMarkWndOpen=bOpen;}
- String GetCurrentURL ();
+ String GetCurrentURL ();
public:
SvxHyperlinkDocTp ( Window *pParent, const SfxItemSet& rItemSet);
@@ -85,9 +85,9 @@ public:
static IconChoicePage* Create( Window* pWindow, const SfxItemSet& rItemSet );
- virtual void SetMarkStr ( String& aStrMark );
+ virtual void SetMarkStr ( String& aStrMark );
- virtual void SetInitFocus();
+ virtual void SetInitFocus();
};