nthesimp.cxx (b0844812) | nthesimp.cxx (a44fea77) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 29 unchanged lines hidden (view full) --- 38#include <rtl/string.hxx> 39#include <rtl/ustrbuf.hxx> 40#include <rtl/textenc.h> 41 42#include "nthesimp.hxx" 43#include <linguistic/misc.hxx> 44#include <linguistic/lngprops.hxx> 45#include "nthesdta.hxx" | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 29 unchanged lines hidden (view full) --- 38#include <rtl/string.hxx> 39#include <rtl/ustrbuf.hxx> 40#include <rtl/textenc.h> 41 42#include "nthesimp.hxx" 43#include <linguistic/misc.hxx> 44#include <linguistic/lngprops.hxx> 45#include "nthesdta.hxx" |
46#include <dictmgr.hxx> | |
47 48#include <list> 49#include <set> 50#include <string.h> 51 52// values asigned to capitalization types 53#define CAPTYPE_UNKNOWN 0 54#define CAPTYPE_NOCAP 1 --- 726 unchanged lines hidden --- | 46 47#include <list> 48#include <set> 49#include <string.h> 50 51// values asigned to capitalization types 52#define CAPTYPE_UNKNOWN 0 53#define CAPTYPE_NOCAP 1 --- 726 unchanged lines hidden --- |