Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/html/ !
H A Dhtmltabw.cxx1026 sal_Int16 eTabHoriOri = pFmt->GetHoriOrient().GetHoriOrient(); in OutHTML_SwTblNode() local
1032 switch( eTabHoriOri ) in OutHTML_SwTblNode()
1039 eTabHoriOri = text::HoriOrientation::LEFT; in OutHTML_SwTblNode()
1078 eTabHoriOri = text::HoriOrientation::LEFT; in OutHTML_SwTblNode()
1130 eTabHoriOri = eFlyHoriOri; in OutHTML_SwTblNode()
1144 switch( eTabHoriOri ) in OutHTML_SwTblNode()
1150 eTabHoriOri = text::HoriOrientation::NONE; in OutHTML_SwTblNode()
1158 eTabHoriOri = text::HoriOrientation::NONE; in OutHTML_SwTblNode()
1165 eTabHoriOri = text::HoriOrientation::NONE; in OutHTML_SwTblNode()
1170 if( text::HoriOrientation::NONE==eTabHoriOri ) in OutHTML_SwTblNode()
[all …]
/AOO42X/main/sw/source/filter/xml/ !
H A Dxmltble.cxx760 sal_Int16 eTabHoriOri = pTblFmt->GetHoriOrient().GetHoriOrient(); in ExportTableAutoStyles() local
767 sal_Bool bFixAbsWidth = nPrcWidth != 0 || /*text::*/HoriOrientation::NONE == eTabHoriOri in ExportTableAutoStyles()
768 || /*text::*/HoriOrientation::FULL == eTabHoriOri; in ExportTableAutoStyles()