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
ee7dacf6
Kaydet (Commit)
ee7dacf6
authored
Nis 19, 2012
tarafından
Luboš Luňák
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused variables
üst
a34f98bd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
5 deletions
+0
-5
xmlexprt.cxx
sc/source/filter/xml/xmlexprt.cxx
+0
-2
fuconcustomshape.cxx
sc/source/ui/drawfunc/fuconcustomshape.cxx
+0
-1
fuconrec.cxx
sc/source/ui/drawfunc/fuconrec.cxx
+0
-1
fuconuno.cxx
sc/source/ui/drawfunc/fuconuno.cxx
+0
-1
No files found.
sc/source/filter/xml/xmlexprt.cxx
Dosyayı görüntüle @
ee7dacf6
...
...
@@ -3162,8 +3162,6 @@ void ScXMLExport::WriteShapes(const ScMyCell& rMyCell)
aPoint.X = 2 * aItr->xShape->getPosition().X + aItr->xShape->getSize().Width - aPoint.X;
if ( !aItr->xShape->getShapeType().equals(sCaptionShape) )
{
Rectangle
aEndRec
(
pDoc
->
GetMMRect
(
aItr
->
aEndAddress
.
Col
(),
aItr
->
aEndAddress
.
Row
(),
aItr
->
aEndAddress
.
Col
(),
aItr
->
aEndAddress
.
Row
(),
aItr
->
aEndAddress
.
Tab
()));
rtl::OUString sEndAddress;
ScRangeStringConverter::GetStringFromAddress(sEndAddress, aItr->aEndAddress, pDoc, FormulaGrammar::CONV_OOO);
AddAttribute(XML_NAMESPACE_TABLE, XML_END_CELL_ADDRESS, sEndAddress);
...
...
sc/source/ui/drawfunc/fuconcustomshape.cxx
Dosyayı görüntüle @
ee7dacf6
...
...
@@ -128,7 +128,6 @@ sal_Bool FuConstCustomShape::MouseButtonUp(const MouseEvent& rMEvt)
if
(
pView
->
IsCreateObj
()
&&
rMEvt
.
IsLeft
()
)
{
Point
aPnt
(
pWindow
->
PixelToLogic
(
rMEvt
.
GetPosPixel
()
)
);
pView
->
EndCreateObj
(
SDRCREATE_FORCEEND
);
bReturn
=
sal_True
;
}
...
...
sc/source/ui/drawfunc/fuconrec.cxx
Dosyayı görüntüle @
ee7dacf6
...
...
@@ -125,7 +125,6 @@ sal_Bool FuConstRectangle::MouseButtonUp(const MouseEvent& rMEvt)
if
(
pView
->
IsCreateObj
()
&&
rMEvt
.
IsLeft
()
)
{
Point
aPnt
(
pWindow
->
PixelToLogic
(
rMEvt
.
GetPosPixel
()
)
);
pView
->
EndCreateObj
(
SDRCREATE_FORCEEND
);
if
(
aSfxRequest
.
GetSlot
()
==
SID_DRAW_CAPTION_VERTICAL
)
...
...
sc/source/ui/drawfunc/fuconuno.cxx
Dosyayı görüntüle @
ee7dacf6
...
...
@@ -109,7 +109,6 @@ sal_Bool FuConstUnoControl::MouseButtonUp(const MouseEvent& rMEvt)
if
(
pView
->
IsCreateObj
()
&&
rMEvt
.
IsLeft
()
)
{
Point
aPnt
(
pWindow
->
PixelToLogic
(
rMEvt
.
GetPosPixel
()
)
);
pView
->
EndCreateObj
(
SDRCREATE_FORCEEND
);
bReturn
=
sal_True
;
}
...
...
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