Home
last modified time | relevance | path

Searched refs:eVOri (Results 1 – 3 of 3) sorted by path

/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx1398 sal_Int16 eVOri = text::VertOrientation::NONE; in FixFrameFmt() local
1450 eVOri = pCell->GetVertOri(); in FixFrameFmt()
1458 pFrmFmt = pColumn->GetFrmFmt( bBottomLine, eVOri ); in FixFrameFmt()
1597 if( text::VertOrientation::NONE != eVOri ) in FixFrameFmt()
1605 pColumn->SetFrmFmt( pFrmFmt, bBottomLine, eVOri ); in FixFrameFmt()
2129 sal_Int16 eVOri = ((*pRows)[nCurRow])->GetVertOri(); in GetInheritedVertOri() local
2130 if( text::VertOrientation::TOP==eVOri && nCurCol<nCols ) in GetInheritedVertOri()
2131 eVOri = ((*pColumns)[nCurCol])->GetVertOri(); in GetInheritedVertOri()
2132 if( text::VertOrientation::TOP==eVOri ) in GetInheritedVertOri()
2133 eVOri = eVertOri; in GetInheritedVertOri()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx2588 const sal_Int16 eVOri = _iorVertOri.GetVertOrient(); in ConvertPosition() local
2589 bConvDueToOrientation = ( eVOri == text::VertOrientation::TOP || in ConvertPosition()
2590 eVOri == text::VertOrientation::BOTTOM || in ConvertPosition()
2591 eVOri == text::VertOrientation::CHAR_TOP || in ConvertPosition()
2592 eVOri == text::VertOrientation::CHAR_BOTTOM || in ConvertPosition()
2593 eVOri == text::VertOrientation::CHAR_CENTER || in ConvertPosition()
2594 eVOri == text::VertOrientation::LINE_TOP || in ConvertPosition()
2595 eVOri == text::VertOrientation::LINE_BOTTOM || in ConvertPosition()
2596 eVOri == text::VertOrientation::LINE_CENTER ); in ConvertPosition()
2712 const sal_Int16 eVOri = rVertOri.GetVertOrient(); in SetAnchoring() local
[all …]
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx1082 const sal_Int16 eVOri = nAlign; in FillItemSet() local
1085 aVertOrient.SetVertOrient ( eVOri); in FillItemSet()
1090 if ( eVOri == text::VertOrientation::NONE && in FillItemSet()
1091 ( bNew || (bAtVertPosModified || bMod) || nOldV != eVOri) ) in FillItemSet()

Completed in 56 milliseconds