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
0cda1453
Kaydet (Commit)
0cda1453
authored
Kas 23, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unusedfields in svx/
Change-Id: Ia6531b1ff8882ad06084f11dd10e2b1fe3c8cf24
üst
e2c03fde
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
25 deletions
+8
-25
galobj.hxx
svx/inc/galobj.hxx
+0
-1
AccessibleTextHelper.cxx
svx/source/accessibility/AccessibleTextHelper.cxx
+2
-5
imapwnd.hxx
svx/source/dialog/imapwnd.hxx
+0
-2
tabwin.cxx
svx/source/form/tabwin.cxx
+3
-5
svdocirc.cxx
svx/source/svdraw/svdocirc.cxx
+1
-5
svdotable.cxx
svx/source/table/svdotable.cxx
+0
-2
tablertfimporter.cxx
svx/source/table/tablertfimporter.cxx
+2
-4
tableundo.hxx
svx/source/table/tableundo.hxx
+0
-1
No files found.
svx/inc/galobj.hxx
Dosyayı görüntüle @
0cda1453
...
...
@@ -53,7 +53,6 @@ protected:
BitmapEx
aThumbBmp
;
// Allow transparence to survive
GDIMetaFile
aThumbMtf
;
INetURLObject
aURL
;
OUString
aUserName
;
OUString
aTitle
;
bool
bIsValid
;
bool
bIsThumbBmp
;
...
...
svx/source/accessibility/AccessibleTextHelper.cxx
Dosyayı görüntüle @
0cda1453
...
...
@@ -848,7 +848,7 @@ namespace accessibility
::
accessibility
::
AccessibleParaManager
::
WeakChild
>
{
public
:
explicit
AccessibleTextHelper_UpdateChildBounds
(
AccessibleTextHelper_Impl
&
rImpl
)
:
mrImpl
(
rImpl
)
{}
explicit
AccessibleTextHelper_UpdateChildBounds
()
{}
::
accessibility
::
AccessibleParaManager
::
WeakChild
operator
()(
const
::
accessibility
::
AccessibleParaManager
::
WeakChild
&
rChild
)
{
// retrieve hard reference from weak one
...
...
@@ -875,15 +875,12 @@ namespace accessibility
// identity transform
return
rChild
;
}
private
:
AccessibleTextHelper_Impl
&
mrImpl
;
};
void
AccessibleTextHelper_Impl
::
UpdateBoundRect
()
{
// send BOUNDRECT_CHANGED to affected children
AccessibleTextHelper_UpdateChildBounds
aFunctor
(
*
this
)
;
AccessibleTextHelper_UpdateChildBounds
aFunctor
;
::
std
::
transform
(
maParaManager
.
begin
(),
maParaManager
.
end
(),
maParaManager
.
begin
(),
aFunctor
);
}
...
...
svx/source/dialog/imapwnd.hxx
Dosyayı görüntüle @
0cda1453
...
...
@@ -47,8 +47,6 @@ struct NotifyPosSize
{
Size
aPictureSize
;
Point
aMousePos
;
bool
bPictureSize
;
bool
bMousePos
;
};
#define SVD_IMAP_USERDATA 0x0001
...
...
svx/source/form/tabwin.cxx
Dosyayı görüntüle @
0cda1453
...
...
@@ -76,10 +76,8 @@ namespace {
struct
ColumnInfo
{
OUString
sColumnName
;
OUString
sLabel
;
ColumnInfo
(
const
OUString
&
i_sColumnName
,
const
OUString
&
i_sLabel
)
ColumnInfo
(
const
OUString
&
i_sColumnName
)
:
sColumnName
(
i_sColumnName
)
,
sLabel
(
i_sLabel
)
{
}
};
...
...
@@ -98,9 +96,9 @@ static void lcl_addToList( SvTreeListBox& _rListBox, const uno::Reference< conta
if
(
xColumn
->
getPropertySetInfo
()
->
hasPropertyByName
(
FM_PROP_LABEL
)
)
xColumn
->
getPropertyValue
(
FM_PROP_LABEL
)
>>=
sLabel
;
if
(
!
sLabel
.
isEmpty
()
)
_rListBox
.
InsertEntry
(
sLabel
,
nullptr
,
false
,
TREELIST_APPEND
,
new
ColumnInfo
(
*
pEntries
,
sLabel
)
);
_rListBox
.
InsertEntry
(
sLabel
,
nullptr
,
false
,
TREELIST_APPEND
,
new
ColumnInfo
(
*
pEntries
)
);
else
_rListBox
.
InsertEntry
(
*
pEntries
,
nullptr
,
false
,
TREELIST_APPEND
,
new
ColumnInfo
(
*
pEntries
,
sLabel
)
);
_rListBox
.
InsertEntry
(
*
pEntries
,
nullptr
,
false
,
TREELIST_APPEND
,
new
ColumnInfo
(
*
pEntries
)
);
}
}
...
...
svx/source/svdraw/svdocirc.cxx
Dosyayı görüntüle @
0cda1453
...
...
@@ -363,8 +363,6 @@ struct ImpCircUser : public SdrDragStatUserData
long
nWdt
;
long
nStart
;
long
nEnd
;
long
nAngle
;
bool
bRight
;
// not yet implemented
public
:
ImpCircUser
()
...
...
@@ -372,9 +370,7 @@ public:
nHgt
(
0
),
nWdt
(
0
),
nStart
(
0
),
nEnd
(
0
),
nAngle
(
0
),
bRight
(
false
)
nEnd
(
0
)
{}
void
SetCreateParams
(
SdrDragStat
&
rStat
);
};
...
...
svx/source/table/svdotable.cxx
Dosyayı görüntüle @
0cda1453
...
...
@@ -205,7 +205,6 @@ public:
CellPos
maEditPos
;
TableStyleSettings
maTableStyle
;
Reference
<
XIndexAccess
>
mxTableStyle
;
bool
mbModifyPending
;
void
SetModel
(
SdrModel
*
pOldModel
,
SdrModel
*
pNewModel
);
...
...
@@ -262,7 +261,6 @@ sal_Int32 SdrTableObjImpl::lastColCount;
SdrTableObjImpl
::
SdrTableObjImpl
()
:
mpTableObj
(
nullptr
)
,
mpLayouter
(
nullptr
)
,
mbModifyPending
(
false
)
{
}
...
...
svx/source/table/tablertfimporter.cxx
Dosyayı görüntüle @
0cda1453
...
...
@@ -51,10 +51,9 @@ struct RTFCellDefault
{
SfxItemSet
maItemSet
;
sal_Int32
mnCol
;
sal_uInt16
mnTwips
;
// right border of the cell
sal_Int32
mnColSpan
;
// MergeCell if >1, merged cells if 0
explicit
RTFCellDefault
(
SfxItemPool
*
pPool
)
:
maItemSet
(
*
pPool
),
mnCol
(
0
),
mn
Twips
(
0
),
mn
ColSpan
(
1
)
{}
explicit
RTFCellDefault
(
SfxItemPool
*
pPool
)
:
maItemSet
(
*
pPool
),
mnCol
(
0
),
mnColSpan
(
1
)
{}
};
typedef
std
::
vector
<
std
::
shared_ptr
<
RTFCellDefault
>
>
RTFCellDefaultVector
;
...
...
@@ -64,9 +63,8 @@ struct RTFCellInfo
SfxItemSet
maItemSet
;
sal_Int32
mnStartPara
;
sal_Int32
mnParaCount
;
sal_Int32
mnColSpan
;
explicit
RTFCellInfo
(
SfxItemPool
&
rPool
)
:
maItemSet
(
rPool
),
mnStartPara
(
0
),
mnParaCount
(
0
)
,
mnColSpan
(
0
)
{}
explicit
RTFCellInfo
(
SfxItemPool
&
rPool
)
:
maItemSet
(
rPool
),
mnStartPara
(
0
),
mnParaCount
(
0
)
{}
};
typedef
std
::
shared_ptr
<
RTFCellInfo
>
RTFCellInfoPtr
;
...
...
svx/source/table/tableundo.hxx
Dosyayı görüntüle @
0cda1453
...
...
@@ -221,7 +221,6 @@ public:
private
:
struct
Data
{
CellVector
maCells
;
sal_Int32
mnRow
;
sal_Int32
mnHeight
;
bool
mbOptimalHeight
;
...
...
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