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
992c3472
Kaydet (Commit)
992c3472
authored
Nis 06, 2011
tarafından
Petr Mladek
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge remote-tracking branch 'origin/libreoffice-3-4'
üst
9ebb6de7
08f795fe
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
3 deletions
+13
-3
slideshowviewimpl.cxx
sd/source/ui/slideshow/slideshowviewimpl.cxx
+11
-1
DocumentRenderer.cxx
sd/source/ui/view/DocumentRenderer.cxx
+1
-1
drawview.cxx
sd/source/ui/view/drawview.cxx
+1
-1
No files found.
sd/source/ui/slideshow/slideshowviewimpl.cxx
Dosyayı görüntüle @
992c3472
...
...
@@ -500,7 +500,17 @@ void SlideShowView::updateimpl( ::osl::ClearableMutexGuard& rGuard, SlideshowImp
if
(
pSlideShow
)
{
::
rtl
::
Reference
<
SlideshowImpl
>
aSLGuard
(
pSlideShow
);
rGuard
.
clear
();
if
(
mbFirstPaint
)
{
mbFirstPaint
=
false
;
SlideshowImpl
*
pSlideShow
=
mpSlideShow
;
rGuard
.
clear
();
if
(
pSlideShow
)
pSlideShow
->
onFirstPaint
();
}
else
rGuard
.
clear
();
pSlideShow
->
startUpdateTimer
();
}
}
...
...
sd/source/ui/view/DocumentRenderer.cxx
Dosyayı görüntüle @
992c3472
...
...
@@ -1362,7 +1362,7 @@ public:
::
boost
::
dynamic_pointer_cast
<
DrawViewShell
>
(
mrBase
.
GetMainViewShell
()));
if
(
!
mpPrintView
)
mpPrintView
.
reset
(
new
DrawView
(
mrBase
.
GetDocShell
(),
&
rPrinter
,
pDrawViewShell
.
get
()
));
mpPrintView
.
reset
(
new
DrawView
(
mrBase
.
GetDocShell
(),
&
rPrinter
,
NULL
));
if
(
nIndex
<
0
||
sal
::
static_int_cast
<
sal_uInt32
>
(
nIndex
)
>=
maPrinterPages
.
size
())
return
;
...
...
sd/source/ui/view/drawview.cxx
Dosyayı görüntüle @
992c3472
...
...
@@ -555,7 +555,7 @@ sal_Bool DrawView::IsObjMarkable(SdrObject* pObj, SdrPageView* pPV) const
void
DrawView
::
MakeVisible
(
const
Rectangle
&
rRect
,
::
Window
&
rWin
)
{
if
(
!
rRect
.
IsEmpty
())
if
(
!
rRect
.
IsEmpty
()
&&
mpDrawViewShell
)
{
mpDrawViewShell
->
MakeVisible
(
rRect
,
rWin
);
}
...
...
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