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
6d3507b0
Kaydet (Commit)
6d3507b0
authored
Kas 09, 2014
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SfxTabDialog ctors: take an OUString
Change-Id: I91b9b2ffd19b2412ac01dd12429d6460b4c4812c
üst
949b6ef2
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
23 additions
and
23 deletions
+23
-23
bbdlg.cxx
cui/source/tabpages/bbdlg.cxx
+2
-2
styledlg.hxx
include/sfx2/styledlg.hxx
+1
-1
tabdlg.hxx
include/sfx2/tabdlg.hxx
+2
-2
dlgpage.cxx
reportdesign/source/ui/dlg/dlgpage.cxx
+2
-2
dlgpage.hxx
reportdesign/source/ui/inc/dlgpage.hxx
+1
-1
ReportController.cxx
reportdesign/source/ui/report/ReportController.cxx
+2
-2
anyrefdg.hxx
sc/source/ui/inc/anyrefdg.hxx
+2
-2
hfedtdlg.hxx
sc/source/ui/inc/hfedtdlg.hxx
+1
-1
hfedtdlg.cxx
sc/source/ui/pagedlg/hfedtdlg.cxx
+1
-1
styledlg.cxx
sc/source/ui/styleui/styledlg.cxx
+2
-2
styledlg.cxx
sfx2/source/dialog/styledlg.cxx
+1
-1
tabdlg.cxx
sfx2/source/dialog/tabdlg.cxx
+4
-4
tmpdlg.cxx
sw/source/ui/fmtui/tmpdlg.cxx
+1
-1
frmdlg.cxx
sw/source/ui/frmdlg/frmdlg.cxx
+1
-1
No files found.
cui/source/tabpages/bbdlg.cxx
Dosyayı görüntüle @
6d3507b0
...
@@ -30,8 +30,8 @@ SvxBorderBackgroundDlg::SvxBorderBackgroundDlg(vcl::Window *pParent,
...
@@ -30,8 +30,8 @@ SvxBorderBackgroundDlg::SvxBorderBackgroundDlg(vcl::Window *pParent,
bool
bEnableDrawingLayerFillStyles
)
bool
bEnableDrawingLayerFillStyles
)
:
SfxTabDialog
(
pParent
,
:
SfxTabDialog
(
pParent
,
bEnableDrawingLayerFillStyles
bEnableDrawingLayerFillStyles
?
OString
(
"BorderAreaTransparencyDialog"
)
?
O
U
String
(
"BorderAreaTransparencyDialog"
)
:
OString
(
"BorderBackgroundDialog"
),
:
O
U
String
(
"BorderBackgroundDialog"
),
bEnableDrawingLayerFillStyles
bEnableDrawingLayerFillStyles
?
OUString
(
"cui/ui/borderareatransparencydialog.ui"
)
?
OUString
(
"cui/ui/borderareatransparencydialog.ui"
)
:
OUString
(
"cui/ui/borderbackgrounddialog.ui"
),
:
OUString
(
"cui/ui/borderbackgrounddialog.ui"
),
...
...
include/sfx2/styledlg.hxx
Dosyayı görüntüle @
6d3507b0
...
@@ -37,7 +37,7 @@ protected:
...
@@ -37,7 +37,7 @@ protected:
virtual
const
SfxItemSet
*
GetRefreshedSet
()
SAL_OVERRIDE
;
virtual
const
SfxItemSet
*
GetRefreshedSet
()
SAL_OVERRIDE
;
public
:
public
:
SfxStyleDialog
(
vcl
::
Window
*
pParent
,
const
OString
&
rID
,
SfxStyleDialog
(
vcl
::
Window
*
pParent
,
const
O
U
String
&
rID
,
const
OUString
&
rUIXMLDescription
,
SfxStyleSheetBase
&
);
const
OUString
&
rUIXMLDescription
,
SfxStyleSheetBase
&
);
virtual
~
SfxStyleDialog
();
virtual
~
SfxStyleDialog
();
...
...
include/sfx2/tabdlg.hxx
Dosyayı görüntüle @
6d3507b0
...
@@ -124,10 +124,10 @@ protected:
...
@@ -124,10 +124,10 @@ protected:
public
:
public
:
SfxTabDialog
(
vcl
::
Window
*
pParent
,
SfxTabDialog
(
vcl
::
Window
*
pParent
,
const
OString
&
rID
,
const
OUString
&
rUIXMLDescription
,
const
O
U
String
&
rID
,
const
OUString
&
rUIXMLDescription
,
const
SfxItemSet
*
=
0
,
bool
bEditFmt
=
false
);
const
SfxItemSet
*
=
0
,
bool
bEditFmt
=
false
);
SfxTabDialog
(
SfxViewFrame
*
pViewFrame
,
vcl
::
Window
*
pParent
,
SfxTabDialog
(
SfxViewFrame
*
pViewFrame
,
vcl
::
Window
*
pParent
,
const
OString
&
rID
,
const
OUString
&
rUIXMLDescription
,
const
O
U
String
&
rID
,
const
OUString
&
rUIXMLDescription
,
const
SfxItemSet
*
=
0
,
bool
bEditFmt
=
false
);
const
SfxItemSet
*
=
0
,
bool
bEditFmt
=
false
);
virtual
~
SfxTabDialog
();
virtual
~
SfxTabDialog
();
...
...
reportdesign/source/ui/dlg/dlgpage.cxx
Dosyayı görüntüle @
6d3507b0
...
@@ -37,9 +37,9 @@ namespace rptui
...
@@ -37,9 +37,9 @@ namespace rptui
|*
|*
\************************************************************************/
\************************************************************************/
ORptPageDialog
::
ORptPageDialog
(
vcl
::
Window
*
pParent
,
const
SfxItemSet
*
pAttr
,
const
OString
&
rDialog
)
ORptPageDialog
::
ORptPageDialog
(
vcl
::
Window
*
pParent
,
const
SfxItemSet
*
pAttr
,
const
O
U
String
&
rDialog
)
:
SfxTabDialog
(
pParent
,
rDialog
,
OUString
(
"modules/dbreport/ui/"
)
+
:
SfxTabDialog
(
pParent
,
rDialog
,
OUString
(
"modules/dbreport/ui/"
)
+
OStringToOUString
(
rDialog
,
RTL_TEXTENCODING_UTF8
)
.
toAsciiLowerCase
()
+
rDialog
.
toAsciiLowerCase
()
+
OUString
(
".ui"
),
pAttr
)
OUString
(
".ui"
),
pAttr
)
,
rOutAttrs
(
*
pAttr
)
,
rOutAttrs
(
*
pAttr
)
{
{
...
...
reportdesign/source/ui/inc/dlgpage.hxx
Dosyayı görüntüle @
6d3507b0
...
@@ -37,7 +37,7 @@ private:
...
@@ -37,7 +37,7 @@ private:
void
operator
=
(
const
ORptPageDialog
&
);
void
operator
=
(
const
ORptPageDialog
&
);
public
:
public
:
ORptPageDialog
(
vcl
::
Window
*
pParent
,
const
SfxItemSet
*
pAttr
,
const
OString
&
rDialog
);
ORptPageDialog
(
vcl
::
Window
*
pParent
,
const
SfxItemSet
*
pAttr
,
const
O
U
String
&
rDialog
);
};
};
}
// namespace rptui
}
// namespace rptui
...
...
reportdesign/source/ui/report/ReportController.cxx
Dosyayı görüntüle @
6d3507b0
...
@@ -2498,8 +2498,8 @@ void OReportController::openPageDialog(const uno::Reference<report::XSection>& _
...
@@ -2498,8 +2498,8 @@ void OReportController::openPageDialog(const uno::Reference<report::XSection>& _
{
// want the dialog to be destroyed before our set
{
// want the dialog to be destroyed before our set
ORptPageDialog
aDlg
(
getView
(),
pDescriptor
.
get
(),
_xSection
.
is
()
ORptPageDialog
aDlg
(
getView
(),
pDescriptor
.
get
(),
_xSection
.
is
()
?
OString
(
"BackgroundDialog"
)
?
O
U
String
(
"BackgroundDialog"
)
:
OString
(
"PageDialog"
));
:
O
U
String
(
"PageDialog"
));
if
(
RET_OK
==
aDlg
.
Execute
())
if
(
RET_OK
==
aDlg
.
Execute
())
{
{
...
...
sc/source/ui/inc/anyrefdg.hxx
Dosyayı görüntüle @
6d3507b0
...
@@ -203,7 +203,7 @@ private:
...
@@ -203,7 +203,7 @@ private:
ScRefHdlrImplBase
(
TParentWindow
*
pParent
,
TResId
nResId
,
const
TArg
&
rArg
,
SfxBindings
*
pB
=
NULL
);
ScRefHdlrImplBase
(
TParentWindow
*
pParent
,
TResId
nResId
,
const
TArg
&
rArg
,
SfxBindings
*
pB
=
NULL
);
template
<
class
TParentWindow
,
class
TArg
>
template
<
class
TParentWindow
,
class
TArg
>
ScRefHdlrImplBase
(
TParentWindow
*
pParent
,
const
OString
&
rID
,
const
OUString
&
rUIXMLDescription
,
const
TArg
&
rArg
,
SfxBindings
*
pB
=
NULL
);
ScRefHdlrImplBase
(
TParentWindow
*
pParent
,
const
O
U
String
&
rID
,
const
OUString
&
rUIXMLDescription
,
const
TArg
&
rArg
,
SfxBindings
*
pB
=
NULL
);
virtual
~
ScRefHdlrImplBase
();
virtual
~
ScRefHdlrImplBase
();
...
@@ -238,7 +238,7 @@ ScRefHdlrImplBase<TWindow,bBindRef>::ScRefHdlrImplBase( TParentWindow* pParent,
...
@@ -238,7 +238,7 @@ ScRefHdlrImplBase<TWindow,bBindRef>::ScRefHdlrImplBase( TParentWindow* pParent,
template
<
class
TWindow
,
bool
bBindRef
>
template
<
class
TWindow
,
bool
bBindRef
>
template
<
class
TParentWindow
,
class
TArg
>
template
<
class
TParentWindow
,
class
TArg
>
ScRefHdlrImplBase
<
TWindow
,
bBindRef
>::
ScRefHdlrImplBase
(
TParentWindow
*
pParent
,
const
OString
&
rID
,
const
OUString
&
rUIXMLDescription
,
const
TArg
&
rArg
,
SfxBindings
*
pB
)
ScRefHdlrImplBase
<
TWindow
,
bBindRef
>::
ScRefHdlrImplBase
(
TParentWindow
*
pParent
,
const
O
U
String
&
rID
,
const
OUString
&
rUIXMLDescription
,
const
TArg
&
rArg
,
SfxBindings
*
pB
)
:
TWindow
(
pParent
,
rID
,
rUIXMLDescription
,
rArg
),
:
TWindow
(
pParent
,
rID
,
rUIXMLDescription
,
rArg
),
ScRefHandler
(
*
static_cast
<
TWindow
*>
(
this
),
pB
,
bBindRef
)
ScRefHandler
(
*
static_cast
<
TWindow
*>
(
this
),
pB
,
bBindRef
)
{
{
...
...
sc/source/ui/inc/hfedtdlg.hxx
Dosyayı görüntüle @
6d3507b0
...
@@ -31,7 +31,7 @@ class ScHFEditDlg : public SfxTabDialog
...
@@ -31,7 +31,7 @@ class ScHFEditDlg : public SfxTabDialog
protected
:
protected
:
ScHFEditDlg
(
SfxViewFrame
*
pFrame
,
vcl
::
Window
*
pParent
,
ScHFEditDlg
(
SfxViewFrame
*
pFrame
,
vcl
::
Window
*
pParent
,
const
SfxItemSet
&
rCoreSet
,
const
OUString
&
rPageStyle
,
const
SfxItemSet
&
rCoreSet
,
const
OUString
&
rPageStyle
,
const
OString
&
rID
,
const
OUString
&
rUIXMLDescription
);
const
O
U
String
&
rID
,
const
OUString
&
rUIXMLDescription
);
public
:
public
:
virtual
void
PageCreated
(
sal_uInt16
nId
,
SfxTabPage
&
rPage
)
SAL_OVERRIDE
;
virtual
void
PageCreated
(
sal_uInt16
nId
,
SfxTabPage
&
rPage
)
SAL_OVERRIDE
;
};
};
...
...
sc/source/ui/pagedlg/hfedtdlg.cxx
Dosyayı görüntüle @
6d3507b0
...
@@ -45,7 +45,7 @@ ScHFEditDlg::ScHFEditDlg( SfxViewFrame* pFrameP,
...
@@ -45,7 +45,7 @@ ScHFEditDlg::ScHFEditDlg( SfxViewFrame* pFrameP,
vcl
::
Window
*
pParent
,
vcl
::
Window
*
pParent
,
const
SfxItemSet
&
rCoreSet
,
const
SfxItemSet
&
rCoreSet
,
const
OUString
&
rPageStyle
,
const
OUString
&
rPageStyle
,
const
OString
&
rID
,
const
OUString
&
rUIXMLDescription
)
const
O
U
String
&
rID
,
const
OUString
&
rUIXMLDescription
)
:
SfxTabDialog
(
pFrameP
,
pParent
,
rID
,
rUIXMLDescription
,
&
rCoreSet
)
:
SfxTabDialog
(
pFrameP
,
pParent
,
rID
,
rUIXMLDescription
,
&
rCoreSet
)
{
{
eNumType
=
static_cast
<
const
SvxPageItem
&>
(
rCoreSet
.
Get
(
ATTR_PAGE
)).
GetNumType
();
eNumType
=
static_cast
<
const
SvxPageItem
&>
(
rCoreSet
.
Get
(
ATTR_PAGE
)).
GetNumType
();
...
...
sc/source/ui/styleui/styledlg.cxx
Dosyayı görüntüle @
6d3507b0
...
@@ -45,8 +45,8 @@ ScStyleDlg::ScStyleDlg( vcl::Window* pParent,
...
@@ -45,8 +45,8 @@ ScStyleDlg::ScStyleDlg( vcl::Window* pParent,
:
SfxStyleDialog
(
pParent
,
:
SfxStyleDialog
(
pParent
,
nRscId
==
RID_SCDLG_STYLES_PAR
?
nRscId
==
RID_SCDLG_STYLES_PAR
?
OString
(
"ParaTemplateDialog"
)
:
O
U
String
(
"ParaTemplateDialog"
)
:
OString
(
"PageTemplateDialog"
),
O
U
String
(
"PageTemplateDialog"
),
nRscId
==
RID_SCDLG_STYLES_PAR
?
nRscId
==
RID_SCDLG_STYLES_PAR
?
OUString
(
"modules/scalc/ui/paratemplatedialog.ui"
)
:
OUString
(
"modules/scalc/ui/paratemplatedialog.ui"
)
:
OUString
(
"modules/scalc/ui/pagetemplatedialog.ui"
),
OUString
(
"modules/scalc/ui/pagetemplatedialog.ui"
),
...
...
sfx2/source/dialog/styledlg.cxx
Dosyayı görüntüle @
6d3507b0
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
SfxStyleDialog
::
SfxStyleDialog
SfxStyleDialog
::
SfxStyleDialog
(
(
vcl
::
Window
*
pParent
,
// Parent
vcl
::
Window
*
pParent
,
// Parent
const
OString
&
rID
,
const
OUString
&
rUIXMLDescription
,
const
O
U
String
&
rID
,
const
OUString
&
rUIXMLDescription
,
SfxStyleSheetBase
&
rStyle
// stylesheet to be processed
SfxStyleSheetBase
&
rStyle
// stylesheet to be processed
)
)
...
...
sfx2/source/dialog/tabdlg.cxx
Dosyayı görüntüle @
6d3507b0
...
@@ -311,12 +311,12 @@ SfxTabDialog::SfxTabDialog
...
@@ -311,12 +311,12 @@ SfxTabDialog::SfxTabDialog
(
(
SfxViewFrame
*
pViewFrame
,
// Frame, to which the Dialog belongs
SfxViewFrame
*
pViewFrame
,
// Frame, to which the Dialog belongs
vcl
::
Window
*
pParent
,
// Parent Window
vcl
::
Window
*
pParent
,
// Parent Window
const
OString
&
rID
,
const
OUString
&
rUIXMLDescription
,
//Dialog Name, Dialog .ui path
const
O
U
String
&
rID
,
const
OUString
&
rUIXMLDescription
,
//Dialog Name, Dialog .ui path
const
SfxItemSet
*
pItemSet
,
// Itemset with the data;
const
SfxItemSet
*
pItemSet
,
// Itemset with the data;
// can be NULL, when Pages are onDemand
// can be NULL, when Pages are onDemand
bool
bEditFmt
// when yes -> additional Button for standard
bool
bEditFmt
// when yes -> additional Button for standard
)
)
:
TabDialog
(
pParent
,
rID
,
rUIXMLDescription
)
:
TabDialog
(
pParent
,
OUStringToOString
(
rID
,
RTL_TEXTENCODING_UTF8
)
,
rUIXMLDescription
)
,
pFrame
(
pViewFrame
)
,
pFrame
(
pViewFrame
)
,
pSet
(
pItemSet
)
,
pSet
(
pItemSet
)
,
pOutSet
(
0
)
,
pOutSet
(
0
)
...
@@ -340,12 +340,12 @@ SfxTabDialog::SfxTabDialog
...
@@ -340,12 +340,12 @@ SfxTabDialog::SfxTabDialog
(
(
vcl
::
Window
*
pParent
,
// Parent Window
vcl
::
Window
*
pParent
,
// Parent Window
const
OString
&
rID
,
const
OUString
&
rUIXMLDescription
,
//Dialog Name, Dialog .ui path
const
O
U
String
&
rID
,
const
OUString
&
rUIXMLDescription
,
//Dialog Name, Dialog .ui path
const
SfxItemSet
*
pItemSet
,
// Itemset with the data;
const
SfxItemSet
*
pItemSet
,
// Itemset with the data;
// can be NULL, when Pages are onDemand
// can be NULL, when Pages are onDemand
bool
bEditFmt
// when yes -> additional Button for standard
bool
bEditFmt
// when yes -> additional Button for standard
)
)
:
TabDialog
(
pParent
,
rID
,
rUIXMLDescription
)
:
TabDialog
(
pParent
,
OUStringToOString
(
rID
,
RTL_TEXTENCODING_UTF8
)
,
rUIXMLDescription
)
,
pFrame
(
0
)
,
pFrame
(
0
)
,
pSet
(
pItemSet
)
,
pSet
(
pItemSet
)
,
pOutSet
(
0
)
,
pOutSet
(
0
)
...
...
sw/source/ui/fmtui/tmpdlg.cxx
Dosyayı görüntüle @
6d3507b0
...
@@ -74,7 +74,7 @@ SwTemplateDlg::SwTemplateDlg(vcl::Window* pParent,
...
@@ -74,7 +74,7 @@ SwTemplateDlg::SwTemplateDlg(vcl::Window* pParent,
SwWrtShell
*
pActShell
,
SwWrtShell
*
pActShell
,
bool
bNew
)
bool
bNew
)
:
SfxStyleDialog
(
pParent
,
:
SfxStyleDialog
(
pParent
,
O
String
(
"TemplateDialog"
)
+
O
String
::
number
(
nRegion
),
O
UString
(
"TemplateDialog"
)
+
OU
String
::
number
(
nRegion
),
OUString
(
"modules/swriter/ui/templatedialog"
)
+
OUString
(
"modules/swriter/ui/templatedialog"
)
+
OUString
::
number
(
nRegion
)
+
".ui"
,
OUString
::
number
(
nRegion
)
+
".ui"
,
rBase
)
rBase
)
...
...
sw/source/ui/frmdlg/frmdlg.cxx
Dosyayı görüntüle @
6d3507b0
...
@@ -53,7 +53,7 @@ SwFrmDlg::SwFrmDlg( SfxViewFrame* pViewFrame,
...
@@ -53,7 +53,7 @@ SwFrmDlg::SwFrmDlg( SfxViewFrame* pViewFrame,
const
OString
&
sDefPage
,
const
OString
&
sDefPage
,
const
OUString
*
pStr
)
const
OUString
*
pStr
)
:
SfxTabDialog
(
pViewFrame
,
pParent
,
OUStringToOString
(
sResType
,
RTL_TEXTENCODING_UTF8
)
,
:
SfxTabDialog
(
pViewFrame
,
pParent
,
sResType
,
OUString
(
"modules/swriter/ui/"
)
+
OUString
(
"modules/swriter/ui/"
)
+
sResType
.
toAsciiLowerCase
()
+
sResType
.
toAsciiLowerCase
()
+
(
".ui"
),
&
rCoreSet
,
pStr
!=
0
)
(
".ui"
),
&
rCoreSet
,
pStr
!=
0
)
...
...
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