/aoo42x/main/slideshow/source/engine/slide/ |
H A D | layermanager.cxx | 288 implAddShape( rShape ); in addShape() 315 if( rShape->isVisible() ) in implAddShape() 327 implRemoveShape( rShape ); in removeShape() 350 (rShape->isVisible() && in implRemoveShape() 362 rShape->clearAllViewLayers(); in implRemoveShape() 436 rShape->enterAnimationMode(); in enterAnimationMode() 450 if( rShape->isVisible() ) in enterAnimationMode() 466 rShape->leaveAnimationMode(); in leaveAnimationMode() 479 if( rShape->isVisible() ) in leaveAnimationMode() 494 if( rShape->isVisible() || rShape->isBackgroundDetached() ) in notifyShapeUpdate() [all …]
|
H A D | layermanager.hxx | 123 void addShape( const ShapeSharedPtr& rShape ); 129 bool removeShape( const ShapeSharedPtr& rShape ); 174 void enterAnimationMode( const AnimatableShapeSharedPtr& rShape ); 182 void leaveAnimationMode( const AnimatableShapeSharedPtr& rShape ); 197 void notifyShapeUpdate( const ShapeSharedPtr& rShape); 269 void addUpdateArea( ShapeSharedPtr const& rShape ); 309 void implAddShape( const ShapeSharedPtr& rShape ); 313 void implRemoveShape( const ShapeSharedPtr& rShape );
|
H A D | layer.cxx | 170 void Layer::setShapeViews( ShapeSharedPtr const& rShape ) const in setShapeViews() 172 rShape->clearAllViewLayers(); in setShapeViews() 177 boost::cref(rShape), in setShapeViews() 204 void Layer::updateBounds( ShapeSharedPtr const& rShape ) in updateBounds() argument 211 maNewBounds.expand( rShape->getUpdateArea() ); in updateBounds() 343 bool Layer::isInsideUpdateArea( ShapeSharedPtr const& rShape ) const in isInsideUpdateArea() 345 return maUpdateAreas.overlaps( rShape->getUpdateArea() ); in isInsideUpdateArea()
|
H A D | shapemanagerimpl.cxx | 278 void ShapeManagerImpl::enterAnimationMode( const AnimatableShapeSharedPtr& rShape ) in enterAnimationMode() argument 281 mpLayerManager->enterAnimationMode(rShape); in enterAnimationMode() 284 void ShapeManagerImpl::leaveAnimationMode( const AnimatableShapeSharedPtr& rShape ) in leaveAnimationMode() argument 287 mpLayerManager->leaveAnimationMode(rShape); in leaveAnimationMode() 290 void ShapeManagerImpl::notifyShapeUpdate( const ShapeSharedPtr& rShape ) in notifyShapeUpdate() argument 293 mpLayerManager->notifyShapeUpdate(rShape); in notifyShapeUpdate()
|
H A D | slideimpl.cxx | 1165 ShapeSharedPtr const& rShape( in loadShapes() local 1167 if( rShape ) in loadShapes() 1168 mpLayerManager->addShape( rShape ); in loadShapes() 1212 ShapeSharedPtr const& rShape( in loadShapes() local 1214 if( rShape ) in loadShapes() 1215 mpLayerManager->addShape( rShape ); in loadShapes()
|
/aoo42x/main/slideshow/source/engine/ |
H A D | animationfactory.cxx | 105 virtual void start( const AnimatableShapeSharedPtr& rShape, in start() argument 113 mpShape = rShape; in start() 116 ENSURE_OR_THROW( rShape, in start() 259 virtual void start( const AnimatableShapeSharedPtr& rShape, in start() argument 267 mpShape = rShape; in start() 270 ENSURE_OR_THROW( rShape, in start() 465 mpShape = rShape; in start() 468 ENSURE_OR_THROW( rShape, in start() 679 const uno::Any& rAny( getShapeDefault( rShape, in getDefault() 710 const uno::Any& rAny( getShapeDefault( rShape, in getDefault() [all …]
|
H A D | usereventqueue.cxx | 398 const ShapeSharedPtr& rShape ) in addEvent() argument 401 if( (aIter=maShapeEventMap.find( rShape )) == maShapeEventMap.end() ) in addEvent() 405 ImpShapeEventMap::value_type( rShape, in addEvent() 839 const ShapeSharedPtr& rShape ) in registerShapeClickEvent() argument 857 mpShapeClickEventHandler->addEvent( rEvent, rShape ); in registerShapeClickEvent() 939 const ShapeSharedPtr& rShape ) in registerShapeDoubleClickEvent() argument 959 mpShapeDoubleClickEventHandler->addEvent( rEvent, rShape ); in registerShapeDoubleClickEvent() 972 const ShapeSharedPtr& rShape ) in registerMouseEnterEvent() argument 976 rShape, in registerMouseEnterEvent() 983 const ShapeSharedPtr& rShape ) in registerMouseLeaveEvent() argument [all …]
|
H A D | tools.cxx | 162 const ShapeSharedPtr& rShape, in extractValue() argument 184 rShape->getBounds()) ))(0.0); in extractValue() 242 const ShapeSharedPtr& rShape, in extractValue() argument 246 if( !extractValue(aValue,rSourceAny,rShape,rSlideBounds) ) in extractValue() 437 const ShapeSharedPtr& rShape, in extractValue() argument 446 if( !extractValue( nFirst, aPair.First, rShape, rSlideBounds ) ) in extractValue() 450 if( !extractValue( nSecond, aPair.Second, rShape, rSlideBounds ) ) in extractValue()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | XMLTableShapeImportHelper.cxx | 61 void XMLTableShapeImportHelper::SetLayer(uno::Reference<drawing::XShape>& rShape, sal_Int16 nLayerI… in SetLayer() argument 67 uno::Reference< beans::XPropertySet > xShapeProp( rShape, uno::UNO_QUERY ); in SetLayer() 74 uno::Reference< drawing::XShape >& rShape, in finishShape() 79 XMLShapeImportHelper::finishShape( rShape, xAttrList, rShapes ); in finishShape() 122 SetLayer(rShape, nLayerID, rShape->getShapeType()); in finishShape() 126 rTables.AddShape(rShape, in finishShape() 128 SvxShape* pShapeImp = SvxShape::getImplementation(rShape); in finishShape() 145 rTables.AddShape(rShape, in finishShape() 149 SvxShape* pShapeImp = SvxShape::getImplementation(rShape); in finishShape() 178 pAnnotationContext->SetShape(rShape, rShapes, aStyleName, aTextStyle); in finishShape() [all …]
|
/aoo42x/main/slideshow/source/engine/transitions/ |
H A D | shapetransitionfactory.cxx | 75 virtual void prefetch( const AnimatableShapeSharedPtr& rShape, 77 virtual void start( const AnimatableShapeSharedPtr& rShape, 136 void ClippingAnimation::start( const AnimatableShapeSharedPtr& rShape, in start() argument 144 mpShape = rShape; in start() 147 ENSURE_OR_THROW( rShape, in start() 152 mpShape = rShape; in start() 212 const AnimatableShapeSharedPtr& rShape, in createShapeTransition() argument 218 rShape, in createShapeTransition() 228 const AnimatableShapeSharedPtr& rShape, in createShapeTransition() argument 296 rShape, in createShapeTransition() [all …]
|
/aoo42x/main/oox/source/xls/ |
H A D | drawingfragment.cxx | 304 bool VmlFindNoteFunc::operator()( const ::oox::vml::ShapeBase& rShape ) const in operator ()() 306 const ::oox::vml::ClientData* pClientData = rShape.getClientData(); in operator ()() 397 const ::oox::vml::ClientData* pClientData = rShape.getClientData(); in isShapeSupported() 403 if( const ::oox::vml::ClientData* pClientData = rShape.getClientData() ) in getShapeBaseName() 422 return ::oox::vml::Drawing::getShapeBaseName( rShape ); in getShapeBaseName() 439 OUString aShapeName = rShape.getShapeName(); in createAndInsertClientXShape() 440 const ::oox::vml::ClientData* pClientData = rShape.getClientData(); in createAndInsertClientXShape() 444 const ::oox::vml::TextBox* pTextBox = rShape.getTextBox(); in createAndInsertClientXShape() 506 convertControlBackground( rAxModel, rShape ); in createAndInsertClientXShape() 519 convertControlBackground( rAxModel, rShape ); in createAndInsertClientXShape() [all …]
|
/aoo42x/main/slideshow/source/inc/ |
H A D | animationfactory.hxx | 97 … const AnimatableShapeSharedPtr& rShape, 103 … const AnimatableShapeSharedPtr& rShape, 109 … const AnimatableShapeSharedPtr& rShape, 121 …tatic PairAnimationSharedPtr createPairPropertyAnimation( const AnimatableShapeSharedPtr& rShape, 128 … const AnimatableShapeSharedPtr& rShape, 134 … const AnimatableShapeSharedPtr& rShape, 141 … const AnimatableShapeSharedPtr& rShape,
|
H A D | tools.hxx | 129 const boost::shared_ptr<Shape>& rShape, 135 const boost::shared_ptr<Shape>& rShape, 141 const boost::shared_ptr<Shape>& rShape, 147 const boost::shared_ptr<Shape>& rShape, 153 const boost::shared_ptr<Shape>& rShape, 159 const boost::shared_ptr<Shape>& rShape, 165 const boost::shared_ptr<Shape>& rShape, 171 const boost::shared_ptr<Shape>& rShape,
|
H A D | usereventqueue.hxx | 177 const ShapeSharedPtr& rShape ); 229 const ShapeSharedPtr& rShape ); 253 const ShapeSharedPtr& rShape ); 265 const ShapeSharedPtr& rShape );
|
H A D | shapemanager.hxx | 62 virtual void enterAnimationMode( const boost::shared_ptr<AnimatableShape>& rShape ) = 0; 73 virtual void leaveAnimationMode( const boost::shared_ptr<AnimatableShape>& rShape ) = 0; 84 virtual void notifyShapeUpdate( const boost::shared_ptr<Shape>& rShape ) = 0;
|
/aoo42x/main/slideshow/source/engine/animationnodes/ |
H A D | animationtransformnode.cxx | 53 const AttributableShapeSharedPtr& rShape( getShape() ); in createActivity() local 68 rShape, in createActivity() 80 rShape, in createActivity() 91 rShape, in createActivity() 102 rShape, in createActivity()
|
H A D | setactivity.hxx | 119 virtual void setTargets( const AnimatableShapeSharedPtr& rShape, in setTargets() argument 122 ENSURE_OR_THROW( rShape, "Invalid shape" ); in setTargets() 125 mpShape = rShape; in setTargets()
|
/aoo42x/main/filter/source/svg/ |
H A D | svgwriter.cxx | 663 ImplMap( rShape.maShapePolyPoly, aPolyPoly ); in ImplWriteShape() 665 aPolyPoly = rShape.maShapePolyPoly; in ImplWriteShape() 667 …const sal_Bool bLineOnly = ( rShape.maShapeFillColor == Color( COL_TRANSPARENT ) ) && ( !rShape.m… in ImplWriteShape() 670 …mpContext->AddPaintAttr( rShape.maShapeLineColor, rShape.maShapeFillColor, &aBoundRect, rShape.map… in ImplWriteShape() 672 if( rShape.maId.getLength() ) in ImplWriteShape() 675 if( rShape.mnStrokeWidth ) in ImplWriteShape() 677 …sal_Int32 nStrokeWidth = ( bApplyMapping ? ImplMap( rShape.mnStrokeWidth ) : rShape.mnStrokeWidth … in ImplWriteShape() 682 switch(rShape.maLineJoin) in ImplWriteShape() 705 switch(rShape.maLineCap) in ImplWriteShape() 726 if( rShape.maDashArray.size() ) in ImplWriteShape() [all …]
|
/aoo42x/main/oox/inc/oox/xls/ |
H A D | drawingfragment.hxx | 168 virtual bool isShapeSupported( const ::oox::vml::ShapeBase& rShape ) const; 171 virtual ::rtl::OUString getShapeBaseName( const ::oox::vml::ShapeBase& rShape ) const; 181 const ::oox::vml::ShapeBase& rShape, 189 const ::oox::vml::ShapeBase& rShape, bool bGroupChild ); 206 const ::oox::vml::ShapeBase& rShape ) const;
|
/aoo42x/main/xmloff/source/text/ |
H A D | XMLTextShapeImportHelper.cxx | 77 Reference< XShape >& rShape, in addShape() 84 XMLShapeImportHelper::addShape( rShape, xAttrList, rShapes ); in addShape() 133 Reference < XPropertySet > xPropSet( rShape, UNO_QUERY ); in addShape() 140 Reference < XTextContent > xTxtCntnt( rShape, UNO_QUERY ); in addShape()
|
/aoo42x/main/slideshow/source/engine/activities/ |
H A D | activitiesfactory.cxx | 329 const ShapeSharedPtr& rShape, in createFromToByActivity() argument 344 extractValue( aTmpValue, rFromAny, rShape, rSlideBounds ), in createFromToByActivity() 351 extractValue( aTmpValue, rToAny, rShape, rSlideBounds ), in createFromToByActivity() 358 extractValue( aTmpValue, rByAny, rShape, rSlideBounds ), in createFromToByActivity() 562 const ShapeSharedPtr& rShape, in createValueListActivity() argument 575 extractValue( aValue, rValues[i], rShape, rSlideBounds ), in createValueListActivity()
|
/aoo42x/main/oox/source/vml/ |
H A D | vmlshapecontext.cxx | 375 ShapeContext::ShapeContext( ContextHandler2Helper& rParent, ShapeBase& rShape, const AttributeList&… in ShapeContext() argument 376 ShapeTypeContext( rParent, rShape, rAttribs ), in ShapeContext() 377 mrShapeModel( rShape.getShapeModel() ) in ShapeContext() 413 GroupShapeContext::GroupShapeContext( ContextHandler2Helper& rParent, GroupShape& rShape, const Att… in GroupShapeContext() argument 414 ShapeContext( rParent, rShape, rAttribs ), in GroupShapeContext() 415 mrShapes( rShape.getChildren() ) in GroupShapeContext()
|
/aoo42x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleDocumentPagePreview.cxx | 731 ::accessibility::AccessibleShape* GetAccShape(const ScShapeChild& rShape) const; 1044 sal_Bool operator() (const ScShapeChild& rShape) in operator ()() 1047 if ((VCLRectangle(rShape.mpAccShape->getBounds())).IsInside(maPoint)) in operator ()() 1095 ::accessibility::AccessibleShape* ScShapeChilds::GetAccShape(const ScShapeChild& rShape) const in GetAccShape() 1097 if (!rShape.mpAccShape) in GetAccShape() 1108 aShapeTreeInfo.SetViewForwarder(&(maShapeRanges[rShape.mnRangeId].maViewForwarder)); in GetAccShape() 1109 rShape.mpAccShape = rShapeHandler.CreateAccessibleObject(aShapeInfo, aShapeTreeInfo); in GetAccShape() 1110 if (rShape.mpAccShape) in GetAccShape() 1112 rShape.mpAccShape->acquire(); in GetAccShape() 1113 rShape.mpAccShape->Init(); in GetAccShape() [all …]
|
/aoo42x/main/oox/inc/oox/vml/ |
H A D | vmldrawing.hxx | 160 virtual bool isShapeSupported( const ShapeBase& rShape ) const; 164 virtual ::rtl::OUString getShapeBaseName( const ShapeBase& rShape ) const; 176 const ShapeBase& rShape, 187 const ShapeBase& rShape, bool bGroupChild );
|
/aoo42x/main/slideshow/source/engine/shapes/ |
H A D | drawshapesubsetting.cxx | 345 void DrawShapeSubsetting::addSubsetShape( const AttributableShapeSharedPtr& rShape ) in addSubsetShape() argument 351 const DocTreeNode& rEffectiveSubset( rShape->getSubsetNode() ); in addSubsetShape() 369 aEntry.mpShape = rShape; in addSubsetShape() 379 bool DrawShapeSubsetting::revokeSubsetShape( const AttributableShapeSharedPtr& rShape ) in revokeSubsetShape() argument 385 const DocTreeNode& rEffectiveSubset( rShape->getSubsetNode() ); in revokeSubsetShape()
|