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
480f6fb5
Kaydet (Commit)
480f6fb5
authored
Agu 30, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert include/svx/svdxcgv.hxx from String to OUString
Change-Id: I7dd14979ee2c69785051af9a5857d7f60f8fda2b
üst
6a239782
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
svdxcgv.hxx
include/svx/svdxcgv.hxx
+1
-1
svdxcgv.cxx
svx/source/svdraw/svdxcgv.cxx
+1
-1
No files found.
include/svx/svdxcgv.hxx
Dosyayı görüntüle @
480f6fb5
...
@@ -105,7 +105,7 @@ public:
...
@@ -105,7 +105,7 @@ public:
// SDRINSERT_ADDMARK (siehe svdedtv.hxx).
// SDRINSERT_ADDMARK (siehe svdedtv.hxx).
virtual
sal_Bool
Paste
(
const
SdrModel
&
rMod
,
const
Point
&
rPos
,
SdrObjList
*
pLst
=
NULL
,
sal_uInt32
nOptions
=
0
);
virtual
sal_Bool
Paste
(
const
SdrModel
&
rMod
,
const
Point
&
rPos
,
SdrObjList
*
pLst
=
NULL
,
sal_uInt32
nOptions
=
0
);
sal_Bool
Paste
(
const
OUString
&
rStr
,
const
Point
&
rPos
,
SdrObjList
*
pLst
=
NULL
,
sal_uInt32
nOptions
=
0
);
sal_Bool
Paste
(
const
OUString
&
rStr
,
const
Point
&
rPos
,
SdrObjList
*
pLst
=
NULL
,
sal_uInt32
nOptions
=
0
);
sal_Bool
Paste
(
SvStream
&
rInput
,
const
String
&
rBaseURL
,
sal_uInt16
eFormat
,
const
Point
&
rPos
,
SdrObjList
*
pLst
=
NULL
,
sal_uInt32
nOptions
=
0
);
sal_Bool
Paste
(
SvStream
&
rInput
,
const
OU
String
&
rBaseURL
,
sal_uInt16
eFormat
,
const
Point
&
rPos
,
SdrObjList
*
pLst
=
NULL
,
sal_uInt32
nOptions
=
0
);
sal_Bool
Cut
(
sal_uIntPtr
nFormat
=
SDR_ANYFORMAT
);
sal_Bool
Cut
(
sal_uIntPtr
nFormat
=
SDR_ANYFORMAT
);
...
...
svx/source/svdraw/svdxcgv.cxx
Dosyayı görüntüle @
480f6fb5
...
@@ -165,7 +165,7 @@ sal_Bool SdrExchangeView::Paste(const OUString& rStr, const Point& rPos, SdrObjL
...
@@ -165,7 +165,7 @@ sal_Bool SdrExchangeView::Paste(const OUString& rStr, const Point& rPos, SdrObjL
return
sal_True
;
return
sal_True
;
}
}
sal_Bool
SdrExchangeView
::
Paste
(
SvStream
&
rInput
,
const
String
&
rBaseURL
,
sal_uInt16
eFormat
,
const
Point
&
rPos
,
SdrObjList
*
pLst
,
sal_uInt32
nOptions
)
sal_Bool
SdrExchangeView
::
Paste
(
SvStream
&
rInput
,
const
OU
String
&
rBaseURL
,
sal_uInt16
eFormat
,
const
Point
&
rPos
,
SdrObjList
*
pLst
,
sal_uInt32
nOptions
)
{
{
Point
aPos
(
rPos
);
Point
aPos
(
rPos
);
ImpGetPasteObjList
(
aPos
,
pLst
);
ImpGetPasteObjList
(
aPos
,
pLst
);
...
...
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