Lines Matching refs:excel

116 uno::Reference< excel::XFont > SAL_CALL ScVbaButtonCharacters::getFont() throw (uno::RuntimeExcepti…  in getFont()
121 void SAL_CALL ScVbaButtonCharacters::setFont( const uno::Reference< excel::XFont >& /*rxFont*/ ) th… in setFont()
238 sal_Int32 nRet = excel::XlPlacement::xlMoveAndSize; in getPlacement()
247 nRet = excel::XlPlacement::xlFreeFloating; in getPlacement()
262 if ( nPlacement == excel::XlPlacement::xlFreeFloating ) in setPlacement()
448 uno::Reference< excel::XFont > SAL_CALL ScVbaButton::getFont() throw (uno::RuntimeException) in getFont()
453 void SAL_CALL ScVbaButton::setFont( const uno::Reference< excel::XFont >& /*rxFont*/ ) throw (uno::… in setFont()
462 case awt::TextAlign::LEFT: return excel::Constants::xlLeft; in getHorizontalAlignment()
463 case awt::TextAlign::RIGHT: return excel::Constants::xlRight; in getHorizontalAlignment()
464 case awt::TextAlign::CENTER: return excel::Constants::xlCenter; in getHorizontalAlignment()
466 return excel::Constants::xlCenter; in getHorizontalAlignment()
474 case excel::Constants::xlLeft: nAwtAlign = awt::TextAlign::LEFT; break; in setHorizontalAlignment()
475 case excel::Constants::xlRight: nAwtAlign = awt::TextAlign::RIGHT; break; in setHorizontalAlignment()
476 case excel::Constants::xlCenter: nAwtAlign = awt::TextAlign::CENTER; break; in setHorizontalAlignment()
486 case style::VerticalAlignment_TOP: return excel::Constants::xlTop; in getVerticalAlignment()
487 case style::VerticalAlignment_BOTTOM: return excel::Constants::xlBottom; in getVerticalAlignment()
488 case style::VerticalAlignment_MIDDLE: return excel::Constants::xlCenter; in getVerticalAlignment()
491 return excel::Constants::xlCenter; in getVerticalAlignment()
499 case excel::Constants::xlTop: eAwtAlign = style::VerticalAlignment_TOP; break; in setVerticalAlignment()
500 case excel::Constants::xlBottom: eAwtAlign = style::VerticalAlignment_BOTTOM; break; in setVerticalAlignment()
501 case excel::Constants::xlCenter: eAwtAlign = style::VerticalAlignment_MIDDLE; break; in setVerticalAlignment()
509 return excel::XlOrientation::xlHorizontal; in getOrientation()
519 uno::Reference< excel::XCharacters > SAL_CALL ScVbaButton::Characters( const uno::Any& rStart, cons… in Characters()