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
01872509
Kaydet (Commit)
01872509
authored
Ara 07, 2012
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-private-field
Change-Id: I4a37e6aacbcce18f17e4b2eebecf43c0b1679f62
üst
d497d70a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
7 deletions
+5
-7
dbinsdlg.cxx
sw/source/ui/dbui/dbinsdlg.cxx
+2
-2
swtablerep.hxx
sw/source/ui/inc/swtablerep.hxx
+1
-2
tabsh.cxx
sw/source/ui/shells/tabsh.cxx
+1
-1
swtablerep.cxx
sw/source/ui/table/swtablerep.cxx
+1
-2
No files found.
sw/source/ui/dbui/dbinsdlg.cxx
Dosyayı görüntüle @
01872509
...
@@ -710,7 +710,7 @@ IMPL_LINK( SwInsertDBColAutoPilot, TblFmtHdl, PushButton*, pButton )
...
@@ -710,7 +710,7 @@ IMPL_LINK( SwInsertDBColAutoPilot, TblFmtHdl, PushButton*, pButton )
SwTabCols
aTabCols
;
SwTabCols
aTabCols
;
aTabCols
.
SetRight
(
nWidth
);
aTabCols
.
SetRight
(
nWidth
);
aTabCols
.
SetRightMax
(
nWidth
);
aTabCols
.
SetRightMax
(
nWidth
);
pRep
=
new
SwTableRep
(
aTabCols
,
sal_False
);
pRep
=
new
SwTableRep
(
aTabCols
);
pRep
->
SetAlign
(
text
::
HoriOrientation
::
NONE
);
pRep
->
SetAlign
(
text
::
HoriOrientation
::
NONE
);
pRep
->
SetSpace
(
nWidth
);
pRep
->
SetSpace
(
nWidth
);
pRep
->
SetWidth
(
nWidth
);
pRep
->
SetWidth
(
nWidth
);
...
@@ -736,7 +736,7 @@ IMPL_LINK( SwInsertDBColAutoPilot, TblFmtHdl, PushButton*, pButton )
...
@@ -736,7 +736,7 @@ IMPL_LINK( SwInsertDBColAutoPilot, TblFmtHdl, PushButton*, pButton )
aTabCols
.
Insert
(
nW
,
sal_False
,
n
);
aTabCols
.
Insert
(
nW
,
sal_False
,
n
);
}
}
delete
pRep
;
delete
pRep
;
pRep
=
new
SwTableRep
(
aTabCols
,
sal_False
);
pRep
=
new
SwTableRep
(
aTabCols
);
pRep
->
SetAlign
(
text
::
HoriOrientation
::
NONE
);
pRep
->
SetAlign
(
text
::
HoriOrientation
::
NONE
);
pRep
->
SetSpace
(
nWidth
);
pRep
->
SetSpace
(
nWidth
);
pRep
->
SetWidth
(
nWidth
);
pRep
->
SetWidth
(
nWidth
);
...
...
sw/source/ui/inc/swtablerep.hxx
Dosyayı görüntüle @
01872509
...
@@ -38,13 +38,12 @@ class SW_DLLPUBLIC SwTableRep
...
@@ -38,13 +38,12 @@ class SW_DLLPUBLIC SwTableRep
sal_uInt16
nColCount
;
sal_uInt16
nColCount
;
sal_uInt16
nAllCols
;
sal_uInt16
nAllCols
;
sal_uInt16
nWidthPercent
;
sal_uInt16
nWidthPercent
;
bool
bComplex
:
1
;
sal_Bool
bLineSelected
:
1
;
sal_Bool
bLineSelected
:
1
;
sal_Bool
bWidthChanged
:
1
;
sal_Bool
bWidthChanged
:
1
;
sal_Bool
bColsChanged
:
1
;
sal_Bool
bColsChanged
:
1
;
public
:
public
:
SwTableRep
(
const
SwTabCols
&
rTabCol
,
bool
bComplex
);
SwTableRep
(
const
SwTabCols
&
rTabCol
);
~
SwTableRep
();
~
SwTableRep
();
sal_Bool
FillTabCols
(
SwTabCols
&
rTabCol
)
const
;
sal_Bool
FillTabCols
(
SwTabCols
&
rTabCol
)
const
;
...
...
sw/source/ui/shells/tabsh.cxx
Dosyayı görüntüle @
01872509
...
@@ -214,7 +214,7 @@ static SwTableRep* lcl_TableParamToItemSet( SfxItemSet& rSet, SwWrtShell &rSh )
...
@@ -214,7 +214,7 @@ static SwTableRep* lcl_TableParamToItemSet( SfxItemSet& rSet, SwWrtShell &rSh )
// Pointer wird nach der Dialogausfuehrung geloescht
// Pointer wird nach der Dialogausfuehrung geloescht
SwTableRep
*
pRep
=
new
SwTableRep
(
aTabCols
,
rSh
.
IsTblComplex
()
);
SwTableRep
*
pRep
=
new
SwTableRep
(
aTabCols
);
pRep
->
SetSpace
(
aCols
.
GetRightMax
());
pRep
->
SetSpace
(
aCols
.
GetRightMax
());
sal_uInt16
nPercent
=
0
;
sal_uInt16
nPercent
=
0
;
...
...
sw/source/ui/table/swtablerep.cxx
Dosyayı görüntüle @
01872509
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
#include "swtablerep.hxx"
#include "swtablerep.hxx"
SwTableRep
::
SwTableRep
(
const
SwTabCols
&
rTabCol
,
bool
bCplx
)
SwTableRep
::
SwTableRep
(
const
SwTabCols
&
rTabCol
)
:
:
nTblWidth
(
0
),
nTblWidth
(
0
),
nSpace
(
0
),
nSpace
(
0
),
...
@@ -63,7 +63,6 @@ SwTableRep::SwTableRep( const SwTabCols& rTabCol, bool bCplx )
...
@@ -63,7 +63,6 @@ SwTableRep::SwTableRep( const SwTabCols& rTabCol, bool bCplx )
nRightSpace
(
0
),
nRightSpace
(
0
),
nAlign
(
0
),
nAlign
(
0
),
nWidthPercent
(
0
),
nWidthPercent
(
0
),
bComplex
(
bCplx
),
bLineSelected
(
sal_False
),
bLineSelected
(
sal_False
),
bWidthChanged
(
sal_False
),
bWidthChanged
(
sal_False
),
bColsChanged
(
sal_False
)
bColsChanged
(
sal_False
)
...
...
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