Lines Matching refs:eOrient

1250 	eOrient( eVert ),  in SwFmtVertOrient()
1258 eOrient == ((SwFmtVertOrient&)rAttr).eOrient && in operator ==()
1264 return new SwFmtVertOrient( nYPos, eOrient, eRelation ); in Clone()
1277 switch( eOrient ) in QueryValue()
1319 … case text::VertOrientation::NONE: eOrient = text::VertOrientation::NONE; break; in PutValue()
1320 … case text::VertOrientation::TOP : eOrient = text::VertOrientation::TOP; break; in PutValue()
1321 … case text::VertOrientation::CENTER : eOrient = text::VertOrientation::CENTER; break; in PutValue()
1322 … case text::VertOrientation::BOTTOM : eOrient = text::VertOrientation::BOTTOM; break; in PutValue()
1323 … case text::VertOrientation::CHAR_TOP : eOrient = text::VertOrientation::CHAR_TOP; break; in PutValue()
1324 … case text::VertOrientation::CHAR_CENTER: eOrient = text::VertOrientation::CHAR_CENTER;break; in PutValue()
1325 … case text::VertOrientation::CHAR_BOTTOM: eOrient = text::VertOrientation::CHAR_BOTTOM;break; in PutValue()
1326 … case text::VertOrientation::LINE_TOP : eOrient = text::VertOrientation::LINE_TOP; break; in PutValue()
1327 … case text::VertOrientation::LINE_CENTER: eOrient = text::VertOrientation::LINE_CENTER;break; in PutValue()
1328 … case text::VertOrientation::LINE_BOTTOM: eOrient = text::VertOrientation::LINE_BOTTOM;break; in PutValue()
1362 eOrient( eHori ), in SwFmtHoriOrient()
1371 eOrient == ((SwFmtHoriOrient&)rAttr).eOrient && in operator ==()
1378 return new SwFmtHoriOrient( nXPos, eOrient, eRelation, bPosToggle ); in Clone()
1391 switch( eOrient ) in QueryValue()
1441 … case text::HoriOrientation::NONE: eOrient = text::HoriOrientation::NONE ; break; in PutValue()
1442 case text::HoriOrientation::RIGHT: eOrient = text::HoriOrientation::RIGHT; break; in PutValue()
1443 … case text::HoriOrientation::CENTER : eOrient = text::HoriOrientation::CENTER; break; in PutValue()
1444 … case text::HoriOrientation::LEFT : eOrient = text::HoriOrientation::LEFT; break; in PutValue()
1445 … case text::HoriOrientation::INSIDE : eOrient = text::HoriOrientation::INSIDE; break; in PutValue()
1446 … case text::HoriOrientation::OUTSIDE: eOrient = text::HoriOrientation::OUTSIDE; break; in PutValue()
1447 … case text::HoriOrientation::FULL: eOrient = text::HoriOrientation::FULL; break; in PutValue()
1449 eOrient = text::HoriOrientation::LEFT_AND_WIDTH; in PutValue()