mirror of
https://github.com/LibreOffice/core.git
synced 2025-07-22 01:09:00 +00:00
tdf#143148 Use pragma once in i18npool
Change-Id: Id67d8926fdc1616add1bd9de051911b2aae030e4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125419 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
This commit is contained in:

committed by
Ilmari Lauhakangas

parent
7ef421dbfb
commit
805fd18d93
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_BREAKITERATORIMPL_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_BREAKITERATORIMPL_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/i18n/XBreakIterator.hpp>
|
||||
@ -122,7 +121,4 @@ private:
|
||||
|
||||
} // i18npool
|
||||
|
||||
|
||||
#endif // INCLUDED_I18NPOOL_INC_BREAKITERATORIMPL_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_BREAKITERATOR_CJK_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_BREAKITERATOR_CJK_HXX
|
||||
#pragma once
|
||||
|
||||
#include "breakiterator_unicode.hxx"
|
||||
#include "xdictionary.hxx"
|
||||
@ -67,6 +66,4 @@ public:
|
||||
|
||||
}
|
||||
|
||||
#endif // INCLUDED_I18NPOOL_INC_BREAKITERATOR_CJK_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_BREAKITERATOR_TH_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_BREAKITERATOR_TH_HXX
|
||||
#pragma once
|
||||
|
||||
#include "breakiterator_unicode.hxx"
|
||||
|
||||
@ -51,6 +50,4 @@ private:
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_BREAKITERATOR_UNICODE_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_BREAKITERATOR_UNICODE_HXX
|
||||
#pragma once
|
||||
|
||||
#include "breakiteratorImpl.hxx"
|
||||
|
||||
@ -106,6 +105,4 @@ public:
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_CALENDARIMPL_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_CALENDARIMPL_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/i18n/XCalendar4.hpp>
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
@ -105,6 +104,4 @@ private:
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_CALENDAR_GREGORIAN_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_CALENDAR_GREGORIAN_HXX
|
||||
#pragma once
|
||||
|
||||
#include "calendarImpl.hxx"
|
||||
|
||||
@ -202,6 +201,4 @@ public:
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_CALENDAR_HIJRI_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_CALENDAR_HIJRI_HXX
|
||||
#pragma once
|
||||
|
||||
#include "calendar_gregorian.hxx"
|
||||
|
||||
@ -47,6 +46,4 @@ private:
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_CALENDAR_JEWISH_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_CALENDAR_JEWISH_HXX
|
||||
#pragma once
|
||||
|
||||
#include "calendar_gregorian.hxx"
|
||||
|
||||
@ -42,6 +41,4 @@ private:
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_CCLASS_UNICODE_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_CCLASS_UNICODE_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/i18n/XCharacterClassification.hpp>
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
@ -182,6 +181,4 @@ private:
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_CHAPTERCOLLATOR_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_CHAPTERCOLLATOR_HXX
|
||||
#pragma once
|
||||
|
||||
#include "collatorImpl.hxx"
|
||||
|
||||
@ -52,6 +51,4 @@ private:
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_CHARACTERCLASSIFICATIONIMPL_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_CHARACTERCLASSIFICATIONIMPL_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/i18n/XCharacterClassification.hpp>
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
@ -96,6 +95,4 @@ private:
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_I18NPOOL_INC_CHARTONUM_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_CHARTONUM_HXX
|
||||
#pragma once
|
||||
|
||||
#include "transliteration_Numeric.hxx"
|
||||
|
||||
@ -50,6 +49,4 @@ TRANSLITERATION_CHARTONUM(_th)
|
||||
|
||||
}
|
||||
|
||||
#endif // INCLUDED_I18NPOOL_INC_CHARTONUM_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_COLLATORIMPL_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_COLLATORIMPL_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/uno/Reference.h>
|
||||
#include <com/sun/star/i18n/XCollator.hpp>
|
||||
@ -107,6 +106,4 @@ private:
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_COLLATOR_UNICODE_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_COLLATOR_UNICODE_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/i18n/XCollator.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
@ -70,6 +69,4 @@ private:
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_DEFAULTNUMBERINGPROVIDER_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_DEFAULTNUMBERINGPROVIDER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/text/XDefaultNumberingProvider.hpp>
|
||||
#include <com/sun/star/text/XNumberingFormatter.hpp>
|
||||
@ -90,7 +89,4 @@ private:
|
||||
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_INDEXENTRYSUPPLIER_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_INDEXENTRYSUPPLIER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <sal/config.h>
|
||||
|
||||
@ -92,6 +91,4 @@ private:
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -17,8 +17,8 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_I18NPOOL_INC_INDEXENTRYSUPPLIER_ASIAN_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_INDEXENTRYSUPPLIER_ASIAN_HXX
|
||||
#pragma once
|
||||
|
||||
|
||||
#include "indexentrysupplier_common.hxx"
|
||||
#include <osl/module.h>
|
||||
@ -51,6 +51,5 @@ private:
|
||||
};
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_I18NPOOL_INC_INDEXENTRYSUPPLIER_COMMON_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_INDEXENTRYSUPPLIER_COMMON_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/i18n/XExtendedIndexEntrySupplier.hpp>
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
@ -91,6 +90,5 @@ protected:
|
||||
};
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_INDEXENTRYSUPPLIER_DEFAULT_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_INDEXENTRYSUPPLIER_DEFAULT_HXX
|
||||
#pragma once
|
||||
|
||||
#include "indexentrysupplier_common.hxx"
|
||||
|
||||
@ -103,6 +102,4 @@ public:
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_I18NPOOL_INC_INDEXENTRYSUPPLIER_JA_PHONETIC_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_INDEXENTRYSUPPLIER_JA_PHONETIC_HXX
|
||||
#pragma once
|
||||
|
||||
#include "indexentrysupplier_common.hxx"
|
||||
|
||||
@ -60,6 +59,5 @@ INDEXENTRYSUPPLIER_JA_PHONETIC( ja_phonetic_alphanumeric_last_by_syllable, " (
|
||||
INDEXENTRYSUPPLIER_JA_PHONETIC( ja_phonetic_alphanumeric_last_by_consonant, " (alphanumeric last) (grouped by consonant)" )
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_INPUTSEQUENCECHECKER_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_INPUTSEQUENCECHECKER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
@ -76,6 +75,4 @@ private:
|
||||
|
||||
}
|
||||
|
||||
#endif // INCLUDED_I18NPOOL_INC_INPUTSEQUENCECHECKER_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_INPUTSEQUENCECHECKER_HI_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_INPUTSEQUENCECHECKER_HI_HXX
|
||||
#pragma once
|
||||
|
||||
#include "inputsequencechecker.hxx"
|
||||
|
||||
@ -40,6 +39,4 @@ public:
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_INPUTSEQUENCECHECKER_TH_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_INPUTSEQUENCECHECKER_TH_HXX
|
||||
#pragma once
|
||||
|
||||
#include "inputsequencechecker.hxx"
|
||||
|
||||
@ -40,6 +39,4 @@ public:
|
||||
|
||||
}
|
||||
|
||||
#endif // INCLUDED_I18NPOOL_INC_INPUTSEQUENCECHECKER_TH_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_LOCALEDATA_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_LOCALEDATA_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/i18n/XLocaleData5.hpp>
|
||||
|
||||
@ -158,6 +157,4 @@ private:
|
||||
|
||||
}
|
||||
|
||||
#endif // INCLUDED_I18NPOOL_INC_LOCALEDATA_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_NATIVENUMBERSUPPLIER_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_NATIVENUMBERSUPPLIER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/i18n/XNativeNumberSupplier2.hpp>
|
||||
#include <com/sun/star/i18n/NativeNumberXmlAttributes.hpp>
|
||||
@ -83,6 +82,4 @@ private:
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_I18NPOOL_INC_NUMBERFORMATCODE_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_NUMBERFORMATCODE_HXX
|
||||
#pragma once
|
||||
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
|
||||
@ -68,7 +67,4 @@ private:
|
||||
static sal_Int16 mapElementUsageStringToShort(std::u16string_view formatUsage);
|
||||
};
|
||||
|
||||
|
||||
#endif // INCLUDED_I18NPOOL_INC_NUMBERFORMATCODE_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_I18NPOOL_INC_NUMTOCHAR_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_NUMTOCHAR_HXX
|
||||
#pragma once
|
||||
|
||||
#include "transliteration_Numeric.hxx"
|
||||
|
||||
@ -51,6 +50,4 @@ TRANSLITERATION_NUMTOCHAR(Halfwidth)
|
||||
|
||||
}
|
||||
|
||||
#endif // INCLUDED_I18NPOOL_INC_NUMTOCHAR_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_I18NPOOL_INC_NUMTOTEXT_CJK_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_NUMTOTEXT_CJK_HXX
|
||||
#pragma once
|
||||
|
||||
#include "transliteration_Numeric.hxx"
|
||||
|
||||
@ -66,6 +65,4 @@ TRANSLITERATION_NUMTOTEXT_CJK ( HangulCircledSyllable_ko )
|
||||
|
||||
}
|
||||
|
||||
#endif // INCLUDED_I18NPOOL_INC_NUMTOTEXT_CJK_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_I18NPOOL_INC_ORDINALSUFFIX_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_ORDINALSUFFIX_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/i18n/XOrdinalSuffix.hpp>
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
@ -50,6 +49,4 @@ class OrdinalSuffixService final : public cppu::WeakImplHelper
|
||||
|
||||
}
|
||||
|
||||
#endif // INCLUDED_I18NPOOL_INC_ORDINALSUFFIX_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -53,8 +53,7 @@ Implementation Name
|
||||
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_I18NPOOL_INC_SERVICENAME_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_SERVICENAME_HXX
|
||||
#pragma once
|
||||
|
||||
#define TRLT_SERVICELNAME "com.sun.star.i18n.Transliteration"
|
||||
#define TRLT_SERVICELNAME_L10N TRLT_SERVICELNAME ".l10n"
|
||||
@ -62,6 +61,4 @@ Implementation Name
|
||||
#define TRLT_IMPLNAME_PREFIX "com.sun.star.i18n.Transliteration."
|
||||
// 1...5...901...5...901...5...901..4 --> 34
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_TEXTCONVERSION_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_TEXTCONVERSION_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/i18n/XExtendedTextConversion.hpp>
|
||||
@ -158,6 +157,4 @@ private:
|
||||
|
||||
} // i18npool
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_TEXTCONVERSIONIMPL_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_TEXTCONVERSIONIMPL_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/i18n/XExtendedTextConversion.hpp>
|
||||
@ -73,7 +72,4 @@ private:
|
||||
|
||||
} // i18npool
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_I18NPOOL_INC_TEXTTONUM_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_TEXTTONUM_HXX
|
||||
#pragma once
|
||||
|
||||
#include "transliteration_Numeric.hxx"
|
||||
|
||||
@ -48,6 +47,4 @@ TRANSLITERATION_TEXTTONUM(KanjiLongTraditional_ja_JP)
|
||||
|
||||
}
|
||||
|
||||
#endif // INCLUDED_I18NPOOL_INC_TEXTTONUM_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_TRANSLITERATIONIMPL_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_TRANSLITERATIONIMPL_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/i18n/XExtendedTransliteration.hpp>
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
@ -109,6 +108,4 @@ private:
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_TRANSLITERATION_IGNORE_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_TRANSLITERATION_IGNORE_HXX
|
||||
#pragma once
|
||||
|
||||
#include "transliteration_commonclass.hxx"
|
||||
#include <unicode/translit.h>
|
||||
@ -155,6 +154,4 @@ TRANSLITERATION_IGNORE(Size_ja_JP)
|
||||
|
||||
}
|
||||
|
||||
#endif // INCLUDED_I18NPOOL_INC_TRANSLITERATION_IGNORE_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_TRANSLITERATION_NUMERIC_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_TRANSLITERATION_NUMERIC_HXX
|
||||
#pragma once
|
||||
|
||||
#include "transliteration_commonclass.hxx"
|
||||
|
||||
@ -56,6 +55,4 @@ private:
|
||||
|
||||
}
|
||||
|
||||
#endif // INCLUDED_I18NPOOL_INC_TRANSLITERATION_NUMERIC_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_TRANSLITERATION_ONETOONE_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_TRANSLITERATION_ONETOONE_HXX
|
||||
#pragma once
|
||||
|
||||
#include "transliteration_commonclass.hxx"
|
||||
|
||||
@ -111,6 +110,4 @@ TRANSLITERATION_ONETOONE(smallToLarge_ja_JP)
|
||||
|
||||
}
|
||||
|
||||
#endif // INCLUDED_I18NPOOL_INC_TRANSLITERATION_ONETOONE_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_TRANSLITERATION_BODY_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_TRANSLITERATION_BODY_HXX
|
||||
#pragma once
|
||||
|
||||
#include "transliteration_commonclass.hxx"
|
||||
#include <i18nutil/casefolding.hxx>
|
||||
@ -100,6 +99,4 @@ public:
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_TRANSLITERATION_CASEIGNORE_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_TRANSLITERATION_CASEIGNORE_HXX
|
||||
#pragma once
|
||||
|
||||
#include "transliteration_body.hxx"
|
||||
|
||||
@ -59,6 +58,4 @@ private:
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_TRANSLITERATION_COMMONCLASS_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_TRANSLITERATION_COMMONCLASS_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/i18n/XExtendedTransliteration.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
@ -101,6 +100,4 @@ protected:
|
||||
|
||||
}
|
||||
|
||||
#endif // INCLUDED_I18NPOOL_INC_TRANSLITERATION_COMMONCLASS_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_UNOSCRIPTTYPEDETECTOR_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_UNOSCRIPTTYPEDETECTOR_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
|
||||
@ -48,6 +47,4 @@ public:
|
||||
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_WTT_H
|
||||
#define INCLUDED_I18NPOOL_INC_WTT_H
|
||||
#pragma once
|
||||
|
||||
namespace i18npool {
|
||||
|
||||
@ -63,6 +62,4 @@ const sal_uInt16 thaiCT[128] = { // Thai character type
|
||||
|
||||
}
|
||||
|
||||
#endif // INCLUDED_I18NPOOL_INC_WTT_H
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -16,8 +16,7 @@
|
||||
* 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_I18NPOOL_INC_XDICTIONARY_HXX
|
||||
#define INCLUDED_I18NPOOL_INC_XDICTIONARY_HXX
|
||||
#pragma once
|
||||
|
||||
#include <sal/types.h>
|
||||
|
||||
@ -86,6 +85,4 @@ private:
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
Reference in New Issue
Block a user