Lines Matching refs:ShapeAttributeLayer

59         void ShapeAttributeLayer::updateStateIds()  in updateStateIds()
84 template< typename T > T ShapeAttributeLayer::calcValue( const T& rCurrValue, in calcValue()
86 … bool (ShapeAttributeLayer::*pIsValid)() const, in calcValue()
87 … T (ShapeAttributeLayer::*pGetValue)() const ) const in calcValue()
139ShapeAttributeLayer::ShapeAttributeLayer( const ShapeAttributeLayerSharedPtr& rChildLayer ) : in ShapeAttributeLayer() function in slideshow::internal::ShapeAttributeLayer
208 … bool ShapeAttributeLayer::revokeChildLayer( const ShapeAttributeLayerSharedPtr& rChildLayer ) in revokeChildLayer()
249 ShapeAttributeLayerSharedPtr ShapeAttributeLayer::getChildLayer() const in getChildLayer()
254 void ShapeAttributeLayer::setAdditiveMode( sal_Int16 nMode ) in setAdditiveMode()
274 bool ShapeAttributeLayer::isWidthValid() const in isWidthValid()
279 double ShapeAttributeLayer::getWidth() const in getWidth()
284 &ShapeAttributeLayer::isWidthValid, in getWidth()
285 &ShapeAttributeLayer::getWidth ); in getWidth()
288 void ShapeAttributeLayer::setWidth( const double& rNewWidth ) in setWidth()
298 bool ShapeAttributeLayer::isHeightValid() const in isHeightValid()
303 double ShapeAttributeLayer::getHeight() const in getHeight()
308 &ShapeAttributeLayer::isHeightValid, in getHeight()
309 &ShapeAttributeLayer::getHeight ); in getHeight()
312 void ShapeAttributeLayer::setHeight( const double& rNewHeight ) in setHeight()
322 void ShapeAttributeLayer::setSize( const ::basegfx::B2DSize& rNewSize ) in setSize()
333 bool ShapeAttributeLayer::isPosXValid() const in isPosXValid()
338 double ShapeAttributeLayer::getPosX() const in getPosX()
343 &ShapeAttributeLayer::isPosXValid, in getPosX()
344 &ShapeAttributeLayer::getPosX ); in getPosX()
347 void ShapeAttributeLayer::setPosX( const double& rNewX ) in setPosX()
357 bool ShapeAttributeLayer::isPosYValid() const in isPosYValid()
362 double ShapeAttributeLayer::getPosY() const in getPosY()
367 &ShapeAttributeLayer::isPosYValid, in getPosY()
368 &ShapeAttributeLayer::getPosY ); in getPosY()
371 void ShapeAttributeLayer::setPosY( const double& rNewY ) in setPosY()
381 void ShapeAttributeLayer::setPosition( const ::basegfx::B2DPoint& rNewPos ) in setPosition()
388 bool ShapeAttributeLayer::isRotationAngleValid() const in isRotationAngleValid()
393 double ShapeAttributeLayer::getRotationAngle() const in getRotationAngle()
398 &ShapeAttributeLayer::isRotationAngleValid, in getRotationAngle()
399 &ShapeAttributeLayer::getRotationAngle ); in getRotationAngle()
402 void ShapeAttributeLayer::setRotationAngle( const double& rNewAngle ) in setRotationAngle()
412 bool ShapeAttributeLayer::isShearXAngleValid() const in isShearXAngleValid()
417 double ShapeAttributeLayer::getShearXAngle() const in getShearXAngle()
421 &ShapeAttributeLayer::isShearXAngleValid, in getShearXAngle()
422 &ShapeAttributeLayer::getShearXAngle ); in getShearXAngle()
425 void ShapeAttributeLayer::setShearXAngle( const double& rNewAngle ) in setShearXAngle()
435 bool ShapeAttributeLayer::isShearYAngleValid() const in isShearYAngleValid()
440 double ShapeAttributeLayer::getShearYAngle() const in getShearYAngle()
444 &ShapeAttributeLayer::isShearYAngleValid, in getShearYAngle()
445 &ShapeAttributeLayer::getShearYAngle ); in getShearYAngle()
448 void ShapeAttributeLayer::setShearYAngle( const double& rNewAngle ) in setShearYAngle()
458 bool ShapeAttributeLayer::isAlphaValid() const in isAlphaValid()
463 double ShapeAttributeLayer::getAlpha() const in getAlpha()
467 &ShapeAttributeLayer::isAlphaValid, in getAlpha()
468 &ShapeAttributeLayer::getAlpha ); in getAlpha()
471 void ShapeAttributeLayer::setAlpha( const double& rNewValue ) in setAlpha()
481 bool ShapeAttributeLayer::isClipValid() const in isClipValid()
486 ::basegfx::B2DPolyPolygon ShapeAttributeLayer::getClip() const in getClip()
497 void ShapeAttributeLayer::setClip( const ::basegfx::B2DPolyPolygon& rNewClip ) in setClip()
504 bool ShapeAttributeLayer::isDimColorValid() const in isDimColorValid()
509 RGBColor ShapeAttributeLayer::getDimColor() const in getDimColor()
513 &ShapeAttributeLayer::isDimColorValid, in getDimColor()
514 &ShapeAttributeLayer::getDimColor ); in getDimColor()
517 void ShapeAttributeLayer::setDimColor( const RGBColor& nNewColor ) in setDimColor()
524 bool ShapeAttributeLayer::isFillColorValid() const in isFillColorValid()
529 RGBColor ShapeAttributeLayer::getFillColor() const in getFillColor()
533 &ShapeAttributeLayer::isFillColorValid, in getFillColor()
534 &ShapeAttributeLayer::getFillColor ); in getFillColor()
537 void ShapeAttributeLayer::setFillColor( const RGBColor& nNewColor ) in setFillColor()
544 bool ShapeAttributeLayer::isLineColorValid() const in isLineColorValid()
549 RGBColor ShapeAttributeLayer::getLineColor() const in getLineColor()
553 &ShapeAttributeLayer::isLineColorValid, in getLineColor()
554 &ShapeAttributeLayer::getLineColor ); in getLineColor()
557 void ShapeAttributeLayer::setLineColor( const RGBColor& nNewColor ) in setLineColor()
564 bool ShapeAttributeLayer::isFillStyleValid() const in isFillStyleValid()
569 sal_Int16 ShapeAttributeLayer::getFillStyle() const in getFillStyle()
581 void ShapeAttributeLayer::setFillStyle( const sal_Int16& rStyle ) in setFillStyle()
589 bool ShapeAttributeLayer::isLineStyleValid() const in isLineStyleValid()
594 sal_Int16 ShapeAttributeLayer::getLineStyle() const in getLineStyle()
606 void ShapeAttributeLayer::setLineStyle( const sal_Int16& rStyle ) in setLineStyle()
614 bool ShapeAttributeLayer::isVisibilityValid() const in isVisibilityValid()
619 bool ShapeAttributeLayer::getVisibility() const in getVisibility()
631 void ShapeAttributeLayer::setVisibility( const bool& bVisible ) in setVisibility()
638 bool ShapeAttributeLayer::isCharColorValid() const in isCharColorValid()
643 RGBColor ShapeAttributeLayer::getCharColor() const in getCharColor()
647 &ShapeAttributeLayer::isCharColorValid, in getCharColor()
648 &ShapeAttributeLayer::getCharColor ); in getCharColor()
651 void ShapeAttributeLayer::setCharColor( const RGBColor& nNewColor ) in setCharColor()
658 bool ShapeAttributeLayer::isCharRotationAngleValid() const in isCharRotationAngleValid()
663 double ShapeAttributeLayer::getCharRotationAngle() const in getCharRotationAngle()
667 &ShapeAttributeLayer::isCharRotationAngleValid, in getCharRotationAngle()
668 &ShapeAttributeLayer::getCharRotationAngle ); in getCharRotationAngle()
671 void ShapeAttributeLayer::setCharRotationAngle( const double& rNewAngle ) in setCharRotationAngle()
681 bool ShapeAttributeLayer::isCharWeightValid() const in isCharWeightValid()
686 double ShapeAttributeLayer::getCharWeight() const in getCharWeight()
698 void ShapeAttributeLayer::setCharWeight( const double& rValue ) in setCharWeight()
706 bool ShapeAttributeLayer::isUnderlineModeValid() const in isUnderlineModeValid()
711 sal_Int16 ShapeAttributeLayer::getUnderlineMode() const in getUnderlineMode()
723 void ShapeAttributeLayer::setUnderlineMode( const sal_Int16& rUnderlineMode ) in setUnderlineMode()
731 bool ShapeAttributeLayer::isFontFamilyValid() const in isFontFamilyValid()
736 ::rtl::OUString ShapeAttributeLayer::getFontFamily() const in getFontFamily()
748 void ShapeAttributeLayer::setFontFamily( const ::rtl::OUString& rName ) in setFontFamily()
755 bool ShapeAttributeLayer::isCharPostureValid() const in isCharPostureValid()
760 sal_Int16 ShapeAttributeLayer::getCharPosture() const in getCharPosture()
772 void ShapeAttributeLayer::setCharPosture( const sal_Int16& rStyle ) in setCharPosture()
780 bool ShapeAttributeLayer::isCharScaleValid() const in isCharScaleValid()
785 double ShapeAttributeLayer::getCharScale() const in getCharScale()
789 &ShapeAttributeLayer::isCharScaleValid, in getCharScale()
790 &ShapeAttributeLayer::getCharScale ); in getCharScale()
793 void ShapeAttributeLayer::setCharScale( const double& rNewHeight ) in setCharScale()
803 State::StateId ShapeAttributeLayer::getTransformationState() const in getTransformationState()
811 State::StateId ShapeAttributeLayer::getClipState() const in getClipState()
819 State::StateId ShapeAttributeLayer::getAlphaState() const in getAlphaState()
827 State::StateId ShapeAttributeLayer::getPositionState() const in getPositionState()
835 State::StateId ShapeAttributeLayer::getContentState() const in getContentState()
843 State::StateId ShapeAttributeLayer::getVisibilityState() const in getVisibilityState()