From c0a4f68fb2eb22c5ad12bce75ba41b3c5ac21329 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Thu, 27 Jun 2013 23:32:45 +0200 Subject: Fix some idl descriptions Change-Id: I86c6e4e439658818fce5328e6380a258292f2e9b --- offapi/com/sun/star/chart/AccessibleChartElement.idl | 2 +- offapi/com/sun/star/sheet/AccessibleCell.idl | 6 +++--- offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl | 6 +++--- offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl | 2 +- offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl | 6 +++--- offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/chart/AccessibleChartElement.idl b/offapi/com/sun/star/chart/AccessibleChartElement.idl index f6d732feb37e..0ca36a29f83a 100644 --- a/offapi/com/sun/star/chart/AccessibleChartElement.idl +++ b/offapi/com/sun/star/chart/AccessibleChartElement.idl @@ -101,7 +101,7 @@ service AccessibleChartElement
  • ::com::sun::star::accessibility::AccessibleStateType::EDITABLE
  • ::com::sun::star::accessibility::AccessibleStateType::ENABLED is always set.*
  • -
  • ::com::sun::star::accessibility::AccessibleStateType::MULTILINE +
  • ::com::sun::star::accessibility::AccessibleStateType::MULTI_LINE is set for all titles.
  • ::com::sun::star::accessibility::AccessibleStateType::OPAQUE is set for all elements that do have a transparency diff --git a/offapi/com/sun/star/sheet/AccessibleCell.idl b/offapi/com/sun/star/sheet/AccessibleCell.idl index fd5c4fe193f0..24a841c35643 100644 --- a/offapi/com/sun/star/sheet/AccessibleCell.idl +++ b/offapi/com/sun/star/sheet/AccessibleCell.idl @@ -59,15 +59,15 @@ service AccessibleCell or the table is protected, otherwise it is true.
  • ::com::sun::star::accessibility::AccessibleStateType::ENABLED is always true.
  • -
  • ::com::sun::star::accessibility::AccessibleStateType::MULTILINE +
  • ::com::sun::star::accessibility::AccessibleStateType::MULTI_LINE is always true.
  • -
  • ::com::sun::star::accessibility::AccessibleStateType::MULTISELECTABLE +
  • ::com::sun::star::accessibility::AccessibleStateType::MULTI_SELECTABLE is always true.
  • ::com::sun::star::accessibility::AccessibleStateType::OPAQUE is false if the cell has no background color or graphic, otherwise it is true.
  • -
  • ::com::sun::star::accessibility::AccessibleStateType::RESIZEABLE +
  • ::com::sun::star::accessibility::AccessibleStateType::RESIZABLE is false if the table is protected, otherwise is it true.
  • ::com::sun::star::accessibility::AccessibleStateType::SELECTABLE diff --git a/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl b/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl index d3d1f86fb836..4362e3696958 100644 --- a/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl +++ b/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl @@ -76,16 +76,16 @@ service AccessiblePageHeaderFooterAreasView So it is left out of the list.
  • ::com::sun::star::accessibility::AccessibleStateType::ENABLED is always true.
  • -
  • ::com::sun::star::accessibility::AccessibleStateType::MULTILINE +
  • ::com::sun::star::accessibility::AccessibleStateType::MULTI_LINE makes no sense on a document and so it is left out of the list.
  • -
  • ::com::sun::star::accessibility::AccessibleStateType::MULTISELECTABLE +
  • ::com::sun::star::accessibility::AccessibleStateType::MULTI_SELECTABLE is always false, because in a page preview a selection is not possible. So it is left out of the list.
  • ::com::sun::star::accessibility::AccessibleStateType::OPAQUE is always true.
  • -
  • ::com::sun::star::accessibility::AccessibleStateType::RESIZEABLE +
  • ::com::sun::star::accessibility::AccessibleStateType::RESIZABLE is always false, because you can resize the window of the page preview, but not the page preview itself. So it is left out of the diff --git a/offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl b/offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl index bf23bd1f4368..f260873a3d8f 100644 --- a/offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl +++ b/offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl @@ -84,7 +84,7 @@ service AccessibleSpreadsheet is always true.
  • ::com::sun::star::accessibility::AccessibleStateType::OPAQUE is always true.
  • -
  • ::com::sun::star::accessibility::AccessibleStateType::RESIZEABLE +
  • ::com::sun::star::accessibility::AccessibleStateType::RESIZABLE is always false.
  • ::com::sun::star::accessibility::AccessibleStateType::SELECTABLE is always true.
  • diff --git a/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl b/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl index b0b9a612b4d0..77939c957f83 100644 --- a/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl +++ b/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl @@ -106,7 +106,7 @@ service AccessibleSpreadsheetDocumentView document is not selectable. Only the children are selectable. So it is left out of the list.
  • ::com::sun::star::accessibility::AccessibleStateType::OPAQUE is always true.
  • -
  • ::com::sun::star::accessibility::AccessibleStateType::RESIZEABLE is always false, because you can +
  • ::com::sun::star::accessibility::AccessibleStateType::RESIZABLE is always false, because you can resize the window, but not the document. So it is left out of the list.
  • ::com::sun::star::accessibility::AccessibleStateType::SELECTABLE is always false, because a @@ -115,9 +115,9 @@ service AccessibleSpreadsheetDocumentView
  • ::com::sun::star::accessibility::AccessibleStateType::SELECTED is always false, because a document is not selectable. Only the children are selectable. So it is left out of the list.
  • -
  • ::com::sun::star::accessibility::AccessibleStateType::SHOWINGIs true if the Bounding Box lies in +
  • ::com::sun::star::accessibility::AccessibleStateType::SHOWING is true if the Bounding Box lies in the Bounding Box of the parent. Otherwise it is false.
  • -
  • ::com::sun::star::accessibility::AccessibleStateType::VISIBLEIs always true.
  • +
  • ::com::sun::star::accessibility::AccessibleStateType::VISIBLE is always true.
  • diff --git a/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl b/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl index 74c33bc30b37..42d02c16a730 100644 --- a/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl +++ b/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl @@ -108,7 +108,7 @@ service AccessibleSpreadsheetPageView So it is left out of the list.
  • ::com::sun::star::accessibility::AccessibleStateType::ENABLED is always true.
  • -
  • ::com::sun::star::accessibility::AccessibleStateType::MULTILINE +
  • ::com::sun::star::accessibility::AccessibleStateType::MULTI_LINE makes no sense on a document and so it is left out of the list.
  • ::com::sun::star::accessibility::AccessibleStateType::MULTI_SELECTABLE @@ -116,7 +116,7 @@ service AccessibleSpreadsheetPageView not possible. So it is left out of the list.
  • ::com::sun::star::accessibility::AccessibleStateType::OPAQUE is always true.
  • -
  • ::com::sun::star::accessibility::AccessibleStateType::RESIZEABLE +
  • ::com::sun::star::accessibility::AccessibleStateType::RESIZABLE is always false, because you can resize the window of the page preview, but not the page preview itself. So it is left out of the -- cgit