summaryrefslogtreecommitdiff
path: root/UnoControls/inc/basecontainercontrol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'UnoControls/inc/basecontainercontrol.hxx')
-rw-r--r--UnoControls/inc/basecontainercontrol.hxx105
1 files changed, 0 insertions, 105 deletions
diff --git a/UnoControls/inc/basecontainercontrol.hxx b/UnoControls/inc/basecontainercontrol.hxx
index 6f5b7f7a5a1b..2a71217b4cc4 100644
--- a/UnoControls/inc/basecontainercontrol.hxx
+++ b/UnoControls/inc/basecontainercontrol.hxx
@@ -285,23 +285,6 @@ public:
@onerror -
*/
- virtual void SAL_CALL addContainerListener(
- const ::com::sun::star::uno::Reference< ::com::sun::star::container::XContainerListener >& xListener
- ) throw( ::com::sun::star::uno::RuntimeException );
-
- /**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
- */
-
virtual void SAL_CALL removeControl(
const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl >& xControl
) throw( ::com::sun::star::uno::RuntimeException, std::exception );
@@ -319,23 +302,6 @@ public:
@onerror -
*/
- virtual void SAL_CALL removeContainerListener(
- const ::com::sun::star::uno::Reference< ::com::sun::star::container::XContainerListener >& xListener
- ) throw( ::com::sun::star::uno::RuntimeException );
-
- /**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
- */
-
virtual void SAL_CALL setStatusText(
const OUString& sStatusText
) throw( ::com::sun::star::uno::RuntimeException, std::exception );
@@ -374,77 +340,6 @@ public:
throw( ::com::sun::star::uno::RuntimeException, std::exception );
- // XUnoControlContainer
-
-
- /**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
- */
-
- virtual void SAL_CALL addTabController(
- const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XTabController >& xTabController
- ) throw( ::com::sun::star::uno::RuntimeException );
-
- /**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
- */
-
- virtual void SAL_CALL removeTabController(
- const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XTabController >& xTabController
- ) throw( ::com::sun::star::uno::RuntimeException );
-
- /**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
- */
-
- virtual void SAL_CALL setTabControllers(
- const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::awt::XTabController > >& xTabControllers
- ) throw( ::com::sun::star::uno::RuntimeException );
-
- /**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
- */
-
- virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::awt::XTabController > > SAL_CALL getTabControllers()
- throw( ::com::sun::star::uno::RuntimeException );
-
-
// XWindow