koffice/lib/kotext Makefile.am,1.15,1.16 koAutoFormat.cc,1.2,1.3 koSearchDia.cc,1.1,1.2 kocommand.cc,1.8,1.9 kocommand.h,1.3,1.4 kotextdocument.cc,1.22,1.23 kotextdocument.h,1.13,1.14 kotextformatter.cc,1.14,1.15 kotextformatter.h,1.5,1.6 kotextobject.cc,1.34,1.35 kotextobject.h,1.20,1.21 kotextparag.cc,1.35,1.36 kotextparag.h,1.12,1.13 kotextview.cc,1.33,1.34 mocstuff.cpp,1.3,1.4 qcomplextext.cpp,1.6,1.7 qcomplextext_p.h,1.5,1.6 qrichtext.cpp,1.24,1.25 qrichtext_p.cpp,1.11,1.12 qrichtext_p.h,1.16,1.17 qstylesheet.cpp,1.3,NONE qstylesheet.h,1.4,NONE Author: faure Sat Jan 12 11:03:04 UTC 2002 Modified Files: Makefile.am koAutoFormat.cc koSearchDia.cc kocommand.cc kocommand.h kotextdocument.cc kotextdocument.h kotextformatter.cc kotextformatter.h kotextobject.cc kotextobject.h kotextparag.cc kotextparag.h kotextview.cc mocstuff.cpp qcomplextext.cpp qcomplextext_p.h qrichtext.cpp qrichtext_p.cpp qrichtext_p.h Removed Files: qstylesheet.cpp qstylesheet.h Log Message: Big sync with Qt's QRichText. This brings bidi fixes, memory saving in QTextParag. This also updates the richtext import/export in case we need them later. I also started to rename Q* classes to Ko* classes to minimize conflicts with Qt. More on that later, only QTextStringChar and QTextString done for now. I realize that Werner had a lot of Qt3:: to add before QTextParag, and that he was lucky there weren't more conflicts - I've just had many more. QStyleSheet* taken from the real Qt now.