summaryrefslogtreecommitdiff
path: root/sc/source/ui/pagedlg/tptable.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/pagedlg/tptable.cxx')
-rw-r--r--sc/source/ui/pagedlg/tptable.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sc/source/ui/pagedlg/tptable.cxx b/sc/source/ui/pagedlg/tptable.cxx
index 4c6a29b97eb0..50857f9f4976 100644
--- a/sc/source/ui/pagedlg/tptable.cxx
+++ b/sc/source/ui/pagedlg/tptable.cxx
@@ -75,12 +75,12 @@ static sal_uInt16 pPageTableRanges[] =
0
};
-sal_Bool lcl_PutVObjModeItem( sal_uInt16 nWhich,
+static sal_Bool lcl_PutVObjModeItem( sal_uInt16 nWhich,
SfxItemSet& rCoreSet,
const SfxItemSet& rOldSet,
const CheckBox& rBtn );
-sal_Bool lcl_PutScaleItem( sal_uInt16 nWhich,
+static sal_Bool lcl_PutScaleItem( sal_uInt16 nWhich,
SfxItemSet& rCoreSet,
const SfxItemSet& rOldSet,
const ListBox& rListBox,
@@ -88,7 +88,7 @@ sal_Bool lcl_PutScaleItem( sal_uInt16 nWhich,
const SpinField& rEd,
sal_uInt16 nValue );
-sal_Bool lcl_PutScaleItem2( sal_uInt16 nWhich,
+static sal_Bool lcl_PutScaleItem2( sal_uInt16 nWhich,
SfxItemSet& rCoreSet,
const SfxItemSet& rOldSet,
const ListBox& rListBox,
@@ -96,7 +96,7 @@ sal_Bool lcl_PutScaleItem2( sal_uInt16 nWhich,
const NumericField& rEd1,
const NumericField& rEd2 );
-sal_Bool lcl_PutBoolItem( sal_uInt16 nWhich,
+static sal_Bool lcl_PutBoolItem( sal_uInt16 nWhich,
SfxItemSet& rCoreSet,
const SfxItemSet& rOldSet,
sal_Bool bIsChecked,
@@ -472,7 +472,7 @@ IMPL_LINK_NOARG(ScTablePage, ScaleHdl)
// Hilfsfunktionen fuer FillItemSet:
//========================================================================
-sal_Bool lcl_PutBoolItem( sal_uInt16 nWhich,
+static sal_Bool lcl_PutBoolItem( sal_uInt16 nWhich,
SfxItemSet& rCoreSet,
const SfxItemSet& rOldSet,
sal_Bool bIsChecked,
@@ -491,7 +491,7 @@ sal_Bool lcl_PutBoolItem( sal_uInt16 nWhich,
//------------------------------------------------------------------------
-sal_Bool lcl_PutVObjModeItem( sal_uInt16 nWhich,
+static sal_Bool lcl_PutVObjModeItem( sal_uInt16 nWhich,
SfxItemSet& rCoreSet,
const SfxItemSet& rOldSet,
const CheckBox& rBtn )
@@ -512,7 +512,7 @@ sal_Bool lcl_PutVObjModeItem( sal_uInt16 nWhich,
//------------------------------------------------------------------------
-sal_Bool lcl_PutScaleItem( sal_uInt16 nWhich,
+static sal_Bool lcl_PutScaleItem( sal_uInt16 nWhich,
SfxItemSet& rCoreSet,
const SfxItemSet& rOldSet,
const ListBox& rListBox,
@@ -534,7 +534,7 @@ sal_Bool lcl_PutScaleItem( sal_uInt16 nWhich,
}
-sal_Bool lcl_PutScaleItem2( sal_uInt16 nWhich,
+static sal_Bool lcl_PutScaleItem2( sal_uInt16 nWhich,
SfxItemSet& rCoreSet,
const SfxItemSet& rOldSet,
const ListBox& rListBox,