summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/ChildrenManagerImpl.cxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 18:16:42 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 08:18:05 +0000
commita238b1f8d304bf1e2ffb357937f3ec888ee8ac89 (patch)
tree083c0582d4bf80e313ed256ca476ba8f69c7f7a6 /svx/source/accessibility/ChildrenManagerImpl.cxx
parent538f276ae0414ea34ede6090b5f56e8fecd6fc65 (diff)
Remove excess newlines
A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'svx/source/accessibility/ChildrenManagerImpl.cxx')
-rw-r--r--svx/source/accessibility/ChildrenManagerImpl.cxx51
1 files changed, 0 insertions, 51 deletions
diff --git a/svx/source/accessibility/ChildrenManagerImpl.cxx b/svx/source/accessibility/ChildrenManagerImpl.cxx
index 7c1e4491b75d..62925b936ea7 100644
--- a/svx/source/accessibility/ChildrenManagerImpl.cxx
+++ b/svx/source/accessibility/ChildrenManagerImpl.cxx
@@ -71,8 +71,6 @@ ChildrenManagerImpl::ChildrenManagerImpl (
}
-
-
ChildrenManagerImpl::~ChildrenManagerImpl()
{
DBG_ASSERT (rBHelper.bDisposed || rBHelper.bInDispose,
@@ -80,8 +78,6 @@ ChildrenManagerImpl::~ChildrenManagerImpl()
}
-
-
void ChildrenManagerImpl::Init()
{
// Register as view::XSelectionChangeListener.
@@ -104,8 +100,6 @@ void ChildrenManagerImpl::Init()
}
-
-
long ChildrenManagerImpl::GetChildCount() const throw ()
{
return maVisibleChildren.size();
@@ -144,8 +138,6 @@ uno::Reference<XAccessible>
}
-
-
/** Return the requested accessible child object. Create it if it is not
yet in the cache.
*/
@@ -186,8 +178,6 @@ uno::Reference<XAccessible>
}
-
-
uno::Reference<XAccessible>
ChildrenManagerImpl::GetChild (const uno::Reference<drawing::XShape>& xShape)
throw (uno::RuntimeException)
@@ -202,8 +192,6 @@ uno::Reference<XAccessible>
}
-
-
/** Find all shapes among the specified shapes that lie fully or partially
inside the visible area. Put those shapes into the cleared cache. The
corresponding accessible objects will be created on demand.
@@ -349,8 +337,6 @@ void ChildrenManagerImpl::CreateListOfVisibleShapes (
}
-
-
void ChildrenManagerImpl::RemoveNonVisibleChildren (
const ChildDescriptorListType& rNewChildList,
ChildDescriptorListType& rOldChildList)
@@ -383,8 +369,6 @@ void ChildrenManagerImpl::RemoveNonVisibleChildren (
}
-
-
void ChildrenManagerImpl::MergeAccessibilityInformation (
ChildDescriptorListType& raNewChildList)
{
@@ -409,8 +393,6 @@ void ChildrenManagerImpl::MergeAccessibilityInformation (
}
-
-
void ChildrenManagerImpl::SendVisibleAreaEvents (
ChildDescriptorListType& raNewChildList)
{
@@ -429,8 +411,6 @@ void ChildrenManagerImpl::SendVisibleAreaEvents (
}
-
-
void ChildrenManagerImpl::CreateAccessibilityObjects (
ChildDescriptorListType& raNewChildList)
{
@@ -454,8 +434,6 @@ void ChildrenManagerImpl::CreateAccessibilityObjects (
}
-
-
void ChildrenManagerImpl::AddShape (const Reference<drawing::XShape>& rxShape)
{
if (rxShape.is())
@@ -504,8 +482,6 @@ void ChildrenManagerImpl::AddShape (const Reference<drawing::XShape>& rxShape)
}
-
-
void ChildrenManagerImpl::RemoveShape (const Reference<drawing::XShape>& rxShape)
{
if (rxShape.is())
@@ -535,16 +511,12 @@ void ChildrenManagerImpl::RemoveShape (const Reference<drawing::XShape>& rxShape
}
-
-
void ChildrenManagerImpl::SetShapeList (const css::uno::Reference<css::drawing::XShapes>& xShapeList)
{
mxShapeList = xShapeList;
}
-
-
void ChildrenManagerImpl::AddAccessibleShape (css::uno::Reference<css::accessibility::XAccessible> const & shape)
{
assert(shape.is());
@@ -552,8 +524,6 @@ void ChildrenManagerImpl::AddAccessibleShape (css::uno::Reference<css::accessibi
}
-
-
void ChildrenManagerImpl::ClearAccessibleShapeList()
{
// Copy the list of (visible) shapes to local lists and clear the
@@ -598,8 +568,6 @@ void ChildrenManagerImpl::ClearAccessibleShapeList()
}
-
-
/** If the broadcasters change at which this object is registered then
unregister at old and register at new broadcasters.
*/
@@ -716,8 +684,6 @@ void SAL_CALL
}
-
-
void ChildrenManagerImpl::impl_dispose()
{
Reference<frame::XController> xController(maShapeTreeInfo.GetController());
@@ -762,7 +728,6 @@ void ChildrenManagerImpl::impl_dispose()
}
-
void SAL_CALL ChildrenManagerImpl::disposing()
{
impl_dispose();
@@ -1044,16 +1009,12 @@ void ChildrenManagerImpl::UpdateSelection()
}
-
-
bool ChildrenManagerImpl::HasFocus()
{
return mpFocusedShape != nullptr;
}
-
-
void ChildrenManagerImpl::RemoveFocus()
{
if (mpFocusedShape != nullptr)
@@ -1064,7 +1025,6 @@ void ChildrenManagerImpl::RemoveFocus()
}
-
void ChildrenManagerImpl::RegisterAsDisposeListener (
const Reference<drawing::XShape>& xShape)
{
@@ -1075,8 +1035,6 @@ void ChildrenManagerImpl::RegisterAsDisposeListener (
}
-
-
void ChildrenManagerImpl::UnregisterAsDisposeListener (
const Reference<drawing::XShape>& xShape)
{
@@ -1096,8 +1054,6 @@ ChildDescriptor::ChildDescriptor (const Reference<drawing::XShape>& xShape)
}
-
-
ChildDescriptor::ChildDescriptor (const Reference<XAccessible>& rxAccessibleShape)
: mxShape (nullptr),
mxAccessibleShape (rxAccessibleShape),
@@ -1110,15 +1066,11 @@ ChildDescriptor::ChildDescriptor (const Reference<XAccessible>& rxAccessibleShap
}
-
-
ChildDescriptor::~ChildDescriptor()
{
}
-
-
AccessibleShape* ChildDescriptor::GetAccessibleShape() const
{
return static_cast<AccessibleShape*> (mxAccessibleShape.get());
@@ -1132,9 +1084,6 @@ void ChildDescriptor::setIndexAtAccessibleShape(sal_Int32 _nIndex)
}
-
-
-
void ChildDescriptor::disposeAccessibleObject (AccessibleContextBase& rParent)
{
if (mxAccessibleShape.is())