Searched refs:nAdjustment (Results 1 – 6 of 6) sorted by relevance
468 nAdjustment( 0 ) in SwFmtRuby()479 nAdjustment( rAttr.nAdjustment ) in SwFmtRuby()493 nAdjustment = rAttr.nAdjustment; in operator =()505 nAdjustment == ((SwFmtRuby&)rAttr).nAdjustment; in operator ==()521 case MID_RUBY_ADJUST: rVal <<= (sal_Int16)nAdjustment; break; in QueryValue()559 nAdjustment = nSet; in PutValue()
602 nAdjustment( rRuby.GetAdjustment() ) in SwRubyPortion()625 nAdjustment = rRuby.GetAdjustment(); in SwRubyPortion()665 if ( 0 == nAdjustment ) in SwRubyPortion()666 nAdjustment = 2; in SwRubyPortion()667 else if ( 2 == nAdjustment ) in SwRubyPortion()668 nAdjustment = 0; in SwRubyPortion()713 switch ( nAdjustment ) in _Adjust()1513 GetInfo().X( nOfst - nAdjustment ); in PaintMultiPortion()1515 GetInfo().X( nOfst + nAdjustment ); in PaintMultiPortion()1520 SwTwips nAdjustment = 0; in PaintMultiPortion() local[all …]
193 sal_uInt16 nAdjustment; member in SwRubyPortion205 { if(nAdjustment && GetRoot().GetNext()) _Adjust(rInf); } in Adjust()206 inline sal_uInt16 GetAdjustment() const { return nAdjustment; } in GetAdjustment()
41 sal_uInt16 nAdjustment; // specific adjustment of the Ruby-Ch. member in SwFmtRuby81 sal_uInt16 GetAdjustment() const { return nAdjustment; } in GetAdjustment()82 void SetAdjustment( sal_uInt16 nNew ) { nAdjustment = nNew; } in SetAdjustment()
4767 void Add(const SvxTabStop &rTS, long nAdjustment);4768 void Del(const SvxTabStop &rTS, long nAdjustment);4788 void SwWW8WrTabu::Add(const SvxTabStop & rTS, long nAdjustment) in Add() argument4791 ShortToSVBT16(msword_cast<sal_Int16>(rTS.GetTabPos() + nAdjustment), in Add()4839 void SwWW8WrTabu::Del(const SvxTabStop &rTS, long nAdjustment) in Del() argument4842 ShortToSVBT16(msword_cast<sal_Int16>(rTS.GetTabPos() + nAdjustment), in Del()
7292 … const sal_Int32 nAdjustment = (sal_Int32)(rGlyphs[nPos-1].m_nNativeWidth - fAdvance + 0.5); in drawHorizontalGlyphs() local7293 if( nAdjustment != 0 ) in drawHorizontalGlyphs()7298 aKernedLine.append( nAdjustment ); in drawHorizontalGlyphs()
Completed in 100 milliseconds