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
96999333
Kaydet (Commit)
96999333
authored
Agu 28, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert sfx2/source/view/impviewframe.hxx from String to OUString
Change-Id: I4b6be16e7355303f653228d3f97ba7903db02cb2
üst
eeac8047
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
impviewframe.hxx
sfx2/source/view/impviewframe.hxx
+2
-2
viewfrm2.cxx
sfx2/source/view/viewfrm2.cxx
+2
-2
No files found.
sfx2/source/view/impviewframe.hxx
Dosyayı görüntüle @
96999333
...
@@ -33,7 +33,7 @@ struct SfxViewFrame_Impl
...
@@ -33,7 +33,7 @@ struct SfxViewFrame_Impl
Size
aMargin
;
Size
aMargin
;
Size
aSize
;
Size
aSize
;
TypeId
aLastType
;
TypeId
aLastType
;
String
aActualURL
;
OUString
aActualURL
;
SfxFrame
&
rFrame
;
SfxFrame
&
rFrame
;
svtools
::
AsynchronLink
*
pReloader
;
svtools
::
AsynchronLink
*
pReloader
;
Window
*
pWindow
;
Window
*
pWindow
;
...
@@ -50,7 +50,7 @@ struct SfxViewFrame_Impl
...
@@ -50,7 +50,7 @@ struct SfxViewFrame_Impl
sal_Bool
bEnabled
:
1
;
sal_Bool
bEnabled
:
1
;
sal_Bool
bWindowWasEnabled
:
1
;
sal_Bool
bWindowWasEnabled
:
1
;
sal_Bool
bActive
;
sal_Bool
bActive
;
String
aFactoryName
;
OUString
aFactoryName
;
::
boost
::
optional
<
bool
>
::
boost
::
optional
<
bool
>
aHasToolPanels
;
aHasToolPanels
;
...
...
sfx2/source/view/viewfrm2.cxx
Dosyayı görüntüle @
96999333
...
@@ -211,7 +211,7 @@ void SfxViewFrame::Exec_Impl(SfxRequest &rReq )
...
@@ -211,7 +211,7 @@ void SfxViewFrame::Exec_Impl(SfxRequest &rReq )
String
aFactName
;
String
aFactName
;
if
(
pFactoryItem
)
if
(
pFactoryItem
)
aFactName
=
pFactoryItem
->
GetValue
();
aFactName
=
pFactoryItem
->
GetValue
();
else
if
(
pImp
->
aFactoryName
.
Len
()
)
else
if
(
!
pImp
->
aFactoryName
.
isEmpty
()
)
aFactName
=
pImp
->
aFactoryName
;
aFactName
=
pImp
->
aFactoryName
;
else
else
{
{
...
@@ -295,7 +295,7 @@ void SfxViewFrame::GetState_Impl( SfxItemSet &rSet )
...
@@ -295,7 +295,7 @@ void SfxViewFrame::GetState_Impl( SfxItemSet &rSet )
{
{
case
SID_NEWDOCDIRECT
:
case
SID_NEWDOCDIRECT
:
{
{
if
(
pImp
->
aFactoryName
.
Len
()
)
if
(
!
pImp
->
aFactoryName
.
isEmpty
()
)
{
{
String
aFact
=
OUString
(
"private:factory/"
);
String
aFact
=
OUString
(
"private:factory/"
);
aFact
+=
pImp
->
aFactoryName
;
aFact
+=
pImp
->
aFactoryName
;
...
...
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