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
3c84ee9c
Kaydet (Commit)
3c84ee9c
authored
May 25, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cppcheck: unusedFunction
Change-Id: I81f2a4be65bbc9359e51accccb746f1e8ea48c4f
üst
c31f50f6
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
0 additions
and
84 deletions
+0
-84
player.cxx
avmedia/source/win/player.cxx
+0
-9
player.hxx
avmedia/source/win/player.hxx
+0
-1
lwp9reader.cxx
lotuswordpro/source/filter/lwp9reader.cxx
+0
-6
lwp9reader.hxx
lotuswordpro/source/filter/lwp9reader.hxx
+0
-1
saldata.hxx
vcl/inc/osx/saldata.hxx
+0
-1
saldata.hxx
vcl/inc/win/saldata.hxx
+0
-1
salinst.cxx
vcl/osx/salinst.cxx
+0
-7
salinst.cxx
vcl/win/source/app/salinst.cxx
+0
-39
winlayout.cxx
vcl/win/source/gdi/winlayout.cxx
+0
-1
salobj.cxx
vcl/win/source/window/salobj.cxx
+0
-18
No files found.
avmedia/source/win/player.cxx
Dosyayı görüntüle @
3c84ee9c
...
@@ -206,15 +206,6 @@ void Player::setNotifyWnd( int nNotifyWnd )
...
@@ -206,15 +206,6 @@ void Player::setNotifyWnd( int nNotifyWnd )
mpME
->
SetNotifyWindow
(
(
OAHWND
)
nNotifyWnd
,
WM_GRAPHNOTIFY
,
reinterpret_cast
<
LONG_PTR
>
(
this
)
);
mpME
->
SetNotifyWindow
(
(
OAHWND
)
nNotifyWnd
,
WM_GRAPHNOTIFY
,
reinterpret_cast
<
LONG_PTR
>
(
this
)
);
}
}
void
Player
::
setDDrawParams
(
IDirectDraw
*
pDDraw
,
IDirectDrawSurface
*
pDDrawSurface
)
{
if
(
mpEV
&&
pDDraw
&&
pDDrawSurface
)
{
mpEV
->
SetDDrawObject
(
pDDraw
);
mpEV
->
SetDDrawSurface
(
pDDrawSurface
);
}
}
long
Player
::
processEvent
()
long
Player
::
processEvent
()
{
{
long
nCode
;
long
nCode
;
...
...
avmedia/source/win/player.hxx
Dosyayı görüntüle @
3c84ee9c
...
@@ -60,7 +60,6 @@ public:
...
@@ -60,7 +60,6 @@ public:
bool
create
(
const
OUString
&
rURL
);
bool
create
(
const
OUString
&
rURL
);
void
setNotifyWnd
(
int
nNotifyWnd
);
void
setNotifyWnd
(
int
nNotifyWnd
);
void
setDDrawParams
(
IDirectDraw
*
pDDraw
,
IDirectDrawSurface
*
pDDrawSurface
);
long
processEvent
();
long
processEvent
();
const
IVideoWindow
*
getVideoWindow
()
const
;
const
IVideoWindow
*
getVideoWindow
()
const
;
...
...
lotuswordpro/source/filter/lwp9reader.cxx
Dosyayı görüntüle @
3c84ee9c
...
@@ -98,12 +98,6 @@ void Lwp9Reader::Read()
...
@@ -98,12 +98,6 @@ void Lwp9Reader::Read()
LwpGlobalMgr
::
DeleteInstance
();
LwpGlobalMgr
::
DeleteInstance
();
}
}
/**
* @descr Read the OLE objects.
*/
void
Lwp9Reader
::
ReadOleObjects
()
{
}
/**
/**
* @descr Read the LWP7 object.
* @descr Read the LWP7 object.
*/
*/
...
...
lotuswordpro/source/filter/lwp9reader.hxx
Dosyayı görüntüle @
3c84ee9c
...
@@ -83,7 +83,6 @@ class Lwp9Reader
...
@@ -83,7 +83,6 @@ class Lwp9Reader
void
ParseDocument
();
void
ParseDocument
();
void
WriteDocHeader
();
void
WriteDocHeader
();
void
WriteDocEnd
();
void
WriteDocEnd
();
void
ReadOleObjects
();
public
:
public
:
void
Read
();
void
Read
();
};
};
...
...
vcl/inc/osx/saldata.hxx
Dosyayı görüntüle @
3c84ee9c
...
@@ -112,7 +112,6 @@ inline void SetSalData( SalData* pData ) { ImplGetSVData()->mpSalData = pData; }
...
@@ -112,7 +112,6 @@ inline void SetSalData( SalData* pData ) { ImplGetSVData()->mpSalData = pData; }
inline
SalData
*
GetSalData
()
{
return
ImplGetSVData
()
->
mpSalData
;
}
inline
SalData
*
GetSalData
()
{
return
ImplGetSVData
()
->
mpSalData
;
}
bool
ImplSalYieldMutexTryToAcquire
();
bool
ImplSalYieldMutexTryToAcquire
();
void
ImplSalYieldMutexAcquire
();
void
ImplSalYieldMutexRelease
();
void
ImplSalYieldMutexRelease
();
#endif // INCLUDED_VCL_INC_OSX_SALDATA_HXX
#endif // INCLUDED_VCL_INC_OSX_SALDATA_HXX
...
...
vcl/inc/win/saldata.hxx
Dosyayı görüntüle @
3c84ee9c
...
@@ -173,7 +173,6 @@ void ImplFreeSalGDI();
...
@@ -173,7 +173,6 @@ void ImplFreeSalGDI();
void
ImplSalYieldMutexAcquireWithWait
();
void
ImplSalYieldMutexAcquireWithWait
();
bool
ImplSalYieldMutexTryToAcquire
();
bool
ImplSalYieldMutexTryToAcquire
();
void
ImplSalYieldMutexAcquire
();
void
ImplSalYieldMutexRelease
();
void
ImplSalYieldMutexRelease
();
sal_uLong
ImplSalReleaseYieldMutex
();
sal_uLong
ImplSalReleaseYieldMutex
();
void
ImplSalAcquireYieldMutex
(
sal_uLong
nCount
);
void
ImplSalAcquireYieldMutex
(
sal_uLong
nCount
);
...
...
vcl/osx/salinst.cxx
Dosyayı görüntüle @
3c84ee9c
...
@@ -300,13 +300,6 @@ bool ImplSalYieldMutexTryToAcquire()
...
@@ -300,13 +300,6 @@ bool ImplSalYieldMutexTryToAcquire()
return
FALSE
;
return
FALSE
;
}
}
void
ImplSalYieldMutexAcquire
()
{
AquaSalInstance
*
pInst
=
(
AquaSalInstance
*
)
GetSalData
()
->
mpFirstInstance
;
if
(
pInst
)
pInst
->
mpSalYieldMutex
->
acquire
();
}
void
ImplSalYieldMutexRelease
()
void
ImplSalYieldMutexRelease
()
{
{
AquaSalInstance
*
pInst
=
(
AquaSalInstance
*
)
GetSalData
()
->
mpFirstInstance
;
AquaSalInstance
*
pInst
=
(
AquaSalInstance
*
)
GetSalData
()
->
mpFirstInstance
;
...
...
vcl/win/source/app/salinst.cxx
Dosyayı görüntüle @
3c84ee9c
...
@@ -99,7 +99,6 @@ void SalAbort( const OUString& rErrorText, bool )
...
@@ -99,7 +99,6 @@ void SalAbort( const OUString& rErrorText, bool )
}
}
}
}
LRESULT
CALLBACK
SalComWndProcA
(
HWND
hWnd
,
UINT
nMsg
,
WPARAM
wParam
,
LPARAM
lParam
);
LRESULT
CALLBACK
SalComWndProcW
(
HWND
hWnd
,
UINT
nMsg
,
WPARAM
wParam
,
LPARAM
lParam
);
LRESULT
CALLBACK
SalComWndProcW
(
HWND
hWnd
,
UINT
nMsg
,
WPARAM
wParam
,
LPARAM
lParam
);
class
SalYieldMutex
:
public
comphelper
::
SolarMutex
class
SalYieldMutex
:
public
comphelper
::
SolarMutex
...
@@ -250,13 +249,6 @@ bool ImplSalYieldMutexTryToAcquire()
...
@@ -250,13 +249,6 @@ bool ImplSalYieldMutexTryToAcquire()
return
FALSE
;
return
FALSE
;
}
}
void
ImplSalYieldMutexAcquire
()
{
WinSalInstance
*
pInst
=
GetSalData
()
->
mpFirstInstance
;
if
(
pInst
)
pInst
->
mpSalYieldMutex
->
acquire
();
}
void
ImplSalYieldMutexRelease
()
void
ImplSalYieldMutexRelease
()
{
{
WinSalInstance
*
pInst
=
GetSalData
()
->
mpFirstInstance
;
WinSalInstance
*
pInst
=
GetSalData
()
->
mpFirstInstance
;
...
@@ -751,37 +743,6 @@ LRESULT CALLBACK SalComWndProc( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lPar
...
@@ -751,37 +743,6 @@ LRESULT CALLBACK SalComWndProc( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lPar
return
nRet
;
return
nRet
;
}
}
LRESULT
CALLBACK
SalComWndProcA
(
HWND
hWnd
,
UINT
nMsg
,
WPARAM
wParam
,
LPARAM
lParam
)
{
int
bDef
=
TRUE
;
LRESULT
nRet
=
0
;
#if defined ( __MINGW32__ ) && !defined ( _WIN64 )
jmp_buf
jmpbuf
;
__SEHandler
han
;
if
(
__builtin_setjmp
(
jmpbuf
)
==
0
)
{
han
.
Set
(
jmpbuf
,
NULL
,
(
__SEHandler
::
PF
)
EXCEPTION_EXECUTE_HANDLER
);
#else
__try
{
#endif
nRet
=
SalComWndProc
(
hWnd
,
nMsg
,
wParam
,
lParam
,
bDef
);
}
#if defined ( __MINGW32__ ) && !defined ( _WIN64 )
han
.
Reset
();
#else
__except
(
WinSalInstance
::
WorkaroundExceptionHandlingInUSER32Lib
(
GetExceptionCode
(),
GetExceptionInformation
()))
{
}
#endif
if
(
bDef
)
{
if
(
!
ImplHandleGlobalMsg
(
hWnd
,
nMsg
,
wParam
,
lParam
,
nRet
)
)
nRet
=
DefWindowProcA
(
hWnd
,
nMsg
,
wParam
,
lParam
);
}
return
nRet
;
}
LRESULT
CALLBACK
SalComWndProcW
(
HWND
hWnd
,
UINT
nMsg
,
WPARAM
wParam
,
LPARAM
lParam
)
LRESULT
CALLBACK
SalComWndProcW
(
HWND
hWnd
,
UINT
nMsg
,
WPARAM
wParam
,
LPARAM
lParam
)
{
{
int
bDef
=
TRUE
;
int
bDef
=
TRUE
;
...
...
vcl/win/source/gdi/winlayout.cxx
Dosyayı görüntüle @
3c84ee9c
...
@@ -116,7 +116,6 @@ public:
...
@@ -116,7 +116,6 @@ public:
WinLayout
(
HDC
,
const
ImplWinFontData
&
,
ImplWinFontEntry
&
);
WinLayout
(
HDC
,
const
ImplWinFontData
&
,
ImplWinFontEntry
&
);
virtual
void
InitFont
()
const
;
virtual
void
InitFont
()
const
;
void
SetFontScale
(
float
f
)
{
mfFontScale
=
f
;
}
void
SetFontScale
(
float
f
)
{
mfFontScale
=
f
;
}
float
GetFontScale
()
const
{
return
mfFontScale
;
}
HFONT
DisableFontScaling
(
void
)
const
;
HFONT
DisableFontScaling
(
void
)
const
;
SCRIPT_CACHE
&
GetScriptCache
()
const
SCRIPT_CACHE
&
GetScriptCache
()
const
...
...
vcl/win/source/window/salobj.cxx
Dosyayı görüntüle @
3c84ee9c
...
@@ -364,15 +364,6 @@ LRESULT CALLBACK SalSysObjWndProcA( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM
...
@@ -364,15 +364,6 @@ LRESULT CALLBACK SalSysObjWndProcA( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM
return
nRet
;
return
nRet
;
}
}
LRESULT
CALLBACK
SalSysObjWndProcW
(
HWND
hWnd
,
UINT
nMsg
,
WPARAM
wParam
,
LPARAM
lParam
)
{
int
bDef
=
TRUE
;
LRESULT
nRet
=
SalSysObjWndProc
(
hWnd
,
nMsg
,
wParam
,
lParam
,
bDef
);
if
(
bDef
)
nRet
=
DefWindowProcW
(
hWnd
,
nMsg
,
wParam
,
lParam
);
return
nRet
;
}
LRESULT
CALLBACK
SalSysObjChildWndProc
(
HWND
hWnd
,
UINT
nMsg
,
WPARAM
wParam
,
LPARAM
lParam
,
int
&
rDef
)
LRESULT
CALLBACK
SalSysObjChildWndProc
(
HWND
hWnd
,
UINT
nMsg
,
WPARAM
wParam
,
LPARAM
lParam
,
int
&
rDef
)
{
{
LRESULT
nRet
=
0
;
LRESULT
nRet
=
0
;
...
@@ -444,15 +435,6 @@ LRESULT CALLBACK SalSysObjChildWndProcA( HWND hWnd, UINT nMsg, WPARAM wParam, LP
...
@@ -444,15 +435,6 @@ LRESULT CALLBACK SalSysObjChildWndProcA( HWND hWnd, UINT nMsg, WPARAM wParam, LP
return
nRet
;
return
nRet
;
}
}
LRESULT
CALLBACK
SalSysObjChildWndProcW
(
HWND
hWnd
,
UINT
nMsg
,
WPARAM
wParam
,
LPARAM
lParam
)
{
int
bDef
=
TRUE
;
LRESULT
nRet
=
SalSysObjChildWndProc
(
hWnd
,
nMsg
,
wParam
,
lParam
,
bDef
);
if
(
bDef
)
nRet
=
DefWindowProcW
(
hWnd
,
nMsg
,
wParam
,
lParam
);
return
nRet
;
}
SalObject
*
ImplSalCreateObject
(
WinSalInstance
*
pInst
,
WinSalFrame
*
pParent
)
SalObject
*
ImplSalCreateObject
(
WinSalInstance
*
pInst
,
WinSalFrame
*
pParent
)
{
{
SalData
*
pSalData
=
GetSalData
();
SalData
*
pSalData
=
GetSalData
();
...
...
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