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
b8f007d0
Kaydet (Commit)
b8f007d0
authored
Şub 17, 2012
tarafından
Mariusz Dykierek
Kaydeden (comit)
Michael Meeks
Şub 17, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove extraneous qualifiers that break some compilers
üst
df69ab8a
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
10 deletions
+10
-10
cli_bridge.h
cli_ure/source/uno_bridge/cli_bridge.h
+1
-1
cpnt.cxx
extensions/test/ole/cpnt/cpnt.cxx
+1
-1
datatest.cxx
extensions/test/stm/datatest.cxx
+2
-2
datatest.cxx
io/test/stm/datatest.cxx
+2
-2
printhelper.cxx
sfx2/source/doc/printhelper.cxx
+1
-1
FontStyle.hxx
writerperfect/source/filter/FontStyle.hxx
+1
-1
TextRunStyle.hxx
writerperfect/source/filter/TextRunStyle.hxx
+2
-2
No files found.
cli_ure/source/uno_bridge/cli_bridge.h
Dosyayı görüntüle @
b8f007d0
...
@@ -96,7 +96,7 @@ struct Bridge
...
@@ -96,7 +96,7 @@ struct Bridge
System
::
Object
*
map_uno2cli
(
uno_Interface
*
pUnoI
,
typelib_InterfaceTypeDescription
*
pTD
)
const
;
System
::
Object
*
map_uno2cli
(
uno_Interface
*
pUnoI
,
typelib_InterfaceTypeDescription
*
pTD
)
const
;
System
::
Object
*
Bridge
::
call_uno
(
uno_Interface
*
pUnoI
,
System
::
Object
*
call_uno
(
uno_Interface
*
pUnoI
,
typelib_TypeDescription
*
member_td
,
typelib_TypeDescription
*
member_td
,
typelib_TypeDescriptionReference
*
return_type
,
typelib_TypeDescriptionReference
*
return_type
,
sal_Int32
nParams
,
typelib_MethodParameter
const
*
pParams
,
sal_Int32
nParams
,
typelib_MethodParameter
const
*
pParams
,
...
...
extensions/test/ole/cpnt/cpnt.cxx
Dosyayı görüntüle @
b8f007d0
...
@@ -315,7 +315,7 @@ public: // XTestSequence
...
@@ -315,7 +315,7 @@ public: // XTestSequence
class
EventListener
:
public
WeakImplHelper1
<
XEventListener
>
class
EventListener
:
public
WeakImplHelper1
<
XEventListener
>
{
{
public
:
public
:
EventListener
::
EventListener
()
:
bCalled
(
sal_False
)
EventListener
()
:
bCalled
(
sal_False
)
{}
{}
virtual
void
SAL_CALL
disposing
(
const
::
com
::
sun
::
star
::
lang
::
EventObject
&
Source
)
throw
(
RuntimeException
);
virtual
void
SAL_CALL
disposing
(
const
::
com
::
sun
::
star
::
lang
::
EventObject
&
Source
)
throw
(
RuntimeException
);
...
...
extensions/test/stm/datatest.cxx
Dosyayı görüntüle @
b8f007d0
...
@@ -662,8 +662,8 @@ public:
...
@@ -662,8 +662,8 @@ public:
private
:
private
:
void
OObjectStreamTest
::
testObject
(
const
XObjectOutputStreamRef
&
rOut
,
void
testObject
(
const
XObjectOutputStreamRef
&
rOut
,
const
XObjectInputStreamRef
&
rIn
);
const
XObjectInputStreamRef
&
rIn
);
private
:
private
:
};
};
...
...
io/test/stm/datatest.cxx
Dosyayı görüntüle @
b8f007d0
...
@@ -668,8 +668,8 @@ public:
...
@@ -668,8 +668,8 @@ public:
private
:
private
:
void
OObjectStreamTest
::
testObject
(
const
Reference
<
XObjectOutputStream
>
&
rOut
,
void
testObject
(
const
Reference
<
XObjectOutputStream
>
&
rOut
,
const
Reference
<
XObjectInputStream
>
&
rIn
);
const
Reference
<
XObjectInputStream
>
&
rIn
);
private
:
private
:
};
};
...
...
sfx2/source/doc/printhelper.cxx
Dosyayı görüntüle @
b8f007d0
...
@@ -511,7 +511,7 @@ class ImplUCBPrintWatcher : public ::osl::Thread
...
@@ -511,7 +511,7 @@ class ImplUCBPrintWatcher : public ::osl::Thread
// lock for further using of our member isn't neccessary - because
// lock for further using of our member isn't neccessary - because
// we truns alone by defenition. Nobody join for us nor use us ...
// we truns alone by defenition. Nobody join for us nor use us ...
ImplUCBPrintWatcher
::
moveAndDeleteTemp
(
&
m_pTempFile
,
m_sTargetURL
);
moveAndDeleteTemp
(
&
m_pTempFile
,
m_sTargetURL
);
// finishing of this run() method will call onTerminate() automaticly
// finishing of this run() method will call onTerminate() automaticly
// kill this thread there!
// kill this thread there!
...
...
writerperfect/source/filter/FontStyle.hxx
Dosyayı görüntüle @
b8f007d0
...
@@ -57,7 +57,7 @@ public:
...
@@ -57,7 +57,7 @@ public:
FontStyleManager
()
:
mStyleHash
()
{}
FontStyleManager
()
:
mStyleHash
()
{}
virtual
~
FontStyleManager
()
virtual
~
FontStyleManager
()
{
{
FontStyleManager
::
clean
();
clean
();
}
}
/* create a new font if the font does not exists and returns a font name
/* create a new font if the font does not exists and returns a font name
...
...
writerperfect/source/filter/TextRunStyle.hxx
Dosyayı görüntüle @
b8f007d0
...
@@ -76,7 +76,7 @@ public:
...
@@ -76,7 +76,7 @@ public:
ParagraphStyleManager
()
:
mNameHash
(),
mStyleHash
()
{}
ParagraphStyleManager
()
:
mNameHash
(),
mStyleHash
()
{}
virtual
~
ParagraphStyleManager
()
virtual
~
ParagraphStyleManager
()
{
{
ParagraphStyleManager
::
clean
();
clean
();
}
}
/* create a new style if it does not exists. In all case, returns the name of the style
/* create a new style if it does not exists. In all case, returns the name of the style
...
@@ -107,7 +107,7 @@ public:
...
@@ -107,7 +107,7 @@ public:
SpanStyleManager
()
:
mNameHash
(),
mStyleHash
()
{}
SpanStyleManager
()
:
mNameHash
(),
mStyleHash
()
{}
virtual
~
SpanStyleManager
()
virtual
~
SpanStyleManager
()
{
{
SpanStyleManager
::
clean
();
clean
();
}
}
/* create a new style if it does not exists. In all case, returns the name of the style
/* create a new style if it does not exists. In all case, returns the name of the style
...
...
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