summaryrefslogtreecommitdiff
path: root/svx/source/inc
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc')
-rw-r--r--svx/source/inc/docrecovery.hxx24
-rw-r--r--svx/source/inc/fmservs.hxx60
-rw-r--r--svx/source/inc/fmurl.hxx18
-rw-r--r--svx/source/inc/gridcols.hxx20
4 files changed, 61 insertions, 61 deletions
diff --git a/svx/source/inc/docrecovery.hxx b/svx/source/inc/docrecovery.hxx
index 174774fdc906..b3b095378ed7 100644
--- a/svx/source/inc/docrecovery.hxx
+++ b/svx/source/inc/docrecovery.hxx
@@ -39,21 +39,21 @@
#include <com/sun/star/lang/XComponent.hpp>
-#define RECOVERY_CMDPART_PROTOCOL OUString( "vnd.sun.star.autorecovery:")
+#define RECOVERY_CMDPART_PROTOCOL "vnd.sun.star.autorecovery:"
-#define RECOVERY_CMDPART_DO_EMERGENCY_SAVE OUString( "/doEmergencySave" )
-#define RECOVERY_CMDPART_DO_RECOVERY OUString( "/doAutoRecovery" )
+#define RECOVERY_CMDPART_DO_EMERGENCY_SAVE "/doEmergencySave"
+#define RECOVERY_CMDPART_DO_RECOVERY "/doAutoRecovery"
#define RECOVERY_CMD_DO_PREPARE_EMERGENCY_SAVE OUString( "vnd.sun.star.autorecovery:/doPrepareEmergencySave")
-#define RECOVERY_CMD_DO_EMERGENCY_SAVE OUString( "vnd.sun.star.autorecovery:/doEmergencySave" )
-#define RECOVERY_CMD_DO_RECOVERY OUString( "vnd.sun.star.autorecovery:/doAutoRecovery" )
+#define RECOVERY_CMD_DO_EMERGENCY_SAVE "vnd.sun.star.autorecovery:/doEmergencySave"
+#define RECOVERY_CMD_DO_RECOVERY "vnd.sun.star.autorecovery:/doAutoRecovery"
#define RECOVERY_CMD_DO_ENTRY_BACKUP OUString( "vnd.sun.star.autorecovery:/doEntryBackup" )
#define RECOVERY_CMD_DO_ENTRY_CLEANUP OUString( "vnd.sun.star.autorecovery:/doEntryCleanUp" )
-#define PROP_STATUSINDICATOR OUString( "StatusIndicator" )
-#define PROP_DISPATCHASYNCHRON OUString( "DispatchAsynchron")
-#define PROP_SAVEPATH OUString( "SavePath" )
-#define PROP_ENTRYID OUString( "EntryID" )
+#define PROP_STATUSINDICATOR "StatusIndicator"
+#define PROP_DISPATCHASYNCHRON "DispatchAsynchron"
+#define PROP_SAVEPATH "SavePath"
+#define PROP_ENTRYID "EntryID"
#define STATEPROP_ID OUString( "ID" )
#define STATEPROP_STATE OUString( "DocumentState")
@@ -64,9 +64,9 @@
#define STATEPROP_TITLE OUString( "Title" )
#define STATEPROP_MODULE OUString( "Module" )
-#define RECOVERY_OPERATIONSTATE_START OUString( "start" )
-#define RECOVERY_OPERATIONSTATE_STOP OUString( "stop" )
-#define RECOVERY_OPERATIONSTATE_UPDATE OUString( "update")
+#define RECOVERY_OPERATIONSTATE_START "start"
+#define RECOVERY_OPERATIONSTATE_STOP "stop"
+#define RECOVERY_OPERATIONSTATE_UPDATE "update"
#define DLG_RET_UNKNOWN -1
#define DLG_RET_OK 1
diff --git a/svx/source/inc/fmservs.hxx b/svx/source/inc/fmservs.hxx
index ec85a53862d2..479b5da43d5c 100644
--- a/svx/source/inc/fmservs.hxx
+++ b/svx/source/inc/fmservs.hxx
@@ -28,30 +28,30 @@ namespace com { namespace sun { namespace star { namespace lang {
class XMultiServiceFactory;
} } } }
-#define FM_COMPONENT_EDIT OUString( "stardiv.one.form.component.Edit" )
-#define FM_COMPONENT_TEXTFIELD OUString( "stardiv.one.form.component.TextField" )
-#define FM_COMPONENT_LISTBOX OUString( "stardiv.one.form.component.ListBox" )
-#define FM_COMPONENT_COMBOBOX OUString( "stardiv.one.form.component.ComboBox" )
-#define FM_COMPONENT_RADIOBUTTON OUString( "stardiv.one.form.component.RadioButton" )
-#define FM_COMPONENT_GROUPBOX OUString( "stardiv.one.form.component.GroupBox" )
-#define FM_COMPONENT_FIXEDTEXT OUString( "stardiv.one.form.component.FixedText" )
-#define FM_COMPONENT_COMMANDBUTTON OUString( "stardiv.one.form.component.CommandButton" )
-#define FM_COMPONENT_CHECKBOX OUString( "stardiv.one.form.component.CheckBox" )
-#define FM_COMPONENT_GRID OUString( "stardiv.one.form.component.Grid" )
-#define FM_COMPONENT_GRIDCONTROL OUString( "stardiv.one.form.component.GridControl" )
-#define FM_COMPONENT_IMAGEBUTTON OUString( "stardiv.one.form.component.ImageButton" )
-#define FM_COMPONENT_FILECONTROL OUString( "stardiv.one.form.component.FileControl" )
-#define FM_COMPONENT_TIMEFIELD OUString( "stardiv.one.form.component.TimeField" )
-#define FM_COMPONENT_DATEFIELD OUString( "stardiv.one.form.component.DateField" )
-#define FM_COMPONENT_NUMERICFIELD OUString( "stardiv.one.form.component.NumericField" )
-#define FM_COMPONENT_CURRENCYFIELD OUString( "stardiv.one.form.component.CurrencyField" )
-#define FM_COMPONENT_PATTERNFIELD OUString( "stardiv.one.form.component.PatternField" )
-#define FM_COMPONENT_FORMATTEDFIELD OUString( "stardiv.one.form.component.FormattedField" )
-#define FM_COMPONENT_HIDDEN OUString( "stardiv.one.form.component.Hidden" )
-#define FM_COMPONENT_HIDDENCONTROL OUString( "stardiv.one.form.component.HiddenControl" )
-#define FM_COMPONENT_IMAGECONTROL OUString( "stardiv.one.form.component.ImageControl" )
-#define FM_CONTROL_GRID OUString( "stardiv.one.form.control.Grid" )
-#define FM_CONTROL_GRIDCONTROL OUString( "stardiv.one.form.control.GridControl" )
+#define FM_COMPONENT_EDIT "stardiv.one.form.component.Edit"
+#define FM_COMPONENT_TEXTFIELD "stardiv.one.form.component.TextField"
+#define FM_COMPONENT_LISTBOX "stardiv.one.form.component.ListBox"
+#define FM_COMPONENT_COMBOBOX "stardiv.one.form.component.ComboBox"
+#define FM_COMPONENT_RADIOBUTTON "stardiv.one.form.component.RadioButton"
+#define FM_COMPONENT_GROUPBOX "stardiv.one.form.component.GroupBox"
+#define FM_COMPONENT_FIXEDTEXT "stardiv.one.form.component.FixedText"
+#define FM_COMPONENT_COMMANDBUTTON "stardiv.one.form.component.CommandButton"
+#define FM_COMPONENT_CHECKBOX "stardiv.one.form.component.CheckBox"
+#define FM_COMPONENT_GRID "stardiv.one.form.component.Grid"
+#define FM_COMPONENT_GRIDCONTROL "stardiv.one.form.component.GridControl"
+#define FM_COMPONENT_IMAGEBUTTON "stardiv.one.form.component.ImageButton"
+#define FM_COMPONENT_FILECONTROL "stardiv.one.form.component.FileControl"
+#define FM_COMPONENT_TIMEFIELD "stardiv.one.form.component.TimeField"
+#define FM_COMPONENT_DATEFIELD "stardiv.one.form.component.DateField"
+#define FM_COMPONENT_NUMERICFIELD "stardiv.one.form.component.NumericField"
+#define FM_COMPONENT_CURRENCYFIELD "stardiv.one.form.component.CurrencyField"
+#define FM_COMPONENT_PATTERNFIELD "stardiv.one.form.component.PatternField"
+#define FM_COMPONENT_FORMATTEDFIELD "stardiv.one.form.component.FormattedField"
+#define FM_COMPONENT_HIDDEN "stardiv.one.form.component.Hidden"
+#define FM_COMPONENT_HIDDENCONTROL "stardiv.one.form.component.HiddenControl"
+#define FM_COMPONENT_IMAGECONTROL "stardiv.one.form.component.ImageControl"
+#define FM_CONTROL_GRID "stardiv.one.form.control.Grid"
+#define FM_CONTROL_GRIDCONTROL "stardiv.one.form.control.GridControl"
#define SRV_SDB_CONNECTION OUString( "com.sun.star.sdb.Connection" )
#define FM_SUN_COMPONENT_FORM OUString( "com.sun.star.form.component.Form" )
#define FM_SUN_COMPONENT_TEXTFIELD OUString( "com.sun.star.form.component.TextField" )
@@ -61,22 +61,22 @@ namespace com { namespace sun { namespace star { namespace lang {
#define FM_SUN_COMPONENT_GROUPBOX OUString( "com.sun.star.form.component.GroupBox" )
#define FM_SUN_COMPONENT_FIXEDTEXT OUString( "com.sun.star.form.component.FixedText" )
#define FM_SUN_COMPONENT_COMMANDBUTTON OUString( "com.sun.star.form.component.CommandButton" )
-#define FM_SUN_COMPONENT_CHECKBOX OUString( "com.sun.star.form.component.CheckBox" )
+#define FM_SUN_COMPONENT_CHECKBOX "com.sun.star.form.component.CheckBox"
#define FM_SUN_COMPONENT_GRIDCONTROL OUString( "com.sun.star.form.component.GridControl" )
#define FM_SUN_COMPONENT_IMAGEBUTTON OUString( "com.sun.star.form.component.ImageButton" )
#define FM_SUN_COMPONENT_FILECONTROL OUString( "com.sun.star.form.component.FileControl" )
#define FM_SUN_COMPONENT_TIMEFIELD OUString( "com.sun.star.form.component.TimeField" )
#define FM_SUN_COMPONENT_DATEFIELD OUString( "com.sun.star.form.component.DateField" )
-#define FM_SUN_COMPONENT_NUMERICFIELD OUString( "com.sun.star.form.component.NumericField" )
+#define FM_SUN_COMPONENT_NUMERICFIELD "com.sun.star.form.component.NumericField"
#define FM_SUN_COMPONENT_CURRENCYFIELD OUString( "com.sun.star.form.component.CurrencyField" )
#define FM_SUN_COMPONENT_PATTERNFIELD OUString( "com.sun.star.form.component.PatternField" )
#define FM_SUN_COMPONENT_HIDDENCONTROL OUString( "com.sun.star.form.component.HiddenControl" )
#define FM_SUN_COMPONENT_IMAGECONTROL OUString( "com.sun.star.form.component.DatabaseImageControl" )
#define FM_SUN_COMPONENT_FORMATTEDFIELD OUString( "com.sun.star.form.component.FormattedField" )
-#define FM_SUN_COMPONENT_SCROLLBAR OUString( "com.sun.star.form.component.ScrollBar" )
-#define FM_SUN_COMPONENT_SPINBUTTON OUString( "com.sun.star.form.component.SpinButton" )
-#define FM_SUN_COMPONENT_NAVIGATIONBAR OUString( "com.sun.star.form.component.NavigationToolBar" )
-#define FM_SUN_CONTROL_GRIDCONTROL OUString( "com.sun.star.form.control.GridControl" )
+#define FM_SUN_COMPONENT_SCROLLBAR "com.sun.star.form.component.ScrollBar"
+#define FM_SUN_COMPONENT_SPINBUTTON "com.sun.star.form.component.SpinButton"
+#define FM_SUN_COMPONENT_NAVIGATIONBAR "com.sun.star.form.component.NavigationToolBar"
+#define FM_SUN_CONTROL_GRIDCONTROL "com.sun.star.form.control.GridControl"
namespace svxform
{
diff --git a/svx/source/inc/fmurl.hxx b/svx/source/inc/fmurl.hxx
index 3182e4be0a46..878eea656ff0 100644
--- a/svx/source/inc/fmurl.hxx
+++ b/svx/source/inc/fmurl.hxx
@@ -27,7 +27,7 @@
#define FMURL_RECORD_MOVENEXT OUString( ".uno:FormController/moveToNext" )
#define FMURL_RECORD_MOVELAST OUString( ".uno:FormController/moveToLast" )
#define FMURL_RECORD_MOVETONEW OUString( ".uno:FormController/moveToNew" )
-#define FMURL_RECORD_UNDO OUString( ".uno:FormController/undoRecord" )
+#define FMURL_RECORD_UNDO ".uno:FormController/undoRecord"
#define FMURL_RECORD_SAVE OUString( ".uno:FormController/saveRecord" )
#define FMURL_RECORD_DELETE OUString( ".uno:FormController/deleteRecord" )
#define FMURL_FORM_REFRESH OUString( ".uno:FormController/refreshForm" )
@@ -39,14 +39,14 @@
#define FMURL_FORM_FILTER OUString( ".uno:FormController/filter" )
#define FMURL_FORM_APPLY_FILTER OUString( ".uno:FormController/applyFilter" )
#define FMURL_FORM_REMOVE_FILTER OUString( ".uno:FormController/removeFilterOrder" )
-#define FMURL_CONFIRM_DELETION OUString( ".uno:FormSlots/ConfirmDeletion" )
-#define FMURL_COMPONENT_FORMGRIDVIEW OUString( ".component:DB/FormGridView" )
-#define FMURL_GRIDVIEW_CLEARVIEW OUString( ".uno:FormSlots/ClearView" )
-#define FMURL_GRIDVIEW_ADDCOLUMN OUString( ".uno:FormSlots/AddGridColumn" )
-#define FMURL_GRIDVIEW_ATTACHTOFORM OUString( ".uno:FormSlots/AttachToForm" )
-#define FMARG_ATTACHTO_MASTERFORM OUString( "MasterForm" )
-#define FMARG_ADDCOL_COLUMNTYPE OUString( "ColumnType" )
-#define FMARG_ADDCOL_COLUMNPOS OUString( "ColumnPosition" )
+#define FMURL_CONFIRM_DELETION ".uno:FormSlots/ConfirmDeletion"
+#define FMURL_COMPONENT_FORMGRIDVIEW ".component:DB/FormGridView"
+#define FMURL_GRIDVIEW_CLEARVIEW ".uno:FormSlots/ClearView"
+#define FMURL_GRIDVIEW_ADDCOLUMN ".uno:FormSlots/AddGridColumn"
+#define FMURL_GRIDVIEW_ATTACHTOFORM ".uno:FormSlots/AttachToForm"
+#define FMARG_ATTACHTO_MASTERFORM "MasterForm"
+#define FMARG_ADDCOL_COLUMNTYPE "ColumnType"
+#define FMARG_ADDCOL_COLUMNPOS "ColumnPosition"
#endif // INCLUDED_SVX_SOURCE_INC_FMURL_HXX
diff --git a/svx/source/inc/gridcols.hxx b/svx/source/inc/gridcols.hxx
index a3881dad6510..180337f7f5b9 100644
--- a/svx/source/inc/gridcols.hxx
+++ b/svx/source/inc/gridcols.hxx
@@ -22,16 +22,16 @@
#include <sal/types.h>
#include <rtl/ustring.hxx>
-#define FM_COL_TEXTFIELD OUString( "TextField" )
-#define FM_COL_COMBOBOX OUString( "ComboBox" )
-#define FM_COL_CHECKBOX OUString( "CheckBox" )
-#define FM_COL_TIMEFIELD OUString( "TimeField" )
-#define FM_COL_DATEFIELD OUString( "DateField" )
-#define FM_COL_NUMERICFIELD OUString( "NumericField" )
-#define FM_COL_CURRENCYFIELD OUString( "CurrencyField" )
-#define FM_COL_PATTERNFIELD OUString( "PatternField" )
-#define FM_COL_LISTBOX OUString( "ListBox" )
-#define FM_COL_FORMATTEDFIELD OUString( "FormattedField" )
+#define FM_COL_TEXTFIELD "TextField"
+#define FM_COL_COMBOBOX "ComboBox"
+#define FM_COL_CHECKBOX "CheckBox"
+#define FM_COL_TIMEFIELD "TimeField"
+#define FM_COL_DATEFIELD "DateField"
+#define FM_COL_NUMERICFIELD "NumericField"
+#define FM_COL_CURRENCYFIELD "CurrencyField"
+#define FM_COL_PATTERNFIELD "PatternField"
+#define FM_COL_LISTBOX "ListBox"
+#define FM_COL_FORMATTEDFIELD "FormattedField"
// column type ids
#define TYPE_CHECKBOX 0