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
3ed902fe
Kaydet (Commit)
3ed902fe
authored
Eki 01, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
slideshow: std::auto_ptr -> std::unique_ptr
Change-Id: If5b81c423ec7e21f26b641b252b722d4bf467c13
üst
5b401a06
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
viewmediashape.cxx
slideshow/source/engine/shapes/viewmediashape.cxx
+0
-1
viewmediashape.hxx
slideshow/source/engine/shapes/viewmediashape.hxx
+1
-1
No files found.
slideshow/source/engine/shapes/viewmediashape.cxx
Dosyayı görüntüle @
3ed902fe
...
@@ -75,7 +75,6 @@ namespace slideshow
...
@@ -75,7 +75,6 @@ namespace slideshow
const
uno
::
Reference
<
drawing
::
XShape
>&
rxShape
,
const
uno
::
Reference
<
drawing
::
XShape
>&
rxShape
,
const
uno
::
Reference
<
uno
::
XComponentContext
>&
rxContext
)
:
const
uno
::
Reference
<
uno
::
XComponentContext
>&
rxContext
)
:
mpViewLayer
(
rViewLayer
),
mpViewLayer
(
rViewLayer
),
mpMediaWindow
(
0
),
mpEventHandlerParent
(
0
),
mpEventHandlerParent
(
0
),
maWindowOffset
(
0
,
0
),
maWindowOffset
(
0
,
0
),
maBounds
(),
maBounds
(),
...
...
slideshow/source/engine/shapes/viewmediashape.hxx
Dosyayı görüntüle @
3ed902fe
...
@@ -147,7 +147,7 @@ namespace slideshow
...
@@ -147,7 +147,7 @@ namespace slideshow
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Any
>&
rVCLDeviceParams
,
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Any
>&
rVCLDeviceParams
,
const
OUString
&
rMimeType
);
const
OUString
&
rMimeType
);
ViewLayerSharedPtr
mpViewLayer
;
ViewLayerSharedPtr
mpViewLayer
;
::
std
::
auto
_ptr
<
SystemChildWindow
>
mpMediaWindow
;
::
std
::
unique
_ptr
<
SystemChildWindow
>
mpMediaWindow
;
boost
::
scoped_ptr
<
::
vcl
::
Window
>
mpEventHandlerParent
;
boost
::
scoped_ptr
<
::
vcl
::
Window
>
mpEventHandlerParent
;
mutable
::
com
::
sun
::
star
::
awt
::
Point
maWindowOffset
;
mutable
::
com
::
sun
::
star
::
awt
::
Point
maWindowOffset
;
mutable
::
basegfx
::
B2DRectangle
maBounds
;
mutable
::
basegfx
::
B2DRectangle
maBounds
;
...
...
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