Lines Matching refs:DrawShape

93         GDIMetaFileSharedPtr DrawShape::forceScrollTextMetaFile()  in forceScrollTextMetaFile()
132 void DrawShape::updateStateIds() const in updateStateIds()
147 void DrawShape::ensureVerboseMtfComments() const in ensureVerboseMtfComments()
180 ViewShape::RenderArgs DrawShape::getViewRenderArgs() const in getViewRenderArgs()
192 bool DrawShape::implRender( int nUpdateFlags ) const in implRender()
240 int DrawShape::getUpdateFlags() const in getUpdateFlags()
299 ::basegfx::B2DRectangle DrawShape::getActualUnitShapeBounds() const in getActualUnitShapeBounds()
410 DrawShape::DrawShape( const uno::Reference< drawing::XShape >& xShape, in DrawShape() function in slideshow::internal::DrawShape
472 DrawShape::DrawShape( const uno::Reference< drawing::XShape >& xShape, in DrawShape() function in slideshow::internal::DrawShape
525 DrawShape::DrawShape( const DrawShape& rSrc, in DrawShape() function in slideshow::internal::DrawShape
574 DrawShapeSharedPtr DrawShape::create( in create()
581 DrawShapeSharedPtr pShape( new DrawShape(xShape, in create()
606 DrawShapeSharedPtr DrawShape::create( in create()
613 DrawShapeSharedPtr pShape( new DrawShape(xShape, in create()
653 DrawShape::~DrawShape() in ~DrawShape()
672 uno::Reference< drawing::XShape > DrawShape::getXShape() const in getXShape()
677 void DrawShape::addViewLayer( const ViewLayerSharedPtr& rNewLayer, in addViewLayer()
716 bool DrawShape::removeViewLayer( const ViewLayerSharedPtr& rLayer ) in removeViewLayer()
749 bool DrawShape::clearAllViewLayers() in clearAllViewLayers()
755 bool DrawShape::update() const in update()
767 bool DrawShape::render() const in render()
777 bool DrawShape::isContentChanged() const in isContentChanged()
785 ::basegfx::B2DRectangle DrawShape::getBounds() const in getBounds()
794 ::basegfx::B2DRectangle DrawShape::getDomBounds() const in getDomBounds()
834 ::basegfx::B2DRectangle DrawShape::getUpdateArea() const in getUpdateArea()
893 bool DrawShape::isVisible() const in isVisible()
917 double DrawShape::getPriority() const in getPriority()
922 bool DrawShape::isBackgroundDetached() const in isBackgroundDetached()
927 bool DrawShape::hasIntrinsicAnimation() const in hasIntrinsicAnimation()
932 bool DrawShape::setIntrinsicAnimationFrame( ::std::size_t nCurrFrame ) in setIntrinsicAnimationFrame()
948 void DrawShape::prepareHyperlinkIndices() const in prepareHyperlinkIndices()
1014 bool DrawShape::hasHyperlinks() const in hasHyperlinks()
1019 HyperlinkArea::HyperlinkRegions DrawShape::getHyperlinkRegions() const in getHyperlinkRegions()
1098 double DrawShape::getHyperlinkPriority() const in getHyperlinkPriority()
1107 void DrawShape::enterAnimationMode() in enterAnimationMode()
1124 void DrawShape::leaveAnimationMode() in leaveAnimationMode()
1145 ShapeAttributeLayerSharedPtr DrawShape::createAttributeLayer() in createAttributeLayer()
1156 bool DrawShape::revokeAttributeLayer( const ShapeAttributeLayerSharedPtr& rLayer ) in revokeAttributeLayer()
1179 ShapeAttributeLayerSharedPtr DrawShape::getTopmostAttributeLayer() const in getTopmostAttributeLayer()
1184 void DrawShape::setVisibility( bool bVisible ) in setVisibility()
1193 const DocTreeNodeSupplier& DrawShape::getTreeNodeSupplier() const in getTreeNodeSupplier()
1198 DocTreeNodeSupplier& DrawShape::getTreeNodeSupplier() in getTreeNodeSupplier()
1203 DocTreeNode DrawShape::getSubsetNode() const in getSubsetNode()
1211 AttributableShapeSharedPtr DrawShape::getSubset( const DocTreeNode& rTreeNode ) const in getSubset()
1220 bool DrawShape::createSubset( AttributableShapeSharedPtr& o_rSubset, in createSubset()
1242 o_rSubset.reset( new DrawShape( *this, in createSubset()
1265 bool DrawShape::revokeSubset( const AttributableShapeSharedPtr& rShape ) in revokeSubset()
1313 …sal_Int32 DrawShape::getNumberOfTreeNodes( DocTreeNode::NodeType eNodeType ) const // throw ShapeL… in getNumberOfTreeNodes()
1320 DocTreeNode DrawShape::getTreeNode( sal_Int32 nNodeIndex, in getTreeNode()
1333 sal_Int32 DrawShape::getNumberOfSubsetTreeNodes ( const DocTreeNode& rParentNode, in getNumberOfSubsetTreeNodes()
1341 DocTreeNode DrawShape::getSubsetTreeNode( const DocTreeNode& rParentNode, in getSubsetTreeNode()