Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
013d9b24
Kaydet (Commit)
013d9b24
authored
Şub 12, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool->bool
Change-Id: I240260ad63155a33ffcd0676175000c3bf65c613
üst
12dcbbeb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
82 additions
and
82 deletions
+82
-82
scabstdlg.hxx
sc/inc/scabstdlg.hxx
+29
-29
scdlgfact.cxx
sc/source/ui/attrdlg/scdlgfact.cxx
+24
-24
scdlgfact.hxx
sc/source/ui/attrdlg/scdlgfact.hxx
+29
-29
No files found.
sc/inc/scabstdlg.hxx
Dosyayı görüntüle @
013d9b24
...
...
@@ -71,8 +71,8 @@ public:
class
AbstractScColRowLabelDlg
:
public
VclAbstractDialog
{
public
:
virtual
sal_B
ool
IsCol
()
=
0
;
virtual
sal_B
ool
IsRow
()
=
0
;
virtual
b
ool
IsCol
()
=
0
;
virtual
b
ool
IsRow
()
=
0
;
};
class
AbstractScCondFormatManagerDlg
:
public
VclAbstractDialog
...
...
@@ -138,13 +138,13 @@ public:
virtual
double
GetStep
()
const
=
0
;
virtual
double
GetMax
()
const
=
0
;
virtual
OUString
GetStartStr
()
const
=
0
;
virtual
void
SetEdStartValEnabled
(
sal_B
ool
bFlag
=
false
)
=
0
;
virtual
void
SetEdStartValEnabled
(
b
ool
bFlag
=
false
)
=
0
;
};
class
AbstractScGroupDlg
:
public
VclAbstractDialog
{
public
:
virtual
sal_B
ool
GetColsChecked
()
const
=
0
;
virtual
b
ool
GetColsChecked
()
const
=
0
;
};
class
AbstractScInsertCellDlg
:
public
VclAbstractDialog
...
...
@@ -156,27 +156,27 @@ public:
class
AbstractScInsertContentsDlg
:
public
VclAbstractDialog
{
public
:
virtual
sal_uInt16
GetInsContentsCmdBits
()
const
=
0
;
virtual
sal_uInt16
GetFormulaCmdBits
()
const
=
0
;
virtual
sal_B
ool
IsSkipEmptyCells
()
const
=
0
;
virtual
sal_B
ool
IsLink
()
const
=
0
;
virtual
void
SetFillMode
(
sal_B
ool
bSet
)
=
0
;
virtual
void
SetOtherDoc
(
sal_B
ool
bSet
)
=
0
;
virtual
sal_B
ool
IsTranspose
()
const
=
0
;
virtual
void
SetChangeTrack
(
sal_B
ool
bSet
)
=
0
;
virtual
void
SetCellShiftDisabled
(
int
nDisable
)
=
0
;
virtual
sal_uInt16
GetInsContentsCmdBits
()
const
=
0
;
virtual
sal_uInt16
GetFormulaCmdBits
()
const
=
0
;
virtual
b
ool
IsSkipEmptyCells
()
const
=
0
;
virtual
b
ool
IsLink
()
const
=
0
;
virtual
void
SetFillMode
(
b
ool
bSet
)
=
0
;
virtual
void
SetOtherDoc
(
b
ool
bSet
)
=
0
;
virtual
b
ool
IsTranspose
()
const
=
0
;
virtual
void
SetChangeTrack
(
b
ool
bSet
)
=
0
;
virtual
void
SetCellShiftDisabled
(
int
nDisable
)
=
0
;
virtual
InsCellCmd
GetMoveMode
()
=
0
;
};
class
AbstractScInsertTableDlg
:
public
VclAbstractDialog
{
public
:
virtual
sal_B
ool
GetTablesFromFile
()
=
0
;
virtual
sal_B
ool
GetTablesAsLink
()
=
0
;
virtual
b
ool
GetTablesFromFile
()
=
0
;
virtual
b
ool
GetTablesAsLink
()
=
0
;
virtual
const
OUString
*
GetFirstTable
(
sal_uInt16
*
pN
=
NULL
)
=
0
;
virtual
ScDocShell
*
GetDocShellTables
()
=
0
;
virtual
sal_B
ool
IsTableBefore
()
=
0
;
virtual
sal_uInt16
GetTableCount
()
=
0
;
virtual
b
ool
IsTableBefore
()
=
0
;
virtual
sal_uInt16
GetTableCount
()
=
0
;
virtual
const
OUString
*
GetNextTable
(
sal_uInt16
*
pN
=
NULL
)
=
0
;
};
...
...
@@ -215,8 +215,8 @@ public:
virtual
bool
GetRenameTable
()
const
=
0
;
virtual
void
GetTabNameString
(
OUString
&
rString
)
const
=
0
;
virtual
void
SetForceCopyTable
()
=
0
;
virtual
void
EnableCopyTable
(
sal_B
ool
bFlag
=
true
)
=
0
;
virtual
void
EnableRenameTable
(
sal_B
ool
bFlag
=
true
)
=
0
;
virtual
void
EnableCopyTable
(
b
ool
bFlag
=
true
)
=
0
;
virtual
void
EnableRenameTable
(
b
ool
bFlag
=
true
)
=
0
;
};
class
AbstractScNameCreateDlg
:
public
VclAbstractDialog
// Manage Name Dialog
...
...
@@ -285,7 +285,7 @@ public:
class
AbstractScShowTabDlg
:
public
VclAbstractDialog
{
public
:
virtual
void
Insert
(
const
OUString
&
rString
,
sal_B
ool
bSelected
)
=
0
;
virtual
void
Insert
(
const
OUString
&
rString
,
b
ool
bSelected
)
=
0
;
virtual
sal_uInt16
GetSelectEntryCount
()
const
=
0
;
virtual
void
SetDescription
(
const
OUString
&
rTitle
,
const
OUString
&
rFixedText
,
const
OString
&
nDlgHelpId
,
const
OString
&
nLbHelpId
)
=
0
;
virtual
OUString
GetSelectEntry
(
sal_uInt16
nPos
)
const
=
0
;
...
...
@@ -338,8 +338,8 @@ public:
ScDocument
*
pDoc
,
int
nId
)
=
0
;
virtual
AbstractScColRowLabelDlg
*
CreateScColRowLabelDlg
(
Window
*
pParent
,
sal_B
ool
bCol
=
false
,
sal_B
ool
bRow
=
false
)
=
0
;
b
ool
bCol
=
false
,
b
ool
bRow
=
false
)
=
0
;
virtual
AbstractScSortWarningDlg
*
CreateScSortWarningDlg
(
Window
*
pParent
,
const
OUString
&
rExtendText
,
const
OUString
&
rCurrentText
)
=
0
;
...
...
@@ -378,8 +378,8 @@ public:
bool
bRows
=
true
)
=
0
;
virtual
AbstractScInsertCellDlg
*
CreateScInsertCellDlg
(
Window
*
pParent
,
int
nId
,
sal_B
ool
bDisallowCellMove
=
false
)
=
0
;
int
nId
,
b
ool
bDisallowCellMove
=
false
)
=
0
;
virtual
AbstractScInsertContentsDlg
*
CreateScInsertContentsDlg
(
Window
*
pParent
,
sal_uInt16
nCheckDefaults
=
0
,
...
...
@@ -441,7 +441,7 @@ public:
sal_uInt16
nOrient
)
=
0
;
virtual
AbstractScNewScenarioDlg
*
CreateScNewScenarioDlg
(
Window
*
pParent
,
const
OUString
&
rName
,
sal_Bool
bEdit
=
false
,
sal_B
ool
bSheetProtected
=
false
)
=
0
;
bool
bEdit
=
false
,
b
ool
bSheetProtected
=
false
)
=
0
;
virtual
AbstractScShowTabDlg
*
CreateScShowTabDlg
(
Window
*
pParent
)
=
0
;
virtual
AbstractScStringInputDlg
*
CreateScStringInputDlg
(
Window
*
pParent
,
...
...
@@ -457,12 +457,12 @@ public:
const
OString
&
)
=
0
;
virtual
AbstractScImportOptionsDlg
*
CreateScImportOptionsDlg
(
Window
*
pParent
,
sal_Bool
bAscii
=
sal_T
rue
,
bool
bAscii
=
t
rue
,
const
ScImportOptions
*
pOptions
=
NULL
,
const
OUString
*
pStrTitle
=
NULL
,
sal_B
ool
bMultiByte
=
false
,
sal_B
ool
bOnlyDbtoolsEncodings
=
false
,
sal_Bool
bImport
=
sal_T
rue
)
=
0
;
b
ool
bMultiByte
=
false
,
b
ool
bOnlyDbtoolsEncodings
=
false
,
bool
bImport
=
t
rue
)
=
0
;
virtual
SfxAbstractTabDialog
*
CreateScAttrDlg
(
SfxViewFrame
*
pFrame
,
Window
*
pParent
,
...
...
sc/source/ui/attrdlg/scdlgfact.cxx
Dosyayı görüntüle @
013d9b24
...
...
@@ -170,12 +170,12 @@ OUString AbstractScAutoFormatDlg_Impl::GetCurrFormatName()
return
pDlg
->
GetCurrFormatName
();
}
sal_B
ool
AbstractScColRowLabelDlg_Impl
::
IsCol
()
b
ool
AbstractScColRowLabelDlg_Impl
::
IsCol
()
{
return
pDlg
->
IsCol
();
}
sal_B
ool
AbstractScColRowLabelDlg_Impl
::
IsRow
()
b
ool
AbstractScColRowLabelDlg_Impl
::
IsRow
()
{
return
pDlg
->
IsRow
();
}
...
...
@@ -285,12 +285,12 @@ OUString AbstractScFillSeriesDlg_Impl::GetStartStr() const
return
pDlg
->
GetStartStr
();
}
void
AbstractScFillSeriesDlg_Impl
::
SetEdStartValEnabled
(
sal_B
ool
bFlag
)
void
AbstractScFillSeriesDlg_Impl
::
SetEdStartValEnabled
(
b
ool
bFlag
)
{
pDlg
->
SetEdStartValEnabled
(
bFlag
);
}
sal_B
ool
AbstractScGroupDlg_Impl
::
GetColsChecked
()
const
b
ool
AbstractScGroupDlg_Impl
::
GetColsChecked
()
const
{
return
pDlg
->
GetColsChecked
();
}
...
...
@@ -310,32 +310,32 @@ sal_uInt16 AbstractScInsertContentsDlg_Impl::GetFormulaCmdBits() const
return
pDlg
->
GetFormulaCmdBits
();
}
sal_B
ool
AbstractScInsertContentsDlg_Impl
::
IsSkipEmptyCells
()
const
b
ool
AbstractScInsertContentsDlg_Impl
::
IsSkipEmptyCells
()
const
{
return
pDlg
->
IsSkipEmptyCells
();
}
sal_B
ool
AbstractScInsertContentsDlg_Impl
::
IsLink
()
const
b
ool
AbstractScInsertContentsDlg_Impl
::
IsLink
()
const
{
return
pDlg
->
IsLink
();
}
void
AbstractScInsertContentsDlg_Impl
::
SetFillMode
(
sal_B
ool
bSet
)
void
AbstractScInsertContentsDlg_Impl
::
SetFillMode
(
b
ool
bSet
)
{
pDlg
->
SetFillMode
(
bSet
);
}
void
AbstractScInsertContentsDlg_Impl
::
SetOtherDoc
(
sal_B
ool
bSet
)
void
AbstractScInsertContentsDlg_Impl
::
SetOtherDoc
(
b
ool
bSet
)
{
pDlg
->
SetOtherDoc
(
bSet
);
}
sal_B
ool
AbstractScInsertContentsDlg_Impl
::
IsTranspose
()
const
b
ool
AbstractScInsertContentsDlg_Impl
::
IsTranspose
()
const
{
return
pDlg
->
IsTranspose
();
}
void
AbstractScInsertContentsDlg_Impl
::
SetChangeTrack
(
sal_B
ool
bSet
)
void
AbstractScInsertContentsDlg_Impl
::
SetChangeTrack
(
b
ool
bSet
)
{
pDlg
->
SetChangeTrack
(
bSet
);
}
...
...
@@ -350,12 +350,12 @@ InsCellCmd AbstractScInsertContentsDlg_Impl::GetMoveMode()
return
pDlg
->
GetMoveMode
();
}
sal_B
ool
AbstractScInsertTableDlg_Impl
::
GetTablesFromFile
()
b
ool
AbstractScInsertTableDlg_Impl
::
GetTablesFromFile
()
{
return
pDlg
->
GetTablesFromFile
();
}
sal_B
ool
AbstractScInsertTableDlg_Impl
::
GetTablesAsLink
()
b
ool
AbstractScInsertTableDlg_Impl
::
GetTablesAsLink
()
{
return
pDlg
->
GetTablesAsLink
();
}
...
...
@@ -370,7 +370,7 @@ ScDocShell* AbstractScInsertTableDlg_Impl::GetDocShellTables()
return
pDlg
->
GetDocShellTables
();
}
sal_B
ool
AbstractScInsertTableDlg_Impl
::
IsTableBefore
()
b
ool
AbstractScInsertTableDlg_Impl
::
IsTableBefore
()
{
return
pDlg
->
IsTableBefore
();
}
...
...
@@ -468,12 +468,12 @@ void AbstractScMoveTableDlg_Impl::SetForceCopyTable()
return
pDlg
->
SetForceCopyTable
();
}
void
AbstractScMoveTableDlg_Impl
::
EnableCopyTable
(
sal_B
ool
bFlag
)
void
AbstractScMoveTableDlg_Impl
::
EnableCopyTable
(
b
ool
bFlag
)
{
return
pDlg
->
EnableCopyTable
(
bFlag
);
}
void
AbstractScMoveTableDlg_Impl
::
EnableRenameTable
(
sal_B
ool
bFlag
)
void
AbstractScMoveTableDlg_Impl
::
EnableRenameTable
(
b
ool
bFlag
)
{
return
pDlg
->
EnableRenameTable
(
bFlag
);
}
...
...
@@ -550,7 +550,7 @@ void AbstractScNewScenarioDlg_Impl::GetScenarioData(
pDlg
->
GetScenarioData
(
rName
,
rComment
,
rColor
,
rFlags
);
}
void
AbstractScShowTabDlg_Impl
::
Insert
(
const
OUString
&
rString
,
sal_B
ool
bSelected
)
void
AbstractScShowTabDlg_Impl
::
Insert
(
const
OUString
&
rString
,
b
ool
bSelected
)
{
pDlg
->
Insert
(
rString
,
bSelected
);
}
...
...
@@ -638,8 +638,8 @@ AbstractScAutoFormatDlg * ScAbstractDialogFactory_Impl::CreateScAutoFormatDlg( W
}
AbstractScColRowLabelDlg
*
ScAbstractDialogFactory_Impl
::
CreateScColRowLabelDlg
(
Window
*
pParent
,
sal_B
ool
bCol
,
sal_B
ool
bRow
)
b
ool
bCol
,
b
ool
bRow
)
{
ScColRowLabelDlg
*
pDlg
=
new
ScColRowLabelDlg
(
pParent
,
bCol
,
bRow
);
return
new
AbstractScColRowLabelDlg_Impl
(
pDlg
);
...
...
@@ -746,7 +746,7 @@ AbstractScGroupDlg* ScAbstractDialogFactory_Impl::CreateAbstractScGroupDlg( Wind
AbstractScInsertCellDlg
*
ScAbstractDialogFactory_Impl
::
CreateScInsertCellDlg
(
Window
*
pParent
,
int
nId
,
sal_B
ool
bDisallowCellMove
)
b
ool
bDisallowCellMove
)
{
ScInsertCellDlg
*
pDlg
=
NULL
;
switch
(
nId
)
...
...
@@ -890,7 +890,7 @@ AbstractScDPShowDetailDlg * ScAbstractDialogFactory_Impl::CreateScDPShowDetailDl
}
AbstractScNewScenarioDlg
*
ScAbstractDialogFactory_Impl
::
CreateScNewScenarioDlg
(
Window
*
pParent
,
const
OUString
&
rName
,
sal_Bool
bEdit
,
sal_B
ool
bSheetProtected
)
bool
bEdit
,
b
ool
bSheetProtected
)
{
ScNewScenarioDlg
*
pDlg
=
new
ScNewScenarioDlg
(
pParent
,
rName
,
bEdit
,
bSheetProtected
);
return
new
AbstractScNewScenarioDlg_Impl
(
pDlg
);
...
...
@@ -924,12 +924,12 @@ AbstractScTabBgColorDlg * ScAbstractDialogFactory_Impl::CreateScTabBgColorDlg(
}
AbstractScImportOptionsDlg
*
ScAbstractDialogFactory_Impl
::
CreateScImportOptionsDlg
(
Window
*
pParent
,
sal_B
ool
bAscii
,
b
ool
bAscii
,
const
ScImportOptions
*
pOptions
,
const
OUString
*
pStrTitle
,
sal_B
ool
bMultiByte
,
sal_B
ool
bOnlyDbtoolsEncodings
,
sal_B
ool
bImport
)
b
ool
bMultiByte
,
b
ool
bOnlyDbtoolsEncodings
,
b
ool
bImport
)
{
ScImportOptionsDlg
*
pDlg
=
new
ScImportOptionsDlg
(
pParent
,
bAscii
,
pOptions
,
pStrTitle
,
bMultiByte
,
bOnlyDbtoolsEncodings
,
bImport
);
return
new
AbstractScImportOptionsDlg_Impl
(
pDlg
);
...
...
sc/source/ui/attrdlg/scdlgfact.hxx
Dosyayı görüntüle @
013d9b24
...
...
@@ -122,8 +122,8 @@ class AbstractScAutoFormatDlg_Impl : public AbstractScAutoFormatDlg
class
AbstractScColRowLabelDlg_Impl
:
public
AbstractScColRowLabelDlg
{
DECL_ABSTDLG_BASE
(
AbstractScColRowLabelDlg_Impl
,
ScColRowLabelDlg
)
virtual
sal_B
ool
IsCol
();
virtual
sal_B
ool
IsRow
();
virtual
b
ool
IsCol
();
virtual
b
ool
IsRow
();
};
class
AbstractScCondFormatManagerDlg_Impl
:
public
AbstractScCondFormatManagerDlg
...
...
@@ -190,13 +190,13 @@ class AbstractScFillSeriesDlg_Impl:public AbstractScFillSeriesDlg
virtual
double
GetStep
()
const
;
virtual
double
GetMax
()
const
;
virtual
OUString
GetStartStr
()
const
;
virtual
void
SetEdStartValEnabled
(
sal_B
ool
bFlag
=
false
);
virtual
void
SetEdStartValEnabled
(
b
ool
bFlag
=
false
);
};
class
AbstractScGroupDlg_Impl
:
public
AbstractScGroupDlg
{
DECL_ABSTDLG_BASE
(
AbstractScGroupDlg_Impl
,
ScGroupDlg
)
virtual
sal_B
ool
GetColsChecked
()
const
;
virtual
b
ool
GetColsChecked
()
const
;
};
class
AbstractScInsertCellDlg_Impl
:
public
AbstractScInsertCellDlg
...
...
@@ -208,27 +208,27 @@ class AbstractScInsertCellDlg_Impl : public AbstractScInsertCellDlg
class
AbstractScInsertContentsDlg_Impl
:
public
AbstractScInsertContentsDlg
{
DECL_ABSTDLG_BASE
(
AbstractScInsertContentsDlg_Impl
,
ScInsertContentsDlg
)
virtual
sal_uInt16
GetInsContentsCmdBits
()
const
;
virtual
sal_uInt16
GetFormulaCmdBits
()
const
;
virtual
sal_B
ool
IsSkipEmptyCells
()
const
;
virtual
sal_B
ool
IsLink
()
const
;
virtual
void
SetFillMode
(
sal_B
ool
bSet
);
virtual
void
SetOtherDoc
(
sal_B
ool
bSet
);
virtual
sal_B
ool
IsTranspose
()
const
;
virtual
void
SetChangeTrack
(
sal_B
ool
bSet
);
virtual
void
SetCellShiftDisabled
(
int
nDisable
);
virtual
sal_uInt16
GetInsContentsCmdBits
()
const
;
virtual
sal_uInt16
GetFormulaCmdBits
()
const
;
virtual
b
ool
IsSkipEmptyCells
()
const
;
virtual
b
ool
IsLink
()
const
;
virtual
void
SetFillMode
(
b
ool
bSet
);
virtual
void
SetOtherDoc
(
b
ool
bSet
);
virtual
b
ool
IsTranspose
()
const
;
virtual
void
SetChangeTrack
(
b
ool
bSet
);
virtual
void
SetCellShiftDisabled
(
int
nDisable
);
virtual
InsCellCmd
GetMoveMode
();
};
class
AbstractScInsertTableDlg_Impl
:
public
AbstractScInsertTableDlg
{
DECL_ABSTDLG_BASE
(
AbstractScInsertTableDlg_Impl
,
ScInsertTableDlg
)
virtual
sal_B
ool
GetTablesFromFile
();
virtual
sal_B
ool
GetTablesAsLink
();
virtual
b
ool
GetTablesFromFile
();
virtual
b
ool
GetTablesAsLink
();
virtual
const
OUString
*
GetFirstTable
(
sal_uInt16
*
pN
=
NULL
);
virtual
ScDocShell
*
GetDocShellTables
();
virtual
sal_B
ool
IsTableBefore
();
virtual
sal_uInt16
GetTableCount
();
virtual
b
ool
IsTableBefore
();
virtual
sal_uInt16
GetTableCount
();
virtual
const
OUString
*
GetNextTable
(
sal_uInt16
*
pN
=
NULL
);
};
...
...
@@ -268,8 +268,8 @@ class AbstractScMoveTableDlg_Impl : public AbstractScMoveTableDlg
virtual
bool
GetRenameTable
()
const
;
virtual
void
GetTabNameString
(
OUString
&
rString
)
const
;
virtual
void
SetForceCopyTable
();
virtual
void
EnableCopyTable
(
sal_B
ool
bFlag
=
true
);
virtual
void
EnableRenameTable
(
sal_B
ool
bFlag
=
true
);
virtual
void
EnableCopyTable
(
b
ool
bFlag
=
true
);
virtual
void
EnableRenameTable
(
b
ool
bFlag
=
true
);
};
class
AbstractScNameCreateDlg_Impl
:
public
AbstractScNameCreateDlg
...
...
@@ -337,7 +337,7 @@ class AbstractScNewScenarioDlg_Impl : public AbstractScNewScenarioDlg
class
AbstractScShowTabDlg_Impl
:
public
AbstractScShowTabDlg
{
DECL_ABSTDLG_BASE
(
AbstractScShowTabDlg_Impl
,
ScShowTabDlg
)
virtual
void
Insert
(
const
OUString
&
rString
,
sal_B
ool
bSelected
);
virtual
void
Insert
(
const
OUString
&
rString
,
b
ool
bSelected
);
virtual
sal_uInt16
GetSelectEntryCount
()
const
;
virtual
void
SetDescription
(
const
OUString
&
rTitle
,
const
OUString
&
rFixedText
,
const
OString
&
sDlgHelpId
,
const
OString
&
sLbHelpId
);
virtual
OUString
GetSelectEntry
(
sal_uInt16
nPos
)
const
;
...
...
@@ -407,8 +407,8 @@ public:
ScDocument
*
pDoc
,
int
nId
);
virtual
AbstractScColRowLabelDlg
*
CreateScColRowLabelDlg
(
Window
*
pParent
,
sal_B
ool
bCol
=
false
,
sal_B
ool
bRow
=
false
);
b
ool
bCol
=
false
,
b
ool
bRow
=
false
);
virtual
AbstractScSortWarningDlg
*
CreateScSortWarningDlg
(
Window
*
pParent
,
const
OUString
&
rExtendText
,
const
OUString
&
rCurrentText
);
...
...
@@ -446,8 +446,8 @@ public:
bool
bRows
=
true
);
virtual
AbstractScInsertCellDlg
*
CreateScInsertCellDlg
(
Window
*
pParent
,
int
nId
,
sal_B
ool
bDisallowCellMove
=
false
);
int
nId
,
b
ool
bDisallowCellMove
=
false
);
virtual
AbstractScInsertContentsDlg
*
CreateScInsertContentsDlg
(
Window
*
pParent
,
sal_uInt16
nCheckDefaults
=
0
,
...
...
@@ -510,7 +510,7 @@ public:
sal_uInt16
nOrient
);
virtual
AbstractScNewScenarioDlg
*
CreateScNewScenarioDlg
(
Window
*
pParent
,
const
OUString
&
rName
,
sal_Bool
bEdit
=
false
,
sal_B
ool
bSheetProtected
=
false
);
bool
bEdit
=
false
,
b
ool
bSheetProtected
=
false
);
virtual
AbstractScShowTabDlg
*
CreateScShowTabDlg
(
Window
*
pParent
);
virtual
AbstractScStringInputDlg
*
CreateScStringInputDlg
(
Window
*
pParent
,
...
...
@@ -526,12 +526,12 @@ public:
const
OString
&
sHelpId
);
virtual
AbstractScImportOptionsDlg
*
CreateScImportOptionsDlg
(
Window
*
pParent
,
sal_Bool
bAscii
=
sal_T
rue
,
bool
bAscii
=
t
rue
,
const
ScImportOptions
*
pOptions
=
NULL
,
const
OUString
*
pStrTitle
=
NULL
,
sal_B
ool
bMultiByte
=
false
,
sal_B
ool
bOnlyDbtoolsEncodings
=
false
,
sal_Bool
bImport
=
sal_T
rue
);
b
ool
bMultiByte
=
false
,
b
ool
bOnlyDbtoolsEncodings
=
false
,
bool
bImport
=
t
rue
);
virtual
SfxAbstractTabDialog
*
CreateScAttrDlg
(
SfxViewFrame
*
pFrame
,
Window
*
pParent
,
const
SfxItemSet
*
pCellAttrs
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment