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
df00d4c2
Kaydet (Commit)
df00d4c2
authored
Agu 26, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert include/sfx2/linksrc.hxx from String to OUString
Change-Id: I2ee2be4b87ef6f7fa9064ff742ccf4c854d7fea8
üst
4779373d
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
17 additions
and
15 deletions
+17
-15
linksrc.hxx
include/sfx2/linksrc.hxx
+6
-4
servobj.cxx
sc/source/ui/docshell/servobj.cxx
+1
-1
servobj.hxx
sc/source/ui/inc/servobj.hxx
+1
-1
fileobj.cxx
sfx2/source/appl/fileobj.cxx
+1
-1
fileobj.hxx
sfx2/source/appl/fileobj.hxx
+1
-1
impldde.cxx
sfx2/source/appl/impldde.cxx
+1
-1
impldde.hxx
sfx2/source/appl/impldde.hxx
+1
-1
linksrc.cxx
sfx2/source/appl/linksrc.cxx
+3
-3
swserv.hxx
sw/inc/swserv.hxx
+1
-1
swserv.cxx
sw/source/core/doc/swserv.cxx
+1
-1
No files found.
include/sfx2/linksrc.hxx
Dosyayı görüntüle @
df00d4c2
...
@@ -34,7 +34,9 @@ namespace com { namespace sun { namespace star { namespace uno
...
@@ -34,7 +34,9 @@ namespace com { namespace sun { namespace star { namespace uno
class
Any
;
class
Any
;
}}}}
}}}}
class
Window
;
class
Window
;
class
String
;
namespace
rtl
{
class
OUString
;
}
#ifndef ADVISEMODE_NODATA
#ifndef ADVISEMODE_NODATA
// Must be the same value as Ole2 ADVF_*
// Must be the same value as Ole2 ADVF_*
...
@@ -69,14 +71,14 @@ public:
...
@@ -69,14 +71,14 @@ public:
void
SetUpdateTimeout
(
sal_uIntPtr
nTime
);
void
SetUpdateTimeout
(
sal_uIntPtr
nTime
);
// notify the sink, the mime type is not
// notify the sink, the mime type is not
// a selection criterion
// a selection criterion
void
DataChanged
(
const
String
&
rMimeType
,
void
DataChanged
(
const
rtl
::
OU
String
&
rMimeType
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
rVal
);
const
::
com
::
sun
::
star
::
uno
::
Any
&
rVal
);
void
SendDataChanged
();
void
SendDataChanged
();
void
NotifyDataChanged
();
void
NotifyDataChanged
();
virtual
sal_Bool
Connect
(
SvBaseLink
*
);
virtual
sal_Bool
Connect
(
SvBaseLink
*
);
virtual
sal_Bool
GetData
(
::
com
::
sun
::
star
::
uno
::
Any
&
rData
/*out param*/
,
virtual
sal_Bool
GetData
(
::
com
::
sun
::
star
::
uno
::
Any
&
rData
/*out param*/
,
const
String
&
rMimeType
,
const
rtl
::
OU
String
&
rMimeType
,
sal_Bool
bSynchron
=
sal_False
);
sal_Bool
bSynchron
=
sal_False
);
// sal_True => waitinmg for data
// sal_True => waitinmg for data
...
@@ -88,7 +90,7 @@ public:
...
@@ -88,7 +90,7 @@ public:
virtual
void
Edit
(
Window
*
,
SvBaseLink
*
,
const
Link
&
rEndEditHdl
);
virtual
void
Edit
(
Window
*
,
SvBaseLink
*
,
const
Link
&
rEndEditHdl
);
void
AddDataAdvise
(
SvBaseLink
*
,
const
String
&
rMimeType
,
void
AddDataAdvise
(
SvBaseLink
*
,
const
rtl
::
OU
String
&
rMimeType
,
sal_uInt16
nAdviceMode
);
sal_uInt16
nAdviceMode
);
void
RemoveAllDataAdvise
(
SvBaseLink
*
);
void
RemoveAllDataAdvise
(
SvBaseLink
*
);
...
...
sc/source/ui/docshell/servobj.cxx
Dosyayı görüntüle @
df00d4c2
...
@@ -135,7 +135,7 @@ void ScServerObject::EndListeningAll()
...
@@ -135,7 +135,7 @@ void ScServerObject::EndListeningAll()
sal_Bool
ScServerObject
::
GetData
(
sal_Bool
ScServerObject
::
GetData
(
::
com
::
sun
::
star
::
uno
::
Any
&
rData
/*out param*/
,
::
com
::
sun
::
star
::
uno
::
Any
&
rData
/*out param*/
,
const
String
&
rMimeType
,
sal_Bool
/* bSynchron */
)
const
OU
String
&
rMimeType
,
sal_Bool
/* bSynchron */
)
{
{
if
(
!
pDocSh
)
if
(
!
pDocSh
)
return
false
;
return
false
;
...
...
sc/source/ui/inc/servobj.hxx
Dosyayı görüntüle @
df00d4c2
...
@@ -55,7 +55,7 @@ public:
...
@@ -55,7 +55,7 @@ public:
virtual
~
ScServerObject
();
virtual
~
ScServerObject
();
virtual
sal_Bool
GetData
(
::
com
::
sun
::
star
::
uno
::
Any
&
rData
/*out param*/
,
virtual
sal_Bool
GetData
(
::
com
::
sun
::
star
::
uno
::
Any
&
rData
/*out param*/
,
const
String
&
rMimeType
,
const
OU
String
&
rMimeType
,
sal_Bool
bSynchron
=
false
);
sal_Bool
bSynchron
=
false
);
virtual
void
Notify
(
SfxBroadcaster
&
rBC
,
const
SfxHint
&
rHint
);
virtual
void
Notify
(
SfxBroadcaster
&
rBC
,
const
SfxHint
&
rHint
);
...
...
sfx2/source/appl/fileobj.cxx
Dosyayı görüntüle @
df00d4c2
...
@@ -87,7 +87,7 @@ SvFileObject::~SvFileObject()
...
@@ -87,7 +87,7 @@ SvFileObject::~SvFileObject()
sal_Bool
SvFileObject
::
GetData
(
::
com
::
sun
::
star
::
uno
::
Any
&
rData
,
sal_Bool
SvFileObject
::
GetData
(
::
com
::
sun
::
star
::
uno
::
Any
&
rData
,
const
String
&
rMimeType
,
const
OU
String
&
rMimeType
,
sal_Bool
bGetSynchron
)
sal_Bool
bGetSynchron
)
{
{
sal_uIntPtr
nFmt
=
SotExchange
::
GetFormatStringId
(
rMimeType
);
sal_uIntPtr
nFmt
=
SotExchange
::
GetFormatStringId
(
rMimeType
);
...
...
sfx2/source/appl/fileobj.hxx
Dosyayı görüntüle @
df00d4c2
...
@@ -66,7 +66,7 @@ public:
...
@@ -66,7 +66,7 @@ public:
SvFileObject
();
SvFileObject
();
virtual
sal_Bool
GetData
(
::
com
::
sun
::
star
::
uno
::
Any
&
rData
/*out param*/
,
virtual
sal_Bool
GetData
(
::
com
::
sun
::
star
::
uno
::
Any
&
rData
/*out param*/
,
const
String
&
rMimeType
,
const
OU
String
&
rMimeType
,
sal_Bool
bSynchron
=
sal_False
);
sal_Bool
bSynchron
=
sal_False
);
virtual
sal_Bool
Connect
(
sfx2
::
SvBaseLink
*
);
virtual
sal_Bool
Connect
(
sfx2
::
SvBaseLink
*
);
...
...
sfx2/source/appl/impldde.cxx
Dosyayı görüntüle @
df00d4c2
...
@@ -130,7 +130,7 @@ SvDDEObject::~SvDDEObject()
...
@@ -130,7 +130,7 @@ SvDDEObject::~SvDDEObject()
}
}
sal_Bool
SvDDEObject
::
GetData
(
::
com
::
sun
::
star
::
uno
::
Any
&
rData
/*out param*/
,
sal_Bool
SvDDEObject
::
GetData
(
::
com
::
sun
::
star
::
uno
::
Any
&
rData
/*out param*/
,
const
String
&
rMimeType
,
const
OU
String
&
rMimeType
,
sal_Bool
bSynchron
)
sal_Bool
bSynchron
)
{
{
if
(
!
pConnection
)
if
(
!
pConnection
)
...
...
sfx2/source/appl/impldde.hxx
Dosyayı görüntüle @
df00d4c2
...
@@ -55,7 +55,7 @@ public:
...
@@ -55,7 +55,7 @@ public:
SvDDEObject
();
SvDDEObject
();
virtual
sal_Bool
GetData
(
::
com
::
sun
::
star
::
uno
::
Any
&
rData
/*out param*/
,
virtual
sal_Bool
GetData
(
::
com
::
sun
::
star
::
uno
::
Any
&
rData
/*out param*/
,
const
String
&
aMimeType
,
const
OU
String
&
aMimeType
,
sal_Bool
bSynchron
=
sal_False
);
sal_Bool
bSynchron
=
sal_False
);
virtual
sal_Bool
Connect
(
SvBaseLink
*
);
virtual
sal_Bool
Connect
(
SvBaseLink
*
);
...
...
sfx2/source/appl/linksrc.cxx
Dosyayı görüntüle @
df00d4c2
...
@@ -311,7 +311,7 @@ void SvLinkSource::NotifyDataChanged()
...
@@ -311,7 +311,7 @@ void SvLinkSource::NotifyDataChanged()
// notify the sink, the mime type is not
// notify the sink, the mime type is not
// a selection criterion
// a selection criterion
void
SvLinkSource
::
DataChanged
(
const
String
&
rMimeType
,
void
SvLinkSource
::
DataChanged
(
const
OU
String
&
rMimeType
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
rVal
)
const
::
com
::
sun
::
star
::
uno
::
Any
&
rVal
)
{
{
if
(
pImpl
->
nTimeout
&&
!
rVal
.
hasValue
()
)
if
(
pImpl
->
nTimeout
&&
!
rVal
.
hasValue
()
)
...
@@ -349,7 +349,7 @@ void SvLinkSource::DataChanged( const String & rMimeType,
...
@@ -349,7 +349,7 @@ void SvLinkSource::DataChanged( const String & rMimeType,
// only one link is correct
// only one link is correct
void
SvLinkSource
::
AddDataAdvise
(
SvBaseLink
*
pLink
,
const
String
&
rMimeType
,
void
SvLinkSource
::
AddDataAdvise
(
SvBaseLink
*
pLink
,
const
OU
String
&
rMimeType
,
sal_uInt16
nAdviseModes
)
sal_uInt16
nAdviseModes
)
{
{
SvLinkSource_Entry_Impl
*
pNew
=
new
SvLinkSource_Entry_Impl
(
SvLinkSource_Entry_Impl
*
pNew
=
new
SvLinkSource_Entry_Impl
(
...
@@ -415,7 +415,7 @@ sal_Bool SvLinkSource::Connect( SvBaseLink* )
...
@@ -415,7 +415,7 @@ sal_Bool SvLinkSource::Connect( SvBaseLink* )
return
sal_True
;
return
sal_True
;
}
}
sal_Bool
SvLinkSource
::
GetData
(
::
com
::
sun
::
star
::
uno
::
Any
&
,
const
String
&
,
sal_Bool
)
sal_Bool
SvLinkSource
::
GetData
(
::
com
::
sun
::
star
::
uno
::
Any
&
,
const
OU
String
&
,
sal_Bool
)
{
{
return
sal_False
;
return
sal_False
;
}
}
...
...
sw/inc/swserv.hxx
Dosyayı görüntüle @
df00d4c2
...
@@ -61,7 +61,7 @@ public:
...
@@ -61,7 +61,7 @@ public:
virtual
~
SwServerObject
();
virtual
~
SwServerObject
();
virtual
sal_Bool
GetData
(
::
com
::
sun
::
star
::
uno
::
Any
&
rData
,
virtual
sal_Bool
GetData
(
::
com
::
sun
::
star
::
uno
::
Any
&
rData
,
const
String
&
rMimeType
,
const
OU
String
&
rMimeType
,
sal_Bool
bSynchron
=
sal_False
);
sal_Bool
bSynchron
=
sal_False
);
sal_Bool
SetData
(
const
String
&
rMimeType
,
sal_Bool
SetData
(
const
String
&
rMimeType
,
...
...
sw/source/core/doc/swserv.cxx
Dosyayı görüntüle @
df00d4c2
...
@@ -40,7 +40,7 @@ SwServerObject::~SwServerObject()
...
@@ -40,7 +40,7 @@ SwServerObject::~SwServerObject()
}
}
sal_Bool
SwServerObject
::
GetData
(
uno
::
Any
&
rData
,
sal_Bool
SwServerObject
::
GetData
(
uno
::
Any
&
rData
,
const
String
&
rMimeType
,
sal_Bool
)
const
OU
String
&
rMimeType
,
sal_Bool
)
{
{
sal_Bool
bRet
=
sal_False
;
sal_Bool
bRet
=
sal_False
;
WriterRef
xWrt
;
WriterRef
xWrt
;
...
...
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