summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/filepicker/PreviewCtrl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/filepicker/PreviewCtrl.cxx')
-rw-r--r--fpicker/source/win32/filepicker/PreviewCtrl.cxx29
1 files changed, 0 insertions, 29 deletions
diff --git a/fpicker/source/win32/filepicker/PreviewCtrl.cxx b/fpicker/source/win32/filepicker/PreviewCtrl.cxx
index c3a30520b56d..0fbb50cbd91f 100644
--- a/fpicker/source/win32/filepicker/PreviewCtrl.cxx
+++ b/fpicker/source/win32/filepicker/PreviewCtrl.cxx
@@ -61,9 +61,6 @@ namespace // private
};
-
-
-
inline
sal_Int32 SubDiv( sal_Int32 nNumber, sal_Int32 nMinuend, sal_Int32 nDenominator )
{
@@ -81,9 +78,6 @@ namespace // private
}
-
-
-
inline
sal_uInt32 _getWidthRect( const RECT& aRect )
{
@@ -91,9 +85,6 @@ namespace // private
}
-
-
-
inline
sal_uInt32 _getHeightRect( const RECT& aRect )
{
@@ -183,7 +174,6 @@ namespace // private
} // end namespace
-
// to ensure only one instance (singleton)
@@ -219,9 +209,6 @@ CFilePreview* CFilePreview::createInstance(
}
-
-
-
CFilePreview::CFilePreview(
HWND aParent,
POINT ulCorner,
@@ -273,9 +260,6 @@ CFilePreview::CFilePreview(
}
-
-
-
CFilePreview::~CFilePreview( )
{
// unregister preview window class
@@ -366,9 +350,6 @@ sal_Bool SAL_CALL CFilePreview::getPos( POINT& ulCorner ) const
}
-
-
-
void SAL_CALL CFilePreview::enable( sal_Bool bEnable )
{
m_bEnabled = bEnable;
@@ -426,9 +407,6 @@ sal_Bool SAL_CALL CFilePreview::update( const OUString& aFileName )
}
-
-
-
void SAL_CALL CFilePreview::onPaint( HWND hWnd, HDC hDC )
{
OSL_PRECOND( IsWindow( m_hwnd ), "Preview window not initialized" );
@@ -479,9 +457,6 @@ void SAL_CALL CFilePreview::onPaint( HWND hWnd, HDC hDC )
}
-
-
-
sal_Bool CFilePreview::loadFile( const OUString& aFileName )
{
HANDLE hFile = 0;
@@ -550,9 +525,6 @@ CLEANUP_AND_EXIT:
}
-
-
-
LRESULT CALLBACK CFilePreview::WndProc(
HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam )
{
@@ -591,5 +563,4 @@ LRESULT CALLBACK CFilePreview::WndProc(
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */