Home
last modified time | relevance | path

Searched refs:nJustificationCode (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/filter/rtf/
H A Drtffld.cxx259 sal_Int32 nJustificationCode, nFontSize, nUp, nDown, nStyleNo; member
262 : nJustificationCode(0), nFontSize(0), nUp(0), nDown(0), in RTF_EquationData()
314 rData.nJustificationCode = sParam.Copy( 2 ).ToInt32(); in lcl_ScanEquationField()
694 switch( aData.nJustificationCode ) in MakeFieldInst()
696 case 0: aData.nJustificationCode = 1; break; in MakeFieldInst()
697 case 1: aData.nJustificationCode = 3; break; in MakeFieldInst()
698 case 2: aData.nJustificationCode = 4; break; in MakeFieldInst()
699 case 4: aData.nJustificationCode = 2; break; in MakeFieldInst()
701 default: aData.nJustificationCode = 0; break; in MakeFieldInst()
765 aRuby.SetAdjustment( (sal_uInt16)aData.nJustificationCode ); in MakeFieldInst()
/trunk/main/sw/source/filter/ww8/
H A Dww8par5.cxx2691 sal_uInt16 nJustificationCode=0; in Read_SubF_Ruby() local
2707 nJustificationCode = static_cast<sal_uInt16>(sTemp.ToInt32()); in Read_SubF_Ruby()
2767 switch (nJustificationCode) in Read_SubF_Ruby()
2770 nJustificationCode=1; in Read_SubF_Ruby()
2773 nJustificationCode=3; in Read_SubF_Ruby()
2776 nJustificationCode=4; in Read_SubF_Ruby()
2780 nJustificationCode=0; in Read_SubF_Ruby()
2783 nJustificationCode=2; in Read_SubF_Ruby()
2840 aRuby.SetAdjustment(nJustificationCode); in Read_SubF_Ruby()

Completed in 25 milliseconds