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
dfb1195a
Kaydet (Commit)
dfb1195a
authored
Eki 11, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert sw/inc/IDocumentLinksAdministration.hxx from String to OUString
Change-Id: If9e4f1f40ed14ff6a64bbd52367fe5f1fbc3b2dd
üst
32464232
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
IDocumentLinksAdministration.hxx
sw/inc/IDocumentLinksAdministration.hxx
+2
-2
doc.hxx
sw/inc/doc.hxx
+2
-2
docdde.cxx
sw/source/core/doc/docdde.cxx
+2
-2
No files found.
sw/inc/IDocumentLinksAdministration.hxx
Dosyayı görüntüle @
dfb1195a
...
...
@@ -47,9 +47,9 @@ namespace sfx2 { class SvLinkSource; class LinkManager; }
/** SS fuers Linken von Dokumentteilen / ?? for linking of parts of documents.
*/
virtual
bool
GetData
(
const
OUString
&
rItem
,
const
String
&
rMimeType
,
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
)
const
=
0
;
virtual
bool
GetData
(
const
OUString
&
rItem
,
const
OU
String
&
rMimeType
,
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
)
const
=
0
;
virtual
bool
SetData
(
const
OUString
&
rItem
,
const
String
&
rMimeType
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
)
=
0
;
virtual
bool
SetData
(
const
OUString
&
rItem
,
const
OU
String
&
rMimeType
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
)
=
0
;
virtual
::
sfx2
::
SvLinkSource
*
CreateLinkSource
(
const
OUString
&
rItem
)
=
0
;
...
...
sw/inc/doc.hxx
Dosyayı görüntüle @
dfb1195a
...
...
@@ -797,8 +797,8 @@ public:
virtual
sfx2
::
LinkManager
&
GetLinkManager
();
virtual
const
sfx2
::
LinkManager
&
GetLinkManager
()
const
;
virtual
void
UpdateLinks
(
bool
bUI
);
virtual
bool
GetData
(
const
OUString
&
rItem
,
const
String
&
rMimeType
,
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
)
const
;
virtual
bool
SetData
(
const
OUString
&
rItem
,
const
String
&
rMimeType
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
);
virtual
bool
GetData
(
const
OUString
&
rItem
,
const
OU
String
&
rMimeType
,
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
)
const
;
virtual
bool
SetData
(
const
OUString
&
rItem
,
const
OU
String
&
rMimeType
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
);
virtual
::
sfx2
::
SvLinkSource
*
CreateLinkSource
(
const
OUString
&
rItem
);
virtual
bool
EmbedAllLinks
();
virtual
void
SetLinksUpdated
(
const
bool
bNewLinksUpdated
);
...
...
sw/source/core/doc/docdde.cxx
Dosyayı görüntüle @
dfb1195a
...
...
@@ -128,7 +128,7 @@ static bool lcl_FindTable( const SwFrmFmt* pTableFmt, _FindItem * const pItem )
return
true
;
}
bool
SwDoc
::
GetData
(
const
OUString
&
rItem
,
const
String
&
rMimeType
,
bool
SwDoc
::
GetData
(
const
OUString
&
rItem
,
const
OU
String
&
rMimeType
,
uno
::
Any
&
rValue
)
const
{
// search for bookmarks and sections case senstive at first. If nothing is found then try again case insensitive
...
...
@@ -171,7 +171,7 @@ bool SwDoc::GetData( const OUString& rItem, const String& rMimeType,
return
sal_False
;
}
bool
SwDoc
::
SetData
(
const
OUString
&
rItem
,
const
String
&
rMimeType
,
bool
SwDoc
::
SetData
(
const
OUString
&
rItem
,
const
OU
String
&
rMimeType
,
const
uno
::
Any
&
rValue
)
{
// search for bookmarks and sections case senstive at first. If nothing is found then try again case insensitive
...
...
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