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
2d59c0c9
Kaydet (Commit)
2d59c0c9
authored
Ock 04, 2015
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
changes sidebar: Make the "Action" narrower when we use bitmaps now.
Change-Id: I6ccf65308b7339768e9e0cc3c0b43fefc926f7e8
üst
5badba20
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
10 deletions
+6
-10
ctredlin.cxx
svx/source/dialog/ctredlin.cxx
+6
-3
redlndlg.cxx
sw/source/uibase/misc/redlndlg.cxx
+0
-7
No files found.
svx/source/dialog/ctredlin.cxx
Dosyayı görüntüle @
2d59c0c9
...
@@ -387,9 +387,6 @@ SvxTPView::SvxTPView(vcl::Window *pParent, VclBuilderContainer *pTopLevel)
...
@@ -387,9 +387,6 @@ SvxTPView::SvxTPView(vcl::Window *pParent, VclBuilderContainer *pTopLevel)
m_pReject
->
SetClickHdl
(
aLink
);
m_pReject
->
SetClickHdl
(
aLink
);
m_pRejectAll
->
SetClickHdl
(
aLink
);
m_pRejectAll
->
SetClickHdl
(
aLink
);
m_pUndo
->
SetClickHdl
(
aLink
);
m_pUndo
->
SetClickHdl
(
aLink
);
const
long
pTabs
[]
=
{
5
,
10
,
65
,
120
,
170
,
220
};
m_pViewData
->
SetTabs
(
pTabs
);
}
}
void
SvxTPView
::
ActivatePage
()
void
SvxTPView
::
ActivatePage
()
...
@@ -419,6 +416,9 @@ SvxTPView::~SvxTPView()
...
@@ -419,6 +416,9 @@ SvxTPView::~SvxTPView()
void
SvxTPView
::
InsertWriterHeader
()
void
SvxTPView
::
InsertWriterHeader
()
{
{
const
long
pTabs
[]
=
{
5
,
10
,
20
,
70
,
120
,
170
};
m_pViewData
->
SetTabs
(
pTabs
);
OUString
aStrTab
(
'\t'
);
OUString
aStrTab
(
'\t'
);
OUString
aString
(
get
<
FixedText
>
(
"action"
)
->
GetText
());
OUString
aString
(
get
<
FixedText
>
(
"action"
)
->
GetText
());
aString
+=
aStrTab
;
aString
+=
aStrTab
;
...
@@ -433,6 +433,9 @@ void SvxTPView::InsertWriterHeader()
...
@@ -433,6 +433,9 @@ void SvxTPView::InsertWriterHeader()
void
SvxTPView
::
InsertCalcHeader
()
void
SvxTPView
::
InsertCalcHeader
()
{
{
const
long
pTabs
[]
=
{
5
,
10
,
65
,
120
,
170
,
220
};
m_pViewData
->
SetTabs
(
pTabs
);
OUString
aStrTab
(
'\t'
);
OUString
aStrTab
(
'\t'
);
OUString
aString
(
get
<
FixedText
>
(
"action"
)
->
GetText
());
OUString
aString
(
get
<
FixedText
>
(
"action"
)
->
GetText
());
aString
+=
aStrTab
;
aString
+=
aStrTab
;
...
...
sw/source/uibase/misc/redlndlg.cxx
Dosyayı görüntüle @
2d59c0c9
...
@@ -191,13 +191,6 @@ SwRedlineAcceptDlg::SwRedlineAcceptDlg(vcl::Window *pParent, VclBuilderContainer
...
@@ -191,13 +191,6 @@ SwRedlineAcceptDlg::SwRedlineAcceptDlg(vcl::Window *pParent, VclBuilderContainer
pTable
->
SetSelectionMode
(
MULTIPLE_SELECTION
);
pTable
->
SetSelectionMode
(
MULTIPLE_SELECTION
);
pTable
->
SetHighlightRange
(
1
);
pTable
->
SetHighlightRange
(
1
);
static
long
aStaticTabs
[]
=
{
4
,
10
,
70
,
120
,
170
};
pTable
->
SetTabs
(
aStaticTabs
);
pTable
->
SortByCol
(
nSortMode
,
bSortDir
);
pTable
->
SortByCol
(
nSortMode
,
bSortDir
);
aOldSelectHdl
=
pTable
->
GetSelectHdl
();
aOldSelectHdl
=
pTable
->
GetSelectHdl
();
...
...
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