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
fdd3427a
Kaydet (Commit)
fdd3427a
authored
Mar 08, 2012
tarafından
Santiago Martinez
Kaydeden (comit)
Muthu Subramanian
Mar 08, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removed unused code.
üst
b43fe402
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
82 deletions
+0
-82
dbcharset.hxx
connectivity/inc/connectivity/dbcharset.hxx
+0
-1
dbcharset.cxx
connectivity/source/commontools/dbcharset.cxx
+0
-6
excelvbahelper.cxx
sc/source/ui/vba/excelvbahelper.cxx
+0
-22
excelvbahelper.hxx
sc/source/ui/vba/excelvbahelper.hxx
+0
-1
unusedcode.easy
unusedcode.easy
+0
-10
vbahelper.hxx
vbahelper/inc/vbahelper/vbahelper.hxx
+0
-11
vbahelper.cxx
vbahelper/source/vbahelper/vbahelper.cxx
+0
-31
No files found.
connectivity/inc/connectivity/dbcharset.hxx
Dosyayı görüntüle @
fdd3427a
...
@@ -116,7 +116,6 @@ namespace dbtools
...
@@ -116,7 +116,6 @@ namespace dbtools
::
rtl
::
OUString
getIanaName
()
const
{
return
m_aIanaName
;
}
::
rtl
::
OUString
getIanaName
()
const
{
return
m_aIanaName
;
}
protected
:
protected
:
CharsetIteratorDerefHelper
();
CharsetIteratorDerefHelper
(
const
rtl_TextEncoding
_eEncoding
,
const
::
rtl
::
OUString
&
_rIanaName
);
CharsetIteratorDerefHelper
(
const
rtl_TextEncoding
_eEncoding
,
const
::
rtl
::
OUString
&
_rIanaName
);
};
};
...
...
connectivity/source/commontools/dbcharset.cxx
Dosyayı görüntüle @
fdd3427a
...
@@ -154,12 +154,6 @@ namespace dbtools
...
@@ -154,12 +154,6 @@ namespace dbtools
{
{
}
}
//-------------------------------------------------------------------------
CharsetIteratorDerefHelper
::
CharsetIteratorDerefHelper
()
:
m_eEncoding
(
RTL_TEXTENCODING_DONTKNOW
)
{
}
//=========================================================================
//=========================================================================
//= OCharsetMap::CharsetIterator
//= OCharsetMap::CharsetIterator
//=========================================================================
//=========================================================================
...
...
sc/source/ui/vba/excelvbahelper.cxx
Dosyayı görüntüle @
fdd3427a
...
@@ -139,19 +139,6 @@ void implSetZoom( const uno::Reference< frame::XModel >& xModel, sal_Int16 nZoom
...
@@ -139,19 +139,6 @@ void implSetZoom( const uno::Reference< frame::XModel >& xModel, sal_Int16 nZoom
pViewSh
->
GetViewData
()
->
SetZoom
(
aFract
,
aFract
,
nTabs
);
pViewSh
->
GetViewData
()
->
SetZoom
(
aFract
,
aFract
,
nTabs
);
pViewSh
->
RefreshZoom
();
pViewSh
->
RefreshZoom
();
}
}
bool
isInPrintPreview
(
SfxViewFrame
*
pView
)
{
sal_uInt16
nViewNo
=
SID_VIEWSHELL1
-
SID_VIEWSHELL0
;
if
(
pView
->
GetObjectShell
()
->
GetFactory
().
GetViewFactoryCount
()
>
nViewNo
&&
!
pView
->
GetObjectShell
()
->
IsInPlaceActive
()
)
{
SfxViewFactory
&
rViewFactory
=
pView
->
GetObjectShell
()
->
GetFactory
().
GetViewFactory
(
nViewNo
);
if
(
pView
->
GetCurViewId
()
==
rViewFactory
.
GetOrdinal
()
)
return
true
;
}
return
false
;
}
const
::
rtl
::
OUString
REPLACE_CELLS_WARNING
(
RTL_CONSTASCII_USTRINGPARAM
(
"ReplaceCellsWarning"
));
const
::
rtl
::
OUString
REPLACE_CELLS_WARNING
(
RTL_CONSTASCII_USTRINGPARAM
(
"ReplaceCellsWarning"
));
...
@@ -321,15 +308,6 @@ getCurrentBestViewShell( const uno::Reference< uno::XComponentContext >& xConte
...
@@ -321,15 +308,6 @@ getCurrentBestViewShell( const uno::Reference< uno::XComponentContext >& xConte
return
getBestViewShell
(
xModel
);
return
getBestViewShell
(
xModel
);
}
}
SfxViewFrame
*
getViewFrame
(
const
uno
::
Reference
<
frame
::
XModel
>&
xModel
)
{
ScTabViewShell
*
pViewShell
=
getBestViewShell
(
xModel
);
if
(
pViewShell
)
return
pViewShell
->
GetViewFrame
();
return
NULL
;
}
sal_Bool
IsR1C1ReferFormat
(
ScDocument
*
pDoc
,
const
rtl
::
OUString
&
sRangeStr
)
sal_Bool
IsR1C1ReferFormat
(
ScDocument
*
pDoc
,
const
rtl
::
OUString
&
sRangeStr
)
{
{
ScRangeList
aCellRanges
;
ScRangeList
aCellRanges
;
...
...
sc/source/ui/vba/excelvbahelper.hxx
Dosyayı görüntüle @
fdd3427a
...
@@ -59,7 +59,6 @@ bool implnCopyRange( const css::uno::Reference< css::frame::XModel>& xModel, con
...
@@ -59,7 +59,6 @@ bool implnCopyRange( const css::uno::Reference< css::frame::XModel>& xModel, con
ScTabViewShell
*
getBestViewShell
(
const
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>&
xModel
)
;
ScTabViewShell
*
getBestViewShell
(
const
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>&
xModel
)
;
ScDocShell
*
getDocShell
(
const
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>&
xModel
)
;
ScDocShell
*
getDocShell
(
const
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>&
xModel
)
;
ScTabViewShell
*
getCurrentBestViewShell
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
xContext
);
ScTabViewShell
*
getCurrentBestViewShell
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
xContext
);
SfxViewFrame
*
getViewFrame
(
const
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>&
xModel
);
sal_Bool
IsR1C1ReferFormat
(
ScDocument
*
pDoc
,
const
::
rtl
::
OUString
&
sRangeStr
);
sal_Bool
IsR1C1ReferFormat
(
ScDocument
*
pDoc
,
const
::
rtl
::
OUString
&
sRangeStr
);
formula
::
FormulaGrammar
::
Grammar
GetFormulaGrammar
(
ScDocument
*
pDoc
,
const
ScAddress
&
sAddress
,
const
css
::
uno
::
Any
&
aFormula
);
formula
::
FormulaGrammar
::
Grammar
GetFormulaGrammar
(
ScDocument
*
pDoc
,
const
ScAddress
&
sAddress
,
const
css
::
uno
::
Any
&
aFormula
);
...
...
unusedcode.easy
Dosyayı görüntüle @
fdd3427a
...
@@ -875,7 +875,6 @@ cppcanvas::internal::(anonymous namespace)::TransparencyGroupAction::Transparenc
...
@@ -875,7 +875,6 @@ cppcanvas::internal::(anonymous namespace)::TransparencyGroupAction::Transparenc
cppcanvas::internal::ImplSprite::ImplSprite(com::sun::star::uno::Reference<com::sun::star::rendering::XSpriteCanvas> const&, com::sun::star::uno::Reference<com::sun::star::rendering::XAnimatedSprite> const&, boost::shared_ptr<cppcanvas::internal::ImplSpriteCanvas::TransformationArbiter> const&)
cppcanvas::internal::ImplSprite::ImplSprite(com::sun::star::uno::Reference<com::sun::star::rendering::XSpriteCanvas> const&, com::sun::star::uno::Reference<com::sun::star::rendering::XAnimatedSprite> const&, boost::shared_ptr<cppcanvas::internal::ImplSpriteCanvas::TransformationArbiter> const&)
cppcanvas::internal::ImplText::ImplText(boost::shared_ptr<cppcanvas::Canvas> const&, rtl::OUString const&)
cppcanvas::internal::ImplText::ImplText(boost::shared_ptr<cppcanvas::Canvas> const&, rtl::OUString const&)
dbaui::getKeyColumns(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess> const&, int)
dbaui::getKeyColumns(com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess> const&, int)
dbtools::CharsetIteratorDerefHelper::CharsetIteratorDerefHelper()
dbtools::DBTypeConversion::toINT64(com::sun::star::util::DateTime const&)
dbtools::DBTypeConversion::toINT64(com::sun::star::util::DateTime const&)
dbtools::SQLExceptionInfo::SQLExceptionInfo(com::sun::star::sdb::SQLErrorEvent const&)
dbtools::SQLExceptionInfo::SQLExceptionInfo(com::sun::star::sdb::SQLErrorEvent const&)
dbtools::SQLExceptionIteratorHelper::SQLExceptionIteratorHelper(com::sun::star::sdb::SQLContext const&)
dbtools::SQLExceptionIteratorHelper::SQLExceptionIteratorHelper(com::sun::star::sdb::SQLContext const&)
...
@@ -908,15 +907,6 @@ nullcanvas::SpriteCanvasHelper::opaqueUpdate(basegfx::B2DConnectedRanges<canvas:
...
@@ -908,15 +907,6 @@ nullcanvas::SpriteCanvasHelper::opaqueUpdate(basegfx::B2DConnectedRanges<canvas:
nullcanvas::SpriteCanvasHelper::scrollUpdate(basegfx::B2DRange const&, basegfx::B2DRange const&, basegfx::B2DConnectedRanges<canvas::SpriteRedrawManager::SpriteInfo>::ConnectedComponents const&)
nullcanvas::SpriteCanvasHelper::scrollUpdate(basegfx::B2DRange const&, basegfx::B2DRange const&, basegfx::B2DConnectedRanges<canvas::SpriteRedrawManager::SpriteInfo>::ConnectedComponents const&)
o3tltests::cow_wrapper_client2::queryUnmodified() const
o3tltests::cow_wrapper_client2::queryUnmodified() const
o3tltests::cow_wrapper_client3::queryUnmodified() const
o3tltests::cow_wrapper_client3::queryUnmodified() const
ooo::vba::Millimeter::get()
ooo::vba::Millimeter::getInPoints()
ooo::vba::Millimeter::set(double)
ooo::vba::Millimeter::setInHundredthsOfOneMillimeter(double)
ooo::vba::createVBAUnoAPIService(SfxObjectShell*, char const*)
ooo::vba::excel::getViewFrame(com::sun::star::uno::Reference<com::sun::star::frame::XModel> const&)
ooo::vba::excel::isInPrintPreview(SfxViewFrame*)
ooo::vba::extractBoolFromAny(com::sun::star::uno::Any const&, bool)
ooo::vba::extractIntFromAny(com::sun::star::uno::Any const&, int)
oox::AttributeConversion::decodeHyperHex(rtl::OUString const&)
oox::AttributeConversion::decodeHyperHex(rtl::OUString const&)
oox::AttributeConversion::decodeUnsignedHex(rtl::OUString const&)
oox::AttributeConversion::decodeUnsignedHex(rtl::OUString const&)
oox::ContainerHelper::insertByIndex(com::sun::star::uno::Reference<com::sun::star::container::XIndexContainer> const&, int, com::sun::star::uno::Any const&)
oox::ContainerHelper::insertByIndex(com::sun::star::uno::Reference<com::sun::star::container::XIndexContainer> const&, int, com::sun::star::uno::Any const&)
...
...
vbahelper/inc/vbahelper/vbahelper.hxx
Dosyayı görüntüle @
fdd3427a
...
@@ -75,7 +75,6 @@ namespace ooo
...
@@ -75,7 +75,6 @@ namespace ooo
VBAHELPER_DLLPUBLIC
css
::
uno
::
Reference
<
XHelperInterface
>
getVBADocument
(
const
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>&
xModel
);
VBAHELPER_DLLPUBLIC
css
::
uno
::
Reference
<
XHelperInterface
>
getVBADocument
(
const
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>&
xModel
);
VBAHELPER_DLLPUBLIC
css
::
uno
::
Reference
<
XHelperInterface
>
getUnoDocModule
(
const
String
&
aModName
,
SfxObjectShell
*
pShell
);
VBAHELPER_DLLPUBLIC
css
::
uno
::
Reference
<
XHelperInterface
>
getUnoDocModule
(
const
String
&
aModName
,
SfxObjectShell
*
pShell
);
VBAHELPER_DLLPUBLIC
SfxObjectShell
*
getSfxObjShell
(
const
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>&
xModel
)
throw
(
css
::
uno
::
RuntimeException
);
VBAHELPER_DLLPUBLIC
SfxObjectShell
*
getSfxObjShell
(
const
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>&
xModel
)
throw
(
css
::
uno
::
RuntimeException
);
VBAHELPER_DLLPUBLIC
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
createVBAUnoAPIService
(
SfxObjectShell
*
pShell
,
const
sal_Char
*
_pAsciiName
)
throw
(
css
::
uno
::
RuntimeException
);
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>
getCurrentDoc
(
const
rtl
::
OUString
&
sKey
)
throw
(
css
::
uno
::
RuntimeException
);
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>
getCurrentDoc
(
const
rtl
::
OUString
&
sKey
)
throw
(
css
::
uno
::
RuntimeException
);
VBAHELPER_DLLPUBLIC
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>
getThisExcelDoc
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
xContext
)
throw
(
css
::
uno
::
RuntimeException
);
VBAHELPER_DLLPUBLIC
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>
getThisExcelDoc
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
xContext
)
throw
(
css
::
uno
::
RuntimeException
);
...
@@ -103,16 +102,10 @@ namespace ooo
...
@@ -103,16 +102,10 @@ namespace ooo
/** Extracts a 32-bit integer value from the passed Any, which may contain an integer or floating-point value.
/** Extracts a 32-bit integer value from the passed Any, which may contain an integer or floating-point value.
Throws, if the Any is empty or contains an incompatible type. */
Throws, if the Any is empty or contains an incompatible type. */
VBAHELPER_DLLPUBLIC
sal_Int32
extractIntFromAny
(
const
css
::
uno
::
Any
&
rAny
)
throw
(
css
::
uno
::
RuntimeException
);
VBAHELPER_DLLPUBLIC
sal_Int32
extractIntFromAny
(
const
css
::
uno
::
Any
&
rAny
)
throw
(
css
::
uno
::
RuntimeException
);
/** Extracts a 32-bit integer value from the passed Any, which may contain an integer or floating-point value.
Returns nDefault, if rAny is empty. Throws, if the Any contains an incompatible type. */
VBAHELPER_DLLPUBLIC
sal_Int32
extractIntFromAny
(
const
css
::
uno
::
Any
&
rAny
,
sal_Int32
nDefault
)
throw
(
css
::
uno
::
RuntimeException
);
/** Extracts a boolean value from the passed Any, which may contain a Boolean or an integer or floating-point value.
/** Extracts a boolean value from the passed Any, which may contain a Boolean or an integer or floating-point value.
Throws, if the Any is empty or contains an incompatible type. */
Throws, if the Any is empty or contains an incompatible type. */
VBAHELPER_DLLPUBLIC
bool
extractBoolFromAny
(
const
css
::
uno
::
Any
&
rAny
)
throw
(
css
::
uno
::
RuntimeException
);
VBAHELPER_DLLPUBLIC
bool
extractBoolFromAny
(
const
css
::
uno
::
Any
&
rAny
)
throw
(
css
::
uno
::
RuntimeException
);
/** Extracts a boolean value from the passed Any, which may contain a Boolean or an integer or floating-point value.
Returns bDefault, if rAny is empty. Throws, if the Any contains an incompatible type. */
VBAHELPER_DLLPUBLIC
bool
extractBoolFromAny
(
const
css
::
uno
::
Any
&
rAny
,
bool
bDefault
)
throw
(
css
::
uno
::
RuntimeException
);
/** Extracts a string from the passed Any, which may contain a Boolean, a value, or a string.
/** Extracts a string from the passed Any, which may contain a Boolean, a value, or a string.
Throws, if the Any is empty or contains an incompatible type. */
Throws, if the Any is empty or contains an incompatible type. */
...
@@ -147,12 +140,8 @@ public:
...
@@ -147,12 +140,8 @@ public:
Millimeter
(
double
mm
);
Millimeter
(
double
mm
);
void
set
(
double
mm
);
void
setInPoints
(
double
points
)
;
void
setInPoints
(
double
points
)
;
void
setInHundredthsOfOneMillimeter
(
double
hmm
);
double
get
();
double
getInHundredthsOfOneMillimeter
();
double
getInHundredthsOfOneMillimeter
();
double
getInPoints
();
static
sal_Int32
getInHundredthsOfOneMillimeter
(
double
points
);
static
sal_Int32
getInHundredthsOfOneMillimeter
(
double
points
);
static
double
getInPoints
(
int
_hmm
);
static
double
getInPoints
(
int
_hmm
);
};
};
...
...
vbahelper/source/vbahelper/vbahelper.cxx
Dosyayı görüntüle @
fdd3427a
...
@@ -97,13 +97,6 @@ namespace vba
...
@@ -97,13 +97,6 @@ namespace vba
namespace
{
const
double
factor
=
2540.0
/
72.0
;
}
namespace
{
const
double
factor
=
2540.0
/
72.0
;
}
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
createVBAUnoAPIService
(
SfxObjectShell
*
pShell
,
const
sal_Char
*
_pAsciiName
)
throw
(
css
::
uno
::
RuntimeException
)
{
OSL_PRECOND
(
pShell
,
"createVBAUnoAPIService: no shell!"
);
::
rtl
::
OUString
sVarName
(
::
rtl
::
OUString
::
createFromAscii
(
_pAsciiName
)
);
return
getVBAServiceFactory
(
pShell
)
->
createInstance
(
sVarName
);
}
// helper method to determine if the view ( calc ) is in print-preview mode
// helper method to determine if the view ( calc ) is in print-preview mode
bool
isInPrintPreview
(
SfxViewFrame
*
pView
)
bool
isInPrintPreview
(
SfxViewFrame
*
pView
)
{
{
...
@@ -501,11 +494,6 @@ sal_Int32 extractIntFromAny( const uno::Any& rAny ) throw (uno::RuntimeException
...
@@ -501,11 +494,6 @@ sal_Int32 extractIntFromAny( const uno::Any& rAny ) throw (uno::RuntimeException
throw
uno
::
RuntimeException
(
::
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"Invalid type, cannot convert to integer."
)
),
0
);
throw
uno
::
RuntimeException
(
::
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"Invalid type, cannot convert to integer."
)
),
0
);
}
}
sal_Int32
extractIntFromAny
(
const
uno
::
Any
&
rAny
,
sal_Int32
nDefault
)
throw
(
uno
::
RuntimeException
)
{
return
rAny
.
hasValue
()
?
extractIntFromAny
(
rAny
)
:
nDefault
;
}
bool
extractBoolFromAny
(
const
uno
::
Any
&
rAny
)
throw
(
uno
::
RuntimeException
)
bool
extractBoolFromAny
(
const
uno
::
Any
&
rAny
)
throw
(
uno
::
RuntimeException
)
{
{
switch
(
rAny
.
getValueType
().
getTypeClass
()
)
switch
(
rAny
.
getValueType
().
getTypeClass
()
)
...
@@ -527,11 +515,6 @@ bool extractBoolFromAny( const uno::Any& rAny ) throw (uno::RuntimeException)
...
@@ -527,11 +515,6 @@ bool extractBoolFromAny( const uno::Any& rAny ) throw (uno::RuntimeException)
throw
uno
::
RuntimeException
(
::
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"Invalid type, cannot convert to boolean."
)
),
0
);
throw
uno
::
RuntimeException
(
::
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"Invalid type, cannot convert to boolean."
)
),
0
);
}
}
bool
extractBoolFromAny
(
const
uno
::
Any
&
rAny
,
bool
bDefault
)
throw
(
uno
::
RuntimeException
)
{
return
rAny
.
hasValue
()
?
extractBoolFromAny
(
rAny
)
:
bDefault
;
}
::
rtl
::
OUString
extractStringFromAny
(
const
uno
::
Any
&
rAny
,
bool
bUppercaseBool
)
throw
(
uno
::
RuntimeException
)
::
rtl
::
OUString
extractStringFromAny
(
const
uno
::
Any
&
rAny
,
bool
bUppercaseBool
)
throw
(
uno
::
RuntimeException
)
{
{
switch
(
rAny
.
getValueType
().
getTypeClass
()
)
switch
(
rAny
.
getValueType
().
getTypeClass
()
)
...
@@ -1179,29 +1162,15 @@ Millimeter::Millimeter():m_nMillimeter(0) {}
...
@@ -1179,29 +1162,15 @@ Millimeter::Millimeter():m_nMillimeter(0) {}
Millimeter
::
Millimeter
(
double
mm
)
:
m_nMillimeter
(
mm
)
{}
Millimeter
::
Millimeter
(
double
mm
)
:
m_nMillimeter
(
mm
)
{}
void
Millimeter
::
set
(
double
mm
)
{
m_nMillimeter
=
mm
;
}
void
Millimeter
::
setInPoints
(
double
points
)
void
Millimeter
::
setInPoints
(
double
points
)
{
{
m_nMillimeter
=
points
*
factor
/
100.0
;
m_nMillimeter
=
points
*
factor
/
100.0
;
}
}
void
Millimeter
::
setInHundredthsOfOneMillimeter
(
double
hmm
)
{
m_nMillimeter
=
hmm
/
100
;
}
double
Millimeter
::
get
()
{
return
m_nMillimeter
;
}
double
Millimeter
::
getInHundredthsOfOneMillimeter
()
double
Millimeter
::
getInHundredthsOfOneMillimeter
()
{
{
return
m_nMillimeter
*
100
;
return
m_nMillimeter
*
100
;
}
}
double
Millimeter
::
getInPoints
()
{
return
m_nMillimeter
/
factor
*
100.0
;
}
sal_Int32
Millimeter
::
getInHundredthsOfOneMillimeter
(
double
points
)
sal_Int32
Millimeter
::
getInHundredthsOfOneMillimeter
(
double
points
)
{
{
...
...
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