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
80bf2654
Kaydet (Commit)
80bf2654
authored
Haz 23, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
meChoicePos is always PosLeft, simplify
Change-Id: I40085b0db89484f0d24ecaccf910f4399198294d
üst
360796b4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
iconcdlg.cxx
cui/source/dialogs/iconcdlg.cxx
+0
-0
iconcdlg.hxx
cui/source/inc/iconcdlg.hxx
+2
-6
No files found.
cui/source/dialogs/iconcdlg.cxx
Dosyayı görüntüle @
80bf2654
This diff is collapsed.
Click to expand it.
cui/source/inc/iconcdlg.hxx
Dosyayı görüntüle @
80bf2654
...
...
@@ -44,9 +44,6 @@ class IconChoicePage;
typedef
IconChoicePage
*
(
*
CreatePage
)(
Window
*
pParent
,
IconChoiceDialog
*
pDlg
,
const
SfxItemSet
&
rAttrSet
);
typedef
const
sal_uInt16
*
(
*
GetPageRanges
)();
// gives international Which-value
// position of iconchoicectrl
enum
EIconChoicePos
{
PosLeft
,
PosRight
,
PosTop
,
PosBottom
};
/// Data-structure for pages in dialog
struct
IconChoicePageData
{
...
...
@@ -129,7 +126,6 @@ class IconChoiceDialog : public ModalDialog
private
:
friend
class
IconChoicePage
;
EIconChoicePos
meChoicePos
;
::
std
::
vector
<
IconChoicePageData
*
>
maPageList
;
SvtIconChoiceCtrl
*
m_pIconCtrl
;
...
...
@@ -191,7 +187,7 @@ public :
// the IconChoiceCtrl's could also be set in the Ctor
IconChoiceDialog
(
Window
*
pParent
,
const
OString
&
rID
,
const
OUString
&
rUIXMLDescription
,
const
EIconChoicePos
ePos
=
PosLeft
,
const
SfxItemSet
*
pItemSet
=
0
);
const
SfxItemSet
*
pItemSet
=
0
);
virtual
~
IconChoiceDialog
();
virtual
void
Paint
(
const
Rectangle
&
rRect
)
SAL_OVERRIDE
;
...
...
@@ -225,7 +221,7 @@ public :
const
SfxItemSet
*
GetExampleSet
()
const
{
return
pExampleSet
;
}
EIconChoicePos
SetCtrlPos
(
const
EIconChoicePos
&
rPos
);
void
SetCtrlPos
(
);
};
#endif // INCLUDED_CUI_SOURCE_INC_ICONCDLG_HXX
...
...
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