summaryrefslogtreecommitdiff
path: root/framework/source/fwe/classes/addonsoptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/fwe/classes/addonsoptions.cxx')
-rw-r--r--framework/source/fwe/classes/addonsoptions.cxx32
1 files changed, 16 insertions, 16 deletions
diff --git a/framework/source/fwe/classes/addonsoptions.cxx b/framework/source/fwe/classes/addonsoptions.cxx
index a22ea22d821d..3ed1f1b6f7e7 100644
--- a/framework/source/fwe/classes/addonsoptions.cxx
+++ b/framework/source/fwe/classes/addonsoptions.cxx
@@ -38,9 +38,9 @@
#include <algorithm>
#include <vector>
-//_________________________________________________________________________________________________________________
+
// namespaces
-//_________________________________________________________________________________________________________________
+
using namespace ::std ;
using namespace ::utl ;
@@ -192,9 +192,9 @@ using namespace ::com::sun::star;
#define EXPAND_PROTOCOL "vnd.sun.star.expand:"
-//_________________________________________________________________________________________________________________
+
// private declarations!
-//_________________________________________________________________________________________________________________
+
/*-****************************************************************************************************************
@descr struct to hold information about one menu entry.
@@ -205,21 +205,21 @@ namespace framework
class AddonsOptions_Impl : public ConfigItem
{
- //-------------------------------------------------------------------------------------------------------------
+
// public methods
- //-------------------------------------------------------------------------------------------------------------
+
public:
- //---------------------------------------------------------------------------------------------------------
+
// constructor / destructor
- //---------------------------------------------------------------------------------------------------------
+
AddonsOptions_Impl();
~AddonsOptions_Impl();
- //---------------------------------------------------------------------------------------------------------
+
// overloaded methods of baseclass
- //---------------------------------------------------------------------------------------------------------
+
/*-****************************************************************************************************//**
@short called for notify of configmanager
@@ -252,9 +252,9 @@ class AddonsOptions_Impl : public ConfigItem
virtual void Commit();
- //---------------------------------------------------------------------------------------------------------
+
// public interface
- //---------------------------------------------------------------------------------------------------------
+
/*-****************************************************************************************************//**
@short base implementation of public interface for "SvtDynamicMenuOptions"!
@@ -282,9 +282,9 @@ class AddonsOptions_Impl : public ConfigItem
const MergeStatusbarInstructionContainer& GetMergeStatusbarInstructions() const;
void ReadConfigurationData();
- //-------------------------------------------------------------------------------------------------------------
+
// private methods
- //-------------------------------------------------------------------------------------------------------------
+
private:
enum ImageSize
@@ -361,9 +361,9 @@ class AddonsOptions_Impl : public ConfigItem
Sequence< OUString > GetPropertyNamesImages( const OUString& aPropertyRootNode ) const;
sal_Bool CreateImageFromSequence( Image& rImage, Sequence< sal_Int8 >& rBitmapDataSeq ) const;
- //-------------------------------------------------------------------------------------------------------------
+
// private member
- //-------------------------------------------------------------------------------------------------------------
+
private:
ImageEntry* ReadOptionalImageData( const OUString& aMenuNodeName );