summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterPaneContainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterPaneContainer.cxx')
-rw-r--r--sdext/source/presenter/PresenterPaneContainer.cxx53
1 files changed, 0 insertions, 53 deletions
diff --git a/sdext/source/presenter/PresenterPaneContainer.cxx b/sdext/source/presenter/PresenterPaneContainer.cxx
index 1abb6121e16b..3e26b156445f 100644
--- a/sdext/source/presenter/PresenterPaneContainer.cxx
+++ b/sdext/source/presenter/PresenterPaneContainer.cxx
@@ -26,7 +26,6 @@
*
************************************************************************/
-
#include "PresenterPaneContainer.hxx"
#include "PresenterPaneBase.hxx"
#include <com/sun/star/awt/XGraphics.hpp>
@@ -59,16 +58,10 @@ PresenterPaneContainer::PresenterPaneContainer (
}
}
-
-
-
PresenterPaneContainer::~PresenterPaneContainer (void)
{
}
-
-
-
void PresenterPaneContainer::PreparePane (
const Reference<XResourceId>& rxPaneId,
const OUString& rsViewURL,
@@ -119,9 +112,6 @@ void PresenterPaneContainer::PreparePane (
}
}
-
-
-
void SAL_CALL PresenterPaneContainer::disposing (void)
{
PaneList::iterator iPane (maPanes.begin());
@@ -131,9 +121,6 @@ void SAL_CALL PresenterPaneContainer::disposing (void)
RemovePane((*iPane)->mxPaneId);
}
-
-
-
PresenterPaneContainer::SharedPaneDescriptor
PresenterPaneContainer::StorePane (const rtl::Reference<PresenterPaneBase>& rxPane)
{
@@ -172,9 +159,6 @@ PresenterPaneContainer::SharedPaneDescriptor
return pDescriptor;
}
-
-
-
PresenterPaneContainer::SharedPaneDescriptor
PresenterPaneContainer::StoreBorderWindow(
const Reference<XResourceId>& rxPaneId,
@@ -196,9 +180,6 @@ PresenterPaneContainer::SharedPaneDescriptor
return SharedPaneDescriptor();
}
-
-
-
PresenterPaneContainer::SharedPaneDescriptor
PresenterPaneContainer::StoreView (
const Reference<XView>& rxView,
@@ -242,9 +223,6 @@ PresenterPaneContainer::SharedPaneDescriptor
return pDescriptor;
}
-
-
-
PresenterPaneContainer::SharedPaneDescriptor
PresenterPaneContainer::RemovePane (const Reference<XResourceId>& rxPaneId)
{
@@ -262,10 +240,6 @@ PresenterPaneContainer::SharedPaneDescriptor
return pDescriptor;
}
-
-
-
-
PresenterPaneContainer::SharedPaneDescriptor
PresenterPaneContainer::RemoveView (const Reference<XView>& rxView)
{
@@ -293,9 +267,6 @@ PresenterPaneContainer::SharedPaneDescriptor
return pDescriptor;
}
-
-
-
PresenterPaneContainer::SharedPaneDescriptor PresenterPaneContainer::FindBorderWindow (
const Reference<awt::XWindow>& rxBorderWindow)
{
@@ -309,9 +280,6 @@ PresenterPaneContainer::SharedPaneDescriptor PresenterPaneContainer::FindBorderW
return SharedPaneDescriptor();
}
-
-
-
PresenterPaneContainer::SharedPaneDescriptor PresenterPaneContainer::FindContentWindow (
const Reference<awt::XWindow>& rxContentWindow)
{
@@ -325,9 +293,6 @@ PresenterPaneContainer::SharedPaneDescriptor PresenterPaneContainer::FindContent
return SharedPaneDescriptor();
}
-
-
-
PresenterPaneContainer::SharedPaneDescriptor PresenterPaneContainer::FindPaneURL (
const OUString& rsPaneURL)
{
@@ -341,9 +306,6 @@ PresenterPaneContainer::SharedPaneDescriptor PresenterPaneContainer::FindPaneURL
return SharedPaneDescriptor();
}
-
-
-
PresenterPaneContainer::SharedPaneDescriptor PresenterPaneContainer::FindPaneId (
const Reference<XResourceId>& rxPaneId)
{
@@ -361,9 +323,6 @@ PresenterPaneContainer::SharedPaneDescriptor PresenterPaneContainer::FindPaneId
return SharedPaneDescriptor();
}
-
-
-
PresenterPaneContainer::SharedPaneDescriptor PresenterPaneContainer::FindViewURL (
const OUString& rsViewURL)
{
@@ -377,9 +336,6 @@ PresenterPaneContainer::SharedPaneDescriptor PresenterPaneContainer::FindViewURL
return SharedPaneDescriptor();
}
-
-
-
::rtl::OUString PresenterPaneContainer::GetPaneURLForViewURL (const ::rtl::OUString& rsViewURL)
{
SharedPaneDescriptor pDescriptor (FindViewURL(rsViewURL));
@@ -389,9 +345,6 @@ PresenterPaneContainer::SharedPaneDescriptor PresenterPaneContainer::FindViewURL
return OUString();
}
-
-
-
void PresenterPaneContainer::ToTop (const SharedPaneDescriptor& rpDescriptor)
{
if (rpDescriptor.get() != NULL)
@@ -414,9 +367,6 @@ void PresenterPaneContainer::ToTop (const SharedPaneDescriptor& rpDescriptor)
}
}
-
-
-
//----- XEventListener --------------------------------------------------------
void SAL_CALL PresenterPaneContainer::disposing (
@@ -431,9 +381,6 @@ void SAL_CALL PresenterPaneContainer::disposing (
}
}
-
-
-
//===== PresenterPaneContainer::PaneDescriptor ================================
void PresenterPaneContainer::PaneDescriptor::SetActivationState (const bool bIsActive)