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
81a8cc74
Kaydet (Commit)
81a8cc74
authored
Mar 25, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: get member init order list correct
üst
1dbcfd76
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
DrawViewShell.hxx
sd/source/ui/inc/DrawViewShell.hxx
+2
-2
drviewsa.cxx
sd/source/ui/view/drviewsa.cxx
+1
-0
No files found.
sd/source/ui/inc/DrawViewShell.hxx
Dosyayı görüntüle @
81a8cc74
...
@@ -72,8 +72,6 @@ class DrawViewShell
...
@@ -72,8 +72,6 @@ class DrawViewShell
:
public
ViewShell
,
:
public
ViewShell
,
public
SfxListener
public
SfxListener
{
{
sal_uInt32
nF3ShiftCounter
;
public
:
public
:
static
const
int
SLOTARRAY_COUNT
=
24
;
static
const
int
SLOTARRAY_COUNT
=
24
;
...
@@ -438,6 +436,8 @@ private:
...
@@ -438,6 +436,8 @@ private:
*/
*/
bool
mbIsInSwitchPage
;
bool
mbIsInSwitchPage
;
sal_uInt32
nF3ShiftCounter
;
void
Construct
(
DrawDocShell
*
pDocSh
,
PageKind
ePageKind
);
void
Construct
(
DrawDocShell
*
pDocSh
,
PageKind
ePageKind
);
/** Depending on the given request create a new page or duplicate an
/** Depending on the given request create a new page or duplicate an
...
...
sd/source/ui/view/drviewsa.cxx
Dosyayı görüntüle @
81a8cc74
...
@@ -140,6 +140,7 @@ void SAL_CALL ScannerEventListener::disposing( const ::com::sun::star::lang::Eve
...
@@ -140,6 +140,7 @@ void SAL_CALL ScannerEventListener::disposing( const ::com::sun::star::lang::Eve
DrawViewShell
::
DrawViewShell
(
SfxViewFrame
*
pFrame
,
ViewShellBase
&
rViewShellBase
,
::
Window
*
pParentWindow
,
PageKind
ePageKind
,
FrameView
*
pFrameViewArgument
)
DrawViewShell
::
DrawViewShell
(
SfxViewFrame
*
pFrame
,
ViewShellBase
&
rViewShellBase
,
::
Window
*
pParentWindow
,
PageKind
ePageKind
,
FrameView
*
pFrameViewArgument
)
:
ViewShell
(
pFrame
,
pParentWindow
,
rViewShellBase
)
:
ViewShell
(
pFrame
,
pParentWindow
,
rViewShellBase
)
,
maTabControl
(
this
,
pParentWindow
)
,
maTabControl
(
this
,
pParentWindow
)
,
mbIsLayerModeActive
(
false
)
,
mbIsInSwitchPage
(
false
)
,
mbIsInSwitchPage
(
false
)
,
nF3ShiftCounter
(
0
)
,
nF3ShiftCounter
(
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