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
2a2a180d
Kaydet (Commit)
2a2a180d
authored
May 12, 2015
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: Hopefully the last round of renames.
Change-Id: I85eb5e9ca018afa25a06947eed5af1ab529dd65d
üst
2bb4d6ca
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
18 deletions
+18
-18
swuiccoll.cxx
sw/source/ui/chrdlg/swuiccoll.cxx
+2
-2
fldvar.cxx
sw/source/ui/fldui/fldvar.cxx
+4
-4
frmpage.cxx
sw/source/ui/frmdlg/frmpage.cxx
+5
-5
tabledlg.cxx
sw/source/ui/table/tabledlg.cxx
+5
-5
tautofmt.cxx
sw/source/ui/table/tautofmt.cxx
+2
-2
No files found.
sw/source/ui/chrdlg/swuiccoll.cxx
Dosyayı görüntüle @
2a2a180d
...
@@ -295,9 +295,9 @@ IMPL_LINK( SwCondCollPage, SelectHdl, ListBox*, pBox)
...
@@ -295,9 +295,9 @@ IMPL_LINK( SwCondCollPage, SelectHdl, ListBox*, pBox)
return
0
;
return
0
;
}
}
void
SwCondCollPage
::
SetCollection
(
SwFmt
*
pFormat
,
bool
bNew
)
void
SwCondCollPage
::
SetCollection
(
SwFmt
*
pNewFormat
,
bool
bNew
)
{
{
pFmt
=
pFormat
;
pFmt
=
p
New
Format
;
bNewTemplate
=
bNew
;
bNewTemplate
=
bNew
;
}
}
...
...
sw/source/ui/fldui/fldvar.cxx
Dosyayı görüntüle @
2a2a180d
...
@@ -1024,14 +1024,14 @@ IMPL_LINK_TYPED( SwFldVarPage, TBClickHdl, ToolBox *, pBox, void )
...
@@ -1024,14 +1024,14 @@ IMPL_LINK_TYPED( SwFldVarPage, TBClickHdl, ToolBox *, pBox, void )
{
{
if
(
nNumFormatPos
!=
LISTBOX_ENTRY_NOTFOUND
)
if
(
nNumFormatPos
!=
LISTBOX_ENTRY_NOTFOUND
)
{
{
sal_uLong
n
Fm
t
=
nNumFormatPos
==
0
?
0
:
m_pNumFormatLB
->
GetFormat
();
sal_uLong
n
NumberForma
t
=
nNumFormatPos
==
0
?
0
:
m_pNumFormatLB
->
GetFormat
();
if
(
n
Fm
t
)
if
(
n
NumberForma
t
)
{
// Switch language to office-language because Kalkulator expects
{
// Switch language to office-language because Kalkulator expects
// String in office format and it should be fed into dialog like
// String in office format and it should be fed into dialog like
// that
// that
n
Fmt
=
SwValueField
::
GetSystemFormat
(
pSh
->
GetNumberFormatter
(),
nFm
t
);
n
NumberFormat
=
SwValueField
::
GetSystemFormat
(
pSh
->
GetNumberFormatter
(),
nNumberForma
t
);
}
}
static_cast
<
SwUserFieldType
*>
(
pType
)
->
SetContent
(
m_pValueED
->
GetText
(),
n
Fm
t
);
static_cast
<
SwUserFieldType
*>
(
pType
)
->
SetContent
(
m_pValueED
->
GetText
(),
n
NumberForma
t
);
static_cast
<
SwUserFieldType
*>
(
pType
)
->
SetType
(
static_cast
<
SwUserFieldType
*>
(
pType
)
->
SetType
(
nNumFormatPos
==
0
?
nsSwGetSetExpType
::
GSE_STRING
:
nsSwGetSetExpType
::
GSE_EXPR
);
nNumFormatPos
==
0
?
nsSwGetSetExpType
::
GSE_STRING
:
nsSwGetSetExpType
::
GSE_EXPR
);
}
}
...
...
sw/source/ui/frmdlg/frmpage.cxx
Dosyayı görüntüle @
2a2a180d
...
@@ -2358,10 +2358,10 @@ void SwFrmPage::Init(const SfxItemSet& rSet, bool bReset)
...
@@ -2358,10 +2358,10 @@ void SwFrmPage::Init(const SfxItemSet& rSet, bool bReset)
m_pRelHeightRelationLB
->
SelectEntryPos
(
0
);
m_pRelHeightRelationLB
->
SelectEntryPos
(
0
);
}
}
void
SwFrmPage
::
SetFormatUsed
(
bool
bF
mt
)
void
SwFrmPage
::
SetFormatUsed
(
bool
bF
ormatUsed
)
{
{
bFormat
=
bF
mt
;
bFormat
=
bF
ormatUsed
;
if
(
bFormat
)
if
(
bFormat
)
{
{
m_pAnchorFrame
->
Hide
();
m_pAnchorFrame
->
Hide
();
}
}
...
@@ -3210,9 +3210,9 @@ IMPL_LINK_NOARG(SwFrmAddPage, EditModifyHdl)
...
@@ -3210,9 +3210,9 @@ IMPL_LINK_NOARG(SwFrmAddPage, EditModifyHdl)
return
0
;
return
0
;
}
}
void
SwFrmAddPage
::
SetFormatUsed
(
bool
bF
mt
)
void
SwFrmAddPage
::
SetFormatUsed
(
bool
bF
ormatUsed
)
{
{
bFormat
=
bF
mt
;
bFormat
=
bF
ormatUsed
;
if
(
bFormat
)
if
(
bFormat
)
{
{
pNameFrame
->
Hide
();
pNameFrame
->
Hide
();
...
...
sw/source/ui/table/tabledlg.cxx
Dosyayı görüntüle @
2a2a180d
...
@@ -984,7 +984,7 @@ void SwTableColumnPage::ModifyHdl( MetricField* pField )
...
@@ -984,7 +984,7 @@ void SwTableColumnPage::ModifyHdl( MetricField* pField )
UpdateCols
(
aValueTbl
[
i
]
);
UpdateCols
(
aValueTbl
[
i
]
);
}
}
void
SwTableColumnPage
::
UpdateCols
(
sal_uInt16
nAktPos
)
void
SwTableColumnPage
::
UpdateCols
(
sal_uInt16
nAktPos
)
{
{
SwTwips
nSum
=
0
;
SwTwips
nSum
=
0
;
...
@@ -994,10 +994,10 @@ void SwTableColumnPage::UpdateCols( sal_uInt16 nAktPos )
...
@@ -994,10 +994,10 @@ void SwTableColumnPage::UpdateCols( sal_uInt16 nAktPos )
}
}
SwTwips
nDiff
=
nSum
-
nTableWidth
;
SwTwips
nDiff
=
nSum
-
nTableWidth
;
bool
bModifyTable
=
m_pModifyTableCB
->
IsChecked
();
bool
bModifyTable
Checked
=
m_pModifyTableCB
->
IsChecked
();
bool
bProp
=
m_pProportionalCB
->
IsChecked
();
bool
bProp
=
m_pProportionalCB
->
IsChecked
();
if
(
!
bModifyTable
&&
!
bProp
)
if
(
!
bModifyTableChecked
&&
!
bProp
)
{
{
//The table width is constant, the difference is balanced with the other columns
//The table width is constant, the difference is balanced with the other columns
sal_uInt16
nLoopCount
=
0
;
sal_uInt16
nLoopCount
=
0
;
...
@@ -1037,7 +1037,7 @@ void SwTableColumnPage::UpdateCols( sal_uInt16 nAktPos )
...
@@ -1037,7 +1037,7 @@ void SwTableColumnPage::UpdateCols( sal_uInt16 nAktPos )
}
}
}
}
}
}
else
if
(
bModifyTable
&&
!
bProp
)
else
if
(
bModifyTableChecked
&&
!
bProp
)
{
{
//Difference is balanced by the width of the table,
//Difference is balanced by the width of the table,
//other columns remain unchanged.
//other columns remain unchanged.
...
@@ -1053,7 +1053,7 @@ void SwTableColumnPage::UpdateCols( sal_uInt16 nAktPos )
...
@@ -1053,7 +1053,7 @@ void SwTableColumnPage::UpdateCols( sal_uInt16 nAktPos )
nTableWidth
+=
nDiff
;
nTableWidth
+=
nDiff
;
}
}
}
}
else
if
(
bModifyTable
&&
bProp
)
else
if
(
bModifyTableChecked
&&
bProp
)
{
{
//All columns will be changed proportionally with,
//All columns will be changed proportionally with,
//the table width is adjusted accordingly.
//the table width is adjusted accordingly.
...
...
sw/source/ui/table/tautofmt.cxx
Dosyayı görüntüle @
2a2a180d
...
@@ -145,7 +145,7 @@ void SwStringInputDlg::dispose()
...
@@ -145,7 +145,7 @@ void SwStringInputDlg::dispose()
// AutoFormat-Dialogue:
// AutoFormat-Dialogue:
SwAutoFormatDlg
::
SwAutoFormatDlg
(
vcl
::
Window
*
pParent
,
SwWrtShell
*
pWrtShell
,
SwAutoFormatDlg
::
SwAutoFormatDlg
(
vcl
::
Window
*
pParent
,
SwWrtShell
*
pWrtShell
,
bool
b
Set
AutoFormat
,
const
SwTableAutoFmt
*
pSelFmt
)
bool
bAutoFormat
,
const
SwTableAutoFmt
*
pSelFmt
)
:
SfxModalDialog
(
pParent
,
"AutoFormatTableDialog"
,
"modules/swriter/ui/autoformattable.ui"
)
:
SfxModalDialog
(
pParent
,
"AutoFormatTableDialog"
,
"modules/swriter/ui/autoformattable.ui"
)
,
aStrTitle
(
SW_RES
(
STR_ADD_AUTOFORMAT_TITLE
))
,
aStrTitle
(
SW_RES
(
STR_ADD_AUTOFORMAT_TITLE
))
,
aStrLabel
(
SW_RES
(
STR_ADD_AUTOFORMAT_LABEL
))
,
aStrLabel
(
SW_RES
(
STR_ADD_AUTOFORMAT_LABEL
))
...
@@ -158,7 +158,7 @@ SwAutoFormatDlg::SwAutoFormatDlg( vcl::Window* pParent, SwWrtShell* pWrtShell,
...
@@ -158,7 +158,7 @@ SwAutoFormatDlg::SwAutoFormatDlg( vcl::Window* pParent, SwWrtShell* pWrtShell,
,
nIndex
(
0
)
,
nIndex
(
0
)
,
nDfltStylePos
(
0
)
,
nDfltStylePos
(
0
)
,
bCoreDataChanged
(
false
)
,
bCoreDataChanged
(
false
)
,
bSetAutoFmt
(
b
Set
AutoFormat
)
,
bSetAutoFmt
(
bAutoFormat
)
{
{
get
(
m_pLbFormat
,
"formatlb"
);
get
(
m_pLbFormat
,
"formatlb"
);
get
(
m_pFormatting
,
"formatting"
);
get
(
m_pFormatting
,
"formatting"
);
...
...
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