Kaydet (Commit) 80cec5fa authored tarafından Stephan Bergmann's avatar Stephan Bergmann

AccStatisticsObject is apparently dead code

Change-Id: I4e04b13538d1242ea38d1400df0ced813171bc5e
üst 26f6dadb
......@@ -25,7 +25,6 @@
#i79073 -o sch.AccGrid
#i79073 -o sch.AccLegend
#i79073 -o sch.AccLegendEntry
#i79073 -o sch.AccStatisticsObject
#i79073 -o sch.AccTitle
#i79073 -o sch.AccWall
#i79073 -o sch.AccessibleDocumentView
......
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "AccStatisticsObject.hxx"
#include <vcl/svapp.hxx>
#include <svx/svditer.hxx>
namespace chart
{
AccStatisticsObject::AccStatisticsObject( const AccessibleElementInfo& rAccInfo )
: AccessibleChartElement( rAccInfo, false/*NoChildren*/, true/*AlwaysTransparent*/ )
{
SolarMutexGuard aSolarGuard;
}
AccStatisticsObject::~AccStatisticsObject()
{
}
OUString SAL_CALL AccStatisticsObject::getAccessibleName()
throw (css::uno::RuntimeException)
{
return getToolTipText();
}
OUString SAL_CALL AccStatisticsObject::getImplementationName()
throw (css::uno::RuntimeException)
{
return OUString( "StatisticsObject" );
}
} // namespace chart
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_ACCESSIBILITY_ACCSTATISTICSOBJECT_HXX
#define INCLUDED_CHART2_SOURCE_CONTROLLER_ACCESSIBILITY_ACCSTATISTICSOBJECT_HXX
#include "AccessibleChartElement.hxx"
#include "ObjectIdentifier.hxx"
namespace chart
{
class AccStatisticsObject : public AccessibleChartElement
{
public:
explicit AccStatisticsObject( const AccessibleElementInfo& rAccInfo );
virtual ~AccStatisticsObject();
// ________ XAccessibleContext ________
virtual OUString SAL_CALL getAccessibleName() throw (css::uno::RuntimeException);
// ________ XServiceInfo ________
virtual OUString SAL_CALL getImplementationName() throw (css::uno::RuntimeException);
};
} // accessibility
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -1024,7 +1024,6 @@ $(eval $(call gb_Jar_add_sourcefiles,OOoRunner,\
qadevOOo/tests/java/mod/_sch/AccGrid \
qadevOOo/tests/java/mod/_sch/AccLegend \
qadevOOo/tests/java/mod/_sch/AccLegendEntry \
qadevOOo/tests/java/mod/_sch/AccStatisticsObject \
qadevOOo/tests/java/mod/_sch/AccTitle \
qadevOOo/tests/java/mod/_sch/AccWall \
qadevOOo/tests/java/mod/_sch/ChartArea \
......
"AccStatisticsObject";"com::sun::star::accessibility::XAccessibleExtendedComponent#optional";"getFont()"
"AccStatisticsObject";"com::sun::star::accessibility::XAccessibleExtendedComponent#optional";"getTitledBorderText()"
"AccStatisticsObject";"com::sun::star::accessibility::XAccessibleExtendedComponent#optional";"getToolTipText()"
"AccStatisticsObject";"com::sun::star::accessibility::XAccessibleEventBroadcaster#optional";"addEventListener()"
"AccStatisticsObject";"com::sun::star::accessibility::XAccessibleEventBroadcaster#optional";"removeEventListener()"
"AccStatisticsObject";"com::sun::star::accessibility::XAccessibleComponent";"containsPoint()"
"AccStatisticsObject";"com::sun::star::accessibility::XAccessibleComponent";"getAccessibleAtPoint()"
"AccStatisticsObject";"com::sun::star::accessibility::XAccessibleComponent";"getBounds()"
"AccStatisticsObject";"com::sun::star::accessibility::XAccessibleComponent";"getLocation()"
"AccStatisticsObject";"com::sun::star::accessibility::XAccessibleComponent";"getLocationOnScreen()"
"AccStatisticsObject";"com::sun::star::accessibility::XAccessibleComponent";"getSize()"
"AccStatisticsObject";"com::sun::star::accessibility::XAccessibleComponent";"grabFocus()"
"AccStatisticsObject";"com::sun::star::accessibility::XAccessibleComponent";"getForeground()"
"AccStatisticsObject";"com::sun::star::accessibility::XAccessibleComponent";"getBackground()"
"AccStatisticsObject";"com::sun::star::accessibility::XAccessible";"getAccessibleContext()"
"AccStatisticsObject";"com::sun::star::accessibility::XAccessibleContext";"getAccessibleChildCount()"
"AccStatisticsObject";"com::sun::star::accessibility::XAccessibleContext";"getAccessibleChild()"
"AccStatisticsObject";"com::sun::star::accessibility::XAccessibleContext";"getAccessibleParent()"
"AccStatisticsObject";"com::sun::star::accessibility::XAccessibleContext";"getAccessibleIndexInParent()"
"AccStatisticsObject";"com::sun::star::accessibility::XAccessibleContext";"getAccessibleRole()"
"AccStatisticsObject";"com::sun::star::accessibility::XAccessibleContext";"getAccessibleDescription()"
"AccStatisticsObject";"com::sun::star::accessibility::XAccessibleContext";"getAccessibleName()"
"AccStatisticsObject";"com::sun::star::accessibility::XAccessibleContext";"getAccessibleRelationSet()"
"AccStatisticsObject";"com::sun::star::accessibility::XAccessibleContext";"getAccessibleStateSet()"
"AccStatisticsObject";"com::sun::star::accessibility::XAccessibleContext";"getLocale()"
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
package mod._sch;
import java.io.PrintWriter;
import lib.TestCase;
import lib.TestEnvironment;
import lib.TestParameters;
import util.AccessibilityTools;
import util.SOfficeFactory;
import util.utils;
import com.sun.star.accessibility.AccessibleRole;
import com.sun.star.accessibility.XAccessible;
import com.sun.star.accessibility.XAccessibleComponent;
import com.sun.star.accessibility.XAccessibleContext;
import com.sun.star.awt.XWindow;
import com.sun.star.beans.XPropertySet;
import com.sun.star.chart.XChartDocument;
import com.sun.star.frame.XModel;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XInterface;
public class AccStatisticsObject extends TestCase {
XChartDocument xChartDoc = null;
@Override
protected TestEnvironment createTestEnvironment(
TestParameters Param, PrintWriter log) throws Exception {
if (xChartDoc != null) cleanup(Param, log);
log.println( "creating a chart document" );
SOfficeFactory SOF = SOfficeFactory.getFactory( Param.getMSF());
log.println( "creating a chartdocument" );
xChartDoc = SOF.createChartDoc();
log.println("Display MeanValue");
XPropertySet diagProps = UnoRuntime.queryInterface(XPropertySet.class, xChartDoc.getDiagram());
diagProps.setPropertyValue("MeanValue",Boolean.TRUE);
XInterface oObj = null;
XModel aModel = UnoRuntime.queryInterface(XModel.class, xChartDoc);
XWindow xWindow = AccessibilityTools.getCurrentWindow(aModel);
XAccessible xRoot = AccessibilityTools.getAccessibleObject(xWindow);
XAccessibleContext cont = AccessibilityTools.getAccessibleObjectForRole(
xRoot, AccessibleRole.SHAPE, "", "AccStatisticsObject");
oObj = cont;
log.println("ImplementationName " + utils.getImplName(oObj));
log.println("AccessibleName " + cont.getAccessibleName());
TestEnvironment tEnv = new TestEnvironment(oObj);
final XAccessibleComponent acc = UnoRuntime.queryInterface(
XAccessibleComponent.class,oObj);
tEnv.addObjRelation("EventProducer",
new ifc.accessibility._XAccessibleEventBroadcaster.EventProducer() {
public void fireEvent() {
acc.grabFocus();
}
});
return tEnv;
}
/**
* Called while disposing a <code>TestEnvironment</code>.
* Disposes text document.
* @param Param test parameters
* @param log writer to log information while testing
*/
@Override
protected void cleanup( TestParameters Param, PrintWriter log) {
if( xChartDoc!=null ) {
log.println( " closing xChartDoc" );
util.DesktopTools.closeDoc(xChartDoc);
xChartDoc = null;
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment