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

List:       kde-commits
Subject:    koffice/kword/part/frames
From:       Thomas Zander <zander () kde ! org>
Date:       2010-07-08 8:26:17
Message-ID: 20100708082617.EDE03AC85D () svn ! kde ! org
[Download RAW message or body]

SVN commit 1147426 by zander:

Also print shape address.

 M  +2 -2      KWFrameSet.cpp  


--- trunk/koffice/kword/part/frames/KWFrameSet.cpp #1147425:1147426
@@ -61,7 +61,7 @@
 {
     int i = 1;
     foreach (KWFrame *frame, frames()) {
-        kDebug(32001) << " +-- Frame" << i++ << "of" << frameCount() << "    (" << \
frame << ")" +        kDebug(32001) << " +-- Frame" << i++ << "of" << frameCount() << \
"    (" << frame << frame->shape() << ")"  << (frame->isCopy() ? "[copy]" : "");
         printDebug(frame);
     }
@@ -73,7 +73,7 @@
     static const char * runaroundSide[] = { "Biggest", "Left", "Right", "Auto", \
                "Both", "ERROR" };
     static const char * frameBh[] = { "AutoExtendFrame", "AutoCreateNewFrame", \
                "Ignore", "ERROR" };
     static const char * newFrameBh[] = { "Reconnect", "NoFollowup", "Copy" };
-    kDebug(32001) << "     Rectangle :" << frame->shape()->position().x() << "," << \
frame->shape()->position().y() << "" << frame->shape()->size().width() << "x" << \
frame->shape()->size().height(); +    kDebug(32001) << "     Rectangle :" << \
frame->shape()->position().x() << "," << frame->shape()->position().y() << \
                frame->shape()->size().width() << "x" << \
                frame->shape()->size().height();
     kDebug(32001) << "     RunAround:" << runaround[frame->textRunAround()] << \
                "side:" << runaroundSide[frame->runAroundSide()];
     kDebug(32001) << "     FrameBehavior:" << frameBh[frame->frameBehavior()];
     kDebug(32001) << "     NewFrameBehavior:" << \
newFrameBh[frame->newFrameBehavior()];


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

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