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
36ba6d66
Kaydet (Commit)
36ba6d66
authored
Kas 23, 2010
tarafından
Gert Faller
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
RTL_CONSTASCII_USTRINGPARAM in libs-gui 11
üst
feeb9d2e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
20 deletions
+20
-20
bmpdemo.cxx
basebmp/test/bmpdemo.cxx
+2
-2
bmpmasktest.cxx
basebmp/test/bmpmasktest.cxx
+2
-2
polytest.cxx
basebmp/test/polytest.cxx
+16
-16
No files found.
basebmp/test/bmpdemo.cxx
Dosyayı görüntüle @
36ba6d66
...
@@ -1237,8 +1237,8 @@ void TestApp::Main()
...
@@ -1237,8 +1237,8 @@ void TestApp::Main()
// Create UCB.
// Create UCB.
uno
::
Sequence
<
uno
::
Any
>
aArgs
(
2
);
uno
::
Sequence
<
uno
::
Any
>
aArgs
(
2
);
aArgs
[
0
]
<<=
rtl
::
OUString
::
createFromAscii
(
UCB_CONFIGURATION_KEY1_LOCAL
);
aArgs
[
0
]
<<=
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
UCB_CONFIGURATION_KEY1_LOCAL
)
);
aArgs
[
1
]
<<=
rtl
::
OUString
::
createFromAscii
(
UCB_CONFIGURATION_KEY2_OFFICE
);
aArgs
[
1
]
<<=
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
UCB_CONFIGURATION_KEY2_OFFICE
)
);
::
ucbhelper
::
ContentBroker
::
initialize
(
xFactory
,
aArgs
);
::
ucbhelper
::
ContentBroker
::
initialize
(
xFactory
,
aArgs
);
TestWindow
pWindow
;
TestWindow
pWindow
;
...
...
basebmp/test/bmpmasktest.cxx
Dosyayı görüntüle @
36ba6d66
...
@@ -135,8 +135,8 @@ public:
...
@@ -135,8 +135,8 @@ public:
aColWhite
,
aColWhite
,
DrawMode_PAINT
);
DrawMode_PAINT
);
aSvg
=
::
rtl
::
OUString
::
createFromAscii
(
aSvg
=
::
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"m 0 0 h6 v10 h-6z"
);
"m 0 0 h6 v10 h-6z"
)
)
;
aPoly
.
clear
();
aPoly
.
clear
();
basegfx
::
tools
::
importFromSvgD
(
aPoly
,
aSvg
);
basegfx
::
tools
::
importFromSvgD
(
aPoly
,
aSvg
);
...
...
basebmp/test/polytest.cxx
Dosyayı görüntüle @
36ba6d66
...
@@ -68,8 +68,8 @@ private:
...
@@ -68,8 +68,8 @@ private:
basegfx
::
tools
::
importFromSvgD
(
basegfx
::
tools
::
importFromSvgD
(
aPoly
,
aPoly
,
rtl
::
OUString
::
createFromAscii
(
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"M2 2 l7 7 z"
)
);
"M2 2 l7 7 z"
)
)
);
rDevice
->
fillPolyPolygon
(
rDevice
->
fillPolyPolygon
(
aPoly
,
aPoly
,
aCol
,
aCol
,
...
@@ -83,8 +83,8 @@ private:
...
@@ -83,8 +83,8 @@ private:
aPoly
.
clear
();
aPoly
.
clear
();
basegfx
::
tools
::
importFromSvgD
(
basegfx
::
tools
::
importFromSvgD
(
aPoly
,
aPoly
,
rtl
::
OUString
::
createFromAscii
(
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"M7 2 l-6 6 z"
)
);
"M7 2 l-6 6 z"
)
)
);
rDevice
->
fillPolyPolygon
(
rDevice
->
fillPolyPolygon
(
aPoly
,
aPoly
,
aCol
,
aCol
,
...
@@ -103,8 +103,8 @@ private:
...
@@ -103,8 +103,8 @@ private:
basegfx
::
tools
::
importFromSvgD
(
basegfx
::
tools
::
importFromSvgD
(
aPoly
,
aPoly
,
rtl
::
OUString
::
createFromAscii
(
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"M2 2 h1 l7 7 h-1 z"
)
);
"M2 2 h1 l7 7 h-1 z"
)
)
);
rDevice
->
fillPolyPolygon
(
rDevice
->
fillPolyPolygon
(
aPoly
,
aPoly
,
aCol
,
aCol
,
...
@@ -118,8 +118,8 @@ private:
...
@@ -118,8 +118,8 @@ private:
aPoly
.
clear
();
aPoly
.
clear
();
basegfx
::
tools
::
importFromSvgD
(
basegfx
::
tools
::
importFromSvgD
(
aPoly
,
aPoly
,
rtl
::
OUString
::
createFromAscii
(
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"M7 2 h-1 l-6 6 h1 z"
)
);
"M7 2 h-1 l-6 6 h1 z"
)
)
);
rDevice
->
fillPolyPolygon
(
rDevice
->
fillPolyPolygon
(
aPoly
,
aPoly
,
aCol
,
aCol
,
...
@@ -133,8 +133,8 @@ private:
...
@@ -133,8 +133,8 @@ private:
aPoly
.
clear
();
aPoly
.
clear
();
basegfx
::
tools
::
importFromSvgD
(
basegfx
::
tools
::
importFromSvgD
(
aPoly
,
aPoly
,
rtl
::
OUString
::
createFromAscii
(
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"M0 0 l7 7 h-1 l-5-7 z"
)
);
"M0 0 l7 7 h-1 l-5-7 z"
)
)
);
rDevice
->
fillPolyPolygon
(
rDevice
->
fillPolyPolygon
(
aPoly
,
aPoly
,
aCol
,
aCol
,
...
@@ -152,8 +152,8 @@ private:
...
@@ -152,8 +152,8 @@ private:
::
rtl
::
OUString
aSvg
;
::
rtl
::
OUString
aSvg
;
basegfx
::
tools
::
importFromSvgD
(
aPoly
,
basegfx
::
tools
::
importFromSvgD
(
aPoly
,
::
rtl
::
OUString
::
createFromAscii
(
::
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"M0 0 h7 v7 h-7 z M2 2 v3 h3 v-3 z"
)
);
"M0 0 h7 v7 h-7 z M2 2 v3 h3 v-3 z"
)
)
);
rDevice
->
fillPolyPolygon
(
rDevice
->
fillPolyPolygon
(
aPoly
,
aPoly
,
...
@@ -172,8 +172,8 @@ private:
...
@@ -172,8 +172,8 @@ private:
::
rtl
::
OUString
aSvg
;
::
rtl
::
OUString
aSvg
;
basegfx
::
tools
::
importFromSvgD
(
aPoly
,
basegfx
::
tools
::
importFromSvgD
(
aPoly
,
::
rtl
::
OUString
::
createFromAscii
(
::
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"M0 0 h7 v7 h-7 z M2 2 v3 h3 v-3 z"
)
);
"M0 0 h7 v7 h-7 z M2 2 v3 h3 v-3 z"
)
)
);
basegfx
::
B2DHomMatrix
aMat
;
basegfx
::
B2DHomMatrix
aMat
;
aMat
.
translate
(
-
3
,
-
3
);
aMat
.
translate
(
-
3
,
-
3
);
aMat
.
rotate
(
1.7
);
aMat
.
rotate
(
1.7
);
...
@@ -210,12 +210,12 @@ private:
...
@@ -210,12 +210,12 @@ private:
::
rtl
::
OUString
aSvg
;
::
rtl
::
OUString
aSvg
;
basegfx
::
tools
::
importFromSvgD
(
aPoly
,
basegfx
::
tools
::
importFromSvgD
(
aPoly
,
::
rtl
::
OUString
::
createFromAscii
(
::
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"M0 0 v2 l10 2 v-2 z"
"M0 0 v2 l10 2 v-2 z"
"M10 6 v-2 l-10 2 v2 z"
"M10 6 v-2 l-10 2 v2 z"
"M1 0 h1 v10 h-1 z"
"M1 0 h1 v10 h-1 z"
"M4 0 h1 v10 h-1 z"
"M4 0 h1 v10 h-1 z"
"M8 0 h1 v10 h-1 z"
)
);
"M8 0 h1 v10 h-1 z"
)
)
);
rDevice
->
fillPolyPolygon
(
rDevice
->
fillPolyPolygon
(
aPoly
,
aPoly
,
aCol
,
aCol
,
...
...
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