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
d3ab469b
Kaydet (Commit)
d3ab469b
authored
Agu 20, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert svtools/source/control/toolbarmenuimp.hxx from String to OUString
Change-Id: If4a61b5d9f24c7dd7d815540d40c13e1d784d574
üst
e41b17ac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
toolbarmenu.cxx
svtools/source/control/toolbarmenu.cxx
+3
-3
toolbarmenuimp.hxx
svtools/source/control/toolbarmenuimp.hxx
+3
-3
No files found.
svtools/source/control/toolbarmenu.cxx
Dosyayı görüntüle @
d3ab469b
...
...
@@ -80,7 +80,7 @@ void ToolbarMenuEntry::init( int nEntryId, MenuItemBits nBits )
// --------------------------------------------------------------------
ToolbarMenuEntry
::
ToolbarMenuEntry
(
ToolbarMenu
&
rMenu
,
int
nEntryId
,
const
String
&
rText
,
MenuItemBits
nBits
)
ToolbarMenuEntry
::
ToolbarMenuEntry
(
ToolbarMenu
&
rMenu
,
int
nEntryId
,
const
OU
String
&
rText
,
MenuItemBits
nBits
)
:
mrMenu
(
rMenu
)
{
init
(
nEntryId
,
nBits
);
...
...
@@ -91,7 +91,7 @@ ToolbarMenuEntry::ToolbarMenuEntry( ToolbarMenu& rMenu, int nEntryId, const Stri
// --------------------------------------------------------------------
ToolbarMenuEntry
::
ToolbarMenuEntry
(
ToolbarMenu
&
rMenu
,
int
nEntryId
,
const
Image
&
rImage
,
const
String
&
rText
,
MenuItemBits
nBits
)
ToolbarMenuEntry
::
ToolbarMenuEntry
(
ToolbarMenu
&
rMenu
,
int
nEntryId
,
const
Image
&
rImage
,
const
OU
String
&
rText
,
MenuItemBits
nBits
)
:
mrMenu
(
rMenu
)
{
init
(
nEntryId
,
nBits
);
...
...
@@ -1476,7 +1476,7 @@ void ToolbarMenu::implPaint( ToolbarMenuEntry* pThisOnly, bool bHighlighted )
aTmpPos
.
Y
()
+=
nTextOffsetY
;
sal_uInt16
nStyle
=
nTextStyle
|
TEXT_DRAW_MNEMONIC
;
DrawCtrlText
(
aTmpPos
,
pEntry
->
maText
,
0
,
pEntry
->
maText
.
Len
(),
nStyle
,
NULL
,
NULL
);
// pVector, pDisplayText );
DrawCtrlText
(
aTmpPos
,
pEntry
->
maText
,
0
,
pEntry
->
maText
.
getLength
(),
nStyle
,
NULL
,
NULL
);
// pVector, pDisplayText );
}
if
(
pThisOnly
&&
bHighlighted
)
...
...
svtools/source/control/toolbarmenuimp.hxx
Dosyayı görüntüle @
d3ab469b
...
...
@@ -71,7 +71,7 @@ public:
bool
mbChecked
;
bool
mbEnabled
;
String
maText
;
OU
String
maText
;
Image
maImage
;
Control
*
mpControl
;
Rectangle
maRect
;
...
...
@@ -79,8 +79,8 @@ public:
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
accessibility
::
XAccessibleContext
>
mxAccContext
;
public
:
ToolbarMenuEntry
(
ToolbarMenu
&
rMenu
,
int
nEntryId
,
const
String
&
rText
,
MenuItemBits
nBits
);
ToolbarMenuEntry
(
ToolbarMenu
&
rMenu
,
int
nEntryId
,
const
Image
&
rImage
,
const
String
&
rText
,
MenuItemBits
nBits
);
ToolbarMenuEntry
(
ToolbarMenu
&
rMenu
,
int
nEntryId
,
const
OU
String
&
rText
,
MenuItemBits
nBits
);
ToolbarMenuEntry
(
ToolbarMenu
&
rMenu
,
int
nEntryId
,
const
Image
&
rImage
,
const
OU
String
&
rText
,
MenuItemBits
nBits
);
ToolbarMenuEntry
(
ToolbarMenu
&
rMenu
,
int
nEntryId
,
Control
*
pControl
,
MenuItemBits
nBits
);
~
ToolbarMenuEntry
();
...
...
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