summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/filepicker/WinFileOpenImpl.cxx')
-rw-r--r--fpicker/source/win32/filepicker/WinFileOpenImpl.cxx81
1 files changed, 0 insertions, 81 deletions
diff --git a/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx b/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx
index f6714cad191e..5a82692af2f2 100644
--- a/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx
+++ b/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx
@@ -145,9 +145,6 @@ OUString CWinFileOpenImpl::getDisplayDirectory() throw(uno::RuntimeException)
}
-
-
-
void SAL_CALL CWinFileOpenImpl::setDefaultName(const OUString& aName)
throw( IllegalArgumentException, uno::RuntimeException )
{
@@ -261,9 +258,6 @@ OUString SAL_CALL CWinFileOpenImpl::getCurrentFilter() throw(uno::RuntimeExcepti
}
-
-
-
inline void SAL_CALL CWinFileOpenImpl::appendFilterGroupSeparator()
{
m_filterContainer->addFilter(FILTER_SEPARATOR, ALL_FILES_WILDCARD, ALLOW_DUPLICATES);
@@ -347,9 +341,6 @@ void SAL_CALL CWinFileOpenImpl::enableControl(sal_Int16 ControlID, sal_Bool bEna
}
-
-
-
void SAL_CALL CWinFileOpenImpl::setLabel( sal_Int16 aControlId, const OUString& aLabel )
throw (uno::RuntimeException)
{
@@ -359,9 +350,6 @@ void SAL_CALL CWinFileOpenImpl::setLabel( sal_Int16 aControlId, const OUString&
}
-
-
-
OUString SAL_CALL CWinFileOpenImpl::getLabel( sal_Int16 aControlId )
throw (uno::RuntimeException)
{
@@ -373,9 +361,6 @@ OUString SAL_CALL CWinFileOpenImpl::getLabel( sal_Int16 aControlId )
}
-
-
-
uno::Sequence<sal_Int16> SAL_CALL CWinFileOpenImpl::getSupportedImageFormats()
throw (uno::RuntimeException)
{
@@ -383,9 +368,6 @@ uno::Sequence<sal_Int16> SAL_CALL CWinFileOpenImpl::getSupportedImageFormats()
}
-
-
-
sal_Int32 SAL_CALL CWinFileOpenImpl::getTargetColorDepth()
throw (uno::RuntimeException)
{
@@ -393,9 +375,6 @@ sal_Int32 SAL_CALL CWinFileOpenImpl::getTargetColorDepth()
}
-
-
-
sal_Int32 SAL_CALL CWinFileOpenImpl::getAvailableWidth()
throw (uno::RuntimeException)
{
@@ -403,9 +382,6 @@ sal_Int32 SAL_CALL CWinFileOpenImpl::getAvailableWidth()
}
-
-
-
sal_Int32 SAL_CALL CWinFileOpenImpl::getAvailableHeight()
throw (uno::RuntimeException)
{
@@ -413,9 +389,6 @@ sal_Int32 SAL_CALL CWinFileOpenImpl::getAvailableHeight()
}
-
-
-
void SAL_CALL CWinFileOpenImpl::setImage(sal_Int16 aImageFormat, const uno::Any& aImage)
throw (IllegalArgumentException, uno::RuntimeException)
{
@@ -423,9 +396,6 @@ void SAL_CALL CWinFileOpenImpl::setImage(sal_Int16 aImageFormat, const uno::Any&
}
-
-
-
sal_Bool SAL_CALL CWinFileOpenImpl::setShowState(sal_Bool bShowState)
throw (uno::RuntimeException)
{
@@ -433,9 +403,6 @@ sal_Bool SAL_CALL CWinFileOpenImpl::setShowState(sal_Bool bShowState)
}
-
-
-
sal_Bool SAL_CALL CWinFileOpenImpl::getShowState()
throw (uno::RuntimeException)
{
@@ -443,9 +410,6 @@ sal_Bool SAL_CALL CWinFileOpenImpl::getShowState()
}
-
-
-
void SAL_CALL CWinFileOpenImpl::cancel()
{
if (IsWindow(m_hwndFileOpenDlg))
@@ -478,9 +442,6 @@ sal_Int16 SAL_CALL CWinFileOpenImpl::getFocused()
}
-
-
-
inline sal_Bool SAL_CALL CWinFileOpenImpl::IsCustomControlHelpRequested(LPHELPINFO lphi) const
{
return ((lphi->iCtrlId != IDOK) && (lphi->iCtrlId != IDCANCEL) && (lphi->iCtrlId < ctlFirst));
@@ -560,9 +521,6 @@ LRESULT CALLBACK CWinFileOpenImpl::SubClassFunc(
}
-
-
-
void SAL_CALL CWinFileOpenImpl::InitControlLabel(HWND hWnd)
{
@@ -596,9 +554,6 @@ void SAL_CALL CWinFileOpenImpl::InitCustomControlContainer(HWND hCustomControl)
}
-
-
-
void SAL_CALL CWinFileOpenImpl::CacheControlState(HWND hWnd)
{
OSL_ASSERT(m_FilePickerState && m_NonExecuteFilePickerState);
@@ -606,9 +561,6 @@ void SAL_CALL CWinFileOpenImpl::CacheControlState(HWND hWnd)
}
-
-
-
BOOL CALLBACK CWinFileOpenImpl::EnumChildWndProc(HWND hWnd, LPARAM lParam)
{
EnumParam* enumParam = (EnumParam*)lParam;
@@ -638,9 +590,6 @@ BOOL CALLBACK CWinFileOpenImpl::EnumChildWndProc(HWND hWnd, LPARAM lParam)
}
-
-
-
sal_uInt32 SAL_CALL CWinFileOpenImpl::onFileOk()
{
m_NonExecuteFilePickerState->reset();
@@ -656,9 +605,6 @@ sal_uInt32 SAL_CALL CWinFileOpenImpl::onFileOk()
}
-
-
-
void SAL_CALL CWinFileOpenImpl::onSelChanged(HWND)
{
// the windows file open dialog sends an initial
@@ -793,9 +739,6 @@ void SAL_CALL CWinFileOpenImpl::onInitDone()
}
-
-
-
void SAL_CALL CWinFileOpenImpl::onFolderChanged()
{
FilePickerEvent evt;
@@ -803,9 +746,6 @@ void SAL_CALL CWinFileOpenImpl::onFolderChanged()
}
-
-
-
void SAL_CALL CWinFileOpenImpl::onTypeChanged(sal_uInt32)
{
SetDefaultExtension();
@@ -835,9 +775,6 @@ sal_uInt32 SAL_CALL CWinFileOpenImpl::onCtrlCommand(
}
-
-
-
void CWinFileOpenImpl::onWMSize()
{
m_Preview->notifyParentSizeChanged();
@@ -846,27 +783,18 @@ void CWinFileOpenImpl::onWMSize()
}
-
-
-
void CWinFileOpenImpl::onWMShow(sal_Bool bShow)
{
m_Preview->notifyParentShow(bShow);
}
-
-
-
void CWinFileOpenImpl::onWMWindowPosChanged()
{
m_Preview->notifyParentWindowPosChanged();
}
-
-
-
void CWinFileOpenImpl::onCustomControlHelpRequest(LPHELPINFO lphi)
{
FilePickerEvent evt;
@@ -884,9 +812,6 @@ void CWinFileOpenImpl::onCustomControlHelpRequest(LPHELPINFO lphi)
}
-
-
-
void SAL_CALL CWinFileOpenImpl::onInitDialog(HWND hwndDlg)
{
// subclass the dialog window
@@ -925,9 +850,6 @@ void CWinFileOpenImpl::postModal(sal_Int16 nDialogResult)
}
-
-
-
void SAL_CALL CWinFileOpenImpl::SetDefaultExtension()
{
HWND hwndChkSaveWithExt = GetDlgItem(m_hwndFileOpenDlgChild, 100);
@@ -975,9 +897,6 @@ void SAL_CALL CWinFileOpenImpl::SetDefaultExtension()
}
-
-
-
void SAL_CALL CWinFileOpenImpl::InitialSetDefaultName()
{
// manually setting the file name that appears