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
c936fcf8
Kaydet (Commit)
c936fcf8
authored
Mar 06, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SwTOXStylesTabPage::LinkStubModifyHdl doesn't need to be a link
üst
a47f2e69
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
+4
-6
swuicnttab.hxx
sw/source/ui/inc/swuicnttab.hxx
+1
-1
cnttab.cxx
sw/source/ui/index/cnttab.cxx
+3
-4
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
sw/source/ui/inc/swuicnttab.hxx
Dosyayı görüntüle @
c936fcf8
...
...
@@ -489,7 +489,7 @@ class SwTOXStylesTabPage : public SfxTabPage
DECL_LINK
(
EnableSelectHdl
,
void
*
);
DECL_LINK
(
DoubleClickHdl
,
void
*
);
DECL_LINK
(
AssignHdl
,
void
*
);
DECL_LINK
(
ModifyHdl
,
void
*
);
void
Modify
(
);
SwForm
&
GetForm
()
{
...
...
sw/source/ui/index/cnttab.cxx
Dosyayı görüntüle @
c936fcf8
...
...
@@ -3851,7 +3851,7 @@ IMPL_LINK_NOARG(SwTOXStylesTabPage, AssignHdl)
aLevelLB
.
RemoveEntry
(
nLevPos
);
aLevelLB
.
InsertEntry
(
aStr
,
nLevPos
);
aLevelLB
.
SelectEntry
(
aStr
);
Modify
Hdl
(
0
);
Modify
(
);
}
return
0
;
}
...
...
@@ -3868,7 +3868,7 @@ IMPL_LINK_NOARG(SwTOXStylesTabPage, StdHdl)
aLevelLB
.
InsertEntry
(
aStr
,
nPos
);
aLevelLB
.
SelectEntry
(
aStr
);
m_pCurrentForm
->
SetTemplate
(
nPos
,
aEmptyStr
);
Modify
Hdl
(
0
);
Modify
(
);
}
return
0
;
}
...
...
@@ -3901,7 +3901,7 @@ IMPL_LINK_NOARG(SwTOXStylesTabPage, EnableSelectHdl)
return
0
;
}
IMPL_LINK_NOARG
(
SwTOXStylesTabPage
,
ModifyHdl
)
void
SwTOXStylesTabPage
::
Modify
(
)
{
SwMultiTOXTabDialog
*
pTOXDlg
=
(
SwMultiTOXTabDialog
*
)
GetTabDialog
();
if
(
pTOXDlg
)
...
...
@@ -3909,7 +3909,6 @@ IMPL_LINK_NOARG(SwTOXStylesTabPage, ModifyHdl)
GetForm
()
=
*
m_pCurrentForm
;
pTOXDlg
->
CreateOrUpdateExample
(
pTOXDlg
->
GetCurrentTOXType
().
eType
,
TOX_PAGE_STYLES
);
}
return
0
;
}
#define ITEM_SEARCH 1
...
...
unusedcode.easy
Dosyayı görüntüle @
c936fcf8
...
...
@@ -322,7 +322,6 @@ SwTOXSources::Remove(unsigned short, unsigned short)
SwTOXSources::Replace(SwTOXSource const&, unsigned short)
SwTOXSources::Replace(SwTOXSource const*, unsigned short, unsigned short)
SwTOXSources::_ForEach(unsigned short, unsigned short, unsigned char (*)(SwTOXSource const&, void*), void*)
SwTOXStylesTabPage::LinkStubModifyHdl(void*, void*)
SwTabFrm::GetLeaf(MakePageType, unsigned char)
SwTableSortBoxes::DeleteAndDestroy(unsigned short, unsigned short)
SwTableSortBoxes::Insert(SwTableBox* const&, unsigned short&)
...
...
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