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
31ca64f9
Kaydet (Commit)
31ca64f9
authored
Ock 28, 2011
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove double line spacing and correct indentation
üst
539d976b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
65 deletions
+2
-65
includes.hxx
codemaker/source/cppumaker/includes.hxx
+2
-20
classfile.hxx
codemaker/source/javamaker/classfile.hxx
+0
-25
test_any.cxx
cppu/qa/test_any.cxx
+0
-20
No files found.
codemaker/source/cppumaker/includes.hxx
Dosyayı görüntüle @
31ca64f9
...
...
@@ -46,43 +46,25 @@ public:
~
Includes
();
void
add
(
rtl
::
OString
const
&
registryType
);
void
addAny
()
{
m_includeAny
=
true
;
}
void
addReference
()
{
m_includeReference
=
true
;
}
void
addSequence
()
{
m_includeSequence
=
true
;
}
void
addType
()
{
m_includeType
=
true
;
}
void
addCppuMacrosHxx
()
{
m_includeCppuMacrosHxx
=
true
;
}
void
addCppuUnotypeHxx
()
{
m_includeCppuUnotypeHxx
=
true
;
}
void
addOslDoublecheckedlockingH
()
{
m_includeOslDoublecheckedlockingH
=
true
;
}
{
m_includeOslDoublecheckedlockingH
=
true
;
}
void
addOslMutexHxx
()
{
m_includeOslMutexHxx
=
true
;
}
void
addRtlStrbufHxx
()
{
m_includeRtlStrbufHxx
=
true
;
}
void
addRtlStringH
()
{
m_includeRtlStringH
=
true
;
}
void
addRtlTextencH
()
{
m_includeRtlTextencH
=
true
;
}
void
addRtlUstrbufHxx
()
{
m_includeRtlUstrbufHxx
=
true
;
}
void
addRtlUstringH
()
{
m_includeRtlUstringH
=
true
;
}
void
addRtlUstringHxx
()
{
m_includeRtlUstringHxx
=
true
;
}
void
addSalTypesH
()
{
m_includeSalTypesH
=
true
;
}
void
addTypelibTypeclassH
()
{
m_includeTypelibTypeclassH
=
true
;
}
void
addTypelibTypedescriptionH
()
{
m_includeTypelibTypedescriptionH
=
true
;
}
{
m_includeTypelibTypedescriptionH
=
true
;
}
void
dump
(
FileStream
&
out
,
rtl
::
OString
const
*
companionHdl
);
static
void
dumpInclude
(
...
...
codemaker/source/javamaker/classfile.hxx
Dosyayı görüntüle @
31ca64f9
...
...
@@ -64,17 +64,11 @@ public:
~
Code
();
void
instrAastore
();
void
instrAconstNull
();
void
instrAnewarray
(
rtl
::
OString
const
&
type
);
void
instrAreturn
();
void
instrAthrow
();
void
instrCheckcast
(
rtl
::
OString
const
&
type
);
void
instrDup
();
void
instrGetstatic
(
...
...
@@ -82,9 +76,7 @@ public:
rtl
::
OString
const
&
descriptor
);
Branch
instrIfAcmpne
();
Branch
instrIfeq
();
Branch
instrIfnull
();
void
instrInstanceof
(
rtl
::
OString
const
&
type
);
...
...
@@ -110,9 +102,7 @@ public:
std
::
list
<
std
::
pair
<
sal_Int32
,
Code
*
>
>
const
&
blocks
);
void
instrNew
(
rtl
::
OString
const
&
type
);
void
instrNewarray
(
codemaker
::
UnoType
::
Sort
sort
);
void
instrPop
();
void
instrPutfield
(
...
...
@@ -124,7 +114,6 @@ public:
rtl
::
OString
const
&
descriptor
);
void
instrReturn
();
void
instrSwap
();
void
instrTableswitch
(
...
...
@@ -132,21 +121,13 @@ public:
std
::
list
<
Code
*
>
const
&
blocks
);
void
loadIntegerConstant
(
sal_Int32
value
);
void
loadStringConstant
(
rtl
::
OString
const
&
value
);
void
loadLocalInteger
(
sal_uInt16
index
);
void
loadLocalLong
(
sal_uInt16
index
);
void
loadLocalFloat
(
sal_uInt16
index
);
void
loadLocalDouble
(
sal_uInt16
index
);
void
loadLocalReference
(
sal_uInt16
index
);
void
storeLocalReference
(
sal_uInt16
index
);
void
branchHere
(
Branch
branch
);
void
addException
(
...
...
@@ -188,11 +169,8 @@ public:
Code
*
newCode
();
sal_uInt16
addIntegerInfo
(
sal_Int32
value
);
sal_uInt16
addFloatInfo
(
float
value
);
sal_uInt16
addLongInfo
(
sal_Int64
value
);
sal_uInt16
addDoubleInfo
(
double
value
);
void
addInterface
(
rtl
::
OString
const
&
interface
);
...
...
@@ -217,11 +195,8 @@ private:
void
operator
=
(
ClassFile
);
// not implemented
sal_uInt16
nextConstantPoolIndex
(
sal_uInt16
width
);
sal_uInt16
addUtf8Info
(
rtl
::
OString
const
&
value
);
sal_uInt16
addClassInfo
(
rtl
::
OString
const
&
type
);
sal_uInt16
addStringInfo
(
rtl
::
OString
const
&
value
);
sal_uInt16
addFieldrefInfo
(
...
...
cppu/qa/test_any.cxx
Dosyayı görüntüle @
31ca64f9
...
...
@@ -205,45 +205,25 @@ public:
class
Test
:
public
CppUnit
::
TestFixture
{
public
:
void
testVoid
();
void
testBoolean
();
void
testByte
();
void
testShort
();
void
testUnsignedShort
();
void
testLong
();
void
testUnsignedLong
();
void
testHyper
();
void
testUnsignedHyper
();
void
testFloat
();
void
testDouble
();
void
testChar
();
void
testString
();
void
testType
();
void
testSequence
();
void
testEnum
();
void
testStruct
();
void
testPoly
();
void
testException
();
void
testInterface
();
void
testNull
();
CPPUNIT_TEST_SUITE
(
Test
);
...
...
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