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
00f5fde6
Kaydet (Commit)
00f5fde6
authored
Agu 13, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert include/svtools/roadmapwizard.hxx from String to OUString
Change-Id: I1b5a0c3f5946aac9d353550091616cf5a31e6f82
üst
d3c008fb
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
17 additions
and
17 deletions
+17
-17
dlg_CreationWizard.cxx
chart2/source/controller/dialogs/dlg_CreationWizard.cxx
+1
-1
dlg_CreationWizard.hxx
chart2/source/controller/inc/dlg_CreationWizard.hxx
+1
-1
dbwizsetup.cxx
dbaccess/source/ui/dlg/dbwizsetup.cxx
+2
-2
dbwizsetup.hxx
dbaccess/source/ui/inc/dbwizsetup.hxx
+1
-1
abspilot.cxx
extensions/source/abpilot/abspilot.cxx
+2
-2
abspilot.hxx
extensions/source/abpilot/abspilot.hxx
+1
-1
roadmapwizard.hxx
include/svtools/roadmapwizard.hxx
+2
-2
roadmapwizard.cxx
svtools/source/dialogs/roadmapwizard.cxx
+3
-3
wizardshell.cxx
svtools/source/uno/wizard/wizardshell.cxx
+1
-1
wizardshell.hxx
svtools/source/uno/wizard/wizardshell.hxx
+1
-1
mailmergewizard.cxx
sw/source/ui/dbui/mailmergewizard.cxx
+1
-1
mailmergewizard.hxx
sw/source/ui/inc/mailmergewizard.hxx
+1
-1
No files found.
chart2/source/controller/dialogs/dlg_CreationWizard.cxx
Dosyayı görüntüle @
00f5fde6
...
...
@@ -196,7 +196,7 @@ void CreationWizard::setValidPage( TabPage * /* pTabPage */ )
m_bCanTravel
=
true
;
}
String
CreationWizard
::
getStateDisplayName
(
WizardState
nState
)
const
OU
String
CreationWizard
::
getStateDisplayName
(
WizardState
nState
)
const
{
sal_uInt16
nResId
=
0
;
switch
(
nState
)
...
...
chart2/source/controller/inc/dlg_CreationWizard.hxx
Dosyayı görüntüle @
00f5fde6
...
...
@@ -63,7 +63,7 @@ protected:
virtual
WizardState
determineNextState
(
WizardState
nCurrentState
)
const
;
virtual
void
enterState
(
WizardState
nState
);
virtual
String
getStateDisplayName
(
WizardState
nState
)
const
;
virtual
OUString
getStateDisplayName
(
WizardState
nState
)
const
;
private
:
//no default constructor
...
...
dbaccess/source/ui/dlg/dbwizsetup.cxx
Dosyayı görüntüle @
00f5fde6
...
...
@@ -218,9 +218,9 @@ void ODbTypeWizDialogSetup::declareAuthDepPath( const OUString& _sURL, PathId _n
::
svt
::
RoadmapWizard
::
declarePath
(
_nPathId
,
aPath
);
}
String
ODbTypeWizDialogSetup
::
getStateDisplayName
(
WizardState
_nState
)
const
OU
String
ODbTypeWizDialogSetup
::
getStateDisplayName
(
WizardState
_nState
)
const
{
String
sRoadmapItem
;
OU
String
sRoadmapItem
;
switch
(
_nState
)
{
case
PAGE_DBSETUPWIZARD_INTRO
:
...
...
dbaccess/source/ui/inc/dbwizsetup.hxx
Dosyayı görüntüle @
00f5fde6
...
...
@@ -121,7 +121,7 @@ public:
virtual
void
setTitle
(
const
OUString
&
_sTitle
);
virtual
void
enableConfirmSettings
(
bool
_bEnable
);
virtual
sal_Bool
saveDatasource
();
virtual
String
getStateDisplayName
(
WizardState
_nState
)
const
;
virtual
OUString
getStateDisplayName
(
WizardState
_nState
)
const
;
/** returns <TRUE/> if the database should be opened, otherwise <FALSE/>.
*/
...
...
extensions/source/abpilot/abspilot.cxx
Dosyayı görüntüle @
00f5fde6
...
...
@@ -133,7 +133,7 @@ namespace abp
}
//---------------------------------------------------------------------
String
OAddessBookSourcePilot
::
getStateDisplayName
(
WizardState
_nState
)
const
OU
String
OAddessBookSourcePilot
::
getStateDisplayName
(
WizardState
_nState
)
const
{
sal_uInt16
nResId
=
0
;
switch
(
_nState
)
...
...
@@ -146,7 +146,7 @@ namespace abp
}
DBG_ASSERT
(
nResId
,
"OAddessBookSourcePilot::getStateDisplayName: don't know this state!"
);
String
sDisplayName
;
OU
String
sDisplayName
;
if
(
nResId
)
{
svt
::
OLocalResourceAccess
aAccess
(
ModuleRes
(
RID_DLG_ADDRESSBOOKSOURCEPILOT
),
RSC_MODALDIALOG
);
...
...
extensions/source/abpilot/abspilot.hxx
Dosyayı görüntüle @
00f5fde6
...
...
@@ -75,7 +75,7 @@ namespace abp
virtual
sal_Bool
onFinish
();
// RoadmapWizard
virtual
String
getStateDisplayName
(
WizardState
_nState
)
const
;
virtual
OUString
getStateDisplayName
(
WizardState
_nState
)
const
;
virtual
sal_Bool
Close
();
...
...
include/svtools/roadmapwizard.hxx
Dosyayı görüntüle @
00f5fde6
...
...
@@ -123,7 +123,7 @@ protected:
The given display name is used in the default implementation of getStateDisplayName,
and the given factory is used in the default implementation of createPage.
*/
void
describeState
(
WizardState
_nState
,
const
String
&
_rStateDisplayName
,
RoadmapPageFactory
_pPageFactory
);
void
describeState
(
WizardState
_nState
,
const
OU
String
&
_rStateDisplayName
,
RoadmapPageFactory
_pPageFactory
);
/** activates a path which has previously been declared with <member>declarePath</member>
...
...
@@ -203,7 +203,7 @@ protected:
this is worth an assertion in a non-product build, and then an empty string is
returned.
*/
virtual
String
getStateDisplayName
(
WizardState
_nState
)
const
;
virtual
OU
String
getStateDisplayName
(
WizardState
_nState
)
const
;
/** creates a page for a given state
...
...
svtools/source/dialogs/roadmapwizard.cxx
Dosyayı görüntüle @
00f5fde6
...
...
@@ -273,7 +273,7 @@ namespace svt
}
//--------------------------------------------------------------------
void
RoadmapWizard
::
describeState
(
WizardState
_nState
,
const
String
&
_rStateDisplayName
,
RoadmapPageFactory
_pPageFactory
)
void
RoadmapWizard
::
describeState
(
WizardState
_nState
,
const
OU
String
&
_rStateDisplayName
,
RoadmapPageFactory
_pPageFactory
)
{
OSL_ENSURE
(
m_pImpl
->
aStateDescriptors
.
find
(
_nState
)
==
m_pImpl
->
aStateDescriptors
.
end
(),
"RoadmapWizard::describeState: there already is a descriptor for this state!"
);
...
...
@@ -581,9 +581,9 @@ namespace svt
}
//--------------------------------------------------------------------
String
RoadmapWizard
::
getStateDisplayName
(
WizardState
_nState
)
const
OU
String
RoadmapWizard
::
getStateDisplayName
(
WizardState
_nState
)
const
{
String
sDisplayName
;
OU
String
sDisplayName
;
StateDescriptions
::
const_iterator
pos
=
m_pImpl
->
aStateDescriptors
.
find
(
_nState
);
OSL_ENSURE
(
pos
!=
m_pImpl
->
aStateDescriptors
.
end
(),
...
...
svtools/source/uno/wizard/wizardshell.cxx
Dosyayı görüntüle @
00f5fde6
...
...
@@ -216,7 +216,7 @@ namespace svt { namespace uno
}
//------------------------------------------------------------------------------------------------------------------
String
WizardShell
::
getStateDisplayName
(
WizardState
i_nState
)
const
OU
String
WizardShell
::
getStateDisplayName
(
WizardState
i_nState
)
const
{
try
{
...
...
svtools/source/uno/wizard/wizardshell.hxx
Dosyayı görüntüle @
00f5fde6
...
...
@@ -58,7 +58,7 @@ namespace svt { namespace uno
virtual
TabPage
*
createPage
(
WizardState
i_nState
);
virtual
void
enterState
(
WizardState
i_nState
);
virtual
sal_Bool
leaveState
(
WizardState
i_nState
);
virtual
String
getStateDisplayName
(
WizardState
i_nState
)
const
;
virtual
OUString
getStateDisplayName
(
WizardState
i_nState
)
const
;
virtual
bool
canAdvance
()
const
;
virtual
sal_Bool
onFinish
();
virtual
IWizardPageController
*
...
...
sw/source/ui/dbui/mailmergewizard.cxx
Dosyayı görüntüle @
00f5fde6
...
...
@@ -174,7 +174,7 @@ void SwMailMergeWizard::enterState( WizardState _nState )
UpdateRoadmap
();
}
String
SwMailMergeWizard
::
getStateDisplayName
(
WizardState
_nState
)
const
OUString
SwMailMergeWizard
::
getStateDisplayName
(
WizardState
_nState
)
const
{
String
sRet
;
switch
(
_nState
)
...
...
sw/source/ui/inc/mailmergewizard.hxx
Dosyayı görüntüle @
00f5fde6
...
...
@@ -62,7 +62,7 @@ protected:
// roadmap feature ??
// virtual sal_Bool prepareLeaveCurrentState( CommitPageReason _eReason );
virtual
String
getStateDisplayName
(
WizardState
_nState
)
const
;
virtual
OUString
getStateDisplayName
(
WizardState
_nState
)
const
;
public
:
SwMailMergeWizard
(
SwView
&
rView
,
SwMailMergeConfigItem
&
rConfigItem
);
...
...
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