Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 214365 | Differences between
and this patch

Collapse All | Expand All

(-)branches/koffice/1.6/koffice/lib/kformula/textelement.h (-2 / +2 lines)
Lines 75-81 Link Here
75
     * Calculates our width and height and
75
     * Calculates our width and height and
76
     * our children's parentPosition.
76
     * our children's parentPosition.
77
     */
77
     */
78
    virtual void calcSizes( const ContextStyle& style,
78
    virtual void calcSizes( const ContextStyle& cstyle,
79
						    ContextStyle::TextStyle tstyle,
79
						    ContextStyle::TextStyle tstyle,
80
						    ContextStyle::IndexStyle istyle,
80
						    ContextStyle::IndexStyle istyle,
81
							StyleAttributes& style );
81
							StyleAttributes& style );
Lines 246-252 Link Here
246
     * Calculates our width and height and
246
     * Calculates our width and height and
247
     * our children's parentPosition.
247
     * our children's parentPosition.
248
     */
248
     */
249
    virtual void calcSizes( const ContextStyle& style,
249
    virtual void calcSizes( const ContextStyle& cstyle,
250
						    ContextStyle::TextStyle tstyle,
250
						    ContextStyle::TextStyle tstyle,
251
						    ContextStyle::IndexStyle istyle,
251
						    ContextStyle::IndexStyle istyle,
252
							StyleAttributes& style );
252
							StyleAttributes& style );
(-)branches/koffice/1.6/koffice/lib/kformula/symbolelement.h (-1 / +1 lines)
Lines 67-73 Link Here
67
     * Calculates our width and height and
67
     * Calculates our width and height and
68
     * our children's parentPosition.
68
     * our children's parentPosition.
69
     */
69
     */
70
    virtual void calcSizes( const ContextStyle& style,
70
    virtual void calcSizes( const ContextStyle& cstyle,
71
						    ContextStyle::TextStyle tstyle,
71
						    ContextStyle::TextStyle tstyle,
72
						    ContextStyle::IndexStyle istyle,
72
						    ContextStyle::IndexStyle istyle,
73
							StyleAttributes& style );
73
							StyleAttributes& style );
(-)branches/koffice/1.6/koffice/lib/kformula/spaceelement.h (-1 / +1 lines)
Lines 80-86 Link Here
80
     * Calculates our width and height and
80
     * Calculates our width and height and
81
     * our children's parentPosition.
81
     * our children's parentPosition.
82
     */
82
     */
83
    virtual void calcSizes( const ContextStyle& style,
83
    virtual void calcSizes( const ContextStyle& cstyle,
84
						    ContextStyle::TextStyle tstyle,
84
						    ContextStyle::TextStyle tstyle,
85
						    ContextStyle::IndexStyle istyle,
85
						    ContextStyle::IndexStyle istyle,
86
							StyleAttributes& style );
86
							StyleAttributes& style );
(-)branches/koffice/1.6/koffice/lib/kformula/sequenceelement.h (-1 / +1 lines)
Lines 94-100 Link Here
94
     * Calculates our width and height and
94
     * Calculates our width and height and
95
     * our children's parentPosition.
95
     * our children's parentPosition.
96
     */
96
     */
97
    virtual void calcSizes( const ContextStyle& style,
97
    virtual void calcSizes( const ContextStyle& cstyle,
98
						    ContextStyle::TextStyle tstyle,
98
						    ContextStyle::TextStyle tstyle,
99
						    ContextStyle::IndexStyle istyle,
99
						    ContextStyle::IndexStyle istyle,
100
							StyleAttributes& style );
100
							StyleAttributes& style );
(-)branches/koffice/1.6/koffice/lib/kformula/rootelement.h (-2 / +2 lines)
Lines 68-74 Link Here
68
     * Calculates our width and height and
68
     * Calculates our width and height and
69
     * our children's parentPosition.
69
     * our children's parentPosition.
70
     */
70
     */
71
    virtual void calcSizes( const ContextStyle& style,
71
    virtual void calcSizes( const ContextStyle& cstyle,
72
						    ContextStyle::TextStyle tstyle,
72
						    ContextStyle::TextStyle tstyle,
73
						    ContextStyle::IndexStyle istyle,
73
						    ContextStyle::IndexStyle istyle,
74
							StyleAttributes& style );
74
							StyleAttributes& style );
Lines 79-85 Link Here
79
     * We can use our parentPosition to get our own origin then.
79
     * We can use our parentPosition to get our own origin then.
80
     */
80
     */
81
    virtual void draw( QPainter& painter, const LuPixelRect& r,
81
    virtual void draw( QPainter& painter, const LuPixelRect& r,
82
                       const ContextStyle& style,
82
                       const ContextStyle& cstyle,
83
                       ContextStyle::TextStyle tstyle,
83
                       ContextStyle::TextStyle tstyle,
84
                       ContextStyle::IndexStyle istyle,
84
                       ContextStyle::IndexStyle istyle,
85
					   StyleAttributes& style,
85
					   StyleAttributes& style,
(-)branches/koffice/1.6/koffice/lib/kformula/paddedelement.h (-1 / +1 lines)
Lines 34-40 Link Here
34
     * Calculates our width and height and
34
     * Calculates our width and height and
35
     * our children's parentPosition.
35
     * our children's parentPosition.
36
     */
36
     */
37
    virtual void calcSizes( const ContextStyle& style,
37
    virtual void calcSizes( const ContextStyle& cstyle,
38
						    ContextStyle::TextStyle tstyle,
38
						    ContextStyle::TextStyle tstyle,
39
						    ContextStyle::IndexStyle istyle,
39
						    ContextStyle::IndexStyle istyle,
40
							StyleAttributes& style );
40
							StyleAttributes& style );
(-)branches/koffice/1.6/koffice/lib/kformula/matrixelement.h (-2 / +2 lines)
Lines 82-88 Link Here
82
     * Calculates our width and height and
82
     * Calculates our width and height and
83
     * our children's parentPosition.
83
     * our children's parentPosition.
84
     */
84
     */
85
    virtual void calcSizes( const ContextStyle& style,
85
    virtual void calcSizes( const ContextStyle& cstyle,
86
						    ContextStyle::TextStyle tstyle,
86
						    ContextStyle::TextStyle tstyle,
87
						    ContextStyle::IndexStyle istyle,
87
						    ContextStyle::IndexStyle istyle,
88
							StyleAttributes& style );
88
							StyleAttributes& style );
Lines 377-383 Link Here
377
     * Calculates our width and height and
377
     * Calculates our width and height and
378
     * our children's parentPosition.
378
     * our children's parentPosition.
379
     */
379
     */
380
    virtual void calcSizes( const ContextStyle& style,
380
    virtual void calcSizes( const ContextStyle& cstyle,
381
						    ContextStyle::TextStyle tstyle,
381
						    ContextStyle::TextStyle tstyle,
382
						    ContextStyle::IndexStyle istyle,
382
						    ContextStyle::IndexStyle istyle,
383
							StyleAttributes& style );
383
							StyleAttributes& style );
(-)branches/koffice/1.6/koffice/lib/kformula/indexelement.h (-1 / +1 lines)
Lines 79-85 Link Here
79
     * Calculates our width and height and
79
     * Calculates our width and height and
80
     * our children's parentPosition.
80
     * our children's parentPosition.
81
     */
81
     */
82
    virtual void calcSizes( const ContextStyle& style,
82
    virtual void calcSizes( const ContextStyle& cstyle,
83
						    ContextStyle::TextStyle tstyle,
83
						    ContextStyle::TextStyle tstyle,
84
						    ContextStyle::IndexStyle istyle,
84
						    ContextStyle::IndexStyle istyle,
85
							StyleAttributes& style );
85
							StyleAttributes& style );
(-)branches/koffice/1.6/koffice/lib/kformula/glyphelement.h (-1 / +1 lines)
Lines 33-39 Link Here
33
     * Calculates our width and height and
33
     * Calculates our width and height and
34
     * our children's parentPosition.
34
     * our children's parentPosition.
35
     */
35
     */
36
    virtual void calcSizes( const ContextStyle& style,
36
    virtual void calcSizes( const ContextStyle& cstyle,
37
						    ContextStyle::TextStyle tstyle,
37
						    ContextStyle::TextStyle tstyle,
38
						    ContextStyle::IndexStyle istyle,
38
						    ContextStyle::IndexStyle istyle,
39
							StyleAttributes& style );
39
							StyleAttributes& style );

Return to bug 214365