Kaydet (Commit) 8b69bf84 authored tarafından jp's avatar jp

BreakIterator moved from text to i18n

üst 41b7baa6
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: guess.cxx,v $ * $RCSfile: guess.cxx,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change: $Author: tl $ $Date: 2000-10-27 12:08:48 $ * last change: $Author: jp $ $Date: 2000-11-20 16:27:07 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -89,12 +89,12 @@ ...@@ -89,12 +89,12 @@
#include <viewsh.hxx> #include <viewsh.hxx>
#endif #endif
#ifndef _COM_SUN_STAR_TEXT_BREAKTYPE_HPP_ #ifndef _COM_SUN_STAR_I18N_BREAKTYPE_HPP_
#include <com/sun/star/text/BreakType.hpp> #include <com/sun/star/i18n/BreakType.hpp>
#endif #endif
using namespace ::com::sun::star::uno; using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::text; using namespace ::com::sun::star::i18n;
using namespace ::com::sun::star::linguistic2; using namespace ::com::sun::star::linguistic2;
inline sal_Bool IsDelim( const xub_Unicode cCh ) inline sal_Bool IsDelim( const xub_Unicode cCh )
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: itratr.cxx,v $ * $RCSfile: itratr.cxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: ama $ $Date: 2000-09-27 11:50:18 $ * last change: $Author: jp $ $Date: 2000-11-20 16:27:07 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -81,8 +81,8 @@ ...@@ -81,8 +81,8 @@
#ifndef _SV_SVAPP_HXX #ifndef _SV_SVAPP_HXX
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#endif #endif
#ifndef _COM_SUN_STAR_TEXT_SCRIPTTYPE_HDL_ #ifndef _COM_SUN_STAR_I18N_SCRIPTTYPE_HDL_
#include <com/sun/star/text/ScriptType.hdl> #include <com/sun/star/i18n/ScriptType.hdl>
#endif #endif
#ifndef _FMTANCHR_HXX //autogen #ifndef _FMTANCHR_HXX //autogen
...@@ -161,7 +161,7 @@ ...@@ -161,7 +161,7 @@
#include <fmtsrnd.hxx> #include <fmtsrnd.hxx>
#endif #endif
using namespace ::com::sun::star::text; using namespace ::com::sun::star::i18n;
/************************************************************************* /*************************************************************************
* SwAttrIter::Chg() * SwAttrIter::Chg()
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: itrform2.cxx,v $ * $RCSfile: itrform2.cxx,v $
* *
* $Revision: 1.12 $ * $Revision: 1.13 $
* *
* last change: $Author: ama $ $Date: 2000-11-14 08:21:35 $ * last change: $Author: jp $ $Date: 2000-11-20 16:27:07 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -65,8 +65,8 @@ ...@@ -65,8 +65,8 @@
#pragma hdrstop #pragma hdrstop
#ifndef _COM_SUN_STAR_TEXT_SCRIPTTYPE_HDL_ #ifndef _COM_SUN_STAR_I18N_SCRIPTTYPE_HDL_
#include <com/sun/star/text/ScriptType.hdl> #include <com/sun/star/i18n/ScriptType.hdl>
#endif #endif
#ifndef _TXATBASE_HXX //autogen #ifndef _TXATBASE_HXX //autogen
#include <txatbase.hxx> #include <txatbase.hxx>
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
#endif #endif
#endif #endif
using namespace ::com::sun::star::text; using namespace ::com::sun::star::i18n;
#define MAX_TXTPORLEN 300 #define MAX_TXTPORLEN 300
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: porfld.cxx,v $ * $RCSfile: porfld.cxx,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: ama $ $Date: 2000-09-29 13:54:25 $ * last change: $Author: jp $ $Date: 2000-11-20 16:27:07 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -69,8 +69,8 @@ ...@@ -69,8 +69,8 @@
#include <hintids.hxx> #include <hintids.hxx>
#endif #endif
#ifndef _COM_SUN_STAR_TEXT_SCRIPTTYPE_HDL_ #ifndef _COM_SUN_STAR_I18N_SCRIPTTYPE_HDL_
#include <com/sun/star/text/ScriptType.hdl> #include <com/sun/star/i18n/ScriptType.hdl>
#endif #endif
#ifndef _GRAPH_HXX //autogen #ifndef _GRAPH_HXX //autogen
...@@ -116,10 +116,14 @@ ...@@ -116,10 +116,14 @@
#ifndef _DOC_HXX #ifndef _DOC_HXX
#include <doc.hxx> #include <doc.hxx>
#endif #endif
#include "breakit.hxx" #ifndef _BREAKIT_HXX
#include "porrst.hxx" #include <breakit.hxx>
#endif
#ifndef _PORRST_HXX
#include <porrst.hxx>
#endif
using namespace ::com::sun::star::text; using namespace ::com::sun::star::i18n;
/************************************************************************* /*************************************************************************
* class SwFldPortion * class SwFldPortion
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: redlnitr.cxx,v $ * $RCSfile: redlnitr.cxx,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: ama $ $Date: 2000-09-29 13:55:44 $ * last change: $Author: jp $ $Date: 2000-11-20 16:27:07 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -73,23 +73,46 @@ ...@@ -73,23 +73,46 @@
#ifndef _SHL_HXX #ifndef _SHL_HXX
#include <tools/shl.hxx> #include <tools/shl.hxx>
#endif #endif
#ifndef _COM_SUN_STAR_TEXT_SCRIPTTYPE_HDL_ #ifndef _COM_SUN_STAR_I18N_SCRIPTTYPE_HDL_
#include <com/sun/star/text/ScriptType.hdl> #include <com/sun/star/i18n/ScriptType.hdl>
#endif #endif
#include "swmodule.hxx" #ifndef _SWMODULE_HXX
#include <swmodule.hxx>
#include "redline.hxx" // SwRedline #endif
#include "txtatr.hxx" // SwTxt ... #ifndef _REDLINE_HXX
#include "docary.hxx" // SwRedlineTbl #include <redline.hxx> // SwRedline
#include "itratr.hxx" // SwAttrIter #endif
#include "ndtxt.hxx" // SwTxtNode #ifndef _TXTATR_HXX
#include "swfntcch.hxx" // SwFontAccess #include <txtatr.hxx> // SwTxt ...
#include "doc.hxx" // SwDoc #endif
#include "txatbase.hxx" // SwTxtAttr #ifndef _DOCARY_HXX
#include "rootfrm.hxx" #include <docary.hxx> // SwRedlineTbl
#include "frmsh.hxx" #endif
#include "breakit.hxx" #ifndef _ITRATR_HXX
#include <itratr.hxx> // SwAttrIter
#endif
#ifndef _NDTXT_HXX
#include <ndtxt.hxx> // SwTxtNode
#endif
#ifndef _SWFNTCCH_HXX
#include <swfntcch.hxx> // SwFontAccess
#endif
#ifndef _DOC_HXX
#include <doc.hxx> // SwDoc
#endif
#ifndef _TXATBASE_HXX
#include <txatbase.hxx> // SwTxtAttr
#endif
#ifndef _ROOTFRM_HXX
#include <rootfrm.hxx>
#endif
#ifndef _FRMSH_HXX
#include <frmsh.hxx>
#endif
#ifndef _BREAKIT_HXX
#include <breakit.hxx>
#endif
////////////////////////// //////////////////////////
...@@ -107,11 +130,14 @@ ...@@ -107,11 +130,14 @@
#ifndef _APP_HXX //autogen #ifndef _APP_HXX //autogen
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#endif #endif
#ifndef _REDLNITR_HXX
#include <redlnitr.hxx>
#endif
#ifndef _EXTINPUT_HXX
#include <extinput.hxx>
#endif
#include "redlnitr.hxx" using namespace ::com::sun::star::i18n;
#include "extinput.hxx"
using namespace ::com::sun::star::text;
/************************************************************************* /*************************************************************************
* SwAttrIter::CtorInit() * SwAttrIter::CtorInit()
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: txthyph.cxx,v $ * $RCSfile: txthyph.cxx,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change: $Author: tl $ $Date: 2000-10-27 12:12:13 $ * last change: $Author: jp $ $Date: 2000-11-20 16:27:07 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -72,8 +72,8 @@ ...@@ -72,8 +72,8 @@
#ifndef _UNO_LINGU_HXX #ifndef _UNO_LINGU_HXX
#include <svx/unolingu.hxx> #include <svx/unolingu.hxx>
#endif #endif
#ifndef _COM_SUN_STAR_TEXT_WORDTYPE_HPP_ #ifndef _COM_SUN_STAR_I18N_WORDTYPE_HPP_
#include <com/sun/star/text/WordType.hpp> #include <com/sun/star/i18n/WordType.hpp>
#endif #endif
#ifndef _VIEWOPT_HXX #ifndef _VIEWOPT_HXX
...@@ -119,7 +119,7 @@ using namespace ::com::sun::star; ...@@ -119,7 +119,7 @@ using namespace ::com::sun::star;
using namespace ::com::sun::star::uno; using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::beans; using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::linguistic2; using namespace ::com::sun::star::linguistic2;
using namespace ::com::sun::star::text; using namespace ::com::sun::star::i18n;
/************************************************************************* /*************************************************************************
* SwTxtFormatInfo::HyphWord() * SwTxtFormatInfo::HyphWord()
......
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