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
687e5229
Kaydet (Commit)
687e5229
authored
Mar 23, 2011
tarafından
Luboš Luňák
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix incorrect override of TakeTextRect()
bool and sal_Bool is not the same
üst
6f287465
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
svdoashp.hxx
svx/inc/svx/svdoashp.hxx
+1
-1
svdomeas.hxx
svx/inc/svx/svdomeas.hxx
+1
-1
svdotext.hxx
svx/inc/svx/svdotext.hxx
+1
-1
svdoashp.cxx
svx/source/svdraw/svdoashp.cxx
+1
-1
svdomeas.cxx
svx/source/svdraw/svdomeas.cxx
+1
-1
svdotext.cxx
svx/source/svdraw/svdotext.cxx
+1
-1
No files found.
svx/inc/svx/svdoashp.hxx
Dosyayı görüntüle @
687e5229
...
...
@@ -224,7 +224,7 @@ public:
virtual
void
EndTextEdit
(
SdrOutliner
&
rOutl
);
virtual
void
TakeTextAnchorRect
(
Rectangle
&
rAnchorRect
)
const
;
virtual
void
TakeTextRect
(
SdrOutliner
&
rOutliner
,
Rectangle
&
rTextRect
,
bool
bNoEditText
=
false
,
Rectangle
*
pAnchorRect
=
NULL
,
sal_Bool
bLineWidth
=
sal_T
rue
)
const
;
Rectangle
*
pAnchorRect
=
NULL
,
bool
bLineWidth
=
t
rue
)
const
;
virtual
void
operator
=
(
const
SdrObject
&
rObj
);
virtual
void
TakeObjNameSingul
(
String
&
rName
)
const
;
...
...
svx/inc/svx/svdomeas.hxx
Dosyayı görüntüle @
687e5229
...
...
@@ -146,7 +146,7 @@ public:
virtual
sal_Bool
BegTextEdit
(
SdrOutliner
&
rOutl
);
virtual
const
Size
&
GetTextSize
()
const
;
virtual
void
TakeTextRect
(
SdrOutliner
&
rOutliner
,
Rectangle
&
rTextRect
,
bool
bNoEditText
=
false
,
Rectangle
*
pAnchorRect
=
NULL
,
sal_Bool
bLineWidth
=
sal_T
rue
)
const
;
Rectangle
*
pAnchorRect
=
NULL
,
bool
bLineWidth
=
t
rue
)
const
;
virtual
void
TakeTextAnchorRect
(
Rectangle
&
rAnchorRect
)
const
;
virtual
void
TakeTextEditArea
(
Size
*
pPaperMin
,
Size
*
pPaperMax
,
Rectangle
*
pViewInit
,
Rectangle
*
pViewMin
)
const
;
virtual
sal_uInt16
GetOutlinerViewAnchorMode
()
const
;
...
...
svx/inc/svx/svdotext.hxx
Dosyayı görüntüle @
687e5229
...
...
@@ -389,7 +389,7 @@ public:
// Gleichzeitig wird der Text in den Outliner gesetzt (ggf.
// der des EditOutliners) und die PaperSize gesetzt.
virtual
void
TakeTextRect
(
SdrOutliner
&
rOutliner
,
Rectangle
&
rTextRect
,
bool
bNoEditText
=
false
,
Rectangle
*
pAnchorRect
=
NULL
,
sal_Bool
bLineWidth
=
sal_T
rue
)
const
;
Rectangle
*
pAnchorRect
=
NULL
,
bool
bLineWidth
=
t
rue
)
const
;
virtual
void
TakeTextAnchorRect
(
::
Rectangle
&
rAnchorRect
)
const
;
const
GeoStat
&
GetGeoStat
()
const
{
return
aGeo
;
}
...
...
svx/source/svdraw/svdoashp.cxx
Dosyayı görüntüle @
687e5229
...
...
@@ -2968,7 +2968,7 @@ void SdrObjCustomShape::TakeTextAnchorRect( Rectangle& rAnchorRect ) const
SdrTextObj
::
TakeTextAnchorRect
(
rAnchorRect
);
}
void
SdrObjCustomShape
::
TakeTextRect
(
SdrOutliner
&
rOutliner
,
Rectangle
&
rTextRect
,
bool
bNoEditText
,
Rectangle
*
pAnchorRect
,
sal_B
ool
/*bLineWidth*/
)
const
Rectangle
*
pAnchorRect
,
b
ool
/*bLineWidth*/
)
const
{
Rectangle
aAnkRect
;
// Rect innerhalb dem geankert wird
TakeTextAnchorRect
(
aAnkRect
);
...
...
svx/source/svdraw/svdomeas.cxx
Dosyayı görüntüle @
687e5229
...
...
@@ -1300,7 +1300,7 @@ void SdrMeasureObj::NbcSetOutlinerParaObject(OutlinerParaObject* pTextObject)
}
void
SdrMeasureObj
::
TakeTextRect
(
SdrOutliner
&
rOutliner
,
Rectangle
&
rTextRect
,
bool
bNoEditText
,
Rectangle
*
pAnchorRect
,
sal_B
ool
bLineWidth
)
const
Rectangle
*
pAnchorRect
,
b
ool
bLineWidth
)
const
{
if
(
bTextDirty
)
UndirtyText
();
SdrTextObj
::
TakeTextRect
(
rOutliner
,
rTextRect
,
bNoEditText
,
pAnchorRect
,
bLineWidth
);
...
...
svx/source/svdraw/svdotext.cxx
Dosyayı görüntüle @
687e5229
...
...
@@ -831,7 +831,7 @@ void SdrTextObj::TakeTextAnchorRect(Rectangle& rAnchorRect) const
}
void
SdrTextObj
::
TakeTextRect
(
SdrOutliner
&
rOutliner
,
Rectangle
&
rTextRect
,
bool
bNoEditText
,
Rectangle
*
pAnchorRect
,
sal_B
ool
bLineWidth
)
const
Rectangle
*
pAnchorRect
,
b
ool
bLineWidth
)
const
{
Rectangle
aAnkRect
;
// Rect innerhalb dem geankert wird
TakeTextAnchorRect
(
aAnkRect
);
...
...
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