summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 17:39:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 17:01:07 +0000
commit2fbd9825bce67218de2083ea1e881e98af166bf8 (patch)
tree90e557f9ca03cb237203bc0b7b04b34cb2305df2 /basctl
parentf7a6ef74fe9b72105495b7d315ce155e01eb6489 (diff)
Remove visual noise from basctl
Change-Id: I3e6a238a0bafbb70a7c22bde1f2258b8014ed2d2 Reviewed-on: https://gerrit.libreoffice.org/8232 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'basctl')
-rw-r--r--basctl/sdi/baside.sdi16
-rw-r--r--basctl/sdi/basslots.sdi2
-rw-r--r--basctl/source/basicide/basicbox.cxx8
-rw-r--r--basctl/source/basicide/basicbox.hxx2
-rw-r--r--basctl/source/basicide/baside2.cxx18
-rw-r--r--basctl/source/basicide/baside2b.cxx36
-rw-r--r--basctl/source/basicide/baside3.cxx6
-rw-r--r--basctl/source/basicide/bastype2.cxx6
-rw-r--r--basctl/source/basicide/bastypes.cxx30
-rw-r--r--basctl/source/basicide/documentenumeration.hxx16
-rw-r--r--basctl/source/basicide/iderdll.cxx6
-rw-r--r--basctl/source/basicide/layout.cxx6
-rw-r--r--basctl/source/basicide/layout.hxx4
-rw-r--r--basctl/source/basicide/macrodlg.hxx2
-rw-r--r--basctl/source/basicide/moduldlg.cxx18
-rw-r--r--basctl/source/basicide/objdlg.hxx4
-rw-r--r--basctl/source/basicide/scriptdocument.cxx12
-rw-r--r--basctl/source/dlged/dlged.cxx8
-rw-r--r--basctl/source/dlged/dlgresid.src2
-rw-r--r--basctl/source/inc/accessibledialogcontrolshape.hxx4
-rw-r--r--basctl/source/inc/accessibledialogwindow.hxx4
-rw-r--r--basctl/source/inc/baside3.hxx4
-rw-r--r--basctl/source/inc/bastypes.hxx12
-rw-r--r--basctl/source/inc/dlged.hxx8
-rw-r--r--basctl/source/inc/dlgedclip.hxx4
-rw-r--r--basctl/source/inc/dlgedfac.hxx4
-rw-r--r--basctl/source/inc/dlgedfunc.hxx12
-rw-r--r--basctl/source/inc/dlgedlist.hxx8
-rw-r--r--basctl/source/inc/dlgedmod.hxx4
-rw-r--r--basctl/source/inc/dlgedobj.hxx8
-rw-r--r--basctl/source/inc/dlgedpage.hxx4
-rw-r--r--basctl/source/inc/dlgedview.hxx4
-rw-r--r--basctl/source/inc/dlgresid.hrc2
-rw-r--r--basctl/source/inc/doceventnotifier.hxx16
-rw-r--r--basctl/source/inc/docsignature.hxx12
-rw-r--r--basctl/source/inc/scriptdocument.hxx16
36 files changed, 164 insertions, 164 deletions
diff --git a/basctl/sdi/baside.sdi b/basctl/sdi/baside.sdi
index 586b328347d4..11ab061430e8 100644
--- a/basctl/sdi/baside.sdi
+++ b/basctl/sdi/baside.sdi
@@ -27,9 +27,9 @@ shell basctl_Shell
{
import BasicIDEView [Automation];
- // ========================================================
+
// Current, je nach aktuellem Fenster:
- // ========================================================
+
SID_SHOWLINES
[
StateMethod = GetState;
@@ -132,9 +132,9 @@ shell basctl_Shell
StateMethod = GetState;
]
- // ========================================================
+
// Global: Egal, welches Fenster gerade aktiv ist:
- // ========================================================
+
SID_BASICIDE_LIBSELECTOR
[
StateMethod = GetState;
@@ -320,9 +320,9 @@ shell basctl_Shell
StateMethod = GetState;
]
- // ========================================================
+
// Nur, wenn BasicFenster oben
- // ========================================================
+
SID_BASICRUN
[
ExecMethod = ExecuteBasic;
@@ -407,9 +407,9 @@ shell basctl_Shell
StateMethod = GetState;
]
- // ========================================================
+
// Nur, wenn Dialogfenster oben
- // ========================================================
+
SID_CHOOSE_CONTROLS
[
ExecMethod = ExecuteDialog;
diff --git a/basctl/sdi/basslots.sdi b/basctl/sdi/basslots.sdi
index 9235fd8ce428..f85923cb7972 100644
--- a/basctl/sdi/basslots.sdi
+++ b/basctl/sdi/basslots.sdi
@@ -25,7 +25,7 @@ HelpText( "BasicIDE" )
SlotIdFile( "basslots.hrc" )
]
{
- //=========================================================================
+
include "sfxitems.sdi"
include "sfx.sdi"
include "svxitems.sdi"
diff --git a/basctl/source/basicide/basicbox.cxx b/basctl/source/basicide/basicbox.cxx
index 2ccad9bc35e9..1c98157d2767 100644
--- a/basctl/source/basicide/basicbox.cxx
+++ b/basctl/source/basicide/basicbox.cxx
@@ -83,9 +83,9 @@ Window* LibBoxControl::CreateItemWindow( Window *pParent )
return new LibBox( pParent, m_xFrame );
}
-//=============================================================================
+
//= DocListenerBox
-//=============================================================================
+
DocListenerBox::DocListenerBox( Window* pParent )
:ListBox( pParent, WinBits( WB_BORDER | WB_DROPDOWN ) )
@@ -143,9 +143,9 @@ void DocListenerBox::onDocumentModeChanged( const ScriptDocument& /*_rDocument*/
// not interested in
}
-//=============================================================================
+
//= basctl::LibBox
-//=============================================================================
+
LibBox::LibBox( Window* pParent, const uno::Reference< frame::XFrame >& rFrame ) :
DocListenerBox( pParent ),
m_xFrame( rFrame )
diff --git a/basctl/source/basicide/basicbox.hxx b/basctl/source/basicide/basicbox.hxx
index b3a8501a1736..f0ced9f3b25d 100644
--- a/basctl/source/basicide/basicbox.hxx
+++ b/basctl/source/basicide/basicbox.hxx
@@ -71,7 +71,7 @@ private:
DocumentEventNotifier m_aNotifier;
};
-//
+
class LibBox : public DocListenerBox
{
diff --git a/basctl/source/basicide/baside2.cxx b/basctl/source/basicide/baside2.cxx
index 06bc28ade190..97dee2e128ed 100644
--- a/basctl/source/basicide/baside2.cxx
+++ b/basctl/source/basicide/baside2.cxx
@@ -189,10 +189,10 @@ bool bSourceLinesEnabled = false;
} // namespace
-//
+
// ModulWindow
-// ===========
-//
+
+
ModulWindow::ModulWindow (
ModulWindowLayout* pParent,
@@ -1478,10 +1478,10 @@ void ModulWindow::UpdateModule ()
}
-//
+
// ModulWindowLayout
-// =================
-//
+
+
ModulWindowLayout::ModulWindowLayout (Window* pParent, ObjectCatalog& rObjectCatalog_) :
Layout(pParent),
@@ -1567,10 +1567,10 @@ void ModulWindowLayout::OnFirstSize (long const nWidth, long const nHeight)
}
-//
+
// SyntaxColors
-// ============
-//
+
+
ModulWindowLayout::SyntaxColors::SyntaxColors () :
pEditor(0)
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx
index da3b51c5e5ed..2e20d098c6f2 100644
--- a/basctl/source/basicide/baside2b.cxx
+++ b/basctl/source/basicide/baside2b.cxx
@@ -182,10 +182,10 @@ void lcl_SeparateNameAndIndex( const OUString& rVName, OUString& rVar, OUString&
} // namespace
-//
+
// EditorWindow
-// ============
-//
+
+
class EditorWindow::ChangesListener:
public cppu::WeakImplHelper1< beans::XPropertiesChangeListener >
@@ -1351,10 +1351,10 @@ void EditorWindow::ForceSyntaxTimeout()
}
-//
+
// BreakPointWindow
-// ================
-//
+
+
BreakPointWindow::BreakPointWindow (Window* pParent, ModulWindow* pModulWindow)
: Window(pParent, WB_BORDER)
@@ -1571,10 +1571,10 @@ void BreakPointWindow::setBackgroundColor(Color aColor)
}
-//
+
// WatchWindow
-// ===========
-//
+
+
namespace
{
@@ -1871,10 +1871,10 @@ void WatchWindow::UpdateWatches( bool bBasicStopped )
}
-//
+
// StackWindow
-// ===========
-//
+
+
StackWindow::StackWindow (Layout* pParent) :
DockingWindow(pParent),
@@ -2005,10 +2005,10 @@ void StackWindow::UpdateCalls()
}
-//
+
// ComplexEditorWindow
-// ===================
-//
+
+
ComplexEditorWindow::ComplexEditorWindow( ModulWindow* pParent ) :
Window( pParent, WB_3DLOOK | WB_CLIPCHILDREN ),
@@ -2112,10 +2112,10 @@ EditorWindow::GetComponentInterface(sal_Bool bCreate)
}
-//
+
// WatchTreeListBox
-// ================
-//
+
+
WatchTreeListBox::WatchTreeListBox( Window* pParent, WinBits nWinBits )
: SvHeaderTabListBox( pParent, nWinBits )
diff --git a/basctl/source/basicide/baside3.cxx b/basctl/source/basicide/baside3.cxx
index d7b216716337..2e505485d799 100644
--- a/basctl/source/basicide/baside3.cxx
+++ b/basctl/source/basicide/baside3.cxx
@@ -1407,10 +1407,10 @@ ItemType DialogWindow::GetType () const
}
-//
+
// DialogWindowLayout
-// ==================
-//
+
+
DialogWindowLayout::DialogWindowLayout (Window* pParent, ObjectCatalog& rObjectCatalog_) :
Layout(pParent),
diff --git a/basctl/source/basicide/bastype2.cxx b/basctl/source/basicide/bastype2.cxx
index 522e5e495d3f..633962f8e483 100644
--- a/basctl/source/basicide/bastype2.cxx
+++ b/basctl/source/basicide/bastype2.cxx
@@ -179,10 +179,10 @@ bool EntryDescriptor::operator == (EntryDescriptor const& rDesc) const
m_eType == rDesc.m_eType;
}
-//
+
// TreeListBox
-// ===========
-//
+
+
TreeListBox::TreeListBox (Window* pParent, ResId const& rRes)
: SvTreeListBox( pParent, IDEResId( sal::static_int_cast<sal_uInt16>( rRes.GetId() ) ) )
diff --git a/basctl/source/basicide/bastypes.cxx b/basctl/source/basicide/bastypes.cxx
index bf478e970bfb..443626f85aea 100644
--- a/basctl/source/basicide/bastypes.cxx
+++ b/basctl/source/basicide/bastypes.cxx
@@ -45,10 +45,10 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star;
-//
+
// BaseWindow
-// ==========
-//
+
+
DBG_NAME( BaseWindow )
@@ -270,10 +270,10 @@ bool BaseWindow::HasActiveEditor () const
}
-//
+
// DockingWindow
-// =============
-//
+
+
// style bits for DockingWindow
WinBits const DockingWindow::StyleBits =
@@ -427,10 +427,10 @@ void DockingWindow::DockThis ()
}
-//
+
// ExtendedEdit
-// ============
-//
+
+
ExtendedEdit::ExtendedEdit( Window* pParent, IDEResId nRes ) :
Edit( pParent, nRes )
@@ -463,10 +463,10 @@ IMPL_LINK_INLINE_START( ExtendedEdit, EditAccHdl, Accelerator *, pAcc )
IMPL_LINK_INLINE_END( ExtendedEdit, EditAccHdl, Accelerator *, pAcc )
-//
+
// TabBar
-// ========
-//
+
+
TabBar::TabBar( Window* pParent ) :
::TabBar( pParent, WinBits( WB_3DLOOK | WB_SCROLL | WB_BORDER | WB_SIZEABLE | WB_DRAG ) )
@@ -723,10 +723,10 @@ sal_uLong CalcLineCount( SvStream& rStream )
return nCRs;
}
-//
+
// LibInfos
-// ========
-//
+
+
LibInfos::LibInfos ()
{ }
diff --git a/basctl/source/basicide/documentenumeration.hxx b/basctl/source/basicide/documentenumeration.hxx
index f9e322d1c315..8dac1688ecda 100644
--- a/basctl/source/basicide/documentenumeration.hxx
+++ b/basctl/source/basicide/documentenumeration.hxx
@@ -31,9 +31,9 @@ namespace com { namespace sun { namespace star { namespace uno {
class XComponentContext;
} } } }
-//........................................................................
+
namespace basctl { namespace docs {
-//........................................................................
+
typedef ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > Model;
typedef ::std::vector< ::com::sun::star::uno::Reference< ::com::sun::star::frame::XController > > Controllers;
@@ -46,9 +46,9 @@ namespace basctl { namespace docs {
typedef ::std::vector< DocumentDescriptor > Documents;
- //====================================================================
+
//= IDocumentDescriptorFilter
- //====================================================================
+
/// allows pre-filtering when enumerating document descriptors
class SAL_NO_VTABLE IDocumentDescriptorFilter
{
@@ -59,9 +59,9 @@ namespace basctl { namespace docs {
~IDocumentDescriptorFilter() {}
};
- //====================================================================
+
//= DocumentEnumeration
- //====================================================================
+
struct DocumentEnumeration_Data;
/** is a helper class for enumerating documents in OOo
@@ -95,9 +95,9 @@ namespace basctl { namespace docs {
boost::scoped_ptr< DocumentEnumeration_Data > m_pData;
};
-//........................................................................
+
} } // namespace basctl::docs
-//........................................................................
+
#endif // BASCTL_DOCUMENTENUMERATION_HXX
diff --git a/basctl/source/basicide/iderdll.cxx b/basctl/source/basicide/iderdll.cxx
index a370b3460420..d76f353ffcea 100644
--- a/basctl/source/basicide/iderdll.cxx
+++ b/basctl/source/basicide/iderdll.cxx
@@ -155,10 +155,10 @@ ExtraData* Dll::GetExtraData ()
} // namespace
-//
+
// basctl::ExtraData
-// ===================
-//
+
+
ExtraData::ExtraData () :
pSearchItem(new SvxSearchItem(SID_SEARCH_ITEM)),
diff --git a/basctl/source/basicide/layout.cxx b/basctl/source/basicide/layout.cxx
index 0770a1b8f7da..59657216f7c0 100644
--- a/basctl/source/basicide/layout.cxx
+++ b/basctl/source/basicide/layout.cxx
@@ -155,10 +155,10 @@ void Layout::DataChanged (DataChangedEvent const& rDCEvt)
}
}
-//
+
// SplittedSide
-// ============
-//
+
+
// ctor
Layout::SplittedSide::SplittedSide (Layout* pParent, Side eSide) :
diff --git a/basctl/source/basicide/layout.hxx b/basctl/source/basicide/layout.hxx
index 1092aeb67e30..764ebd706405 100644
--- a/basctl/source/basicide/layout.hxx
+++ b/basctl/source/basicide/layout.hxx
@@ -37,10 +37,10 @@ namespace basctl
class DockingWindow;
class BaseWindow;
-//
+
// Layout -- the common base of ModulLayout and DialogLayout.
// Handles the splitting lines and the dockable windows.
-//
+
class Layout: public Window
{
public:
diff --git a/basctl/source/basicide/macrodlg.hxx b/basctl/source/basicide/macrodlg.hxx
index 4735fb414da7..9308f69de582 100644
--- a/basctl/source/basicide/macrodlg.hxx
+++ b/basctl/source/basicide/macrodlg.hxx
@@ -16,7 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-//
+
#ifndef BASCTL_MACRODLG_HXX
#define BASCTL_MACRODLG_HXX
diff --git a/basctl/source/basicide/moduldlg.cxx b/basctl/source/basicide/moduldlg.cxx
index f8f3a1423081..a47d30a26682 100644
--- a/basctl/source/basicide/moduldlg.cxx
+++ b/basctl/source/basicide/moduldlg.cxx
@@ -47,10 +47,10 @@ using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::resource;
-//
+
// ExtTreeListBox
-// ==============
-//
+
+
ExtTreeListBox::ExtTreeListBox(Window* pParent, WinBits nStyle)
: TreeListBox(pParent, nStyle)
@@ -463,10 +463,10 @@ sal_Bool ExtTreeListBox::NotifyCopyingMoving( SvTreeListEntry* pTarget, SvTreeLi
return 2; // open...
}
-//
+
// OrganizeDialog
-// ==============
-//
+
+
OrganizeDialog::OrganizeDialog(Window* pParent, sal_Int16 tabId,
EntryDescriptor& rDesc )
@@ -551,10 +551,10 @@ IMPL_LINK( OrganizeDialog, ActivatePageHdl, TabControl *, pTabCtrl )
return 0;
}
-//
+
// ObjectPage
-// ==========
-//
+
+
ObjectPage::ObjectPage(Window *pParent, const OString &rName, sal_uInt16 nMode)
: TabPage(pParent, rName, OUString("modules/BasicIDE/ui/") +
diff --git a/basctl/source/basicide/objdlg.hxx b/basctl/source/basicide/objdlg.hxx
index fd5420ff073b..408e54b5313c 100644
--- a/basctl/source/basicide/objdlg.hxx
+++ b/basctl/source/basicide/objdlg.hxx
@@ -32,10 +32,10 @@
namespace basctl
{
-//
+
// ObjectCatalog -- a docking window that contains the currently loaded macros
// in a tree structure.
-//
+
class ObjectCatalog : public DockingWindow
{
public:
diff --git a/basctl/source/basicide/scriptdocument.cxx b/basctl/source/basicide/scriptdocument.cxx
index 8789734133ff..8cc5cd51ae8a 100644
--- a/basctl/source/basicide/scriptdocument.cxx
+++ b/basctl/source/basicide/scriptdocument.cxx
@@ -123,9 +123,9 @@ namespace basctl
namespace MacroExecMode = ::com::sun::star::document::MacroExecMode;
namespace FrameSearchFlag = ::com::sun::star::frame::FrameSearchFlag;
- //====================================================================
+
//= helper
- //====================================================================
+
namespace
{
static bool StringCompareLessThan( const OUString& lhs, const OUString& rhs )
@@ -293,9 +293,9 @@ namespace basctl
bool impl_initDocument_nothrow( const Reference< XModel >& _rxModel );
};
- //====================================================================
+
//= ScriptDocument::Impl - implementation
- //====================================================================
+
ScriptDocument::Impl::Impl()
:m_bIsApplication( true )
,m_bValid( true )
@@ -1039,9 +1039,9 @@ namespace basctl
// not interested in
}
- //====================================================================
+
//= ScriptDocument
- //====================================================================
+
ScriptDocument::ScriptDocument()
:m_pImpl(new Impl)
{ }
diff --git a/basctl/source/dlged/dlged.cxx b/basctl/source/dlged/dlged.cxx
index 058f9c158c27..ebf8ba0b5cc1 100644
--- a/basctl/source/dlged/dlged.cxx
+++ b/basctl/source/dlged/dlged.cxx
@@ -62,9 +62,9 @@ static OUString aDecorationPropName( "Decoration" );
static OUString aTitlePropName( "Title" );
-//============================================================================
+
// DlgEdHint
-//============================================================================
+
TYPEINIT1( DlgEdHint, SfxHint );
@@ -84,9 +84,9 @@ DlgEdHint::~DlgEdHint()
{
}
-//============================================================================
+
// DlgEditor
-//============================================================================
+
void DlgEditor::ShowDialog()
{
diff --git a/basctl/source/dlged/dlgresid.src b/basctl/source/dlged/dlgresid.src
index d1c3db25dc91..7e490c80eee1 100644
--- a/basctl/source/dlged/dlgresid.src
+++ b/basctl/source/dlged/dlgresid.src
@@ -130,7 +130,7 @@ String RID_STR_BRWTITLE_MULTISELECT
Text [ en-US ] = "Multiselection";
};
-// -----------------------------------------------------------------------
+
String RID_STR_DEF_LANG
{
diff --git a/basctl/source/inc/accessibledialogcontrolshape.hxx b/basctl/source/inc/accessibledialogcontrolshape.hxx
index 46761c13228b..b50537cd701c 100644
--- a/basctl/source/inc/accessibledialogcontrolshape.hxx
+++ b/basctl/source/inc/accessibledialogcontrolshape.hxx
@@ -38,9 +38,9 @@ namespace basctl
class DlgEdObj;
class DialogWindow;
-// ----------------------------------------------------
+
// class AccessibleDialogControlShape
-// ----------------------------------------------------
+
typedef ::comphelper::OAccessibleExtendedComponentHelper AccessibleExtendedComponentHelper_BASE;
diff --git a/basctl/source/inc/accessibledialogwindow.hxx b/basctl/source/inc/accessibledialogwindow.hxx
index ff0e4a389758..bc0f065ca101 100644
--- a/basctl/source/inc/accessibledialogwindow.hxx
+++ b/basctl/source/inc/accessibledialogwindow.hxx
@@ -43,9 +43,9 @@ class DlgEditor;
class DlgEdModel;
class DlgEdObj;
-// ----------------------------------------------------
+
// class AccessibleDialogWindow
-// ----------------------------------------------------
+
typedef ::comphelper::OAccessibleExtendedComponentHelper AccessibleExtendedComponentHelper_BASE;
diff --git a/basctl/source/inc/baside3.hxx b/basctl/source/inc/baside3.hxx
index eaeefdd64b7b..de239a3a949f 100644
--- a/basctl/source/inc/baside3.hxx
+++ b/basctl/source/inc/baside3.hxx
@@ -119,9 +119,9 @@ public:
virtual ItemType GetType () const;
};
-//
+
// DialogWindowLayout
-//
+
class DialogWindowLayout : public Layout
{
public:
diff --git a/basctl/source/inc/bastypes.hxx b/basctl/source/inc/bastypes.hxx
index e4afb64b99eb..991f732eacf9 100644
--- a/basctl/source/inc/bastypes.hxx
+++ b/basctl/source/inc/bastypes.hxx
@@ -71,10 +71,10 @@ struct BasicStatus
nBasicFlags(0) { }
};
-//
+
// basctl::DockingWindow -- special docking window for the Basic IDE
// Not to be confused with ::DockingWindow from vcl.
-//
+
class DockingWindow : public ::DockingWindow
{
public:
@@ -112,10 +112,10 @@ private:
void DockThis ();
};
-//
+
// basctl::TabBar
// Not to be confused with ::TabBar from svtools.
-//
+
class TabBar : public ::TabBar
{
protected:
@@ -142,9 +142,9 @@ enum BasicWindowStatus
class EntryDescriptor;
-//
+
// BaseWindow -- the base of both ModulWindow and DialogWindow.
-//
+
class BaseWindow : public Window
{
private:
diff --git a/basctl/source/inc/dlged.hxx b/basctl/source/inc/dlged.hxx
index 8c7b302170e7..6d1d4a679f10 100644
--- a/basctl/source/inc/dlged.hxx
+++ b/basctl/source/inc/dlged.hxx
@@ -47,9 +47,9 @@ class DialogWindowLayout;
#define DLGED_PAGE_WIDTH_MIN 1280
#define DLGED_PAGE_HEIGHT_MIN 1024
-//============================================================================
+
// DlgEdHint
-//============================================================================
+
class DlgEdObj;
@@ -79,9 +79,9 @@ public:
};
-//============================================================================
+
// DlgEditor
-//============================================================================
+
class DlgEdModel;
class DlgEdPage;
diff --git a/basctl/source/inc/dlgedclip.hxx b/basctl/source/inc/dlgedclip.hxx
index 6c57a7c27fa1..a97128a72594 100644
--- a/basctl/source/inc/dlgedclip.hxx
+++ b/basctl/source/inc/dlgedclip.hxx
@@ -26,9 +26,9 @@
namespace basctl
{
-//============================================================================
+
// DlgEdTransferableImpl
-//============================================================================
+
typedef ::cppu::WeakImplHelper2< ::com::sun::star::datatransfer::XTransferable, ::com::sun::star::datatransfer::clipboard::XClipboardOwner > DlgEdTransferableHelper;
diff --git a/basctl/source/inc/dlgedfac.hxx b/basctl/source/inc/dlgedfac.hxx
index f660ac469fdf..c6a3716c6407 100644
--- a/basctl/source/inc/dlgedfac.hxx
+++ b/basctl/source/inc/dlgedfac.hxx
@@ -26,9 +26,9 @@
namespace basctl
{
-//============================================================================
+
// DlgEdFactory
-//============================================================================
+
class DlgEdFactory
{
diff --git a/basctl/source/inc/dlgedfunc.hxx b/basctl/source/inc/dlgedfunc.hxx
index a911d1482b72..b9b3566384c7 100644
--- a/basctl/source/inc/dlgedfunc.hxx
+++ b/basctl/source/inc/dlgedfunc.hxx
@@ -25,9 +25,9 @@ namespace basctl
class DlgEditor;
-//============================================================================
+
// DlgEdFunc
-//============================================================================
+
class DlgEdFunc /* : public LinkHdl */
{
@@ -48,9 +48,9 @@ public:
virtual bool KeyInput( const KeyEvent& rKEvt );
};
-//============================================================================
+
// DlgEdFuncInsert
-//============================================================================
+
class DlgEdFuncInsert : public DlgEdFunc
{
@@ -63,9 +63,9 @@ public:
virtual bool MouseMove( const MouseEvent& rMEvt );
};
-//============================================================================
+
// DlgEdFuncSelect
-//============================================================================
+
class DlgEdFuncSelect : public DlgEdFunc
{
diff --git a/basctl/source/inc/dlgedlist.hxx b/basctl/source/inc/dlgedlist.hxx
index 5a37dd16b009..9c5a97609a44 100644
--- a/basctl/source/inc/dlgedlist.hxx
+++ b/basctl/source/inc/dlgedlist.hxx
@@ -29,9 +29,9 @@ namespace basctl
class DlgEdObj;
-//============================================================================
+
// DlgEdPropListenerImpl
-//============================================================================
+
typedef ::cppu::WeakImplHelper1< ::com::sun::star::beans::XPropertyChangeListener > PropertyChangeListenerHelper;
@@ -52,9 +52,9 @@ public:
};
-//============================================================================
+
// DlgEdEvtContListenerImpl
-//============================================================================
+
typedef ::cppu::WeakImplHelper1< ::com::sun::star::container::XContainerListener > ContainerListenerHelper;
diff --git a/basctl/source/inc/dlgedmod.hxx b/basctl/source/inc/dlgedmod.hxx
index 58512433336d..c7d737558fe6 100644
--- a/basctl/source/inc/dlgedmod.hxx
+++ b/basctl/source/inc/dlgedmod.hxx
@@ -25,9 +25,9 @@
namespace basctl
{
-//============================================================================
+
// DlgEdModel
-//============================================================================
+
class DlgEdModel : public SdrModel
{
diff --git a/basctl/source/inc/dlgedobj.hxx b/basctl/source/inc/dlgedobj.hxx
index 651e4d9b62e5..dedd56699810 100644
--- a/basctl/source/inc/dlgedobj.hxx
+++ b/basctl/source/inc/dlgedobj.hxx
@@ -37,9 +37,9 @@ typedef ::std::multimap< sal_Int16, OUString, ::std::less< sal_Int16 > > IndexTo
class DlgEdForm;
class DlgEditor;
-//============================================================================
+
// DlgEdObj
-//============================================================================
+
class DlgEdObj: public SdrUnoObj
{
@@ -133,9 +133,9 @@ public:
};
-//============================================================================
+
// DlgEdForm
-//============================================================================
+
class DlgEdForm: public DlgEdObj
{
diff --git a/basctl/source/inc/dlgedpage.hxx b/basctl/source/inc/dlgedpage.hxx
index 35ea51651bf0..370b4127a398 100644
--- a/basctl/source/inc/dlgedpage.hxx
+++ b/basctl/source/inc/dlgedpage.hxx
@@ -25,9 +25,9 @@
namespace basctl
{
-//============================================================================
+
// DlgEdPage
-//============================================================================
+
class DlgEdModel;
class DlgEdForm;
diff --git a/basctl/source/inc/dlgedview.hxx b/basctl/source/inc/dlgedview.hxx
index 8ae6b15c8989..59a727c4c086 100644
--- a/basctl/source/inc/dlgedview.hxx
+++ b/basctl/source/inc/dlgedview.hxx
@@ -28,9 +28,9 @@ namespace basctl
class DlgEditor;
-//============================================================================
+
// DlgEdView
-//============================================================================
+
class DlgEdView : public SdrView
{
diff --git a/basctl/source/inc/dlgresid.hrc b/basctl/source/inc/dlgresid.hrc
index 77e4480c20de..7542db132969 100644
--- a/basctl/source/inc/dlgresid.hrc
+++ b/basctl/source/inc/dlgresid.hrc
@@ -63,7 +63,7 @@
#define RID_QRYBOX_LANGUAGE ( RID_DLG_START + 70 )
-// -----------------------------------------------------------------------
+
#endif // BASCTL_DLGRESID_HRC
diff --git a/basctl/source/inc/doceventnotifier.hxx b/basctl/source/inc/doceventnotifier.hxx
index 372f5fcb704c..2d22547528bb 100644
--- a/basctl/source/inc/doceventnotifier.hxx
+++ b/basctl/source/inc/doceventnotifier.hxx
@@ -26,16 +26,16 @@
#include <boost/noncopyable.hpp>
-//........................................................................
+
namespace basctl
{
-//........................................................................
+
class ScriptDocument;
- //====================================================================
+
//= DocumentEventListener
- //====================================================================
+
class SAL_NO_VTABLE DocumentEventListener : ::boost::noncopyable
{
public:
@@ -52,9 +52,9 @@ namespace basctl
virtual ~DocumentEventListener();
};
- //====================================================================
+
//= DocumentEventNotifier
- //====================================================================
+
/** allows registering at theGlobalEventBroadcaster for global document events
*/
class DocumentEventNotifier
@@ -78,9 +78,9 @@ namespace basctl
rtl::Reference<Impl> m_pImpl;
};
-//........................................................................
+
} // namespace basctl
-//........................................................................
+
#endif // BASCTL_DOCEVENTNOTIFIER_HXX
diff --git a/basctl/source/inc/docsignature.hxx b/basctl/source/inc/docsignature.hxx
index b18601d6cc2f..289927aaaa7d 100644
--- a/basctl/source/inc/docsignature.hxx
+++ b/basctl/source/inc/docsignature.hxx
@@ -23,15 +23,15 @@
#include <boost/scoped_ptr.hpp>
-//........................................................................
+
namespace basctl
{
-//........................................................................
+
class ScriptDocument;
- //====================================================================
+
//= DocumentSignature
- //====================================================================
+
/// encapsulates (actions on) the signature/state of a document
class DocumentSignature
{
@@ -72,9 +72,9 @@ namespace basctl
boost::scoped_ptr<Impl> m_pImpl;
};
-//........................................................................
+
} // namespace basctl
-//........................................................................
+
#endif // BASCTL_DOCSIGNATURE_HXX
diff --git a/basctl/source/inc/scriptdocument.hxx b/basctl/source/inc/scriptdocument.hxx
index 477dc6e7a9a6..cfc611223664 100644
--- a/basctl/source/inc/scriptdocument.hxx
+++ b/basctl/source/inc/scriptdocument.hxx
@@ -32,14 +32,14 @@ class SfxListener;
class BasicManager;
-//........................................................................
+
namespace basctl
{
-//........................................................................
- //====================================================================
+
+
//= LibraryContainerType
- //====================================================================
+
enum LibraryContainerType
{
E_SCRIPTS,
@@ -62,9 +62,9 @@ namespace basctl
LIBRARY_TYPE_ALL
};
- //====================================================================
+
//= ScriptDocument
- //====================================================================
+
class ScriptDocument;
typedef ::std::vector< ScriptDocument > ScriptDocuments;
@@ -499,9 +499,9 @@ namespace basctl
bool allowMacros() const;
};
-//........................................................................
+
} // namespace basctl
-//........................................................................
+
#endif // BASCTL_SCRIPTDOCUMENT_HXX