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
b46f3cd5
Kaydet (Commit)
b46f3cd5
authored
Şub 19, 2017
tarafından
Pranav Kant
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sd: Per view author names
Change-Id: Ie7146ec289263eb3240a4b9270c4a88837ebd2ad
üst
5382fdaf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
View.hxx
sd/source/ui/inc/View.hxx
+3
-0
unomodel.cxx
sd/source/ui/unoidl/unomodel.cxx
+2
-0
No files found.
sd/source/ui/inc/View.hxx
Dosyayı görüntüle @
b46f3cd5
...
@@ -227,6 +227,8 @@ public:
...
@@ -227,6 +227,8 @@ public:
SdrObject
*
GetEmptyPresentationObject
(
PresObjKind
eKind
);
SdrObject
*
GetEmptyPresentationObject
(
PresObjKind
eKind
);
SdPage
*
GetPage
();
SdPage
*
GetPage
();
SdrObject
*
GetSelectedSingleObject
(
SdPage
*
pPage
);
SdrObject
*
GetSelectedSingleObject
(
SdPage
*
pPage
);
void
SetAuthor
(
const
OUString
&
rAuthor
)
{
m_sAuthor
=
rAuthor
;
}
const
OUString
&
GetAuthor
()
{
return
m_sAuthor
;
}
protected
:
protected
:
DECL_LINK
(
OnParagraphInsertedHdl
,
::
Outliner
::
ParagraphHdlParam
,
void
);
DECL_LINK
(
OnParagraphInsertedHdl
,
::
Outliner
::
ParagraphHdlParam
,
void
);
...
@@ -261,6 +263,7 @@ protected:
...
@@ -261,6 +263,7 @@ protected:
private
:
private
:
::
std
::
unique_ptr
<
ViewClipboard
>
mpClipboard
;
::
std
::
unique_ptr
<
ViewClipboard
>
mpClipboard
;
OutlinerMasterViewFilter
maMasterViewFilter
;
OutlinerMasterViewFilter
maMasterViewFilter
;
OUString
m_sAuthor
;
};
};
SdDrawDocument
&
View
::
GetDoc
()
const
SdDrawDocument
&
View
::
GetDoc
()
const
...
...
sd/source/ui/unoidl/unomodel.cxx
Dosyayı görüntüle @
b46f3cd5
...
@@ -2373,6 +2373,8 @@ void SdXImpressDocument::initializeForTiledRendering(const css::uno::Sequence<cs
...
@@ -2373,6 +2373,8 @@ void SdXImpressDocument::initializeForTiledRendering(const css::uno::Sequence<cs
const
beans
::
PropertyValue
&
rValue
=
rArguments
[
i
];
const
beans
::
PropertyValue
&
rValue
=
rArguments
[
i
];
if
(
rValue
.
Name
==
".uno:ShowBorderShadow"
&&
rValue
.
Value
.
has
<
bool
>
())
if
(
rValue
.
Name
==
".uno:ShowBorderShadow"
&&
rValue
.
Value
.
has
<
bool
>
())
pDrawView
->
SetPageShadowVisible
(
rValue
.
Value
.
get
<
bool
>
());
pDrawView
->
SetPageShadowVisible
(
rValue
.
Value
.
get
<
bool
>
());
else
if
(
rValue
.
Name
==
".uno:Author"
&&
rValue
.
Value
.
has
<
OUString
>
())
pDrawView
->
SetAuthor
(
rValue
.
Value
.
get
<
OUString
>
());
}
}
// Disable map mode, so that it's possible to send mouse event coordinates
// Disable map mode, so that it's possible to send mouse event coordinates
// in logic units.
// in logic units.
...
...
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