[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice
From:       David Faure <faure () kde ! org>
Date:       2005-10-07 17:34:08
Message-ID: 1128706448.205844.4005.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 468320 by dfaure:

Split out KoZoomHandler (in kotext) into
- KoZoomHandler (in kofficeui), with standard zooming stuff
- KoTextZoomHandler (in kotext), with the wysiwyg-text-layouting-unit stuff,
  and it derives from KoZoomHandler.


 M  +2 -2      kpresenter/kpautoformobject.cc  
 M  +1 -1      kpresenter/kpautoformobject.h  
 M  +1 -1      kpresenter/kpbackground.cc  
 M  +2 -2      kpresenter/kpbackground.h  
 M  +2 -2      kpresenter/kpclosedlineobject.cc  
 M  +1 -1      kpresenter/kpclosedlineobject.h  
 M  +2 -2      kpresenter/kpcubicbeziercurveobject.cc  
 M  +2 -2      kpresenter/kpellipseobject.cc  
 M  +1 -1      kpresenter/kpellipseobject.h  
 M  +1 -1      kpresenter/kpfreehandobject.cc  
 M  +1 -1      kpresenter/kpgradient.cc  
 M  +1 -1      kpresenter/kpgradient.h  
 M  +1 -1      kpresenter/kpgroupobject.cc  
 M  +1 -1      kpresenter/kpgroupobject.h  
 M  +2 -2      kpresenter/kplineobject.cc  
 M  +1 -1      kpresenter/kplineobject.h  
 M  +16 -16    kpresenter/kpobject.cc  
 M  +7 -7      kpresenter/kpobject.h  
 M  +5 -5      kpresenter/kppartobject.cc  
 M  +2 -2      kpresenter/kppartobject.h  
 M  +1 -1      kpresenter/kppen.cc  
 M  +3 -3      kpresenter/kppieobject.cc  
 M  +1 -1      kpresenter/kppieobject.h  
 M  +3 -3      kpresenter/kppixmapobject.cc  
 M  +1 -1      kpresenter/kppixmapobject.h  
 M  +2 -2      kpresenter/kppointobject.cc  
 M  +1 -1      kpresenter/kppointobject.h  
 M  +2 -2      kpresenter/kppolygonobject.cc  
 M  +1 -1      kpresenter/kppolygonobject.h  
 M  +1 -1      kpresenter/kppolylineobject.cc  
 M  +1 -1      kpresenter/kpquadricbeziercurveobject.cc  
 M  +1 -1      kpresenter/kpquadricbeziercurveobject.h  
 M  +16 -16    kpresenter/kprcanvas.cc  
 M  +2 -2      kpresenter/kprectobject.cc  
 M  +1 -1      kpresenter/kprectobject.h  
 M  +4 -4      kpresenter/kpresenter_doc.cc  
 M  +4 -4      kpresenter/kpresenter_doc.h  
 M  +1 -1      kpresenter/kpresenter_utils.cc  
 M  +2 -2      kpresenter/kpresenter_view.cc  
 M  +2 -2      kpresenter/kpresenter_view.h  
 M  +2 -3      kpresenter/kprpage.cc  
 M  +1 -1      kpresenter/kprpage.h  
 M  +10 -10    kpresenter/kptextobject.cc  
 M  +5 -5      kpresenter/kptextobject.h  
 M  +2 -2      kpresenter/pbpreview.cc  
 M  +2 -2      kpresenter/pbpreview.h  
 M  +2 -2      kword/kwanchor.cc  
 M  +1 -1      kword/kwdoc.cc  
 M  +2 -2      kword/kwdoc.h  
 M  +1 -1      kword/kwtablestylemanager.cc  
 M  +1 -1      kword/kwtablestylemanager.h  
 M  +1 -1      kword/kwtabletemplate.h  
 M  +1 -1      kword/kwtabletemplateselector.cc  
 M  +2 -2      kword/kwtabletemplateselector.h  
 M  +1 -1      kword/kwtextdocument.cc  
 M  +1 -1      kword/kwtextdocument.h  
 M  +1 -1      kword/kwtextparag.cc  
 M  +1 -1      kword/kwtextparag.h  
 M  +1 -1      kword/kwvariable.cc  
 M  +2 -3      lib/kformula/contextstyle.h  
 M  +1 -1      lib/kformula/kformuladocument.h  
 M  +2 -2      lib/kofficeui/Makefile.am  
 M  +2 -2      lib/kotext/Makefile.am  
 M  +0 -1      lib/kotext/koAutoFormat.cc  
 M  +2 -2      lib/kotext/koParagDia.cc  
 M  +2 -1      lib/kotext/koParagDia.h  
 M  +0 -1      lib/kotext/koSearchDia.cc  
 M  +5 -11     lib/kotext/koStylist.cc  
 M  +0 -1      lib/kotext/koStylist.h  
 M  +1 -1      lib/kotext/koparagcounter.cc  
 M  +1 -1      lib/kotext/korichtext.h  
 M  +2 -2      lib/kotext/kotextcustomitem.cc  
 M  +5 -5      lib/kotext/kotextdocument.cc  
 M  +9 -9      lib/kotext/kotextdocument.h  
 M  +9 -9      lib/kotext/kotextformat.cc  
 M  +8 -8      lib/kotext/kotextformat.h  
 M  +6 -6      lib/kotext/kotextformatter.cc  
 M  +4 -4      lib/kotext/kotextformatter.h  
 M  +2 -2      lib/kotext/kotextobject.cc  
 M  +1 -1      lib/kotext/kotextobject.h  
 M  +20 -20    lib/kotext/kotextparag.cc  
 M  +6 -6      lib/kotext/kotextparag.h  
 A             lib/kotext/kotextzoomhandler.cpp   lib/kotext/kozoomhandler.cc#468297 \
[License: LGPL (v2+)]  A             lib/kotext/kotextzoomhandler.h   \
lib/kotext/kozoomhandler.h#468297 [License: LGPL (v2+)]  M  +4 -4      \
lib/kotext/kovariable.cc    D             lib/kotext/kozoomhandler.cc  
 D             lib/kotext/kozoomhandler.h  


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic