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
387c414a
Kaydet (Commit)
387c414a
authored
Eyl 18, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert sd/../TitledControl.hxx from String to OUString
Change-Id: Ib83d2cfc931c39374358ae0148eae4e5b02a00ae
üst
3880c0a1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
TitledControl.hxx
sd/source/ui/inc/taskpane/TitledControl.hxx
+3
-3
TitledControl.cxx
sd/source/ui/toolpanel/TitledControl.cxx
+2
-2
No files found.
sd/source/ui/inc/taskpane/TitledControl.hxx
Dosyayı görüntüle @
387c414a
...
...
@@ -65,7 +65,7 @@ public:
TitledControl
(
TreeNode
*
pParent
,
::
std
::
auto_ptr
<
TreeNode
>
pControl
,
const
String
&
rTitle
,
const
OU
String
&
rTitle
,
const
ClickHandler
&
rClickHandler
,
TitleBar
::
TitleBarType
eType
);
...
...
@@ -92,7 +92,7 @@ public:
TreeNode
*
GetControl
(
void
);
const
TreeNode
*
GetConstControl
()
const
;
const
String
&
GetTitle
(
void
)
const
;
const
OU
String
&
GetTitle
(
void
)
const
;
/** Expand the control without informing its container. This
method ususally is called by the container as a result of a
...
...
@@ -127,7 +127,7 @@ public:
using
Window
::
Show
;
private
:
String
msTitle
;
OU
String
msTitle
;
bool
mbVisible
;
void
*
mpUserData
;
::
std
::
auto_ptr
<
ClickHandler
>
mpClickHandler
;
...
...
sd/source/ui/toolpanel/TitledControl.cxx
Dosyayı görüntüle @
387c414a
...
...
@@ -34,7 +34,7 @@ namespace sd { namespace toolpanel {
TitledControl
::
TitledControl
(
TreeNode
*
pParent
,
::
std
::
auto_ptr
<
TreeNode
>
pControl
,
const
String
&
rTitle
,
const
OU
String
&
rTitle
,
const
ClickHandler
&
rClickHandler
,
TitleBar
::
TitleBarType
eType
)
:
::
Window
(
pParent
->
GetWindow
(),
WB_TABSTOP
),
...
...
@@ -219,7 +219,7 @@ void TitledControl::KeyInput (const KeyEvent& rEvent)
const
String
&
TitledControl
::
GetTitle
(
void
)
const
const
OU
String
&
TitledControl
::
GetTitle
(
void
)
const
{
return
msTitle
;
}
...
...
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