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
545cae94
Kaydet (Commit)
545cae94
authored
Tem 11, 2001
tarafından
Christian Lippka
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#88726# convert metric edit engine items when in writer
üst
c484adab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
+16
-2
unoapi.hxx
svx/inc/unoapi.hxx
+16
-2
No files found.
svx/inc/unoapi.hxx
Dosyayı görüntüle @
545cae94
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: unoapi.hxx,v $
*
* $Revision: 1.
4
$
* $Revision: 1.
5
$
*
* last change: $Author: cl $ $Date: 2001-0
2-23 21:19:35
$
* last change: $Author: cl $ $Date: 2001-0
7-11 13:43:33
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -62,6 +62,10 @@
#ifndef _SVX_UNOAPI_HXX_
#define _SVX_UNOAPI_HXX_
#ifndef _COM_SUN_STAR_UNO_ANY_HXX_
#include <com/sun/star/uno/Any.hxx>
#endif
#ifndef _COM_SUN_STAR_DRAWING_XSHAPE_HPP_
#include <com/sun/star/drawing/XShape.hpp>
#endif
...
...
@@ -74,6 +78,10 @@
#include <goodies/grfmgr.hxx>
#endif
#ifndef _SFXPOOLITEM_HXX
#include <svtools/poolitem.hxx>
#endif
class
SvxShape
;
class
SdrObject
;
class
SvxNumBulletItem
;
...
...
@@ -129,5 +137,11 @@ void SvxUnogetApiNameForItem( const sal_Int16 nWhich, const String& rInternalNam
*/
void
SvxUnogetInternalNameForItem
(
const
sal_Int16
nWhich
,
const
rtl
::
OUString
&
rApiName
,
String
&
rInternalName
)
throw
();
/** converts the given any with a metric to 100th/mm if needed */
void
SvxUnoConvertToMM
(
const
SfxMapUnit
eSourceMapUnit
,
com
::
sun
::
star
::
uno
::
Any
&
rMetric
)
throw
();
/** converts the given any with a metric from 100th/mm to the given metric if needed */
void
SvxUnoConvertFromMM
(
const
SfxMapUnit
eDestinationMapUnit
,
com
::
sun
::
star
::
uno
::
Any
&
rMetric
)
throw
();
#endif _SVX_UNOAPI_HXX_
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