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
b70fb7d7
Kaydet (Commit)
b70fb7d7
authored
Agu 22, 2014
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
everything is independent from vos these days...
Change-Id: Iccb94dcc31d6de8c9e4e7a31b3c2e36d4198b295
üst
6797610b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
8 deletions
+3
-8
thread.hxx
cppu/source/threadpool/thread.hxx
+0
-1
app.cxx
desktop/source/app/app.cxx
+2
-4
docundomanager.cxx
sfx2/source/doc/docundomanager.cxx
+1
-1
svxpixelctlaccessiblecontext.cxx
svx/source/accessibility/svxpixelctlaccessiblecontext.cxx
+0
-2
No files found.
cppu/source/threadpool/thread.hxx
Dosyayı görüntüle @
b70fb7d7
...
@@ -32,7 +32,6 @@ namespace cppu_threadpool {
...
@@ -32,7 +32,6 @@ namespace cppu_threadpool {
// private thread class for the threadpool
// private thread class for the threadpool
// independent from vos
class
ORequestThread
:
class
ORequestThread
:
public
salhelper
::
SimpleReferenceObject
,
public
osl
::
Thread
public
salhelper
::
SimpleReferenceObject
,
public
osl
::
Thread
...
...
desktop/source/app/app.cxx
Dosyayı görüntüle @
b70fb7d7
...
@@ -2873,10 +2873,8 @@ void Desktop::CheckFirstRun( )
...
@@ -2873,10 +2873,8 @@ void Desktop::CheckFirstRun( )
{
{
if
(
officecfg
::
Office
::
Common
::
Misc
::
FirstRun
::
get
())
if
(
officecfg
::
Office
::
Common
::
Misc
::
FirstRun
::
get
())
{
{
// this has once been done using a vos timer. this could lead to problems when
// use VCL timer, which won't trigger during shutdown if the
// the timer would trigger when the app is already going down again, since VCL would
// application exits before timeout
// no longer be available. Since the old handler would do a postUserEvent to the main
// thread anyway, we can use a vcl timer here to prevent the race contition (#107197#)
m_firstRunTimer
.
SetTimeout
(
3000
);
// 3 sec.
m_firstRunTimer
.
SetTimeout
(
3000
);
// 3 sec.
m_firstRunTimer
.
SetTimeoutHdl
(
LINK
(
this
,
Desktop
,
AsyncInitFirstRun
));
m_firstRunTimer
.
SetTimeoutHdl
(
LINK
(
this
,
Desktop
,
AsyncInitFirstRun
));
m_firstRunTimer
.
Start
();
m_firstRunTimer
.
Start
();
...
...
sfx2/source/doc/docundomanager.cxx
Dosyayı görüntüle @
b70fb7d7
...
@@ -161,7 +161,7 @@ namespace sfx2
...
@@ -161,7 +161,7 @@ namespace sfx2
//= SolarMutexFacade
//= SolarMutexFacade
/** a facade for the SolarMutex, implementing ::framework::IMutex
(as opposed to ::vos::IMutex)
/** a facade for the SolarMutex, implementing ::framework::IMutex
*/
*/
class
SolarMutexFacade
:
public
::
framework
::
IMutex
class
SolarMutexFacade
:
public
::
framework
::
IMutex
{
{
...
...
svx/source/accessibility/svxpixelctlaccessiblecontext.cxx
Dosyayı görüntüle @
b70fb7d7
...
@@ -639,7 +639,6 @@ void SAL_CALL SvxPixelCtlAccessibleChild::grabFocus() throw( RuntimeException, s
...
@@ -639,7 +639,6 @@ void SAL_CALL SvxPixelCtlAccessibleChild::grabFocus() throw( RuntimeException, s
sal_Int32
SvxPixelCtlAccessibleChild
::
getForeground
(
)
sal_Int32
SvxPixelCtlAccessibleChild
::
getForeground
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
{
{
//::vos::OGuard aSolarGuard( Application::GetSolarMutex() );
::
osl
::
MutexGuard
aGuard
(
m_aMutex
);
::
osl
::
MutexGuard
aGuard
(
m_aMutex
);
ThrowExceptionIfNotAlive
();
ThrowExceptionIfNotAlive
();
return
mrParentWindow
.
GetControlForeground
().
GetColor
();
return
mrParentWindow
.
GetControlForeground
().
GetColor
();
...
@@ -647,7 +646,6 @@ sal_Int32 SvxPixelCtlAccessibleChild::getForeground( )
...
@@ -647,7 +646,6 @@ sal_Int32 SvxPixelCtlAccessibleChild::getForeground( )
sal_Int32
SvxPixelCtlAccessibleChild
::
getBackground
(
)
sal_Int32
SvxPixelCtlAccessibleChild
::
getBackground
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
{
{
//::vos::OGuard aSolarGuard( Application::GetSolarMutex() );
::
osl
::
MutexGuard
aGuard
(
m_aMutex
);
::
osl
::
MutexGuard
aGuard
(
m_aMutex
);
ThrowExceptionIfNotAlive
();
ThrowExceptionIfNotAlive
();
...
...
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