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
e1d8f611
Kaydet (Commit)
e1d8f611
authored
Eki 10, 2012
tarafından
Radek Doulik
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix text rotation for txXfrm element, fixes n#783433
Change-Id: I82a14170ce8d58184b1a86f7fc0f9e9d93238c92
üst
40796af9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
shape.cxx
oox/source/drawingml/shape.cxx
+1
-1
No files found.
oox/source/drawingml/shape.cxx
Dosyayı görüntüle @
e1d8f611
...
...
@@ -562,7 +562,7 @@ Reference< XShape > Shape::createAndInsert(
if
(
getTextBody
()
)
{
sal_Int32
nTextRotateAngle
=
static_cast
<
sal_Int32
>
(
getTextBody
()
->
getTextProperties
().
moRotation
.
get
(
0
)
);
mpCustomShapePropertiesPtr
->
setTextRotateAngle
(
-
nTextRotateAngle
/
60000
);
mpCustomShapePropertiesPtr
->
setTextRotateAngle
(
nTextRotateAngle
/
60000
);
}
SAL_INFO
(
"oox"
,
"==cscode== shape name: '"
<<
msName
<<
"'"
);
...
...
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