Home
last modified time | relevance | path

Searched refs:rShape (Results 1 – 25 of 187) sorted by relevance

12345678

/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/engine/slide/
H A Dlayermanager.cxx122 rShape.second.reset(); in deactivate()
204 rShape.first->render(); in viewsChanged()
221 implAddShape( rShape ); in addShape()
248 if( rShape->isVisible() ) in implAddShape()
260 implRemoveShape( rShape ); in removeShape()
283 (rShape->isVisible() && in implRemoveShape()
295 rShape->clearAllViewLayers(); in implRemoveShape()
374 rShape->enterAnimationMode(); in enterAnimationMode()
388 if( rShape->isVisible() ) in enterAnimationMode()
432 if( rShape->isVisible() || rShape->isBackgroundDetached() ) in notifyShapeUpdate()
[all …]
H A Dlayermanager.hxx115 void addShape( const ShapeSharedPtr& rShape );
121 bool removeShape( const ShapeSharedPtr& rShape );
172 void enterAnimationMode( const AnimatableShapeSharedPtr& rShape );
180 void leaveAnimationMode( const AnimatableShapeSharedPtr& rShape );
195 void notifyShapeUpdate( const ShapeSharedPtr& rShape);
253 void addUpdateArea( ShapeSharedPtr const& rShape );
293 void implAddShape( const ShapeSharedPtr& rShape );
297 void implRemoveShape( const ShapeSharedPtr& rShape );
H A Dlayer.cxx111 void Layer::setShapeViews( ShapeSharedPtr const& rShape ) const in setShapeViews()
113 rShape->clearAllViewLayers(); in setShapeViews()
116 rShape->addViewLayer( rViewEntry.getViewLayer(), false ); in setShapeViews()
136 void Layer::updateBounds( ShapeSharedPtr const& rShape ) in updateBounds() argument
143 maNewBounds.expand( rShape->getUpdateArea() ); in updateBounds()
255 bool Layer::isInsideUpdateArea( ShapeSharedPtr const& rShape ) const in isInsideUpdateArea()
257 return maUpdateAreas.overlaps( rShape->getUpdateArea() ); in isInsideUpdateArea()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/engine/slide/
H A Dlayermanager.cxx127 rShape.second.reset(); in deactivate()
209 rShape.first->render(); in viewsChanged()
226 implAddShape( rShape ); in addShape()
253 if( rShape->isVisible() ) in implAddShape()
265 implRemoveShape( rShape ); in removeShape()
288 (rShape->isVisible() && in implRemoveShape()
300 rShape->clearAllViewLayers(); in implRemoveShape()
374 rShape->enterAnimationMode(); in enterAnimationMode()
388 if( rShape->isVisible() ) in enterAnimationMode()
432 if( rShape->isVisible() || rShape->isBackgroundDetached() ) in notifyShapeUpdate()
[all …]
H A Dlayermanager.hxx112 void addShape( const ShapeSharedPtr& rShape );
118 bool removeShape( const ShapeSharedPtr& rShape );
162 void enterAnimationMode( const AnimatableShapeSharedPtr& rShape );
170 void leaveAnimationMode( const AnimatableShapeSharedPtr& rShape );
185 void notifyShapeUpdate( const ShapeSharedPtr& rShape);
252 void addUpdateArea( ShapeSharedPtr const& rShape );
292 void implAddShape( const ShapeSharedPtr& rShape );
296 void implRemoveShape( const ShapeSharedPtr& rShape );
H A Dlayer.cxx115 void Layer::setShapeViews( ShapeSharedPtr const& rShape ) const in setShapeViews()
117 rShape->clearAllViewLayers(); in setShapeViews()
120 rShape->addViewLayer( rViewEntry.getViewLayer(), false ); in setShapeViews()
140 void Layer::updateBounds( ShapeSharedPtr const& rShape ) in updateBounds() argument
147 maNewBounds.expand( rShape->getUpdateArea() ); in updateBounds()
259 bool Layer::isInsideUpdateArea( ShapeSharedPtr const& rShape ) const in isInsideUpdateArea()
261 return maUpdateAreas.overlaps( rShape->getUpdateArea() ); in isInsideUpdateArea()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/diagram/
H A Ddiagramlayoutatoms.cxx115 if (rShape->getChildren().empty() || rShape->getSize().Width == 0 in layoutShapeChildren()
447 if (rShape->getChildren().empty() || rShape->getSize().Width == 0 in layoutShapeChildren()
574 rParent[XML_w] = std::min(rShape->getSize().Width, rShape->getSize().Height); in layoutShapeChildren()
1129 std::remove_if(rShape->getChildren().begin(), rShape->getChildren().end(), in layoutShape()
1272 …if (rShape->getChildren().empty() || rShape->getSize().Width == 0 || rShape->getSize().Height == 0) in layoutShape()
1292 rShape->getChildren().begin(), rShape->getChildren().end(), in layoutShape()
1376 …if (rShape->getChildren().empty() || rShape->getSize().Width == 0 || rShape->getSize().Height == 0) in layoutShape()
1545 std::remove_if(rShape->getChildren().begin(), rShape->getChildren().end(), in layoutShape()
1663 std::reverse(rShape->getChildren().begin(), rShape->getChildren().end()); in layoutShape()
1860 << rShape->getPosition().X << "," << rShape->getPosition().Y << "," in layoutShape()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/diagram/
H A Ddiagramlayoutatoms.cxx499 rParent[XML_w] = std::min(rShape->getSize().Width, rShape->getSize().Height); in layoutShape()
695 rShape->setSize(aSize); in layoutShape()
708 const awt::Size aCenter(rShape->getSize().Width / 2, rShape->getSize().Height / 2); in layoutShape()
709 const awt::Size aChildSize(rShape->getSize().Width / 4, rShape->getSize().Height / 4); in layoutShape()
771 …if (rShape->getChildren().empty() || rShape->getSize().Width == 0 || rShape->getSize().Height == 0) in layoutShape()
791 rShape->getChildren().begin(), rShape->getChildren().end(), in layoutShape()
875 …if (rShape->getChildren().empty() || rShape->getSize().Width == 0 || rShape->getSize().Height == 0) in layoutShape()
995 …if (rShape->getChildren().empty() || rShape->getSize().Width == 0 || rShape->getSize().Height == 0) in layoutShape()
1031 …if (rShape->getChildren().empty() || rShape->getSize().Width == 0 || rShape->getSize().Height == 0) in layoutShape()
1371 << rShape->getPosition().X << "," << rShape->getPosition().Y << "," in layoutShape()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/
H A DXMLTableShapeImportHelper.cxx68 uno::Reference< container::XChild > xChild( rShape, uno::UNO_QUERY ); in lcl_getTopLevelParent()
72 return rShape; in lcl_getTopLevelParent()
76 uno::Reference< drawing::XShape >& rShape, in finishShape()
81 XMLShapeImportHelper::finishShape( rShape, xAttrList, rShapes ); in finishShape()
90 awt::Point aStartPoint(rShape->getPosition()); in finishShape()
138 SetLayer(rShape, nLayerID, rShape->getShapeType()); in finishShape()
154 if (ScMyTables::IsOLE(rShape)) in finishShape()
155 rTables.AddOLE(rShape, *xRangeList); in finishShape()
184 uno::Reference< drawing::XShapes > xGroup( rShape, uno::UNO_QUERY ); in finishShape()
191 Point aStartPoint( rShape->getPosition().X,rShape->getPosition().Y ); in finishShape()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xml/
H A DXMLTableShapeImportHelper.cxx68 uno::Reference< container::XChild > xChild( rShape, uno::UNO_QUERY ); in lcl_getTopLevelParent()
72 return rShape; in lcl_getTopLevelParent()
76 uno::Reference< drawing::XShape >& rShape, in finishShape()
81 XMLShapeImportHelper::finishShape( rShape, xAttrList, rShapes ); in finishShape()
90 awt::Point aStartPoint(rShape->getPosition()); in finishShape()
141 SetLayer(rShape, nLayerID, rShape->getShapeType()); in finishShape()
160 if (ScMyTables::IsOLE(rShape)) in finishShape()
161 rTables.AddOLE(rShape, *xRangeList); in finishShape()
192 uno::Reference< drawing::XShapes > xGroup( rShape, uno::UNO_QUERY ); in finishShape()
199 Point aStartPoint( rShape->getPosition().X,rShape->getPosition().Y ); in finishShape()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/engine/
H A Danimationfactory.cxx94 virtual void start( const AnimatableShapeSharedPtr& rShape, in start() argument
102 mpShape = rShape; in start()
105 ENSURE_OR_THROW( rShape, in start()
247 virtual void start( const AnimatableShapeSharedPtr& rShape, in start() argument
255 mpShape = rShape; in start()
258 ENSURE_OR_THROW( rShape, in start()
452 mpShape = rShape; in start()
455 ENSURE_OR_THROW( rShape, in start()
672 const uno::Any& rAny( getShapeDefault( rShape, in getDefault()
697 const uno::Any& rAny( getShapeDefault( rShape, in getDefault()
[all …]
H A Dusereventqueue.cxx295 const ShapeSharedPtr& rShape ) in addEvent() argument
298 if( (aIter=maShapeEventMap.find( rShape )) == maShapeEventMap.end() ) in addEvent()
301 aIter = maShapeEventMap.emplace(rShape, ImpEventQueue()).first; in addEvent()
318 [&aPosition](const ImpShapeEventMap::value_type& rShape) { in hitTest() argument
322 return rShape.first->getBounds().isInside( aPosition ) in hitTest()
323 && rShape.first->isVisible(); in hitTest()
672 mpShapeClickEventHandler->addEvent( rEvent, rShape ); in registerShapeClickEvent()
745 const ShapeSharedPtr& rShape ) in registerShapeDoubleClickEvent() argument
765 mpShapeDoubleClickEventHandler->addEvent( rEvent, rShape ); in registerShapeDoubleClickEvent()
773 rShape, in registerMouseEnterEvent()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/engine/
H A Danimationfactory.cxx91 virtual void start( const AnimatableShapeSharedPtr& rShape, in start() argument
99 mpShape = rShape; in start()
102 ENSURE_OR_THROW( rShape, in start()
252 mpShape = rShape; in start()
255 ENSURE_OR_THROW( rShape, in start()
415 mpShape = rShape; in start()
418 ENSURE_OR_THROW( rShape, in start()
627 mpShape = rShape; in start()
630 ENSURE_OR_THROW( rShape, in start()
873 const uno::Any& rAny( getShapeDefault( rShape, in getDefault()
[all …]
H A Dusereventqueue.cxx291 const ShapeSharedPtr& rShape ) in addEvent() argument
294 if( (aIter=maShapeEventMap.find( rShape )) == maShapeEventMap.end() ) in addEvent()
297 aIter = maShapeEventMap.emplace(rShape, ImpEventQueue()).first; in addEvent()
314 [&aPosition](const ImpShapeEventMap::value_type& rShape) { in hitTest() argument
318 return rShape.first->getBounds().isInside( aPosition ) in hitTest()
319 && rShape.first->isVisible(); in hitTest()
665 mpShapeClickEventHandler->addEvent( rEvent, rShape ); in registerShapeClickEvent()
738 const ShapeSharedPtr& rShape ) in registerShapeDoubleClickEvent() argument
758 mpShapeDoubleClickEventHandler->addEvent( rEvent, rShape ); in registerShapeDoubleClickEvent()
766 rShape, in registerMouseEnterEvent()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/inc/
H A Danimationfactory.hxx83 … const AnimatableShapeSharedPtr& rShape,
89 … const AnimatableShapeSharedPtr& rShape,
95 … const AnimatableShapeSharedPtr& rShape,
107 …airAnimationSharedPtr createPairPropertyAnimation( const AnimatableShapeSharedPtr& rShape,
114 … const AnimatableShapeSharedPtr& rShape,
120 … const AnimatableShapeSharedPtr& rShape,
127 … const AnimatableShapeSharedPtr& rShape,
H A Dtools.hxx115 const ShapeSharedPtr& rShape,
121 const ShapeSharedPtr& rShape,
127 const ShapeSharedPtr& rShape,
133 const ShapeSharedPtr& rShape,
139 const ShapeSharedPtr& rShape,
145 const ShapeSharedPtr& rShape,
151 const ShapeSharedPtr& rShape,
157 const ShapeSharedPtr& rShape,
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/inc/
H A Danimationfactory.hxx81 … const AnimatableShapeSharedPtr& rShape,
88 … const AnimatableShapeSharedPtr& rShape,
95 … const AnimatableShapeSharedPtr& rShape,
108 …airAnimationSharedPtr createPairPropertyAnimation( const AnimatableShapeSharedPtr& rShape,
115 … const AnimatableShapeSharedPtr& rShape,
122 … const AnimatableShapeSharedPtr& rShape,
130 … const AnimatableShapeSharedPtr& rShape,
H A Dtools.hxx108 const ShapeSharedPtr& rShape,
114 const ShapeSharedPtr& rShape,
120 const ShapeSharedPtr& rShape,
126 const ShapeSharedPtr& rShape,
132 const ShapeSharedPtr& rShape,
138 const ShapeSharedPtr& rShape,
144 const ShapeSharedPtr& rShape,
150 const ShapeSharedPtr& rShape,
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/rtftok/
H A Drtfsdrimport.cxx287 auto iter = std::find_if(rShape.getProperties().begin(), rShape.getProperties().end(), in initShape()
588 if (!rShape.hasZ()) in resolve()
795 rShape.setBottom(rShape.getTop() + nHeight); in resolve()
801 rShape.setRight(rShape.getLeft() + nWidth); in resolve()
867 if (rShape.hasZ()) in resolve()
992 sal_Int32 nTop = rShape.getTop(); in resolve()
1000 sal_Int32 nShapeWidth = rShape.getRight() - rShape.getLeft(); in resolve()
1001 sal_Int32 nShapeHeight = rShape.getBottom() - rShape.getTop(); in resolve()
1026 xShape->setSize(awt::Size(rShape.getRight() - rShape.getLeft(), in resolve()
1027 rShape.getBottom() - rShape.getTop())); in resolve()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/rtftok/
H A Drtfsdrimport.cxx290 auto iter = std::find_if(rShape.getProperties().begin(), rShape.getProperties().end(), in initShape()
590 if (!rShape.hasZ()) in resolve()
797 rShape.setBottom(rShape.getTop() + nHeight); in resolve()
803 rShape.setRight(rShape.getLeft() + nWidth); in resolve()
869 if (rShape.hasZ()) in resolve()
999 sal_Int32 nTop = rShape.getTop(); in resolve()
1007 sal_Int32 nShapeWidth = rShape.getRight() - rShape.getLeft(); in resolve()
1008 sal_Int32 nShapeHeight = rShape.getBottom() - rShape.getTop(); in resolve()
1033 xShape->setSize(awt::Size(rShape.getRight() - rShape.getLeft(), in resolve()
1034 rShape.getBottom() - rShape.getTop())); in resolve()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/engine/transitions/
H A Dshapetransitionfactory.cxx61 virtual void start( const AnimatableShapeSharedPtr& rShape,
116 void ClippingAnimation::start( const AnimatableShapeSharedPtr& rShape, in start() argument
123 ENSURE_OR_THROW( rShape, in start()
128 mpShape = rShape; in start()
185 const AnimatableShapeSharedPtr& rShape, in createShapeTransitionByType() argument
250 rShape, in createShapeTransitionByType()
325 rShape, in createShapeTransitionByType()
354 const AnimatableShapeSharedPtr& rShape, in createShapeTransition() argument
360 rShape, in createShapeTransition()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/engine/transitions/
H A Dshapetransitionfactory.cxx67 virtual void start( const AnimatableShapeSharedPtr& rShape,
122 void ClippingAnimation::start( const AnimatableShapeSharedPtr& rShape, in start() argument
129 ENSURE_OR_THROW( rShape, in start()
134 mpShape = rShape; in start()
191 const AnimatableShapeSharedPtr& rShape, in createShapeTransitionByType() argument
257 rShape, in createShapeTransitionByType()
333 rShape, in createShapeTransitionByType()
361 const AnimatableShapeSharedPtr& rShape, in createShapeTransition() argument
367 rShape, in createShapeTransition()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/engine/animationnodes/
H A Danimationtransformnode.cxx44 const AttributableShapeSharedPtr& rShape( getShape() ); in createActivity() local
58 rShape, in createActivity()
69 rShape, in createActivity()
79 rShape, in createActivity()
89 rShape, in createActivity()
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/engine/animationnodes/
H A Danimationtransformnode.cxx43 const AttributableShapeSharedPtr& rShape( getShape() ); in createActivity() local
57 rShape, in createActivity()
68 rShape, in createActivity()
79 rShape, in createActivity()
90 rShape, in createActivity()
/dports/games/linwarrior/linwarrior/source/
H A DcAlert.h39 struct rShape { struct
49 rShape shape; argument
96 rShape* s = &shape;
100 case rShape::CYLINDER:
105 case rShape::BOX:
114 case rShape::SPHERE:

12345678