Home
last modified time | relevance | path

Searched refs:rPortion (Results 1 – 9 of 9) sorted by relevance

/AOO41X/main/sw/source/core/text/ !
H A Dporlin.hxx80 inline SwLinePortion(const SwLinePortion &rPortion);
85 inline SwLinePortion &operator=(const SwLinePortion &rPortion);
86 inline sal_Bool operator==( const SwLinePortion &rPortion ) const;
202 inline SwLinePortion &SwLinePortion::operator=(const SwLinePortion &rPortion) in operator =() argument
204 *(SwPosSize*)this = rPortion; in operator =()
205 nLineLength = rPortion.nLineLength; in operator =()
206 nAscent = rPortion.nAscent; in operator =()
207 nWhichPor = rPortion.nWhichPor; in operator =()
211 inline sal_Bool SwLinePortion::operator==(const SwLinePortion &rPortion ) const in operator ==()
213 return( Height() == rPortion.Height() && in operator ==()
[all …]
H A Dporrst.cxx62 SwTmpEndPortion::SwTmpEndPortion( const SwLinePortion &rPortion ) in SwTmpEndPortion() argument
64 Height( rPortion.Height() ); in SwTmpEndPortion()
65 SetAscent( rPortion.GetAscent() ); in SwTmpEndPortion()
86 SwBreakPortion::SwBreakPortion( const SwLinePortion &rPortion ) in SwBreakPortion() argument
87 : SwLinePortion( rPortion ) in SwBreakPortion()
133 SwKernPortion::SwKernPortion( SwLinePortion &rPortion, short nKrn, in SwKernPortion() argument
137 Height( rPortion.Height() ); in SwKernPortion()
138 SetAscent( rPortion.GetAscent() ); in SwKernPortion()
143 rPortion.Insert( this ); in SwKernPortion()
146 SwKernPortion::SwKernPortion( const SwLinePortion& rPortion ) : in SwKernPortion() argument
[all …]
H A Dporrst.hxx40 SwTmpEndPortion( const SwLinePortion &rPortion );
52 SwBreakPortion( const SwLinePortion &rPortion );
83 SwKernPortion( SwLinePortion &rPortion, short nKrn,
88 SwKernPortion( const SwLinePortion &rPortion );
105 SwArrowPortion( const SwLinePortion &rPortion );
H A Dtxtfly.hxx134 SwRect _GetFrm( const SwRect &rPortion, sal_Bool bTop ) const;
187 inline SwRect GetFrm( const SwRect &rPortion, sal_Bool bTop = sal_True ) const;
H A Dportxt.hxx44 SwTxtPortion( const SwLinePortion &rPortion );
H A Dportxt.cxx232 SwTxtPortion::SwTxtPortion( const SwLinePortion &rPortion ) in SwTxtPortion() argument
233 : SwLinePortion( rPortion ) in SwTxtPortion()
/AOO41X/main/oox/source/xls/ !
H A Drichstring.cxx152 void FontPortionModelList::appendPortion( const FontPortionModel& rPortion ) in appendPortion() argument
155 …OSL_ENSURE( empty() || (back().mnPos <= rPortion.mnPos), "FontPortionModelList::appendPortion - wr… in appendPortion()
156 if( empty() || (back().mnPos < rPortion.mnPos) ) in appendPortion()
157 push_back( rPortion ); in appendPortion()
159 back().mnFontId = rPortion.mnFontId; in appendPortion()
310 void PhoneticPortionModelList::appendPortion( const PhoneticPortionModel& rPortion ) in appendPortion() argument
313 OSL_ENSURE( empty() || ((back().mnPos <= rPortion.mnPos) && in appendPortion()
314 (back().mnBasePos + back().mnBaseLen <= rPortion.mnBasePos)), in appendPortion()
316 if( empty() || (back().mnPos < rPortion.mnPos) ) in appendPortion()
318 push_back( rPortion ); in appendPortion()
[all …]
/AOO41X/main/oox/inc/oox/xls/ !
H A Drichstring.hxx125 void appendPortion( const FontPortionModel& rPortion );
221 void appendPortion( const PhoneticPortionModel& rPortion );
/AOO41X/main/filter/inc/filter/msfilter/ !
H A Dsvdfppt.hxx1068 void AppendPortion( PPTPortionObj& rPortion );