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
5ba602cb
Kaydet (Commit)
5ba602cb
authored
Agu 31, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: another layer of unused
üst
8c221c8c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
36 deletions
+0
-36
tools.cxx
slideshow/source/engine/tools.cxx
+0
-22
tools.hxx
slideshow/source/inc/tools.hxx
+0
-14
No files found.
slideshow/source/engine/tools.cxx
Dosyayı görüntüle @
5ba602cb
...
...
@@ -480,28 +480,6 @@ namespace slideshow
return
true
;
}
bool
findNamedValue
(
beans
::
NamedValue
*
o_pRet
,
const
uno
::
Sequence
<
beans
::
NamedValue
>&
rSequence
,
const
::
rtl
::
OUString
&
rSearchString
)
{
const
beans
::
NamedValue
*
pArray
=
rSequence
.
getConstArray
();
const
size_t
nLen
(
rSequence
.
getLength
()
);
if
(
nLen
==
0
)
return
false
;
const
beans
::
NamedValue
*
pFound
=
::
std
::
find_if
(
pArray
,
pArray
+
nLen
,
NamedValueStringComparator
(
rSearchString
)
);
if
(
pFound
==
pArray
+
nLen
)
return
false
;
if
(
o_pRet
)
*
o_pRet
=
*
pFound
;
return
true
;
}
basegfx
::
B2DRange
calcRelativeShapeBounds
(
const
basegfx
::
B2DVector
&
rPageSize
,
const
basegfx
::
B2DRange
&
rShapeBounds
)
{
...
...
slideshow/source/inc/tools.hxx
Dosyayı görüntüle @
5ba602cb
...
...
@@ -177,20 +177,6 @@ namespace slideshow
::
com
::
sun
::
star
::
beans
::
NamedValue
>
const
&
rSequence
,
const
::
com
::
sun
::
star
::
beans
::
NamedValue
&
rSearchKey
);
/** Search a sequence of NamedValues for an element with a given name.
@param o_pRet
If non-NULL, receives the full NamedValue found (if it was
found, that is).
@return true, if the sequence contains the specified
element.
*/
bool
findNamedValue
(
::
com
::
sun
::
star
::
beans
::
NamedValue
*
o_pRet
,
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
NamedValue
>&
rSequence
,
const
::
rtl
::
OUString
&
rSearchString
);
basegfx
::
B2DRange
calcRelativeShapeBounds
(
const
basegfx
::
B2DVector
&
rPageSize
,
const
basegfx
::
B2DRange
&
rShapeBounds
);
...
...
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