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
55528ca8
Kaydet (Commit)
55528ca8
authored
Tem 29, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert vcl/toolbox.hxx from XubString->OUString
Change-Id: I352dbb85ccbff46571c417b45249f548f5da8b97
üst
fab6c804
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
toolbox.hxx
include/vcl/toolbox.hxx
+3
-3
toolbox2.cxx
vcl/source/window/toolbox2.cxx
+3
-3
No files found.
include/vcl/toolbox.hxx
Dosyayı görüntüle @
55528ca8
...
@@ -230,7 +230,7 @@ private:
...
@@ -230,7 +230,7 @@ private:
using
Window
::
ImplInvalidate
;
using
Window
::
ImplInvalidate
;
SAL_DLLPRIVATE
void
ImplInvalidate
(
sal_Bool
bNewCalc
=
sal_False
,
sal_Bool
bFullPaint
=
sal_False
);
SAL_DLLPRIVATE
void
ImplInvalidate
(
sal_Bool
bNewCalc
=
sal_False
,
sal_Bool
bFullPaint
=
sal_False
);
SAL_DLLPRIVATE
void
ImplUpdateItem
(
sal_uInt16
nIndex
=
0xFFFF
);
SAL_DLLPRIVATE
void
ImplUpdateItem
(
sal_uInt16
nIndex
=
0xFFFF
);
SAL_DLLPRIVATE
const
OUString
ImplConvertMenuString
(
const
Xub
String
&
rStr
);
SAL_DLLPRIVATE
const
OUString
ImplConvertMenuString
(
const
OU
String
&
rStr
);
SAL_DLLPRIVATE
sal_Bool
ImplHandleMouseMove
(
const
MouseEvent
&
rMEvt
,
sal_Bool
bRepeat
=
sal_False
);
SAL_DLLPRIVATE
sal_Bool
ImplHandleMouseMove
(
const
MouseEvent
&
rMEvt
,
sal_Bool
bRepeat
=
sal_False
);
SAL_DLLPRIVATE
sal_Bool
ImplHandleMouseButtonUp
(
const
MouseEvent
&
rMEvt
,
sal_Bool
bCancel
=
sal_False
);
SAL_DLLPRIVATE
sal_Bool
ImplHandleMouseButtonUp
(
const
MouseEvent
&
rMEvt
,
sal_Bool
bCancel
=
sal_False
);
SAL_DLLPRIVATE
void
ImplChangeHighlight
(
ImplToolItem
*
pItem
,
sal_Bool
bNoGrabFocus
=
sal_False
);
SAL_DLLPRIVATE
void
ImplChangeHighlight
(
ImplToolItem
*
pItem
,
sal_Bool
bNoGrabFocus
=
sal_False
);
...
@@ -349,10 +349,10 @@ public:
...
@@ -349,10 +349,10 @@ public:
ToolBoxItemBits
nBits
=
0
,
ToolBoxItemBits
nBits
=
0
,
sal_uInt16
nPos
=
TOOLBOX_APPEND
);
sal_uInt16
nPos
=
TOOLBOX_APPEND
);
void
InsertItem
(
sal_uInt16
nItemId
,
const
Image
&
rImage
,
void
InsertItem
(
sal_uInt16
nItemId
,
const
Image
&
rImage
,
const
Xub
String
&
rText
,
const
OU
String
&
rText
,
ToolBoxItemBits
nBits
=
0
,
ToolBoxItemBits
nBits
=
0
,
sal_uInt16
nPos
=
TOOLBOX_APPEND
);
sal_uInt16
nPos
=
TOOLBOX_APPEND
);
void
InsertItem
(
sal_uInt16
nItemId
,
const
Xub
String
&
rText
,
void
InsertItem
(
sal_uInt16
nItemId
,
const
OU
String
&
rText
,
ToolBoxItemBits
nBits
=
0
,
ToolBoxItemBits
nBits
=
0
,
sal_uInt16
nPos
=
TOOLBOX_APPEND
);
sal_uInt16
nPos
=
TOOLBOX_APPEND
);
void
InsertWindow
(
sal_uInt16
nItemId
,
Window
*
pWindow
,
void
InsertWindow
(
sal_uInt16
nItemId
,
Window
*
pWindow
,
...
...
vcl/source/window/toolbox2.cxx
Dosyayı görüntüle @
55528ca8
...
@@ -367,7 +367,7 @@ sal_Bool ImplToolItem::IsClipped() const
...
@@ -367,7 +367,7 @@ sal_Bool ImplToolItem::IsClipped() const
// -----------------------------------------------------------------------
// -----------------------------------------------------------------------
// -----------------------------------------------------------------------
// -----------------------------------------------------------------------
const
OUString
ToolBox
::
ImplConvertMenuString
(
const
Xub
String
&
rStr
)
const
OUString
ToolBox
::
ImplConvertMenuString
(
const
OU
String
&
rStr
)
{
{
OUString
aCvtStr
(
rStr
);
OUString
aCvtStr
(
rStr
);
if
(
mbMenuStrings
)
if
(
mbMenuStrings
)
...
@@ -629,7 +629,7 @@ void ToolBox::InsertItem( sal_uInt16 nItemId, const Image& rImage,
...
@@ -629,7 +629,7 @@ void ToolBox::InsertItem( sal_uInt16 nItemId, const Image& rImage,
// -----------------------------------------------------------------------
// -----------------------------------------------------------------------
void
ToolBox
::
InsertItem
(
sal_uInt16
nItemId
,
const
Image
&
rImage
,
void
ToolBox
::
InsertItem
(
sal_uInt16
nItemId
,
const
Image
&
rImage
,
const
Xub
String
&
rText
,
const
OU
String
&
rText
,
ToolBoxItemBits
nBits
,
sal_uInt16
nPos
)
ToolBoxItemBits
nBits
,
sal_uInt16
nPos
)
{
{
DBG_ASSERT
(
nItemId
,
"ToolBox::InsertItem(): ItemId == 0"
);
DBG_ASSERT
(
nItemId
,
"ToolBox::InsertItem(): ItemId == 0"
);
...
@@ -649,7 +649,7 @@ void ToolBox::InsertItem( sal_uInt16 nItemId, const Image& rImage,
...
@@ -649,7 +649,7 @@ void ToolBox::InsertItem( sal_uInt16 nItemId, const Image& rImage,
// -----------------------------------------------------------------------
// -----------------------------------------------------------------------
void
ToolBox
::
InsertItem
(
sal_uInt16
nItemId
,
const
Xub
String
&
rText
,
void
ToolBox
::
InsertItem
(
sal_uInt16
nItemId
,
const
OU
String
&
rText
,
ToolBoxItemBits
nBits
,
sal_uInt16
nPos
)
ToolBoxItemBits
nBits
,
sal_uInt16
nPos
)
{
{
DBG_ASSERT
(
nItemId
,
"ToolBox::InsertItem(): ItemId == 0"
);
DBG_ASSERT
(
nItemId
,
"ToolBox::InsertItem(): ItemId == 0"
);
...
...
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