Home
last modified time | relevance | path

Searched refs:nAdjustment (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/core/txtnode/
H A Dfmtatr2.cxx468 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()
/trunk/main/sw/source/core/text/
H A Dpormulti.cxx602 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()
1512 GetInfo().X( nOfst - nAdjustment ); in PaintMultiPortion()
1514 GetInfo().X( nOfst + nAdjustment ); in PaintMultiPortion()
1519 SwTwips nAdjustment = 0; in PaintMultiPortion() local
[all …]
H A Dpormulti.hxx193 sal_uInt16 nAdjustment; member in SwRubyPortion
205 { if(nAdjustment && GetRoot().GetNext()) _Adjust(rInf); } in Adjust()
206 inline sal_uInt16 GetAdjustment() const { return nAdjustment; } in GetAdjustment()
/trunk/main/sw/inc/
H A Dfmtruby.hxx41 sal_uInt16 nAdjustment; // specific adjustment of the Ruby-Ch. member in SwFmtRuby
81 sal_uInt16 GetAdjustment() const { return nAdjustment; } in GetAdjustment()
82 void SetAdjustment( sal_uInt16 nNew ) { nAdjustment = nNew; } in SetAdjustment()
/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx4767 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() argument
4791 ShortToSVBT16(msword_cast<sal_Int16>(rTS.GetTabPos() + nAdjustment), in Add()
4839 void SwWW8WrTabu::Del(const SvxTabStop &rTS, long nAdjustment) in Del() argument
4842 ShortToSVBT16(msword_cast<sal_Int16>(rTS.GetTabPos() + nAdjustment), in Del()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx7292 … const sal_Int32 nAdjustment = (sal_Int32)(rGlyphs[nPos-1].m_nNativeWidth - fAdvance + 0.5); in drawHorizontalGlyphs() local
7293 if( nAdjustment != 0 ) in drawHorizontalGlyphs()
7298 aKernedLine.append( nAdjustment ); in drawHorizontalGlyphs()

Completed in 139 milliseconds