summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/misc/WinImplHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/misc/WinImplHelper.hxx')
-rw-r--r--fpicker/source/win32/misc/WinImplHelper.hxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/fpicker/source/win32/misc/WinImplHelper.hxx b/fpicker/source/win32/misc/WinImplHelper.hxx
index a5ac793cef95..369e127bd48a 100644
--- a/fpicker/source/win32/misc/WinImplHelper.hxx
+++ b/fpicker/source/win32/misc/WinImplHelper.hxx
@@ -37,25 +37,25 @@
bool SAL_CALL IsWindowsVistaOrNewer();
// set actions
+/// @throws css::lang::IllegalArgumentException
void SAL_CALL ListboxAddItem(
- HWND hwnd, const css::uno::Any& aItem, const css::uno::Reference< css::uno::XInterface >& rXInterface, sal_Int16 aArgPos )
- throw( css::lang::IllegalArgumentException );
+ HWND hwnd, const css::uno::Any& aItem, const css::uno::Reference< css::uno::XInterface >& rXInterface, sal_Int16 aArgPos );
+/// @throws css::lang::IllegalArgumentException
void SAL_CALL ListboxAddItems(
- HWND hwnd, const css::uno::Any& aItemList, const css::uno::Reference< css::uno::XInterface >& rXInterface, sal_Int16 aArgPos )
- throw( css::lang:: IllegalArgumentException );
+ HWND hwnd, const css::uno::Any& aItemList, const css::uno::Reference< css::uno::XInterface >& rXInterface, sal_Int16 aArgPos );
+/// @throws css::lang::IllegalArgumentException
void SAL_CALL ListboxDeleteItem(
- HWND hwnd, const css::uno::Any& aPosition, const css::uno::Reference< css::uno::XInterface >& rXInterface, sal_Int16 aArgPos )
- throw( css::lang::IllegalArgumentException );
+ HWND hwnd, const css::uno::Any& aPosition, const css::uno::Reference< css::uno::XInterface >& rXInterface, sal_Int16 aArgPos );
+/// @throws css::lang::IllegalArgumentException
void SAL_CALL ListboxDeleteItems(
- HWND hwnd, const css::uno::Any& aUnused, const css::uno::Reference< css::uno::XInterface >& rXInterface, sal_Int16 aArgPos )
- throw( css::lang::IllegalArgumentException );
+ HWND hwnd, const css::uno::Any& aUnused, const css::uno::Reference< css::uno::XInterface >& rXInterface, sal_Int16 aArgPos );
+/// @throws css::lang::IllegalArgumentException
void SAL_CALL ListboxSetSelectedItem(
- HWND hwnd, const css::uno::Any& aPosition, const css::uno::Reference< css::uno::XInterface >& rXInterface, sal_Int16 aArgPos )
- throw( css::lang::IllegalArgumentException );
+ HWND hwnd, const css::uno::Any& aPosition, const css::uno::Reference< css::uno::XInterface >& rXInterface, sal_Int16 aArgPos );
// get actions
css::uno::Any SAL_CALL ListboxGetItems( HWND hwnd );
@@ -65,9 +65,9 @@ css::uno::Any SAL_CALL ListboxGetSelectedItemIndex( HWND hwnd );
// checkbox helper functions
css::uno::Any SAL_CALL CheckboxGetState( HWND hwnd );
+/// @throws css::lang::IllegalArgumentException
void SAL_CALL CheckboxSetState(
- HWND hwnd, const css::uno::Any& aState, const css::uno::Reference< css::uno::XInterface >& rXInterface, sal_Int16 aArgPos )
- throw( css::lang::IllegalArgumentException );
+ HWND hwnd, const css::uno::Any& aState, const css::uno::Reference< css::uno::XInterface >& rXInterface, sal_Int16 aArgPos );
// calculates the length of '\0' separated and '\0\0'
// ending strings used in some Win32 functions