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
23ab9a8c
Kaydet (Commit)
23ab9a8c
authored
Eki 08, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert sw/source/ui/inc/p*.hxx from String to OUString
Change-Id: I030e7ef14657fd2e6d86627dbdd9f61146473d52
üst
e2af2334
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
pview.hxx
sw/source/ui/inc/pview.hxx
+3
-3
No files found.
sw/source/ui/inc/pview.hxx
Dosyayı görüntüle @
23ab9a8c
...
...
@@ -153,7 +153,7 @@ class SW_DLLPUBLIC SwPagePreView: public SfxViewShell
//viewdata of the previous SwView and the new crsrposition
OUString
sSwViewData
;
//and the new cursor position if the user double click in the PagePreView
String
sNewCrsrPos
;
OUString
sNewCrsrPos
;
// to support keyboard the number of the page to go to can be set too
sal_uInt16
nNewPage
;
// visible range
...
...
@@ -247,8 +247,8 @@ public:
sal_Bool
HandleWheelCommands
(
const
CommandEvent
&
);
OUString
GetPrevSwViewData
()
const
{
return
sSwViewData
;
}
void
SetNewCrsrPos
(
const
String
&
rStr
)
{
sNewCrsrPos
=
rStr
;
}
const
String
&
GetNewCrsrPos
()
const
{
return
sNewCrsrPos
;
}
void
SetNewCrsrPos
(
const
OU
String
&
rStr
)
{
sNewCrsrPos
=
rStr
;
}
const
OUString
&
GetNewCrsrPos
()
const
{
return
sNewCrsrPos
;
}
sal_uInt16
GetNewPage
()
const
{
return
nNewPage
;}
void
SetNewPage
(
sal_uInt16
nSet
)
{
nNewPage
=
nSet
;}
...
...
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