summaryrefslogtreecommitdiff
path: root/basctl/source/inc
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/inc')
-rw-r--r--basctl/source/inc/accessibledialogcontrolshape.hxx50
-rw-r--r--basctl/source/inc/accessibledialogwindow.hxx60
-rw-r--r--basctl/source/inc/baside3.hxx74
-rw-r--r--basctl/source/inc/basidectrlr.hxx8
-rw-r--r--basctl/source/inc/basidesh.hxx162
-rw-r--r--basctl/source/inc/basobj.hxx36
-rw-r--r--basctl/source/inc/bastypes.hxx164
-rw-r--r--basctl/source/inc/dlged.hxx136
-rw-r--r--basctl/source/inc/dlgedclip.hxx8
-rw-r--r--basctl/source/inc/dlgeddef.hxx2
-rw-r--r--basctl/source/inc/dlgedfac.hxx2
-rw-r--r--basctl/source/inc/dlgedfunc.hxx8
-rw-r--r--basctl/source/inc/dlgedlist.hxx6
-rw-r--r--basctl/source/inc/dlgedmod.hxx2
-rw-r--r--basctl/source/inc/dlgedobj.hxx48
-rw-r--r--basctl/source/inc/dlgedpage.hxx8
-rw-r--r--basctl/source/inc/dlgedview.hxx2
-rw-r--r--basctl/source/inc/dlgresid.hrc66
-rw-r--r--basctl/source/inc/doceventnotifier.hxx2
-rw-r--r--basctl/source/inc/docsignature.hxx2
-rw-r--r--basctl/source/inc/iderid.hxx2
-rw-r--r--basctl/source/inc/localizationmgr.hxx12
-rw-r--r--basctl/source/inc/managelang.hxx56
-rw-r--r--basctl/source/inc/propbrw.hxx8
-rw-r--r--basctl/source/inc/sbxitem.hxx44
-rw-r--r--basctl/source/inc/scriptdocument.hxx2
-rw-r--r--basctl/source/inc/svheader.hxx2
27 files changed, 486 insertions, 486 deletions
diff --git a/basctl/source/inc/accessibledialogcontrolshape.hxx b/basctl/source/inc/accessibledialogcontrolshape.hxx
index f45e4eb31e44..fca313610f02 100644
--- a/basctl/source/inc/accessibledialogcontrolshape.hxx
+++ b/basctl/source/inc/accessibledialogcontrolshape.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
@@ -48,53 +48,53 @@ class AccessibleStateSetHelper;
}
-// ----------------------------------------------------
-// class AccessibleDialogControlShape
-// ----------------------------------------------------
+// ----------------------------------------------------
+// class AccessibleDialogControlShape
+// ----------------------------------------------------
-typedef ::comphelper::OAccessibleExtendedComponentHelper AccessibleExtendedComponentHelper_BASE;
+typedef ::comphelper::OAccessibleExtendedComponentHelper AccessibleExtendedComponentHelper_BASE;
typedef ::cppu::ImplHelper3<
::com::sun::star::accessibility::XAccessible,
::com::sun::star::lang::XServiceInfo,
::com::sun::star::beans::XPropertyChangeListener > AccessibleDialogControlShape_BASE;
-class AccessibleDialogControlShape : public AccessibleExtendedComponentHelper_BASE,
+class AccessibleDialogControlShape : public AccessibleExtendedComponentHelper_BASE,
public AccessibleDialogControlShape_BASE
{
friend class AccessibleDialogWindow;
private:
- VCLExternalSolarLock* m_pExternalLock;
- DialogWindow* m_pDialogWindow;
- DlgEdObj* m_pDlgEdObj;
- sal_Bool m_bFocused;
- sal_Bool m_bSelected;
+ VCLExternalSolarLock* m_pExternalLock;
+ DialogWindow* m_pDialogWindow;
+ DlgEdObj* m_pDlgEdObj;
+ sal_Bool m_bFocused;
+ sal_Bool m_bSelected;
- ::com::sun::star::awt::Rectangle m_aBounds;
- ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xControlModel;
+ ::com::sun::star::awt::Rectangle m_aBounds;
+ ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xControlModel;
protected:
- sal_Bool IsFocused();
- sal_Bool IsSelected();
+ sal_Bool IsFocused();
+ sal_Bool IsSelected();
- void SetFocused( sal_Bool bFocused );
- void SetSelected( sal_Bool bSelected );
+ void SetFocused( sal_Bool bFocused );
+ void SetSelected( sal_Bool bSelected );
::com::sun::star::awt::Rectangle GetBounds();
- void SetBounds( const ::com::sun::star::awt::Rectangle& aBounds );
+ void SetBounds( const ::com::sun::star::awt::Rectangle& aBounds );
- Window* GetWindow() const;
+ Window* GetWindow() const;
- ::rtl::OUString GetModelStringProperty( const sal_Char* pPropertyName );
+ ::rtl::OUString GetModelStringProperty( const sal_Char* pPropertyName );
- virtual void FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet );
+ virtual void FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet );
- // OCommonAccessibleComponent
- virtual ::com::sun::star::awt::Rectangle SAL_CALL implGetBounds( ) throw (::com::sun::star::uno::RuntimeException);
+ // OCommonAccessibleComponent
+ virtual ::com::sun::star::awt::Rectangle SAL_CALL implGetBounds( ) throw (::com::sun::star::uno::RuntimeException);
// XComponent
- virtual void SAL_CALL disposing();
+ virtual void SAL_CALL disposing();
public:
AccessibleDialogControlShape( DialogWindow* pDialogWindow, DlgEdObj* pDlgEdObj );
@@ -139,7 +139,7 @@ public:
virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException);
// XAccessibleExtendedComponent
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFont > SAL_CALL getFont( ) throw (::com::sun::star::uno::RuntimeException);
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFont > SAL_CALL getFont( ) throw (::com::sun::star::uno::RuntimeException);
virtual ::rtl::OUString SAL_CALL getTitledBorderText( ) throw (::com::sun::star::uno::RuntimeException);
virtual ::rtl::OUString SAL_CALL getToolTipText( ) throw (::com::sun::star::uno::RuntimeException);
};
diff --git a/basctl/source/inc/accessibledialogwindow.hxx b/basctl/source/inc/accessibledialogwindow.hxx
index ed8594a5c071..c5ed48faf733 100644
--- a/basctl/source/inc/accessibledialogwindow.hxx
+++ b/basctl/source/inc/accessibledialogwindow.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
@@ -52,18 +52,18 @@ class AccessibleStateSetHelper;
}
-// ----------------------------------------------------
-// class AccessibleDialogWindow
-// ----------------------------------------------------
+// ----------------------------------------------------
+// class AccessibleDialogWindow
+// ----------------------------------------------------
-typedef ::comphelper::OAccessibleExtendedComponentHelper AccessibleExtendedComponentHelper_BASE;
+typedef ::comphelper::OAccessibleExtendedComponentHelper AccessibleExtendedComponentHelper_BASE;
-typedef ::cppu::ImplHelper3 <
+typedef ::cppu::ImplHelper3 <
::com::sun::star::accessibility::XAccessible,
::com::sun::star::accessibility::XAccessibleSelection,
::com::sun::star::lang::XServiceInfo > AccessibleDialogWindow_BASE;
-class AccessibleDialogWindow : public AccessibleExtendedComponentHelper_BASE,
+class AccessibleDialogWindow : public AccessibleExtendedComponentHelper_BASE,
public AccessibleDialogWindow_BASE,
public SfxListener
{
@@ -72,9 +72,9 @@ private:
class ChildDescriptor
{
public:
- DlgEdObj* pDlgEdObj;
- ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > rxAccessible;
-
+ DlgEdObj* pDlgEdObj;
+ ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > rxAccessible;
+
ChildDescriptor( DlgEdObj* _pDlgEdObj );
~ChildDescriptor();
@@ -87,35 +87,35 @@ private:
typedef ::std::vector< ChildDescriptor > AccessibleChildren;
- AccessibleChildren m_aAccessibleChildren;
- VCLExternalSolarLock* m_pExternalLock;
- DialogWindow* m_pDialogWindow;
- DlgEditor* m_pDlgEditor;
- DlgEdModel* m_pDlgEdModel;
+ AccessibleChildren m_aAccessibleChildren;
+ VCLExternalSolarLock* m_pExternalLock;
+ DialogWindow* m_pDialogWindow;
+ DlgEditor* m_pDlgEditor;
+ DlgEdModel* m_pDlgEdModel;
protected:
- void UpdateFocused();
- void UpdateSelected();
- void UpdateBounds();
+ void UpdateFocused();
+ void UpdateSelected();
+ void UpdateBounds();
- sal_Bool IsChildVisible( const ChildDescriptor& rDesc );
+ sal_Bool IsChildVisible( const ChildDescriptor& rDesc );
- void InsertChild( const ChildDescriptor& rDesc );
- void RemoveChild( const ChildDescriptor& rDesc );
- void UpdateChild( const ChildDescriptor& rDesc );
- void UpdateChildren();
- void SortChildren();
+ void InsertChild( const ChildDescriptor& rDesc );
+ void RemoveChild( const ChildDescriptor& rDesc );
+ void UpdateChild( const ChildDescriptor& rDesc );
+ void UpdateChildren();
+ void SortChildren();
DECL_LINK( WindowEventListener, VclSimpleEvent* );
- virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
- virtual void FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet );
+ virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
+ virtual void FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet );
- // OCommonAccessibleComponent
- virtual ::com::sun::star::awt::Rectangle SAL_CALL implGetBounds( ) throw (::com::sun::star::uno::RuntimeException);
+ // OCommonAccessibleComponent
+ virtual ::com::sun::star::awt::Rectangle SAL_CALL implGetBounds( ) throw (::com::sun::star::uno::RuntimeException);
// XComponent
- virtual void SAL_CALL disposing();
+ virtual void SAL_CALL disposing();
public:
AccessibleDialogWindow( DialogWindow* pDialogWindow );
@@ -157,7 +157,7 @@ public:
virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException);
// XAccessibleExtendedComponent
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFont > SAL_CALL getFont( ) throw (::com::sun::star::uno::RuntimeException);
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFont > SAL_CALL getFont( ) throw (::com::sun::star::uno::RuntimeException);
virtual ::rtl::OUString SAL_CALL getTitledBorderText( ) throw (::com::sun::star::uno::RuntimeException);
virtual ::rtl::OUString SAL_CALL getToolTipText( ) throw (::com::sun::star::uno::RuntimeException);
diff --git a/basctl/source/inc/baside3.hxx b/basctl/source/inc/baside3.hxx
index 505998d32bcb..cbfee7069976 100644
--- a/basctl/source/inc/baside3.hxx
+++ b/basctl/source/inc/baside3.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
@@ -50,27 +50,27 @@ class SfxUndoManager;
class DialogWindow: public IDEBaseWindow
{
private:
- DlgEditor* pEditor;
- SfxUndoManager* pUndoMgr;
- Link aOldNotifyUndoActionHdl;
- String aCurPath;
+ DlgEditor* pEditor;
+ SfxUndoManager* pUndoMgr;
+ Link aOldNotifyUndoActionHdl;
+ String aCurPath;
protected:
- virtual void Paint( const Rectangle& );
- virtual void Resize();
+ virtual void Paint( const Rectangle& );
+ virtual void Resize();
- virtual void MouseButtonDown( const MouseEvent& rMEvt );
- virtual void MouseButtonUp( const MouseEvent& rMEvt );
- virtual void MouseMove( const MouseEvent& rMEvt );
- virtual void KeyInput( const KeyEvent& rKEvt );
- virtual void Command( const CommandEvent& rCEvt );
- virtual void LoseFocus();
+ virtual void MouseButtonDown( const MouseEvent& rMEvt );
+ virtual void MouseButtonUp( const MouseEvent& rMEvt );
+ virtual void MouseMove( const MouseEvent& rMEvt );
+ virtual void KeyInput( const KeyEvent& rKEvt );
+ virtual void Command( const CommandEvent& rCEvt );
+ virtual void LoseFocus();
DECL_LINK( NotifyUndoActionHdl, SfxUndoAction * );
- virtual void DoInit();
- virtual void DoScroll( ScrollBar* pCurScrollBar );
- virtual void DataChanged( const DataChangedEvent& rDCEvt );
- void InitSettings(BOOL bFont,BOOL bForeground,BOOL bBackground);
+ virtual void DoInit();
+ virtual void DoScroll( ScrollBar* pCurScrollBar );
+ virtual void DataChanged( const DataChangedEvent& rDCEvt );
+ void InitSettings(BOOL bFont,BOOL bForeground,BOOL bBackground);
public:
TYPEINFO();
@@ -79,38 +79,38 @@ public:
DialogWindow( DialogWindow* pCurView ); // never implemented
~DialogWindow();
- virtual void ExecuteCommand( SfxRequest& rReq );
- virtual void GetState( SfxItemSet& );
- DlgEditor* GetEditor() const { return pEditor; }
- ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > GetDialog() const;
- DlgEdModel* GetModel() const;
- DlgEdPage* GetPage() const;
- DlgEdView* GetView() const;
- BOOL RenameDialog( const String& rNewName );
- void DisableBrowser();
- void UpdateBrowser();
- BOOL SaveDialog();
- BOOL ImportDialog();
-
- virtual String GetTitle();
+ virtual void ExecuteCommand( SfxRequest& rReq );
+ virtual void GetState( SfxItemSet& );
+ DlgEditor* GetEditor() const { return pEditor; }
+ ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > GetDialog() const;
+ DlgEdModel* GetModel() const;
+ DlgEdPage* GetPage() const;
+ DlgEdView* GetView() const;
+ BOOL RenameDialog( const String& rNewName );
+ void DisableBrowser();
+ void UpdateBrowser();
+ BOOL SaveDialog();
+ BOOL ImportDialog();
+
+ virtual String GetTitle();
virtual BasicEntryDescriptor CreateEntryDescriptor();
- virtual void SetReadOnly( BOOL bReadOnly );
+ virtual void SetReadOnly( BOOL bReadOnly );
virtual BOOL IsReadOnly();
- virtual void StoreData();
- virtual BOOL IsModified();
+ virtual void StoreData();
+ virtual BOOL IsModified();
virtual BOOL IsPasteAllowed();
- virtual SfxUndoManager* GetUndoManager();
+ virtual SfxUndoManager* GetUndoManager();
// return number of pages to be printed
virtual sal_Int32 countPages( Printer* pPrinter );
// print page
virtual void printPage( sal_Int32 nPage, Printer* pPrinter );
- virtual void Deactivating();
+ virtual void Deactivating();
virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > CreateAccessible();
};
-#endif // _BASIDE3_HXX
+#endif // _BASIDE3_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/basctl/source/inc/basidectrlr.hxx b/basctl/source/inc/basidectrlr.hxx
index 8532b7691c74..172afbfb95b5 100644
--- a/basctl/source/inc/basidectrlr.hxx
+++ b/basctl/source/inc/basidectrlr.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
@@ -47,12 +47,12 @@ private:
// properties
sal_Int32 m_nIconId;
-public:
+public:
BasicIDEController( BasicIDEShell* pViewShell );
virtual ~BasicIDEController();
// XInterface
- virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException);
+ virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL acquire() throw();
virtual void SAL_CALL release() throw();
@@ -71,6 +71,6 @@ protected:
virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const;
};
-#endif // _BASCTL_BASICIDECTRLR_HXX
+#endif // _BASCTL_BASICIDECTRLR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/basctl/source/inc/basidesh.hxx b/basctl/source/inc/basidesh.hxx
index 9fb76f628f7b..6f20a10b9cf9 100644
--- a/basctl/source/inc/basidesh.hxx
+++ b/basctl/source/inc/basidesh.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
@@ -82,22 +82,22 @@ friend class LocalizationMgr;
friend BOOL implImportDialog( Window* pWin, const String& rCurPath, const ScriptDocument& rDocument, const String& aLibName );
friend bool BasicIDE::RemoveDialog( const ScriptDocument& rDocument, const String& rLibName, const String& rDlgName );
- ObjectCatalog* pObjectCatalog;
+ ObjectCatalog* pObjectCatalog;
- IDEWindowTable aIDEWindowTable;
- USHORT nCurKey;
- IDEBaseWindow* pCurWin;
+ IDEWindowTable aIDEWindowTable;
+ USHORT nCurKey;
+ IDEBaseWindow* pCurWin;
ScriptDocument m_aCurDocument;
String m_aCurLibName;
- LocalizationMgr* m_pCurLocalizationMgr;
-
- ScrollBar aHScrollBar;
- ScrollBar aVScrollBar;
- ScrollBarBox aScrollBarBox;
- BasicIDETabBar* pTabBar;
- BOOL bTabBarSplitted;
- BOOL bCreatingWindow;
- ModulWindowLayout* pModulLayout;
+ LocalizationMgr* m_pCurLocalizationMgr;
+
+ ScrollBar aHScrollBar;
+ ScrollBar aVScrollBar;
+ ScrollBarBox aScrollBarBox;
+ BasicIDETabBar* pTabBar;
+ BOOL bTabBarSplitted;
+ BOOL bCreatingWindow;
+ ModulWindowLayout* pModulLayout;
BOOL m_bAppBasicModified;
::basctl::DocumentEventNotifier
m_aNotifier;
@@ -105,21 +105,21 @@ friend class ContainerListenerImpl;
::com::sun::star::uno::Reference< ::com::sun::star::container::XContainerListener > m_xLibListener;
#if _SOLAR__PRIVATE
- void Init();
- void InitTabBar();
- void InitScrollBars();
- void CheckWindows();
- void RemoveWindows( const ScriptDocument& rDocument, const String& rLibName, BOOL bDestroy );
- void UpdateWindows();
- void ShowObjectDialog( BOOL bShow, BOOL bCreateOrDestroy );
- void InvalidateBasicIDESlots();
- void StoreAllWindowData( BOOL bPersistent = TRUE );
- void SetMDITitle();
- void EnableScrollbars( BOOL bEnable );
+ void Init();
+ void InitTabBar();
+ void InitScrollBars();
+ void CheckWindows();
+ void RemoveWindows( const ScriptDocument& rDocument, const String& rLibName, BOOL bDestroy );
+ void UpdateWindows();
+ void ShowObjectDialog( BOOL bShow, BOOL bCreateOrDestroy );
+ void InvalidateBasicIDESlots();
+ void StoreAllWindowData( BOOL bPersistent = TRUE );
+ void SetMDITitle();
+ void EnableScrollbars( BOOL bEnable );
void SetCurLib( const ScriptDocument& rDocument, String aLibName, bool bUpdateWindows = true , bool bCheck = true );
- void SetCurLibForLocalization( const ScriptDocument& rDocument, String aLibName );
+ void SetCurLibForLocalization( const ScriptDocument& rDocument, String aLibName );
- void ImplStartListening( StarBASIC* pBasic );
+ void ImplStartListening( StarBASIC* pBasic );
DECL_LINK( TabBarHdl, TabBar* );
DECL_LINK( AccelSelectHdl, Accelerator* );
@@ -128,35 +128,35 @@ friend class ContainerListenerImpl;
#endif
protected:
- virtual void AdjustPosSizePixel( const Point &rPos, const Size &rSize );
- virtual void OuterResizePixel( const Point &rPos, const Size &rSize );
- virtual Size GetOptimalSizePixel() const;
- USHORT InsertWindowInTable( IDEBaseWindow* pNewWin );
- virtual USHORT PrepareClose( BOOL bUI, BOOL bForBrowsing );
-
- void SetCurWindow( IDEBaseWindow* pNewWin, BOOL bUpdateTabBar = FALSE, BOOL bRememberAsCurrent = TRUE );
- void ManageToolbars();
- void RemoveWindow( IDEBaseWindow* pWindow, BOOL bDestroy, BOOL bAllowChangeCurWindow = TRUE );
- void ArrangeTabBar();
-
- ModulWindow* CreateBasWin( const ScriptDocument& rDocument, const String& rLibName, const String& rModName );
+ virtual void AdjustPosSizePixel( const Point &rPos, const Size &rSize );
+ virtual void OuterResizePixel( const Point &rPos, const Size &rSize );
+ virtual Size GetOptimalSizePixel() const;
+ USHORT InsertWindowInTable( IDEBaseWindow* pNewWin );
+ virtual USHORT PrepareClose( BOOL bUI, BOOL bForBrowsing );
+
+ void SetCurWindow( IDEBaseWindow* pNewWin, BOOL bUpdateTabBar = FALSE, BOOL bRememberAsCurrent = TRUE );
+ void ManageToolbars();
+ void RemoveWindow( IDEBaseWindow* pWindow, BOOL bDestroy, BOOL bAllowChangeCurWindow = TRUE );
+ void ArrangeTabBar();
+
+ ModulWindow* CreateBasWin( const ScriptDocument& rDocument, const String& rLibName, const String& rModName );
DialogWindow* CreateDlgWin( const ScriptDocument& rDocument, const String& rLibName, const String& rDlgName );
- ModulWindow* FindBasWin( const ScriptDocument& rDocument, const String& rLibName, const String& rModName, BOOL bCreateIfNotExist, BOOL bFindSuspended = FALSE );
- ModulWindow* ShowActiveModuleWindow( StarBASIC* pBasic );
+ ModulWindow* FindBasWin( const ScriptDocument& rDocument, const String& rLibName, const String& rModName, BOOL bCreateIfNotExist, BOOL bFindSuspended = FALSE );
+ ModulWindow* ShowActiveModuleWindow( StarBASIC* pBasic );
- virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType,
+ virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType,
const SfxHint& rHint, const TypeId& rHintType );
- virtual void Activate(BOOL bMDI);
- virtual void Deactivate(BOOL bMDI);
+ virtual void Activate(BOOL bMDI);
+ virtual void Deactivate(BOOL bMDI);
- virtual void Move();
- virtual void ShowCursor( bool bOn = true );
+ virtual void Move();
+ virtual void ShowCursor( bool bOn = true );
- void CreateModulWindowLayout();
- void DestroyModulWindowLayout();
- void UpdateModulWindowLayout( bool bBasicStopped );
+ void CreateModulWindowLayout();
+ void DestroyModulWindowLayout();
+ void UpdateModulWindowLayout( bool bBasicStopped );
// DocumentEventListener
virtual void onDocumentCreated( const ScriptDocument& _rDocument );
@@ -177,57 +177,57 @@ public:
BasicIDEShell( SfxViewFrame *pFrame, SfxViewShell *pOldSh );
~BasicIDEShell();
- IDEBaseWindow* GetCurWindow() const { return pCurWin; }
+ IDEBaseWindow* GetCurWindow() const { return pCurWin; }
const ScriptDocument&
GetCurDocument() const { return m_aCurDocument; }
const String& GetCurLibName() const { return m_aCurLibName; }
- ObjectCatalog* GetObjectCatalog() const { return pObjectCatalog; }
- LocalizationMgr* GetCurLocalizationMgr() const { return m_pCurLocalizationMgr; }
+ ObjectCatalog* GetObjectCatalog() const { return pObjectCatalog; }
+ LocalizationMgr* GetCurLocalizationMgr() const { return m_pCurLocalizationMgr; }
- ScrollBar& GetHScrollBar() { return aHScrollBar; }
- ScrollBar& GetVScrollBar() { return aVScrollBar; }
- ScrollBarBox& GetScrollBarBox() { return aScrollBarBox; }
- TabBar* GetTabBar() { return (TabBar*)pTabBar; }
- IDEWindowTable& GetIDEWindowTable() { return aIDEWindowTable; }
+ ScrollBar& GetHScrollBar() { return aHScrollBar; }
+ ScrollBar& GetVScrollBar() { return aVScrollBar; }
+ ScrollBarBox& GetScrollBarBox() { return aScrollBarBox; }
+ TabBar* GetTabBar() { return (TabBar*)pTabBar; }
+ IDEWindowTable& GetIDEWindowTable() { return aIDEWindowTable; }
- SdrView* GetCurDlgView() const;
+ SdrView* GetCurDlgView() const;
- SfxUndoManager* GetUndoManager();
+ SfxUndoManager* GetUndoManager();
virtual com::sun::star::uno::Reference< com::sun::star::view::XRenderable > GetRenderable();
+
+ // virtual USHORT Print( SfxProgress &rProgress, BOOL bIsAPI, PrintDialog *pPrintDialog = 0 );
+ virtual SfxPrinter* GetPrinter( BOOL bCreate );
+ virtual USHORT SetPrinter( SfxPrinter *pNewPrinter, USHORT nDiffFlags = SFX_PRINTER_ALL, bool bIsAPI=false );
+ virtual String GetSelectionText( BOOL bCompleteWords );
+ virtual BOOL HasSelection( BOOL bText ) const;
- // virtual USHORT Print( SfxProgress &rProgress, BOOL bIsAPI, PrintDialog *pPrintDialog = 0 );
- virtual SfxPrinter* GetPrinter( BOOL bCreate );
- virtual USHORT SetPrinter( SfxPrinter *pNewPrinter, USHORT nDiffFlags = SFX_PRINTER_ALL, bool bIsAPI=false );
- virtual String GetSelectionText( BOOL bCompleteWords );
- virtual BOOL HasSelection( BOOL bText ) const;
-
- void GetState( SfxItemSet& );
- void ExecuteGlobal( SfxRequest& rReq );
- void ExecuteCurrent( SfxRequest& rReq );
- void ExecuteBasic( SfxRequest& rReq );
- void ExecuteDialog( SfxRequest& rReq );
+ void GetState( SfxItemSet& );
+ void ExecuteGlobal( SfxRequest& rReq );
+ void ExecuteCurrent( SfxRequest& rReq );
+ void ExecuteBasic( SfxRequest& rReq );
+ void ExecuteDialog( SfxRequest& rReq );
- virtual sal_Bool HasUIFeature( sal_uInt32 nFeature );
+ virtual sal_Bool HasUIFeature( sal_uInt32 nFeature );
- long CallBasicErrorHdl( StarBASIC* pBasic );
- long CallBasicBreakHdl( StarBASIC* pBasic );
+ long CallBasicErrorHdl( StarBASIC* pBasic );
+ long CallBasicBreakHdl( StarBASIC* pBasic );
- ModulWindowLayout* GetLayoutWindow() const { return pModulLayout; }
+ ModulWindowLayout* GetLayoutWindow() const { return pModulLayout; }
- IDEBaseWindow* FindWindow( const ScriptDocument& rDocument, const String& rLibName = String(), const String& rName = String(), USHORT nType = BASICIDE_TYPE_UNKNOWN, BOOL bFindSuspended = FALSE );
+ IDEBaseWindow* FindWindow( const ScriptDocument& rDocument, const String& rLibName = String(), const String& rName = String(), USHORT nType = BASICIDE_TYPE_UNKNOWN, BOOL bFindSuspended = FALSE );
DialogWindow* FindDlgWin( const ScriptDocument& rDocument, const String& rLibName, const String& rDlgName, BOOL bCreateIfNotExist, BOOL bFindSuspended = FALSE );
- IDEBaseWindow* FindApplicationWindow();
- BOOL NextPage( BOOL bPrev = FALSE );
-
- BOOL IsAppBasicModified() const { return m_bAppBasicModified; }
- void SetAppBasicModified( BOOL bModified = TRUE ) { m_bAppBasicModified = bModified; }
+ IDEBaseWindow* FindApplicationWindow();
+ BOOL NextPage( BOOL bPrev = FALSE );
+
+ BOOL IsAppBasicModified() const { return m_bAppBasicModified; }
+ void SetAppBasicModified( BOOL bModified = TRUE ) { m_bAppBasicModified = bModified; }
// For Dialog Drag&Drop in Dialog Organizer
static void CopyDialogResources(
::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStreamProvider >& io_xISP,
const ScriptDocument& rSourceDoc, const String& rSourceLibName, const ScriptDocument& rDestDoc,
- const String& rDestLibName, const String& rDlgName );
+ const String& rDestLibName, const String& rDlgName );
virtual ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >
GetCurrentDocument() const;
diff --git a/basctl/source/inc/basobj.hxx b/basctl/source/inc/basobj.hxx
index c5c6f44587b9..3640d2140a13 100644
--- a/basctl/source/inc/basobj.hxx
+++ b/basctl/source/inc/basobj.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
@@ -50,26 +50,26 @@ struct BasicIDE_Impl;
namespace BasicIDE
{
- void Organize( INT16 tabId );
+ void Organize( INT16 tabId );
// Hilfsmethoden fuer den allg. Gebrauch:
- SbMethod* CreateMacro( SbModule* pModule, const String& rMacroName );
- void RunMethod( SbMethod* pMethod );
+ SbMethod* CreateMacro( SbModule* pModule, const String& rMacroName );
+ void RunMethod( SbMethod* pMethod );
- StarBASIC* FindBasic( const SbxVariable* pVar );
- void StopBasic();
+ StarBASIC* FindBasic( const SbxVariable* pVar );
+ void StopBasic();
long HandleBasicError( StarBASIC* pBasic );
- void BasicStopped( BOOL* pbAppWindowDisabled = 0, BOOL* pbDispatcherLocked = 0, USHORT* pnWaitCount = 0,
+ void BasicStopped( BOOL* pbAppWindowDisabled = 0, BOOL* pbDispatcherLocked = 0, USHORT* pnWaitCount = 0,
SfxUInt16Item** ppSWActionCount = 0, SfxUInt16Item** ppSWLockViewCount = 0 );
- BOOL IsValidSbxName( const String& rName );
+ BOOL IsValidSbxName( const String& rName );
- BasicManager* FindBasicManager( StarBASIC* pLib );
+ BasicManager* FindBasicManager( StarBASIC* pLib );
- SfxBindings* GetBindingsPtr();
+ SfxBindings* GetBindingsPtr();
- void InvalidateDebuggerSlots();
+ void InvalidateDebuggerSlots();
// libraries
@@ -79,7 +79,7 @@ namespace BasicIDE
// new methods for modules
- ::rtl::OUString GetModule(
+ ::rtl::OUString GetModule(
const ScriptDocument& rDocument, const String& rLibName, const String& rModName )
throw( ::com::sun::star::container::NoSuchElementException );
@@ -93,14 +93,14 @@ namespace BasicIDE
// new methods for macros
- ::rtl::OUString ChooseMacro( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& rxLimitToDocument,
+ ::rtl::OUString ChooseMacro( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& rxLimitToDocument,
BOOL bChooseOnly, const ::rtl::OUString& rMacroDesc );
::com::sun::star::uno::Sequence< ::rtl::OUString > GetMethodNames(
const ScriptDocument& rDocument, const String& rLibName, const String& rModName )
throw( ::com::sun::star::container::NoSuchElementException );
- BOOL HasMethod(
+ BOOL HasMethod(
const ScriptDocument& rDocument, const String& rLibName, const String& rModName, const String& rMethName );
// new methods for dialogs
@@ -113,16 +113,16 @@ namespace BasicIDE
Will show an error message when renaming fails because the new name is already used.
*/
- bool RenameDialog(
+ bool RenameDialog(
Window* pErrorParent, const ScriptDocument& rDocument, const String& rLibName, const String& rOldName, const String& rNewName )
throw( ::com::sun::star::container::ElementExistException, ::com::sun::star::container::NoSuchElementException );
- bool RemoveDialog(
+ bool RemoveDialog(
const ScriptDocument& rDocument, const String& rLibName, const String& rDlgName );
- void MarkDocumentModified( const ScriptDocument& rDocument );
+ void MarkDocumentModified( const ScriptDocument& rDocument );
}
-#endif // _BASOBJ_HXX
+#endif // _BASOBJ_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/basctl/source/inc/bastypes.hxx b/basctl/source/inc/bastypes.hxx
index 2d9ded65fef1..2b03fb2c57aa 100644
--- a/basctl/source/inc/bastypes.hxx
+++ b/basctl/source/inc/bastypes.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
@@ -55,8 +55,8 @@ class SfxItemSet;
#include <hash_map>
-#define LINE_SEP_CR 0x0D
-#define LINE_SEP 0x0A
+#define LINE_SEP_CR 0x0D
+#define LINE_SEP 0x0A
// Implementation: baside2b.cxx
sal_Int32 searchEOL( const ::rtl::OUString& rStr, sal_Int32 fromIndex );
@@ -71,39 +71,39 @@ sal_Int32 searchEOL( const ::rtl::OUString& rStr, sal_Int32 fromIndex );
struct BasicStatus
{
-// BOOL bCompiled : 1;
- BOOL bIsRunning : 1;
- BOOL bError : 1;
- BOOL bIsInReschedule : 1;
- USHORT nBasicFlags;
+// BOOL bCompiled : 1;
+ BOOL bIsRunning : 1;
+ BOOL bError : 1;
+ BOOL bIsInReschedule : 1;
+ USHORT nBasicFlags;
- BasicStatus() {
+ BasicStatus() {
bIsRunning = FALSE; bError = FALSE;
nBasicFlags = 0; bIsInReschedule = FALSE; }
};
struct BreakPoint
{
- BOOL bEnabled;
- BOOL bTemp;
- ULONG nLine;
- ULONG nStopAfter;
+ BOOL bEnabled;
+ BOOL bTemp;
+ ULONG nLine;
+ ULONG nStopAfter;
ULONG nHitCount;
- BreakPoint( ULONG nL ) { nLine = nL; nStopAfter = 0; nHitCount = 0; bEnabled = TRUE; bTemp = FALSE; }
+ BreakPoint( ULONG nL ) { nLine = nL; nStopAfter = 0; nHitCount = 0; bEnabled = TRUE; bTemp = FALSE; }
};
class BasicDockingWindow : public DockingWindow
{
- Rectangle aFloatingPosAndSize;
+ Rectangle aFloatingPosAndSize;
protected:
- virtual BOOL Docking( const Point& rPos, Rectangle& rRect );
- virtual void EndDocking( const Rectangle& rRect, BOOL bFloatMode );
+ virtual BOOL Docking( const Point& rPos, Rectangle& rRect );
+ virtual void EndDocking( const Rectangle& rRect, BOOL bFloatMode );
virtual void ToggleFloatingMode();
- virtual BOOL PrepareToggleFloatingMode();
- virtual void StartDocking();
+ virtual BOOL PrepareToggleFloatingMode();
+ virtual void StartDocking();
public:
BasicDockingWindow( Window* pParent );
@@ -126,10 +126,10 @@ public:
void transfer(BreakPointList & rList);
- void InsertSorted( BreakPoint* pBrk );
- BreakPoint* FindBreakPoint( ULONG nLine );
- void AdjustBreakPoints( ULONG nLine, BOOL bInserted );
- void SetBreakPointsInBasic( SbModule* pModule );
+ void InsertSorted( BreakPoint* pBrk );
+ BreakPoint* FindBreakPoint( ULONG nLine );
+ void AdjustBreakPoints( ULONG nLine, BOOL bInserted );
+ void SetBreakPointsInBasic( SbModule* pModule );
void ResetHitCount();
};
@@ -137,8 +137,8 @@ public:
class TabBarSortHelper
{
public:
- USHORT nPageId;
- String aPageText;
+ USHORT nPageId;
+ String aPageText;
bool operator<(const TabBarSortHelper& rComp) const { return (aPageText.CompareIgnoreCaseToAscii( rComp.aPageText ) == COMPARE_LESS); }
};
@@ -146,23 +146,23 @@ public:
class BasicIDETabBar : public TabBar
{
protected:
- virtual void MouseButtonDown( const MouseEvent& rMEvt );
- virtual void Command( const CommandEvent& rCEvt );
+ virtual void MouseButtonDown( const MouseEvent& rMEvt );
+ virtual void Command( const CommandEvent& rCEvt );
- virtual long AllowRenaming();
- virtual void EndRenaming();
+ virtual long AllowRenaming();
+ virtual void EndRenaming();
public:
BasicIDETabBar( Window* pParent );
- void Sort();
+ void Sort();
};
-#define BASWIN_OK 0x00
-#define BASWIN_RUNNINGBASIC 0x01
-#define BASWIN_TOBEKILLED 0x02
-#define BASWIN_SUSPENDED 0x04
-#define BASWIN_INRESCHEDULE 0x08
+#define BASWIN_OK 0x00
+#define BASWIN_RUNNINGBASIC 0x01
+#define BASWIN_TOBEKILLED 0x02
+#define BASWIN_SUSPENDED 0x04
+#define BASWIN_INRESCHEDULE 0x08
class Printer;
class SfxUndoManager;
@@ -171,82 +171,82 @@ class BasicEntryDescriptor;
class IDEBaseWindow : public Window
{
private:
- ScrollBar* pShellHScrollBar;
- ScrollBar* pShellVScrollBar;
+ ScrollBar* pShellHScrollBar;
+ ScrollBar* pShellVScrollBar;
DECL_LINK( ScrollHdl, ScrollBar * );
- BYTE nStatus;
+ BYTE nStatus;
ScriptDocument m_aDocument;
- String m_aLibName;
- String m_aName;
+ String m_aLibName;
+ String m_aName;
protected:
- virtual void DoScroll( ScrollBar* pCurScrollBar );
+ virtual void DoScroll( ScrollBar* pCurScrollBar );
public:
TYPEINFO();
IDEBaseWindow( Window* pParent, const ScriptDocument& rDocument, String aLibName, String aName );
- virtual ~IDEBaseWindow();
+ virtual ~IDEBaseWindow();
- void Init();
- virtual void DoInit();
- virtual void Deactivating();
- void GrabScrollBars( ScrollBar* pHScroll, ScrollBar* pVScroll );
+ void Init();
+ virtual void DoInit();
+ virtual void Deactivating();
+ void GrabScrollBars( ScrollBar* pHScroll, ScrollBar* pVScroll );
- ScrollBar* GetHScrollBar() const { return pShellHScrollBar; }
- ScrollBar* GetVScrollBar() const { return pShellVScrollBar; }
+ ScrollBar* GetHScrollBar() const { return pShellHScrollBar; }
+ ScrollBar* GetVScrollBar() const { return pShellVScrollBar; }
- virtual void ExecuteCommand( SfxRequest& rReq );
- virtual void GetState( SfxItemSet& );
+ virtual void ExecuteCommand( SfxRequest& rReq );
+ virtual void GetState( SfxItemSet& );
virtual long Notify( NotifyEvent& rNEvt );
- virtual void StoreData();
- virtual void UpdateData();
- virtual BOOL CanClose();
-
+ virtual void StoreData();
+ virtual void UpdateData();
+ virtual BOOL CanClose();
+
// return number of pages to be printed
virtual sal_Int32 countPages( Printer* pPrinter ) = 0;
// print page
virtual void printPage( sal_Int32 nPage, Printer* pPrinter ) = 0;
- virtual String GetTitle();
- String CreateQualifiedName();
+ virtual String GetTitle();
+ String CreateQualifiedName();
virtual BasicEntryDescriptor CreateEntryDescriptor() = 0;
- virtual BOOL IsModified();
+ virtual BOOL IsModified();
virtual BOOL IsPasteAllowed();
- virtual BOOL AllowUndo();
+ virtual BOOL AllowUndo();
- virtual void SetReadOnly( BOOL bReadOnly );
+ virtual void SetReadOnly( BOOL bReadOnly );
virtual BOOL IsReadOnly();
- BYTE GetStatus() { return nStatus; }
- void SetStatus( BYTE n ) { nStatus = n; }
- void AddStatus( BYTE n ) { nStatus = nStatus | n; }
- void ClearStatus( BYTE n ) { nStatus = nStatus & ~n; }
+ BYTE GetStatus() { return nStatus; }
+ void SetStatus( BYTE n ) { nStatus = n; }
+ void AddStatus( BYTE n ) { nStatus = nStatus | n; }
+ void ClearStatus( BYTE n ) { nStatus = nStatus & ~n; }
- virtual Window* GetLayoutWindow();
+ virtual Window* GetLayoutWindow();
- virtual SfxUndoManager* GetUndoManager();
+ virtual SfxUndoManager* GetUndoManager();
- virtual USHORT GetSearchOptions();
+ virtual USHORT GetSearchOptions();
- virtual void BasicStarted();
- virtual void BasicStopped();
+ virtual void BasicStarted();
+ virtual void BasicStopped();
- BOOL IsSuspended() const
+ BOOL IsSuspended() const
{ return ( nStatus & BASWIN_SUSPENDED ) ? TRUE : FALSE; }
const ScriptDocument&
GetDocument() const { return m_aDocument; }
- void SetDocument( const ScriptDocument& rDocument ) { m_aDocument = rDocument; }
+ void SetDocument( const ScriptDocument& rDocument ) { m_aDocument = rDocument; }
bool IsDocument( const ScriptDocument& rDocument ) const { return rDocument == m_aDocument; }
- const String& GetLibName() const { return m_aLibName; }
- void SetLibName( const String& aLibName ) { m_aLibName = aLibName; }
- const String& GetName() const { return m_aName; }
- void SetName( const String& aName ) { m_aName = aName; }
+ const String& GetLibName() const { return m_aLibName; }
+ void SetLibName( const String& aLibName ) { m_aLibName = aLibName; }
+ const String& GetName() const { return m_aName; }
+ void SetName( const String& aName ) { m_aName = aName; }
};
class LibInfoKey
@@ -275,7 +275,7 @@ private:
ScriptDocument m_aDocument;
String m_aLibName;
String m_aCurrentName;
- USHORT m_nCurrentType;
+ USHORT m_nCurrentType;
public:
LibInfoItem( const ScriptDocument& rDocument, const String& rLibName, const String& rCurrentName, USHORT nCurrentType );
@@ -319,14 +319,14 @@ public:
};
void CutLines( ::rtl::OUString& rStr, sal_Int32 nStartLine, sal_Int32 nLines, BOOL bEraseTrailingEmptyLines = FALSE );
-String CreateMgrAndLibStr( const String& rMgrName, const String& rLibName );
-ULONG CalcLineCount( SvStream& rStream );
+String CreateMgrAndLibStr( const String& rMgrName, const String& rLibName );
+ULONG CalcLineCount( SvStream& rStream );
BOOL QueryReplaceMacro( const String& rName, Window* pParent = 0 );
-BOOL QueryDelMacro( const String& rName, Window* pParent = 0 );
-BOOL QueryDelDialog( const String& rName, Window* pParent = 0 );
-BOOL QueryDelModule( const String& rName, Window* pParent = 0 );
-BOOL QueryDelLib( const String& rName, BOOL bRef = FALSE, Window* pParent = 0 );
+BOOL QueryDelMacro( const String& rName, Window* pParent = 0 );
+BOOL QueryDelDialog( const String& rName, Window* pParent = 0 );
+BOOL QueryDelModule( const String& rName, Window* pParent = 0 );
+BOOL QueryDelLib( const String& rName, BOOL bRef = FALSE, Window* pParent = 0 );
BOOL QueryPassword( const ::com::sun::star::uno::Reference< ::com::sun::star::script::XLibraryContainer >& xLibContainer, const String& rLibName, String& rPassword, BOOL bRepeat = FALSE, BOOL bNewTitle = FALSE );
class ModuleInfoHelper
@@ -338,6 +338,6 @@ public:
static void getObjectName( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer >& rLib, const String& rModName, String& rObjName );
static sal_Int32 getModuleType( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer >& rLib, const String& rModName );
};
-#endif // _BASTYPES_HXX
+#endif // _BASTYPES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/basctl/source/inc/dlged.hxx b/basctl/source/inc/dlged.hxx
index 67cff8dc7232..e4afea26798a 100644
--- a/basctl/source/inc/dlged.hxx
+++ b/basctl/source/inc/dlged.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
@@ -35,7 +35,7 @@
#include <com/sun/star/util/XNumberFormatsSupplier.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <tools/link.hxx>
-#include <tools/gen.hxx>
+#include <tools/gen.hxx>
#include <vcl/timer.hxx>
#include <svl/hint.hxx>
#include <svl/brdcst.hxx>
@@ -62,8 +62,8 @@ class DlgEdObj;
class DlgEdHint: public SfxHint
{
private:
- DlgEdHintKind eHintKind;
- DlgEdObj* pDlgEdObj;
+ DlgEdHintKind eHintKind;
+ DlgEdObj* pDlgEdObj;
public:
TYPEINFO();
@@ -71,8 +71,8 @@ public:
DlgEdHint( DlgEdHintKind eHint, DlgEdObj* pObj );
virtual ~DlgEdHint();
- DlgEdHintKind GetKind() const { return eHintKind; }
- DlgEdObj* GetObject() const { return pDlgEdObj; }
+ DlgEdHintKind GetKind() const { return eHintKind; }
+ DlgEdObj* GetObject() const { return pDlgEdObj; }
};
@@ -104,32 +104,32 @@ private:
void Print( Printer* pPrinter, const String& rTitle );
protected:
- ScrollBar* pHScroll;
- ScrollBar* pVScroll;
- DlgEdModel* pDlgEdModel;
- DlgEdPage* pDlgEdPage;
- DlgEdView* pDlgEdView;
- DlgEdForm* pDlgEdForm;
- ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > m_xUnoControlDialogModel;
+ ScrollBar* pHScroll;
+ ScrollBar* pVScroll;
+ DlgEdModel* pDlgEdModel;
+ DlgEdPage* pDlgEdPage;
+ DlgEdView* pDlgEdView;
+ DlgEdForm* pDlgEdForm;
+ ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > m_xUnoControlDialogModel;
::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlContainer > m_xControlContainer;
- ::com::sun::star::uno::Sequence< ::com::sun::star::datatransfer::DataFlavor > m_ClipboardDataFlavors;
- ::com::sun::star::uno::Sequence< ::com::sun::star::datatransfer::DataFlavor > m_ClipboardDataFlavorsResource;
+ ::com::sun::star::uno::Sequence< ::com::sun::star::datatransfer::DataFlavor > m_ClipboardDataFlavors;
+ ::com::sun::star::uno::Sequence< ::com::sun::star::datatransfer::DataFlavor > m_ClipboardDataFlavorsResource;
::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormatsSupplier > m_xSupplier;
- DlgEdFactory* pObjFac;
- Window* pWindow;
- DlgEdFunc* pFunc;
- DlgEdMode eMode;
- USHORT eActObj;
- BOOL bFirstDraw;
- Size aGridSize;
- BOOL bGridVisible;
- BOOL bGridSnap;
- BOOL bCreateOK;
- Timer aPaintTimer;
- Rectangle aPaintRect;
- BOOL bDialogModelChanged;
+ DlgEdFactory* pObjFac;
+ Window* pWindow;
+ DlgEdFunc* pFunc;
+ DlgEdMode eMode;
+ USHORT eActObj;
+ BOOL bFirstDraw;
+ Size aGridSize;
+ BOOL bGridVisible;
+ BOOL bGridSnap;
+ BOOL bCreateOK;
+ Timer aPaintTimer;
+ Rectangle aPaintRect;
+ BOOL bDialogModelChanged;
Timer aMarkTimer;
- long mnPaintGuard;
+ long mnPaintGuard;
::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > m_xDocument;
DlgEditor(); // not implemented
@@ -137,8 +137,8 @@ public:
DlgEditor( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& xModel );
~DlgEditor();
- void SetWindow( Window* pWindow );
- Window* GetWindow() const { return pWindow; }
+ void SetWindow( Window* pWindow );
+ Window* GetWindow() const { return pWindow; }
/** returns the control container associated with our window
@see GetWindow
@@ -147,59 +147,59 @@ public:
::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlContainer >
GetWindowControlContainer();
- void SetDlgEdForm( DlgEdForm* pForm ) { pDlgEdForm = pForm; }
- DlgEdForm* GetDlgEdForm() const { return pDlgEdForm; }
+ void SetDlgEdForm( DlgEdForm* pForm ) { pDlgEdForm = pForm; }
+ DlgEdForm* GetDlgEdForm() const { return pDlgEdForm; }
- void SetScrollBars( ScrollBar* pHScroll, ScrollBar* pVScroll );
+ void SetScrollBars( ScrollBar* pHScroll, ScrollBar* pVScroll );
void InitScrollBars();
- ScrollBar* GetHScroll() const { return pHScroll; }
- ScrollBar* GetVScroll() const { return pVScroll; }
- void DoScroll( ScrollBar* pActScroll );
- void UpdateScrollBars();
+ ScrollBar* GetHScroll() const { return pHScroll; }
+ ScrollBar* GetVScroll() const { return pVScroll; }
+ void DoScroll( ScrollBar* pActScroll );
+ void UpdateScrollBars();
- void SetDialog( ::com::sun::star::uno::Reference<
+ void SetDialog( ::com::sun::star::uno::Reference<
::com::sun::star::container::XNameContainer > xUnoControlDialogModel );
- void ResetDialog( void );
- ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > GetDialog() const
+ void ResetDialog( void );
+ ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > GetDialog() const
{return m_xUnoControlDialogModel;}
::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormatsSupplier > const & GetNumberFormatsSupplier();
- DlgEdModel* GetModel() const { return pDlgEdModel; }
- DlgEdView* GetView() const { return pDlgEdView; }
- DlgEdPage* GetPage() const { return pDlgEdPage; }
+ DlgEdModel* GetModel() const { return pDlgEdModel; }
+ DlgEdView* GetView() const { return pDlgEdView; }
+ DlgEdPage* GetPage() const { return pDlgEdPage; }
- void ShowDialog();
+ void ShowDialog();
- BOOL UnmarkDialog();
- BOOL RemarkDialog();
+ BOOL UnmarkDialog();
+ BOOL RemarkDialog();
- void SetDialogModelChanged( BOOL bChanged = TRUE ) { bDialogModelChanged = bChanged; }
- BOOL IsDialogModelChanged() const { return bDialogModelChanged; }
+ void SetDialogModelChanged( BOOL bChanged = TRUE ) { bDialogModelChanged = bChanged; }
+ BOOL IsDialogModelChanged() const { return bDialogModelChanged; }
- BOOL IsModified() const;
- void ClearModifyFlag();
+ BOOL IsModified() const;
+ void ClearModifyFlag();
- void MouseButtonDown( const MouseEvent& rMEvt );
- void MouseButtonUp( const MouseEvent& rMEvt );
- void MouseMove( const MouseEvent& rMEvt );
- void Paint( const Rectangle& rRect );
- BOOL KeyInput( const KeyEvent& rKEvt );
+ void MouseButtonDown( const MouseEvent& rMEvt );
+ void MouseButtonUp( const MouseEvent& rMEvt );
+ void MouseMove( const MouseEvent& rMEvt );
+ void Paint( const Rectangle& rRect );
+ BOOL KeyInput( const KeyEvent& rKEvt );
- void SetMode( DlgEdMode eMode );
- void SetInsertObj( USHORT eObj );
- USHORT GetInsertObj() const;
- void CreateDefaultObject();
- DlgEdMode GetMode() const { return eMode; }
- BOOL IsCreateOK() const { return bCreateOK; }
+ void SetMode( DlgEdMode eMode );
+ void SetInsertObj( USHORT eObj );
+ USHORT GetInsertObj() const;
+ void CreateDefaultObject();
+ DlgEdMode GetMode() const { return eMode; }
+ BOOL IsCreateOK() const { return bCreateOK; }
- void Cut();
- void Copy();
- void Paste();
- void Delete();
+ void Cut();
+ void Copy();
+ void Paste();
+ void Delete();
BOOL IsPasteAllowed();
- void ShowProperties();
+ void ShowProperties();
void UpdatePropertyBrowserDelayed();
sal_Int32 countPages( Printer* pPrinter );
@@ -207,7 +207,7 @@ public:
bool AdjustPageSize();
- bool isInPaint() const { return mnPaintGuard > 0; }
+ bool isInPaint() const { return mnPaintGuard > 0; }
};
#endif //_BASCTL_DLGED_HXX
diff --git a/basctl/source/inc/dlgedclip.hxx b/basctl/source/inc/dlgedclip.hxx
index 605b6ee87e34..24b2f93d4d3b 100644
--- a/basctl/source/inc/dlgedclip.hxx
+++ b/basctl/source/inc/dlgedclip.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
@@ -50,12 +50,12 @@ private:
protected:
virtual sal_Bool compareDataFlavors( const ::com::sun::star::datatransfer::DataFlavor& lFlavor, const ::com::sun::star::datatransfer::DataFlavor& rFlavor );
-public:
+public:
DlgEdTransferableImpl( const ::com::sun::star::uno::Sequence< ::com::sun::star::datatransfer::DataFlavor >& aSeqFlavors, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aSeqData );
virtual ~DlgEdTransferableImpl();
-
+
// XTransferable
- virtual ::com::sun::star::uno::Any SAL_CALL getTransferData( const ::com::sun::star::datatransfer::DataFlavor& rFlavor ) throw(::com::sun::star::datatransfer::UnsupportedFlavorException, ::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException);
+ virtual ::com::sun::star::uno::Any SAL_CALL getTransferData( const ::com::sun::star::datatransfer::DataFlavor& rFlavor ) throw(::com::sun::star::datatransfer::UnsupportedFlavorException, ::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::datatransfer::DataFlavor > SAL_CALL getTransferDataFlavors() throw(::com::sun::star::uno::RuntimeException);
virtual sal_Bool SAL_CALL isDataFlavorSupported( const ::com::sun::star::datatransfer::DataFlavor& rFlavor ) throw(::com::sun::star::uno::RuntimeException);
diff --git a/basctl/source/inc/dlgeddef.hxx b/basctl/source/inc/dlgeddef.hxx
index ae7926b9fb20..c207d363d940 100644
--- a/basctl/source/inc/dlgeddef.hxx
+++ b/basctl/source/inc/dlgeddef.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
diff --git a/basctl/source/inc/dlgedfac.hxx b/basctl/source/inc/dlgedfac.hxx
index 0b3debc5dbc2..742d171db58e 100644
--- a/basctl/source/inc/dlgedfac.hxx
+++ b/basctl/source/inc/dlgedfac.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
diff --git a/basctl/source/inc/dlgedfunc.hxx b/basctl/source/inc/dlgedfunc.hxx
index 740485c801c8..d5915663b174 100644
--- a/basctl/source/inc/dlgedfunc.hxx
+++ b/basctl/source/inc/dlgedfunc.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
@@ -44,10 +44,10 @@ class DlgEdFunc /* : public LinkHdl */
{
protected:
DlgEditor* pParent;
- Timer aScrollTimer;
+ Timer aScrollTimer;
DECL_LINK( ScrollTimeout, Timer * );
- void ForceScroll( const Point& rPos );
+ void ForceScroll( const Point& rPos );
public:
DlgEdFunc( DlgEditor* pParent );
@@ -81,7 +81,7 @@ public:
class DlgEdFuncSelect : public DlgEdFunc
{
protected:
- BOOL bMarkAction;
+ BOOL bMarkAction;
public:
DlgEdFuncSelect( DlgEditor* pParent );
diff --git a/basctl/source/inc/dlgedlist.hxx b/basctl/source/inc/dlgedlist.hxx
index 39b9473abba4..ced0cfdc1368 100644
--- a/basctl/source/inc/dlgedlist.hxx
+++ b/basctl/source/inc/dlgedlist.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
@@ -44,7 +44,7 @@ typedef ::cppu::WeakImplHelper1< ::com::sun::star::beans::XPropertyChangeListene
class DlgEdPropListenerImpl: public PropertyChangeListenerHelper
{
private:
- DlgEdObj* pDlgEdObj;
+ DlgEdObj* pDlgEdObj;
public:
DlgEdPropListenerImpl(DlgEdObj* pObj);
@@ -67,7 +67,7 @@ typedef ::cppu::WeakImplHelper1< ::com::sun::star::container::XContainerListener
class DlgEdEvtContListenerImpl: public ContainerListenerHelper
{
private:
- DlgEdObj* pDlgEdObj;
+ DlgEdObj* pDlgEdObj;
public:
DlgEdEvtContListenerImpl(DlgEdObj* pObj);
diff --git a/basctl/source/inc/dlgedmod.hxx b/basctl/source/inc/dlgedmod.hxx
index f4abcaad49c3..e010e07b0a0e 100644
--- a/basctl/source/inc/dlgedmod.hxx
+++ b/basctl/source/inc/dlgedmod.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
diff --git a/basctl/source/inc/dlgedobj.hxx b/basctl/source/inc/dlgedobj.hxx
index ab8dbf3fa10e..bb85f7a55780 100644
--- a/basctl/source/inc/dlgedobj.hxx
+++ b/basctl/source/inc/dlgedobj.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
@@ -57,14 +57,14 @@ class DlgEdObj: public SdrUnoObj
friend class DlgEdForm;
private:
- sal_Bool bIsListening;
- DlgEdForm* pDlgEdForm;
+ sal_Bool bIsListening;
+ DlgEdForm* pDlgEdForm;
::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener> m_xPropertyChangeListener;
::com::sun::star::uno::Reference< ::com::sun::star::container::XContainerListener> m_xContainerListener;
protected:
DlgEdObj();
- DlgEdObj(const ::rtl::OUString& rModelName,
+ DlgEdObj(const ::rtl::OUString& rModelName,
const com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >& rxSFac);
virtual void NbcMove( const Size& rSize );
@@ -77,19 +77,19 @@ protected:
void StartListening();
using SfxListener::EndListening;
void EndListening(sal_Bool bRemoveListener = sal_True);
- sal_Bool isListening() const { return bIsListening; }
+ sal_Bool isListening() const { return bIsListening; }
- virtual bool TransformSdrToControlCoordinates(
- sal_Int32 nXIn, sal_Int32 nYIn, sal_Int32 nWidthIn, sal_Int32 nHeightIn,
+ virtual bool TransformSdrToControlCoordinates(
+ sal_Int32 nXIn, sal_Int32 nYIn, sal_Int32 nWidthIn, sal_Int32 nHeightIn,
sal_Int32& nXOut, sal_Int32& nYOut, sal_Int32& nWidthOut, sal_Int32& nHeightOut );
- virtual bool TransformSdrToFormCoordinates(
- sal_Int32 nXIn, sal_Int32 nYIn, sal_Int32 nWidthIn, sal_Int32 nHeightIn,
+ virtual bool TransformSdrToFormCoordinates(
+ sal_Int32 nXIn, sal_Int32 nYIn, sal_Int32 nWidthIn, sal_Int32 nHeightIn,
sal_Int32& nXOut, sal_Int32& nYOut, sal_Int32& nWidthOut, sal_Int32& nHeightOut );
- virtual bool TransformControlToSdrCoordinates(
- sal_Int32 nXIn, sal_Int32 nYIn, sal_Int32 nWidthIn, sal_Int32 nHeightIn,
+ virtual bool TransformControlToSdrCoordinates(
+ sal_Int32 nXIn, sal_Int32 nYIn, sal_Int32 nWidthIn, sal_Int32 nHeightIn,
sal_Int32& nXOut, sal_Int32& nYOut, sal_Int32& nWidthOut, sal_Int32& nHeightOut );
- virtual bool TransformFormToSdrCoordinates(
- sal_Int32 nXIn, sal_Int32 nYIn, sal_Int32 nWidthIn, sal_Int32 nHeightIn,
+ virtual bool TransformFormToSdrCoordinates(
+ sal_Int32 nXIn, sal_Int32 nYIn, sal_Int32 nWidthIn, sal_Int32 nHeightIn,
sal_Int32& nXOut, sal_Int32& nYOut, sal_Int32& nWidthOut, sal_Int32& nHeightOut );
public:
@@ -97,26 +97,26 @@ public:
virtual ~DlgEdObj();
virtual void SetPage(SdrPage* pNewPage);
-
+
virtual void SetDlgEdForm( DlgEdForm* pForm ) { pDlgEdForm = pForm; }
virtual DlgEdForm* GetDlgEdForm() const { return pDlgEdForm; }
virtual sal_uInt32 GetObjInventor() const;
virtual sal_uInt16 GetObjIdentifier() const;
- virtual SdrObject* Clone() const; // not working yet
- virtual void operator= (const SdrObject& rObj); // not working yet
- virtual void clonedFrom(const DlgEdObj* _pSource); // not working yet
+ virtual SdrObject* Clone() const; // not working yet
+ virtual void operator= (const SdrObject& rObj); // not working yet
+ virtual void clonedFrom(const DlgEdObj* _pSource); // not working yet
// FullDrag support
virtual SdrObject* getFullDragClone() const;
- virtual sal_Bool supportsService( const sal_Char* _pServiceName ) const;
- virtual ::rtl::OUString GetDefaultName() const;
- virtual ::rtl::OUString GetUniqueName() const;
+ virtual sal_Bool supportsService( const sal_Char* _pServiceName ) const;
+ virtual ::rtl::OUString GetDefaultName() const;
+ virtual ::rtl::OUString GetUniqueName() const;
- virtual sal_Int32 GetStep() const;
- virtual void UpdateStep();
+ virtual sal_Int32 GetStep() const;
+ virtual void UpdateStep();
virtual void SetDefaults();
virtual void SetRectFromProps();
@@ -154,7 +154,7 @@ private:
::std::vector<DlgEdObj*> pChilds;
mutable ::boost::optional< ::com::sun::star::awt::DeviceInfo > mpDeviceInfo;
-
+
protected:
DlgEdForm();
@@ -175,7 +175,7 @@ public:
virtual void RemoveChild( DlgEdObj* pDlgEdObj );
virtual ::std::vector<DlgEdObj*> GetChilds() const { return pChilds; }
- virtual void UpdateStep();
+ virtual void UpdateStep();
virtual void SetRectFromProps();
virtual void SetPropsFromRect();
diff --git a/basctl/source/inc/dlgedpage.hxx b/basctl/source/inc/dlgedpage.hxx
index ed8682c3339b..ab321ef1b120 100644
--- a/basctl/source/inc/dlgedpage.hxx
+++ b/basctl/source/inc/dlgedpage.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
@@ -41,7 +41,7 @@ class DlgEdForm;
class DlgEdPage : public SdrPage
{
private:
- DlgEdForm* pDlgEdForm;
+ DlgEdForm* pDlgEdForm;
public:
TYPEINFO();
@@ -53,8 +53,8 @@ public:
using SdrPage::Clone;
virtual SdrPage* Clone() const;
- void SetDlgEdForm( DlgEdForm* pForm ) { pDlgEdForm = pForm; }
- DlgEdForm* GetDlgEdForm() const { return pDlgEdForm; }
+ void SetDlgEdForm( DlgEdForm* pForm ) { pDlgEdForm = pForm; }
+ DlgEdForm* GetDlgEdForm() const { return pDlgEdForm; }
virtual SdrObject* SetObjectOrdNum(ULONG nOldObjNum, ULONG nNewObjNum);
};
diff --git a/basctl/source/inc/dlgedview.hxx b/basctl/source/inc/dlgedview.hxx
index 08da25932227..5fedf6d4be05 100644
--- a/basctl/source/inc/dlgedview.hxx
+++ b/basctl/source/inc/dlgedview.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
diff --git a/basctl/source/inc/dlgresid.hrc b/basctl/source/inc/dlgresid.hrc
index 3499cd5ed7c6..64e9893c9d58 100644
--- a/basctl/source/inc/dlgresid.hrc
+++ b/basctl/source/inc/dlgresid.hrc
@@ -1,7 +1,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
@@ -28,48 +28,48 @@
#ifndef _BASCTL_DLGRESID_HRC
#define _BASCTL_DLGRESID_HRC
-// include -----------------------------------------------------------
+// include -----------------------------------------------------------
#include <svl/solar.hrc>
// Dialog Control Id's -----------------------------------------------------------
-#define RID_STR_CLASS_CONTROL ( RID_DLG_START + 0 )
-#define RID_STR_CLASS_DIALOG ( RID_DLG_START + 1 )
-#define RID_STR_CLASS_BUTTON ( RID_DLG_START + 2 )
-#define RID_STR_CLASS_RADIOBUTTON ( RID_DLG_START + 3 )
-#define RID_STR_CLASS_CHECKBOX ( RID_DLG_START + 4 )
-#define RID_STR_CLASS_LISTBOX ( RID_DLG_START + 5 )
-#define RID_STR_CLASS_COMBOBOX ( RID_DLG_START + 6 )
-#define RID_STR_CLASS_GROUPBOX ( RID_DLG_START + 7 )
-#define RID_STR_CLASS_EDIT ( RID_DLG_START + 8 )
-#define RID_STR_CLASS_FIXEDTEXT ( RID_DLG_START + 9 )
-#define RID_STR_CLASS_IMAGECONTROL ( RID_DLG_START + 10 )
-#define RID_STR_CLASS_PROGRESSBAR ( RID_DLG_START + 11 )
-#define RID_STR_CLASS_SCROLLBAR ( RID_DLG_START + 12 )
-#define RID_STR_CLASS_FIXEDLINE ( RID_DLG_START + 13 )
-#define RID_STR_CLASS_DATEFIELD ( RID_DLG_START + 14 )
-#define RID_STR_CLASS_TIMEFIELD ( RID_DLG_START + 15 )
-#define RID_STR_CLASS_NUMERICFIELD ( RID_DLG_START + 16 )
-#define RID_STR_CLASS_CURRENCYFIELD ( RID_DLG_START + 17 )
-#define RID_STR_CLASS_FORMATTEDFIELD ( RID_DLG_START + 18 )
-#define RID_STR_CLASS_PATTERNFIELD ( RID_DLG_START + 19 )
-#define RID_STR_CLASS_FILECONTROL ( RID_DLG_START + 20 )
-#define RID_STR_TRANSLATION_NOTLOCALIZED ( RID_DLG_START + 21 )
-#define RID_STR_TRANSLATION_DEFAULT ( RID_DLG_START + 22 )
-#define RID_STR_CLASS_TREECONTROL ( RID_DLG_START + 23 )
+#define RID_STR_CLASS_CONTROL ( RID_DLG_START + 0 )
+#define RID_STR_CLASS_DIALOG ( RID_DLG_START + 1 )
+#define RID_STR_CLASS_BUTTON ( RID_DLG_START + 2 )
+#define RID_STR_CLASS_RADIOBUTTON ( RID_DLG_START + 3 )
+#define RID_STR_CLASS_CHECKBOX ( RID_DLG_START + 4 )
+#define RID_STR_CLASS_LISTBOX ( RID_DLG_START + 5 )
+#define RID_STR_CLASS_COMBOBOX ( RID_DLG_START + 6 )
+#define RID_STR_CLASS_GROUPBOX ( RID_DLG_START + 7 )
+#define RID_STR_CLASS_EDIT ( RID_DLG_START + 8 )
+#define RID_STR_CLASS_FIXEDTEXT ( RID_DLG_START + 9 )
+#define RID_STR_CLASS_IMAGECONTROL ( RID_DLG_START + 10 )
+#define RID_STR_CLASS_PROGRESSBAR ( RID_DLG_START + 11 )
+#define RID_STR_CLASS_SCROLLBAR ( RID_DLG_START + 12 )
+#define RID_STR_CLASS_FIXEDLINE ( RID_DLG_START + 13 )
+#define RID_STR_CLASS_DATEFIELD ( RID_DLG_START + 14 )
+#define RID_STR_CLASS_TIMEFIELD ( RID_DLG_START + 15 )
+#define RID_STR_CLASS_NUMERICFIELD ( RID_DLG_START + 16 )
+#define RID_STR_CLASS_CURRENCYFIELD ( RID_DLG_START + 17 )
+#define RID_STR_CLASS_FORMATTEDFIELD ( RID_DLG_START + 18 )
+#define RID_STR_CLASS_PATTERNFIELD ( RID_DLG_START + 19 )
+#define RID_STR_CLASS_FILECONTROL ( RID_DLG_START + 20 )
+#define RID_STR_TRANSLATION_NOTLOCALIZED ( RID_DLG_START + 21 )
+#define RID_STR_TRANSLATION_DEFAULT ( RID_DLG_START + 22 )
+#define RID_STR_CLASS_TREECONTROL ( RID_DLG_START + 23 )
// Property Browser Headline Id's -----------------------------------------------------------
-#define RID_STR_BRWTITLE_PROPERTIES ( RID_DLG_START + 60 )
-#define RID_STR_BRWTITLE_NO_PROPERTIES ( RID_DLG_START + 61 )
-#define RID_STR_BRWTITLE_MULTISELECT ( RID_DLG_START + 62 )
+#define RID_STR_BRWTITLE_PROPERTIES ( RID_DLG_START + 60 )
+#define RID_STR_BRWTITLE_NO_PROPERTIES ( RID_DLG_START + 61 )
+#define RID_STR_BRWTITLE_MULTISELECT ( RID_DLG_START + 62 )
// Manage Language Dialogs
-#define RID_DLG_MANAGE_LANGUAGE ( RID_DLG_START + 70 )
-#define RID_QRYBOX_LANGUAGE ( RID_DLG_START + 71 )
-#define RID_DLG_SETDEF_LANGUAGE ( RID_DLG_START + 72 )
-#define RID_DLG_ADD_LANGUAGE ( RID_DLG_START + 73 )
+#define RID_DLG_MANAGE_LANGUAGE ( RID_DLG_START + 70 )
+#define RID_QRYBOX_LANGUAGE ( RID_DLG_START + 71 )
+#define RID_DLG_SETDEF_LANGUAGE ( RID_DLG_START + 72 )
+#define RID_DLG_ADD_LANGUAGE ( RID_DLG_START + 73 )
// -----------------------------------------------------------------------
diff --git a/basctl/source/inc/doceventnotifier.hxx b/basctl/source/inc/doceventnotifier.hxx
index bad9f29c515b..b991a12245ce 100644
--- a/basctl/source/inc/doceventnotifier.hxx
+++ b/basctl/source/inc/doceventnotifier.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
diff --git a/basctl/source/inc/docsignature.hxx b/basctl/source/inc/docsignature.hxx
index 941b76026041..3b8d01c169c4 100644
--- a/basctl/source/inc/docsignature.hxx
+++ b/basctl/source/inc/docsignature.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
diff --git a/basctl/source/inc/iderid.hxx b/basctl/source/inc/iderid.hxx
index f8560ad45d00..03324e9f2624 100644
--- a/basctl/source/inc/iderid.hxx
+++ b/basctl/source/inc/iderid.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
diff --git a/basctl/source/inc/localizationmgr.hxx b/basctl/source/inc/localizationmgr.hxx
index 7a61eeb132dc..e3e3f3e7196b 100644
--- a/basctl/source/inc/localizationmgr.hxx
+++ b/basctl/source/inc/localizationmgr.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
@@ -40,14 +40,14 @@ class DlgEditor;
class LocalizationMgr
{
::com::sun::star::uno::Reference
- < ::com::sun::star::resource::XStringResourceManager > m_xStringResourceManager;
+ < ::com::sun::star::resource::XStringResourceManager > m_xStringResourceManager;
- BasicIDEShell* m_pIDEShell;
+ BasicIDEShell* m_pIDEShell;
ScriptDocument m_aDocument;
- String m_aLibName;
+ String m_aLibName;
- ::com::sun::star::lang::Locale m_aLocaleBeforeBasicStart;
+ ::com::sun::star::lang::Locale m_aLocaleBeforeBasicStart;
enum HandleResourceMode
{
@@ -141,7 +141,7 @@ public:
static void copyResourceForDroppedDialog(
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > xDialogModel,
- const ::rtl::OUString& aDialogName,
+ const ::rtl::OUString& aDialogName,
::com::sun::star::uno::Reference< ::com::sun::star::resource::XStringResourceManager > xStringResourceManager,
::com::sun::star::uno::Reference< ::com::sun::star::resource::XStringResourceResolver > xSourceStringResolver );
diff --git a/basctl/source/inc/managelang.hxx b/basctl/source/inc/managelang.hxx
index ef030b4bcdf1..a10a5600840a 100644
--- a/basctl/source/inc/managelang.hxx
+++ b/basctl/source/inc/managelang.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
@@ -40,9 +40,9 @@ class LocalizationMgr;
struct LanguageEntry
{
- String m_sLanguage;
- ::com::sun::star::lang::Locale m_aLocale;
- bool m_bIsDefault;
+ String m_sLanguage;
+ ::com::sun::star::lang::Locale m_aLocale;
+ bool m_bIsDefault;
LanguageEntry( const String& _rLanguage,
const ::com::sun::star::lang::Locale& _rLocale,
@@ -58,32 +58,32 @@ extern bool localesAreEqual( const ::com::sun::star::lang::Locale& rLocaleLeft,
class ManageLanguageDialog : public ModalDialog
{
private:
- FixedText m_aLanguageFT;
- ListBox m_aLanguageLB;
- PushButton m_aAddPB;
- PushButton m_aDeletePB;
- PushButton m_aMakeDefPB;
- FixedText m_aInfoFT;
+ FixedText m_aLanguageFT;
+ ListBox m_aLanguageLB;
+ PushButton m_aAddPB;
+ PushButton m_aDeletePB;
+ PushButton m_aMakeDefPB;
+ FixedText m_aInfoFT;
- FixedLine m_aBtnLine;
- HelpButton m_aHelpBtn;
- OKButton m_aCloseBtn;
+ FixedLine m_aBtnLine;
+ HelpButton m_aHelpBtn;
+ OKButton m_aCloseBtn;
LocalizationMgr* m_pLocalizationMgr;
- String m_sDefLangStr;
- String m_sDeleteStr;
- String m_sCreateLangStr;
+ String m_sDefLangStr;
+ String m_sDeleteStr;
+ String m_sCreateLangStr;
- void Init();
+ void Init();
void CalcInfoSize();
- void FillLanguageBox();
- void ClearLanguageBox();
+ void FillLanguageBox();
+ void ClearLanguageBox();
- DECL_LINK( AddHdl, Button * );
- DECL_LINK( DeleteHdl, Button * );
- DECL_LINK( MakeDefHdl, Button * );
- DECL_LINK( SelectHdl, ListBox * );
+ DECL_LINK( AddHdl, Button * );
+ DECL_LINK( DeleteHdl, Button * );
+ DECL_LINK( MakeDefHdl, Button * );
+ DECL_LINK( SelectHdl, ListBox * );
public:
ManageLanguageDialog( Window* pParent, LocalizationMgr* _pLMgr );
@@ -98,22 +98,22 @@ private:
SvxCheckListBox* m_pCheckLangLB;
FixedText m_aInfoFT;
- FixedLine m_aBtnLine;
+ FixedLine m_aBtnLine;
OKButton m_aOKBtn;
- CancelButton m_aCancelBtn;
+ CancelButton m_aCancelBtn;
HelpButton m_aHelpBtn;
- bool m_bIsDefaultMode;
+ bool m_bIsDefaultMode;
LocalizationMgr* m_pLocalizationMgr;
- void FillLanguageBox();
+ void FillLanguageBox();
void CalcInfoSize();
public:
SetDefaultLanguageDialog( Window* pParent, LocalizationMgr* _pLMgr );
~SetDefaultLanguageDialog();
- ::com::sun::star::uno::Sequence< ::com::sun::star::lang::Locale > GetLocales() const;
+ ::com::sun::star::uno::Sequence< ::com::sun::star::lang::Locale > GetLocales() const;
};
#endif //_BASCTL_MANAGELANG_HXX
diff --git a/basctl/source/inc/propbrw.hxx b/basctl/source/inc/propbrw.hxx
index 9e0e1e334b0f..9d869abe0c3c 100644
--- a/basctl/source/inc/propbrw.hxx
+++ b/basctl/source/inc/propbrw.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
@@ -61,7 +61,7 @@ class SdrView;
class PropBrw : public SfxFloatingWindow , public SfxListener, public SfxBroadcaster
{
private:
- sal_Bool m_bInitialStateChange;
+ sal_Bool m_bInitialStateChange;
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >
m_xORB;
@@ -75,7 +75,7 @@ private:
m_xContextDocument;
protected:
- SdrView* pView;
+ SdrView* pView;
virtual void Resize();
virtual void FillInfo( SfxChildWinInfo& rInfo ) const;
virtual sal_Bool Close();
@@ -105,7 +105,7 @@ public:
// note: changing the Context document to an instance other than the one given in the ctor is not supported
// currently
void Update( const SfxViewShell* _pShell );
- SdrView* GetCurView() const { return pView; }
+ SdrView* GetCurView() const { return pView; }
private:
void ImplUpdate( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& _rxContextDocument, SdrView* pView );
diff --git a/basctl/source/inc/sbxitem.hxx b/basctl/source/inc/sbxitem.hxx
index a3b0c907caf8..2578e1d2ce7f 100644
--- a/basctl/source/inc/sbxitem.hxx
+++ b/basctl/source/inc/sbxitem.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
@@ -31,21 +31,21 @@
#include "scriptdocument.hxx"
#include <svl/poolitem.hxx>
-const USHORT BASICIDE_TYPE_UNKNOWN = 0;
-const USHORT BASICIDE_TYPE_SHELL = 1;
-const USHORT BASICIDE_TYPE_LIBRARY = 2;
-const USHORT BASICIDE_TYPE_MODULE = 3;
-const USHORT BASICIDE_TYPE_DIALOG = 4;
-const USHORT BASICIDE_TYPE_METHOD = 5;
+const USHORT BASICIDE_TYPE_UNKNOWN = 0;
+const USHORT BASICIDE_TYPE_SHELL = 1;
+const USHORT BASICIDE_TYPE_LIBRARY = 2;
+const USHORT BASICIDE_TYPE_MODULE = 3;
+const USHORT BASICIDE_TYPE_DIALOG = 4;
+const USHORT BASICIDE_TYPE_METHOD = 5;
class SbxItem : public SfxPoolItem
{
ScriptDocument m_aDocument;
- String m_aLibName;
- String m_aName;
- String m_aMethodName;
- USHORT m_nType;
+ String m_aLibName;
+ String m_aName;
+ String m_aMethodName;
+ USHORT m_nType;
public:
TYPEINFO();
@@ -53,24 +53,24 @@ public:
SbxItem( USHORT nWhich, const ScriptDocument& rDocument, const String& aLibName, const String& aName, const String& aMethodName, USHORT nType );
SbxItem( const SbxItem& );
- virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
- virtual int operator==( const SfxPoolItem& ) const;
+ virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
+ virtual int operator==( const SfxPoolItem& ) const;
const ScriptDocument&
GetDocument() const { return m_aDocument; }
- void SetDocument( const ScriptDocument& rDocument ) { m_aDocument = rDocument; }
+ void SetDocument( const ScriptDocument& rDocument ) { m_aDocument = rDocument; }
- const String& GetLibName() const { return m_aLibName; }
- void SetLibName( const String& aLibName ) { m_aLibName = aLibName; }
+ const String& GetLibName() const { return m_aLibName; }
+ void SetLibName( const String& aLibName ) { m_aLibName = aLibName; }
- const String& GetName() const { return m_aName; }
- void SetName( const String& aName ) { m_aName = aName; }
+ const String& GetName() const { return m_aName; }
+ void SetName( const String& aName ) { m_aName = aName; }
- const String& GetMethodName() const { return m_aMethodName; }
- void SetMethodName( const String& aMethodName ) { m_aMethodName = aMethodName; }
+ const String& GetMethodName() const { return m_aMethodName; }
+ void SetMethodName( const String& aMethodName ) { m_aMethodName = aMethodName; }
- USHORT GetType() const { return m_nType; }
- void SetType( USHORT nType ) { m_nType = nType; }
+ USHORT GetType() const { return m_nType; }
+ void SetType( USHORT nType ) { m_nType = nType; }
};
diff --git a/basctl/source/inc/scriptdocument.hxx b/basctl/source/inc/scriptdocument.hxx
index 5791971a57d8..f5ea8a0602e1 100644
--- a/basctl/source/inc/scriptdocument.hxx
+++ b/basctl/source/inc/scriptdocument.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
diff --git a/basctl/source/inc/svheader.hxx b/basctl/source/inc/svheader.hxx
index 152495d9ee8d..6cd1ebf66d88 100644
--- a/basctl/source/inc/svheader.hxx
+++ b/basctl/source/inc/svheader.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