Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
8b69bf84
Kaydet (Commit)
8b69bf84
authored
Kas 20, 2000
tarafından
jp
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
BreakIterator moved from text to i18n
üst
41b7baa6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
78 additions
and
48 deletions
+78
-48
guess.cxx
sw/source/core/text/guess.cxx
+5
-5
itratr.cxx
sw/source/core/text/itratr.cxx
+5
-5
itrform2.cxx
sw/source/core/text/itrform2.cxx
+5
-5
porfld.cxx
sw/source/core/text/porfld.cxx
+11
-7
redlnitr.cxx
sw/source/core/text/redlnitr.cxx
+47
-21
txthyph.cxx
sw/source/core/text/txthyph.cxx
+5
-5
No files found.
sw/source/core/text/guess.cxx
Dosyayı görüntüle @
8b69bf84
...
...
@@ -2,9 +2,9 @@
*
* $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
* either of the following licenses
...
...
@@ -89,12 +89,12 @@
#include <viewsh.hxx>
#endif
#ifndef _COM_SUN_STAR_
TEXT
_BREAKTYPE_HPP_
#include <com/sun/star/
text
/BreakType.hpp>
#ifndef _COM_SUN_STAR_
I18N
_BREAKTYPE_HPP_
#include <com/sun/star/
i18n
/BreakType.hpp>
#endif
using
namespace
::
com
::
sun
::
star
::
uno
;
using
namespace
::
com
::
sun
::
star
::
text
;
using
namespace
::
com
::
sun
::
star
::
i18n
;
using
namespace
::
com
::
sun
::
star
::
linguistic2
;
inline
sal_Bool
IsDelim
(
const
xub_Unicode
cCh
)
...
...
sw/source/core/text/itratr.cxx
Dosyayı görüntüle @
8b69bf84
...
...
@@ -2,9 +2,9 @@
*
* $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
* either of the following licenses
...
...
@@ -81,8 +81,8 @@
#ifndef _SV_SVAPP_HXX
#include <vcl/svapp.hxx>
#endif
#ifndef _COM_SUN_STAR_
TEXT
_SCRIPTTYPE_HDL_
#include <com/sun/star/
text
/ScriptType.hdl>
#ifndef _COM_SUN_STAR_
I18N
_SCRIPTTYPE_HDL_
#include <com/sun/star/
i18n
/ScriptType.hdl>
#endif
#ifndef _FMTANCHR_HXX //autogen
...
...
@@ -161,7 +161,7 @@
#include <fmtsrnd.hxx>
#endif
using
namespace
::
com
::
sun
::
star
::
text
;
using
namespace
::
com
::
sun
::
star
::
i18n
;
/*************************************************************************
* SwAttrIter::Chg()
...
...
sw/source/core/text/itrform2.cxx
Dosyayı görüntüle @
8b69bf84
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: itrform2.cxx,v $
*
* $Revision: 1.1
2
$
* $Revision: 1.1
3
$
*
* 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
* either of the following licenses
...
...
@@ -65,8 +65,8 @@
#pragma hdrstop
#ifndef _COM_SUN_STAR_
TEXT
_SCRIPTTYPE_HDL_
#include <com/sun/star/
text
/ScriptType.hdl>
#ifndef _COM_SUN_STAR_
I18N
_SCRIPTTYPE_HDL_
#include <com/sun/star/
i18n
/ScriptType.hdl>
#endif
#ifndef _TXATBASE_HXX //autogen
#include <txatbase.hxx>
...
...
@@ -150,7 +150,7 @@
#endif
#endif
using
namespace
::
com
::
sun
::
star
::
text
;
using
namespace
::
com
::
sun
::
star
::
i18n
;
#define MAX_TXTPORLEN 300
...
...
sw/source/core/text/porfld.cxx
Dosyayı görüntüle @
8b69bf84
...
...
@@ -2,9 +2,9 @@
*
* $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
* either of the following licenses
...
...
@@ -69,8 +69,8 @@
#include <hintids.hxx>
#endif
#ifndef _COM_SUN_STAR_
TEXT
_SCRIPTTYPE_HDL_
#include <com/sun/star/
text
/ScriptType.hdl>
#ifndef _COM_SUN_STAR_
I18N
_SCRIPTTYPE_HDL_
#include <com/sun/star/
i18n
/ScriptType.hdl>
#endif
#ifndef _GRAPH_HXX //autogen
...
...
@@ -116,10 +116,14 @@
#ifndef _DOC_HXX
#include <doc.hxx>
#endif
#include "breakit.hxx"
#include "porrst.hxx"
#ifndef _BREAKIT_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
...
...
sw/source/core/text/redlnitr.cxx
Dosyayı görüntüle @
8b69bf84
...
...
@@ -2,9 +2,9 @@
*
* $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
* either of the following licenses
...
...
@@ -73,23 +73,46 @@
#ifndef _SHL_HXX
#include <tools/shl.hxx>
#endif
#ifndef _COM_SUN_STAR_
TEXT
_SCRIPTTYPE_HDL_
#include <com/sun/star/
text
/ScriptType.hdl>
#ifndef _COM_SUN_STAR_
I18N
_SCRIPTTYPE_HDL_
#include <com/sun/star/
i18n
/ScriptType.hdl>
#endif
#include "swmodule.hxx"
#include "redline.hxx" // SwRedline
#include "txtatr.hxx" // SwTxt ...
#include "docary.hxx" // SwRedlineTbl
#include "itratr.hxx" // SwAttrIter
#include "ndtxt.hxx" // SwTxtNode
#include "swfntcch.hxx" // SwFontAccess
#include "doc.hxx" // SwDoc
#include "txatbase.hxx" // SwTxtAttr
#include "rootfrm.hxx"
#include "frmsh.hxx"
#include "breakit.hxx"
#ifndef _SWMODULE_HXX
#include <swmodule.hxx>
#endif
#ifndef _REDLINE_HXX
#include <redline.hxx> // SwRedline
#endif
#ifndef _TXTATR_HXX
#include <txtatr.hxx> // SwTxt ...
#endif
#ifndef _DOCARY_HXX
#include <docary.hxx> // SwRedlineTbl
#endif
#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 @@
#ifndef _APP_HXX //autogen
#include <vcl/svapp.hxx>
#endif
#ifndef _REDLNITR_HXX
#include <redlnitr.hxx>
#endif
#ifndef _EXTINPUT_HXX
#include <extinput.hxx>
#endif
#include "redlnitr.hxx"
#include "extinput.hxx"
using
namespace
::
com
::
sun
::
star
::
text
;
using
namespace
::
com
::
sun
::
star
::
i18n
;
/*************************************************************************
* SwAttrIter::CtorInit()
...
...
sw/source/core/text/txthyph.cxx
Dosyayı görüntüle @
8b69bf84
...
...
@@ -2,9 +2,9 @@
*
* $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
* either of the following licenses
...
...
@@ -72,8 +72,8 @@
#ifndef _UNO_LINGU_HXX
#include <svx/unolingu.hxx>
#endif
#ifndef _COM_SUN_STAR_
TEXT
_WORDTYPE_HPP_
#include <com/sun/star/
text
/WordType.hpp>
#ifndef _COM_SUN_STAR_
I18N
_WORDTYPE_HPP_
#include <com/sun/star/
i18n
/WordType.hpp>
#endif
#ifndef _VIEWOPT_HXX
...
...
@@ -119,7 +119,7 @@ using namespace ::com::sun::star;
using
namespace
::
com
::
sun
::
star
::
uno
;
using
namespace
::
com
::
sun
::
star
::
beans
;
using
namespace
::
com
::
sun
::
star
::
linguistic2
;
using
namespace
::
com
::
sun
::
star
::
text
;
using
namespace
::
com
::
sun
::
star
::
i18n
;
/*************************************************************************
* SwTxtFormatInfo::HyphWord()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment