diff options
Diffstat (limited to 'sd/source/ui/accessibility')
7 files changed, 5 insertions, 346 deletions
diff --git a/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx b/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx index 41380c4dc93b..48d8bdc45081 100644 --- a/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx +++ b/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx @@ -52,7 +52,7 @@ #include "slideshow.hxx" #include "anminfo.hxx" -#include "accessibility.hrc" +#include "strings.hrc" #include "sdresid.hxx" #include <osl/mutex.hxx> diff --git a/sd/source/ui/accessibility/AccessibleOutlineView.cxx b/sd/source/ui/accessibility/AccessibleOutlineView.cxx index 22b7d7752cdd..d54a3cab4dbb 100644 --- a/sd/source/ui/accessibility/AccessibleOutlineView.cxx +++ b/sd/source/ui/accessibility/AccessibleOutlineView.cxx @@ -44,7 +44,7 @@ #include "AccessibleOutlineView.hxx" #include "AccessibleOutlineEditSource.hxx" #include <drawdoc.hxx> -#include "accessibility.hrc" +#include "strings.hrc" #include "sdresid.hxx" #include <memory> diff --git a/sd/source/ui/accessibility/AccessiblePresentationShape.cxx b/sd/source/ui/accessibility/AccessiblePresentationShape.cxx index 410b3cd2e664..45c7f78799ea 100644 --- a/sd/source/ui/accessibility/AccessiblePresentationShape.cxx +++ b/sd/source/ui/accessibility/AccessiblePresentationShape.cxx @@ -21,7 +21,7 @@ #include "SdShapeTypes.hxx" -#include "accessibility.hrc" +#include "strings.hrc" #include "sdresid.hxx" #include <svx/DescriptionGenerator.hxx> #include <rtl/ustring.h> diff --git a/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx b/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx index de850ce3564d..bdac0a469ece 100644 --- a/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx +++ b/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx @@ -41,7 +41,7 @@ #include <vcl/svapp.hxx> #include <vcl/settings.hxx> -#include "glob.hrc" +#include "strings.hrc" using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/accessibility/AccessibleSlideSorterView.cxx b/sd/source/ui/accessibility/AccessibleSlideSorterView.cxx index 87341404435d..5fac67cbb8c3 100644 --- a/sd/source/ui/accessibility/AccessibleSlideSorterView.cxx +++ b/sd/source/ui/accessibility/AccessibleSlideSorterView.cxx @@ -35,7 +35,7 @@ #include "drawdoc.hxx" #include "sdresid.hxx" -#include "accessibility.hrc" +#include "strings.hrc" #include <com/sun/star/accessibility/AccessibleRole.hpp> #include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp> diff --git a/sd/source/ui/accessibility/accessibility.hrc b/sd/source/ui/accessibility/accessibility.hrc deleted file mode 100644 index b14413af5c27..000000000000 --- a/sd/source/ui/accessibility/accessibility.hrc +++ /dev/null @@ -1,80 +0,0 @@ -/* -*- 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_SD_SOURCE_UI_ACCESSIBILITY_ACCESSIBILITY_HRC -#define INCLUDED_SD_SOURCE_UI_ACCESSIBILITY_ACCESSIBILITY_HRC - -#include <sfx2/sfx.hrc> - -#define SID_SD_A11Y_START (SID_SD_START+600) - -#define SID_SD_A11Y_D_DRAWVIEW_N (SID_SD_A11Y_START + 0) -#define SID_SD_A11Y_D_DRAWVIEW_D (SID_SD_A11Y_START + 1) - -#define SID_SD_A11Y_I_DRAWVIEW_N (SID_SD_A11Y_START + 2) -#define SID_SD_A11Y_I_DRAWVIEW_D (SID_SD_A11Y_START + 3) -#define SID_SD_A11Y_I_OUTLINEVIEW_N (SID_SD_A11Y_START + 4) -#define SID_SD_A11Y_I_OUTLINEVIEW_D (SID_SD_A11Y_START + 5) -#define SID_SD_A11Y_I_SLIDEVIEW_N (SID_SD_A11Y_START + 6) -#define SID_SD_A11Y_I_SLIDEVIEW_D (SID_SD_A11Y_START + 7) -#define SID_SD_A11Y_I_NOTESVIEW_N (SID_SD_A11Y_START + 8) -#define SID_SD_A11Y_I_NOTESVIEW_D (SID_SD_A11Y_START + 9) -#define SID_SD_A11Y_I_HANDOUTVIEW_N (SID_SD_A11Y_START + 10) -#define SID_SD_A11Y_I_HANDOUTVIEW_D (SID_SD_A11Y_START + 11) - -#define SID_SD_A11Y_P_TITLE_N (SID_SD_A11Y_START + 12) -#define SID_SD_A11Y_P_TITLE_D (SID_SD_A11Y_START + 13) -#define SID_SD_A11Y_P_OUTLINER_N (SID_SD_A11Y_START + 14) -#define SID_SD_A11Y_P_OUTLINER_D (SID_SD_A11Y_START + 15) -#define SID_SD_A11Y_P_SUBTITLE_N (SID_SD_A11Y_START + 16) -#define SID_SD_A11Y_P_SUBTITLE_D (SID_SD_A11Y_START + 17) -#define SID_SD_A11Y_P_PAGE_N (SID_SD_A11Y_START + 18) -#define SID_SD_A11Y_P_PAGE_D (SID_SD_A11Y_START + 19) -#define SID_SD_A11Y_P_NOTES_N (SID_SD_A11Y_START + 20) -#define SID_SD_A11Y_P_NOTES_D (SID_SD_A11Y_START + 21) -#define SID_SD_A11Y_P_HANDOUT_N (SID_SD_A11Y_START + 22) -#define SID_SD_A11Y_P_HANDOUT_D (SID_SD_A11Y_START + 23) -#define SID_SD_A11Y_P_UNKNOWN_N (SID_SD_A11Y_START + 24) -#define SID_SD_A11Y_P_UNKNOWN_D (SID_SD_A11Y_START + 25) -#define SID_SD_A11Y_P_FOOTER_N (SID_SD_A11Y_START + 26) -#define SID_SD_A11Y_P_FOOTER_D (SID_SD_A11Y_START + 27) -#define SID_SD_A11Y_P_HEADER_N (SID_SD_A11Y_START + 28) -#define SID_SD_A11Y_P_HEADER_D (SID_SD_A11Y_START + 29) -#define SID_SD_A11Y_P_DATE_N (SID_SD_A11Y_START + 30) -#define SID_SD_A11Y_P_DATE_D (SID_SD_A11Y_START + 31) -#define SID_SD_A11Y_P_NUMBER_N (SID_SD_A11Y_START + 32) -#define SID_SD_A11Y_P_NUMBER_D (SID_SD_A11Y_START + 33) -#define SID_SD_A11Y_D_PRESENTATION (SID_SD_A11Y_START + 34) -#define SID_SD_A11Y_P_TITLE_N_STYLE (SID_SD_A11Y_START + 35) -#define SID_SD_A11Y_P_OUTLINER_N_STYLE (SID_SD_A11Y_START + 36) -#define SID_SD_A11Y_P_SUBTITLE_N_STYLE (SID_SD_A11Y_START + 37) -#define SID_SD_A11Y_P_PAGE_N_STYLE (SID_SD_A11Y_START + 38) -#define SID_SD_A11Y_P_NOTES_N_STYLE (SID_SD_A11Y_START + 39) -#define SID_SD_A11Y_P_HANDOUT_N_STYLE (SID_SD_A11Y_START + 40) -#define SID_SD_A11Y_P_UNKNOWN_N_STYLE (SID_SD_A11Y_START + 41) -#define SID_SD_A11Y_P_FOOTER_N_STYLE (SID_SD_A11Y_START + 42) -#define SID_SD_A11Y_P_HEADER_N_STYLE (SID_SD_A11Y_START + 43) -#define SID_SD_A11Y_P_DATE_N_STYLE (SID_SD_A11Y_START + 44) -#define SID_SD_A11Y_P_NUMBER_N_STYLE (SID_SD_A11Y_START + 45) - -#define SID_SD_A11Y_D_PRESENTATION_READONLY (SID_SD_A11Y_START + 49) - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sd/source/ui/accessibility/accessibility.src b/sd/source/ui/accessibility/accessibility.src deleted file mode 100644 index a3511d913857..000000000000 --- a/sd/source/ui/accessibility/accessibility.src +++ /dev/null @@ -1,261 +0,0 @@ -/* -*- 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 "accessibility.hrc" - -/* Names and descriptions of the Draw/Impress accessibility views - ============================================================== -*/ - -String SID_SD_A11Y_D_DRAWVIEW_N -{ - Text [ en-US ] = "Drawing View"; -}; - -String SID_SD_A11Y_D_DRAWVIEW_D -{ - Text [ en-US ] = "This is where you create and edit drawings."; -}; - -String SID_SD_A11Y_I_DRAWVIEW_N -{ - Text [ en-US ] = "Drawing View"; -}; - -String SID_SD_A11Y_I_DRAWVIEW_D -{ - Text [ en-US ] = "This is where you create and edit slides."; -}; - -String SID_SD_A11Y_I_OUTLINEVIEW_N -{ - Text [ en-US ] = "Outline View"; -}; - -String SID_SD_A11Y_I_OUTLINEVIEW_D -{ - Text [ en-US ] = "This is where you enter or edit text in list form."; -}; - -String SID_SD_A11Y_I_SLIDEVIEW_N -{ - Text [ en-US ] = "Slides View"; -}; - -String SID_SD_A11Y_I_SLIDEVIEW_D -{ - Text [ en-US ] = "This is where you sort slides."; -}; - -String SID_SD_A11Y_I_NOTESVIEW_N -{ - Text [ en-US ] = "Notes View"; -}; - -String SID_SD_A11Y_I_NOTESVIEW_D -{ - Text [ en-US ] = "This is where you enter and view notes."; -}; - -String SID_SD_A11Y_I_HANDOUTVIEW_N -{ - Text [ en-US ] = "Handout View"; -}; - -String SID_SD_A11Y_I_HANDOUTVIEW_D -{ - Text [ en-US ] = "This is where you decide on the layout for handouts."; -}; - -String SID_SD_A11Y_P_TITLE_N -{ - Text [ en-US ] = "PresentationTitle"; -}; - -String SID_SD_A11Y_P_OUTLINER_N -{ - Text [ en-US ] = "PresentationOutliner"; -}; - -String SID_SD_A11Y_P_SUBTITLE_N -{ - Text [ en-US ] = "PresentationSubtitle"; -}; - -String SID_SD_A11Y_P_PAGE_N -{ - Text [ en-US ] = "PresentationPage"; -}; - -String SID_SD_A11Y_P_NOTES_N -{ - Text [ en-US ] = "PresentationNotes"; -}; - -String SID_SD_A11Y_P_HANDOUT_N -{ - Text [ en-US ] = "Handout"; -}; - -String SID_SD_A11Y_P_UNKNOWN_N -{ - Text [ en-US ] = "UnknownAccessiblePresentationShape"; -}; - -String SID_SD_A11Y_P_TITLE_D -{ - Text [ en-US ] = "PresentationTitleShape"; -}; - -String SID_SD_A11Y_P_OUTLINER_D -{ - Text [ en-US ] = "PresentationOutlinerShape"; -}; - -String SID_SD_A11Y_P_SUBTITLE_D -{ - Text [ en-US ] = "PresentationSubtitleShape"; -}; - -String SID_SD_A11Y_P_PAGE_D -{ - Text [ en-US ] = "PresentationPageShape"; -}; - -String SID_SD_A11Y_P_NOTES_D -{ - Text [ en-US ] = "PresentationNotesShape"; -}; - -String SID_SD_A11Y_P_HANDOUT_D -{ - Text [ en-US ] = "PresentationHandoutShape"; -}; - -String SID_SD_A11Y_P_UNKNOWN_D -{ - Text [ en-US ] = "Unknown accessible presentation shape"; -}; - -String SID_SD_A11Y_P_FOOTER_N -{ - Text [ en-US ] = "PresentationFooter"; -}; - -String SID_SD_A11Y_P_FOOTER_D -{ - Text [ en-US ] = "PresentationFooterShape"; -}; - -String SID_SD_A11Y_P_HEADER_N -{ - Text [ en-US ] = "PresentationHeader"; -}; - -String SID_SD_A11Y_P_HEADER_D -{ - Text [ en-US ] = "PresentationHeaderShape"; -}; - -String SID_SD_A11Y_P_DATE_N -{ - Text [ en-US ] = "PresentationDateAndTime"; -}; - -String SID_SD_A11Y_P_DATE_D -{ - Text [ en-US ] = "PresentationDateAndTimeShape"; -}; - -String SID_SD_A11Y_P_NUMBER_N -{ - Text [ en-US ] = "PresentationPageNumber"; -}; - -String SID_SD_A11Y_P_NUMBER_D -{ - Text [ en-US ] = "PresentationPageNumberShape"; -}; - -String SID_SD_A11Y_D_PRESENTATION -{ - Text [ en-US ] = "%PRODUCTNAME Presentation"; -}; - -String SID_SD_A11Y_P_TITLE_N_STYLE -{ - Text [ en-US ] = "Title"; -}; - -String SID_SD_A11Y_P_OUTLINER_N_STYLE -{ - Text [ en-US ] = "Outliner"; -}; - -String SID_SD_A11Y_P_SUBTITLE_N_STYLE -{ - Text [ en-US ] = "Subtitle"; -}; - -String SID_SD_A11Y_P_PAGE_N_STYLE -{ - Text [ en-US ] = "Page"; -}; - -String SID_SD_A11Y_P_NOTES_N_STYLE -{ - Text [ en-US ] = "Notes"; -}; - -String SID_SD_A11Y_P_HANDOUT_N_STYLE -{ - Text [ en-US ] = "Handout"; -}; - -String SID_SD_A11Y_P_UNKNOWN_N_STYLE -{ - Text [ en-US ] = "Unknown Accessible Presentation Shape"; -}; - -String SID_SD_A11Y_P_FOOTER_N_STYLE -{ - Text [ en-US ] = "Footer"; -}; - -String SID_SD_A11Y_P_HEADER_N_STYLE -{ - Text [ en-US ] = "Header"; -}; - -String SID_SD_A11Y_P_DATE_N_STYLE -{ - Text [ en-US ] = "Date"; -}; - -String SID_SD_A11Y_P_NUMBER_N_STYLE -{ - Text [ en-US ] = "Number"; -}; - -String SID_SD_A11Y_D_PRESENTATION_READONLY -{ - Text [ en-US ] = "(read-only)"; -}; - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |