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
72166dc9
Kaydet (Commit)
72166dc9
authored
Haz 21, 2010
tarafından
obo
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
CWS-TOOLING: integrate CWS calctabcolor
üst
ecf63825
d3996884
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
6 deletions
+11
-6
tabbar.hxx
svtools/inc/tabbar.hxx
+10
-5
tabbar.cxx
svtools/source/control/tabbar.cxx
+0
-0
color.hxx
tools/inc/tools/color.hxx
+1
-1
No files found.
svtools/inc/tabbar.hxx
Dosyayı görüntüle @
72166dc9
...
...
@@ -320,9 +320,6 @@ typedef USHORT TabBarPageBits;
// - TabBar-Types -
// ----------------
#define TABBAR_APPEND ((USHORT)0xFFFF)
#define TABBAR_PAGE_NOTFOUND ((USHORT)0xFFFF)
#define TABBAR_RENAMING_YES ((long)TRUE)
#define TABBAR_RENAMING_NO ((long)FALSE)
#define TABBAR_RENAMING_CANCEL ((long)2)
...
...
@@ -400,6 +397,9 @@ private:
DECL_DLLPRIVATE_LINK
(
ImplClickHdl
,
ImplTabButton
*
);
public
:
static
const
sal_uInt16
APPEND
;
static
const
sal_uInt16
PAGE_NOT_FOUND
;
TabBar
(
Window
*
pParent
,
WinBits
nWinStyle
=
WB_STDTABBAR
);
virtual
~
TabBar
();
...
...
@@ -424,9 +424,14 @@ public:
void
InsertPage
(
USHORT
nPageId
,
const
XubString
&
rText
,
TabBarPageBits
nBits
=
0
,
USHORT
nPos
=
T
ABBAR_
APPEND
);
USHORT
nPos
=
T
abBar
::
APPEND
);
void
RemovePage
(
USHORT
nPageId
);
void
MovePage
(
USHORT
nPageId
,
USHORT
nNewPos
);
Color
GetTabBgColor
(
USHORT
nPageId
)
const
;
void
SetTabBgColor
(
USHORT
nPageId
,
const
Color
&
aTabBgColor
);
BOOL
IsDefaultTabBgColor
(
USHORT
nPageId
);
void
Clear
();
void
EnablePage
(
USHORT
nPageId
,
BOOL
bEnable
=
TRUE
);
...
...
@@ -453,7 +458,7 @@ public:
void
SelectPage
(
USHORT
nPageId
,
BOOL
bSelect
=
TRUE
);
void
SelectPageRange
(
BOOL
bSelect
=
FALSE
,
USHORT
nStartPos
=
0
,
USHORT
nEndPos
=
T
ABBAR_
APPEND
);
USHORT
nEndPos
=
T
abBar
::
APPEND
);
USHORT
GetSelectPage
(
USHORT
nSelIndex
=
0
)
const
;
USHORT
GetSelectPageCount
()
const
;
BOOL
IsPageSelected
(
USHORT
nPageId
)
const
;
...
...
svtools/source/control/tabbar.cxx
100644 → 100755
Dosyayı görüntüle @
72166dc9
This diff is collapsed.
Click to expand it.
tools/inc/tools/color.hxx
Dosyayı görüntüle @
72166dc9
...
...
@@ -78,7 +78,7 @@ typedef UINT32 ColorData;
#define COL_YELLOW RGB_COLORDATA( 0xFF, 0xFF, 0x00 )
#define COL_WHITE RGB_COLORDATA( 0xFF, 0xFF, 0xFF )
#define COL_TRANSPARENT TRGB_COLORDATA( 0xFF, 0xFF, 0xFF, 0xFF )
#define COL_AUTO (
UINT32
)0xFFFFFFFF
#define COL_AUTO (
ColorData
)0xFFFFFFFF
#define COL_AUTHOR1_DARK RGB_COLORDATA(198, 146, 0)
#define COL_AUTHOR1_NORMAL RGB_COLORDATA(255, 255, 158)
#define COL_AUTHOR1_LIGHT RGB_COLORDATA(255, 255, 195)
...
...
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