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
0357ff2e
Kaydet (Commit)
0357ff2e
authored
Agu 28, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert sfx2/source/appl/helpinterceptor.hxx from String to OUString
Change-Id: I3999e64cdc7c538fa300ec5ad648ec257f6faa3b
üst
5d5b0c20
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
helpinterceptor.cxx
sfx2/source/appl/helpinterceptor.cxx
+1
-1
helpinterceptor.hxx
sfx2/source/appl/helpinterceptor.hxx
+7
-7
No files found.
sfx2/source/appl/helpinterceptor.cxx
Dosyayı görüntüle @
0357ff2e
...
...
@@ -63,7 +63,7 @@ HelpInterceptor_Impl::~HelpInterceptor_Impl()
// -----------------------------------------------------------------------
void
HelpInterceptor_Impl
::
addURL
(
const
String
&
rURL
)
void
HelpInterceptor_Impl
::
addURL
(
const
OU
String
&
rURL
)
{
if
(
!
m_pHistory
)
m_pHistory
=
new
HelpHistoryList_Impl
;
...
...
sfx2/source/appl/helpinterceptor.hxx
Dosyayı görüntüle @
0357ff2e
...
...
@@ -33,10 +33,10 @@
struct
HelpHistoryEntry_Impl
{
String
aURL
;
OU
String
aURL
;
com
::
sun
::
star
::
uno
::
Any
aViewData
;
HelpHistoryEntry_Impl
(
const
String
&
rURL
,
const
com
::
sun
::
star
::
uno
::
Any
&
rViewData
)
:
HelpHistoryEntry_Impl
(
const
OU
String
&
rURL
,
const
com
::
sun
::
star
::
uno
::
Any
&
rViewData
)
:
aURL
(
rURL
),
aViewData
(
rViewData
)
{}
};
...
...
@@ -66,17 +66,17 @@ friend class SfxHelpWindow_Impl;
HelpHistoryList_Impl
*
m_pHistory
;
SfxHelpWindow_Impl
*
m_pWindow
;
sal_uIntPtr
m_nCurPos
;
String
m_aCurrentURL
;
OUString
m_aCurrentURL
;
com
::
sun
::
star
::
uno
::
Any
m_aViewData
;
void
addURL
(
const
String
&
rURL
);
void
addURL
(
const
OU
String
&
rURL
);
public
:
HelpInterceptor_Impl
();
~
HelpInterceptor_Impl
();
void
setInterception
(
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
frame
::
XFrame
>
xFrame
);
String
GetCurrentURL
()
const
{
return
m_aCurrentURL
;
}
OUString
GetCurrentURL
()
const
{
return
m_aCurrentURL
;
}
...
...
@@ -121,7 +121,7 @@ class HelpListener_Impl : public ::cppu::WeakImplHelper1< ::com::sun::star::fram
private
:
HelpInterceptor_Impl
*
pInterceptor
;
Link
aChangeLink
;
String
aFactory
;
OUString
aFactory
;
public
:
HelpListener_Impl
(
HelpInterceptor_Impl
*
pInter
);
...
...
@@ -132,7 +132,7 @@ public:
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
void
SetChangeHdl
(
const
Link
&
rLink
)
{
aChangeLink
=
rLink
;
}
String
GetFactory
()
const
{
return
aFactory
;
}
OUString
GetFactory
()
const
{
return
aFactory
;
}
};
// HelpStatusListener_Impl -----------------------------------------------------
...
...
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