Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxihelper.cxx363 case 'R': SetNewPortion( EXC_HF_RIGHT ); break; // Right portion in ParseString()
494 maInfos[ EXC_HF_RIGHT ].mnHeight += GetMaxLineHeight( EXC_HF_RIGHT ); in ParseString()
504 if( maInfos[ EXC_HF_RIGHT ].mxObj.get() ) in FillToItemSet()
505 aHFItem.SetRightArea( *maInfos[ EXC_HF_RIGHT ].mxObj ); in FillToItemSet()
512 ::std::max( maInfos[ EXC_HF_CENTER ].mnHeight, maInfos[ EXC_HF_RIGHT ].mnHeight ) ); in GetTotalHeight()
/trunk/main/sc/source/filter/inc/
H A Dxihelper.hxx204 enum XclImpHFPortion { EXC_HF_LEFT, EXC_HF_CENTER, EXC_HF_RIGHT, EXC_HF_PORTION_COUNT }; enumerator

Completed in 12 milliseconds