| /AOO41X/main/sd/source/core/ |
| H A D | EffectMigration.cxx | 441 void EffectMigration::SetAnimationEffect( SvxShape* pShape, AnimationEffect eEffect ) in SetAnimationEffect() argument 443 DBG_ASSERT( pShape && pShape->GetSdrObject() && pShape->GetSdrObject()->GetPage(), in SetAnimationEffect() 445 if( !pShape || !pShape->GetSdrObject() || !pShape->GetSdrObject()->GetPage() ) in SetAnimationEffect() 448 SdrObject* pObj = pShape->GetSdrObject(); in SetAnimationEffect() 468 const Reference< XShape > xShape( pShape ); in SetAnimationEffect() 563 AnimationEffect EffectMigration::GetAnimationEffect( SvxShape* pShape ) in GetAnimationEffect() argument 568 SdrObject* pObj = pShape->GetSdrObject(); in GetAnimationEffect() 573 const Reference< XShape > xShape( pShape ); in GetAnimationEffect() 608 void EffectMigration::SetTextAnimationEffect( SvxShape* pShape, AnimationEffect eEffect ) in SetTextAnimationEffect() argument 610 DBG_ASSERT( pShape && pShape->GetSdrObject() && pShape->GetSdrObject()->GetPage(), in SetTextAnimationEffect() [all …]
|
| H A D | sdpage2.cxx | 520 SdrObject* pShape; in RemoveEmptyPresentationObjects() local 521 for( pShape = aShapeIter.Next(); pShape; pShape = aShapeIter.Next() ) in RemoveEmptyPresentationObjects() 523 if( pShape && pShape->IsEmptyPresObj() ) in RemoveEmptyPresentationObjects() 525 RemoveObject( pShape->GetOrdNum() ); in RemoveEmptyPresentationObjects() 526 SdrObject::Free( pShape ); in RemoveEmptyPresentationObjects()
|
| /AOO41X/main/sd/inc/ |
| H A D | EffectMigration.hxx | 60 …static void SetAnimationEffect( SvxShape* pShape, ::com::sun::star::presentation::AnimationEffect … 61 static ::com::sun::star::presentation::AnimationEffect GetAnimationEffect( SvxShape* pShape ); 62 …static void SetTextAnimationEffect( SvxShape* pShape, ::com::sun::star::presentation::AnimationEff… 63 … static ::com::sun::star::presentation::AnimationEffect GetTextAnimationEffect( SvxShape* pShape ); 64 …static void SetAnimationSpeed( SvxShape* pShape, ::com::sun::star::presentation::AnimationSpeed eS… 65 static ::com::sun::star::presentation::AnimationSpeed GetAnimationSpeed( SvxShape* pShape ); 66 static void SetDimColor( SvxShape* pShape, sal_Int32 nColor ); 67 static sal_Int32 GetDimColor( SvxShape* pShape ); 68 static void SetDimHide( SvxShape* pShape, sal_Bool bDimHide ); 69 static sal_Bool GetDimHide( SvxShape* pShape ); [all …]
|
| /AOO41X/main/slideshow/source/engine/animationnodes/ |
| H A D | animationsetnode.cxx | 54 AttributableShapeSharedPtr const pShape( getShape() ); in createActivity() local 95 pShape, in createActivity() 104 pShape, in createActivity() 118 pShape, in createActivity() 127 pShape, in createActivity() 141 pShape, in createActivity() 150 pShape, in createActivity() 164 pShape, in createActivity() 173 pShape, in createActivity() 187 pShape, in createActivity() [all …]
|
| H A D | generateevent.cxx | 88 ShapeSharedPtr pShape; in generateEvent() local 135 (pShape = rContext.mpSubsettableShapeManager->lookupShape(xShape)).get()) in generateEvent() 141 pEvent, pShape ); in generateEvent() 151 (pShape = rContext.mpSubsettableShapeManager->lookupShape(xShape)).get()) in generateEvent() 157 pEvent, pShape ); in generateEvent() 167 (pShape = rContext.mpSubsettableShapeManager->lookupShape(xShape)).get()) in generateEvent() 173 pEvent, pShape ); in generateEvent() 183 (pShape = rContext.mpSubsettableShapeManager->lookupShape(xShape)).get()) in generateEvent() 189 pEvent, pShape ); in generateEvent()
|
| H A D | propertyanimationnode.cxx | 45 AttributableShapeSharedPtr const pShape( getShape() ); in createActivity() local 60 pShape, in createActivity() 70 pShape, in createActivity() 80 pShape, in createActivity() 90 pShape, in createActivity() 100 pShape, in createActivity()
|
| H A D | nodetools.cxx | 74 ShapeSharedPtr pShape( rShapeManager->lookupShape( xShape ) ); in lookupAttributableShape() local 76 ENSURE_OR_THROW( pShape, in lookupAttributableShape() 80 ::boost::dynamic_pointer_cast< AttributableShape >( pShape ) ); in lookupAttributableShape()
|
| /AOO41X/main/slideshow/source/engine/shapes/ |
| H A D | drawshape.cxx | 581 DrawShapeSharedPtr pShape( new DrawShape(xShape, in create() local 587 if( pShape->hasIntrinsicAnimation() ) in create() 589 OSL_ASSERT( pShape->maAnimationFrames.empty() ); in create() 590 if( pShape->getNumberOfTreeNodes( in create() 593 pShape->mpIntrinsicAnimationActivity = in create() 596 pShape); in create() 600 if( pShape->hasHyperlinks() ) in create() 601 rContext.mpSubsettableShapeManager->addHyperlinkArea( pShape ); in create() 603 return pShape; in create() 613 DrawShapeSharedPtr pShape( new DrawShape(xShape, in create() local [all …]
|
| /AOO41X/main/slideshow/source/engine/slide/ |
| H A D | shapemanagerimpl.cxx | 344 ShapeSharedPtr pShape( lookupShape(xShape) ); in listenerAdded() local 345 if( pShape ) in listenerAdded() 349 pShape, in listenerAdded() 365 ShapeSharedPtr pShape( lookupShape(xShape) ); in listenerRemoved() local 366 if( pShape ) in listenerRemoved() 367 maShapeListenerMap.erase(pShape); in listenerRemoved() 376 ShapeSharedPtr pShape( lookupShape(xShape) ); in cursorChanged() local 379 if( !pShape ) in cursorChanged() 385 maShapeCursorMap.erase(pShape); in cursorChanged() 391 if( (aIter = maShapeCursorMap.find(pShape)) in cursorChanged() [all …]
|
| /AOO41X/main/reportdesign/source/core/sdr/ |
| H A D | ReportDrawPage.cxx | 90 SvxShapeControl* pShape = new SvxShapeControl( pObj ); in _CreateShape() local 91 xShape.set(*pShape,uno::UNO_QUERY); in _CreateShape() 92 pShape->setShapeKind(pObj->GetObjIdentifier()); in _CreateShape() 96 SvxCustomShape* pShape = new SvxCustomShape( pObj ); in _CreateShape() local 97 uno::Reference < drawing::XEnhancedCustomShapeDefaulter > xShape2 = pShape; in _CreateShape() 99 pShape->setShapeKind(pObj->GetObjIdentifier()); in _CreateShape() 129 SvxOle2Shape* pShape = new SvxOle2Shape( pObj ); in _CreateShape() local 130 xShape.set(*pShape,uno::UNO_QUERY); in _CreateShape() 131 pShape->setShapeKind(pObj->GetObjIdentifier()); in _CreateShape()
|
| /AOO41X/main/svx/source/accessibility/ |
| H A D | ChildrenManagerImpl.cxx | 185 AccessibleShape* pShape = in GetChild() local 190 static_cast<uno::XWeak*>(pShape), in GetChild() 194 if ( pShape != NULL ) in GetChild() 196 pShape->Init(); in GetChild() 197 pShape->setIndexInParent(_nIndex); in GetChild() 430 AccessibleShape* pShape = I->GetAccessibleShape (); in SendVisibleAreaEvents() local 431 if (pShape != NULL) in SendVisibleAreaEvents() 432 pShape->ViewForwarderChanged ( in SendVisibleAreaEvents() 556 void ChildrenManagerImpl::AddAccessibleShape (std::auto_ptr<AccessibleShape> pShape) in AddAccessibleShape() argument 558 if (pShape.get() != NULL) in AddAccessibleShape() [all …]
|
| H A D | ShapeTypeHandler.cxx | 138 AccessibleShape* pShape = in CreateAccessibleObject() local 143 return pShape; in CreateAccessibleObject() 320 SvxShape* pShape = SvxShape::getImplementation( rxShape ); in CreateAccessibleBaseName() local 321 if (pShape) in CreateAccessibleBaseName() 323 SdrObject *pSdrObj = pShape->GetSdrObject(); in CreateAccessibleBaseName()
|
| /AOO41X/main/oox/source/drawingml/diagram/ |
| H A D | diagram.cxx | 114 ShapePtr pShape = pPoint->getShape(); in setPosition() local 118 pShape->setPosition( pt ); in setPosition() 119 pShape->setSize( sz ); in setPosition() 265 ShapePtr pShape = ( *aPointsIter )->getShape( ); in addTo() local 266 if( pShape->getName( ).getLength() > 0 ) in addTo() 268 maShapeMap[ pShape->getName( ) ] = pShape; in addTo() 269 OSL_TRACE( "Dgm: added shape %s to map", OUSTRING_TO_CSTR( pShape->getName() ) ); in addTo() 271 pParentShape->addChild( pShape ); in addTo()
|
| /AOO41X/main/basctl/source/accessibility/ |
| H A D | accessibledialogwindow.cxx | 183 …AccessibleDialogControlShape* pShape = static_cast< AccessibleDialogControlShape* >( xChild.get() … in UpdateFocused() local 184 if ( pShape ) in UpdateFocused() 185 pShape->SetFocused( pShape->IsFocused() ); in UpdateFocused() 201 …AccessibleDialogControlShape* pShape = static_cast< AccessibleDialogControlShape* >( xChild.get() … in UpdateSelected() local 202 if ( pShape ) in UpdateSelected() 203 pShape->SetSelected( pShape->IsSelected() ); in UpdateSelected() 217 …AccessibleDialogControlShape* pShape = static_cast< AccessibleDialogControlShape* >( xChild.get() … in UpdateBounds() local 218 if ( pShape ) in UpdateBounds() 219 pShape->SetBounds( pShape->GetBounds() ); in UpdateBounds()
|
| /AOO41X/main/svx/source/unodraw/ |
| H A D | unopage.cxx | 309 SvxShape* pShape = SvxShape::getImplementation( xShape ); in add() local 311 if( NULL == pShape ) in add() 314 SdrObject *pObj = pShape->GetSdrObject(); in add() 327 pShape->Create( pObj, this ); in add() 328 …OSL_ENSURE( pShape->GetSdrObject() == pObj, "SvxDrawPage::add: shape does not know about its newly… in add() 342 SvxShape* pShape = SvxShape::getImplementation( xShape ); in remove() local 344 if(pShape) in remove() 346 SdrObject* pObj = pShape->GetSdrObject(); in remove() 429 SvxShape* pShape = SvxShape::getImplementation( _rxShape ); in lcl_markSdrObjectOfShape() local 430 if ( !pShape ) in lcl_markSdrObjectOfShape() [all …]
|
| H A D | unoshap2.cxx | 222 SvxShape* pShape = SvxShape::getImplementation( xShape ); in add() local 224 if( mpObj.is()&& mxPage.is() && pShape ) in add() 226 SdrObject* pSdrShape = pShape->GetSdrObject(); in add() 247 if(pShape) in add() 248 pShape->Create( pSdrShape, mxPage.get() ); in add() 266 SvxShape* pShape = SvxShape::getImplementation( xShape ); in remove() local 268 if( pShape ) in remove() 269 pSdrShape = pShape->GetSdrObject(); in remove() 482 SvxShape* pShape = SvxShape::getImplementation( xRef ); in connectStart() local 484 if( pShape ) in connectStart() [all …]
|
| /AOO41X/main/sd/source/ui/unoidl/ |
| H A D | SdUnoDrawView.cxx | 205 SvxShape* pShape = SvxShape::getImplementation( xShape ); in select() local 206 if( pShape && (pShape->GetSdrObject() != NULL) ) in select() 208 SdrObject* pObj = pShape->GetSdrObject(); in select() 229 SvxShape* pShape = SvxShape::getImplementation(xShape); in select() local 230 if( (pShape == NULL) || (pShape->GetSdrObject() == NULL) ) in select() 236 SdrObject* pObj = pShape->GetSdrObject(); in select()
|
| /AOO41X/main/sw/source/core/access/ |
| H A D | accmap.cxx | 290 SwAccessibleObjShape_Impl *pShape = pShapes; in Copy() local 308 pShape->first = pObj; in Copy() 309 pShape->second = in Copy() 312 ++pShape; in Copy() 316 ASSERT( pSelShape == pShape, "copying shapes went wrong!" ); in Copy() 1265 SwAccessibleObjShape_Impl *pShape = pShapes; in InvalidateShapeInParaSelection() local 1269 if( pShape < pSelShape && (pShape->first==(*aIter).first) ) in InvalidateShapeInParaSelection() 1276 ++pShape; in InvalidateShapeInParaSelection() 1485 SwAccessibleObjShape_Impl *pShape = pShapes; in DoInvalidateShapeSelection() local 1490 if (pShape->second.isValid() && IsInSameLevel(pShape->first, pFESh)) in DoInvalidateShapeSelection() [all …]
|
| /AOO41X/main/sc/source/ui/Accessibility/ |
| H A D | AccessibleDocument.cxx | 491 ScAccessibleShapeData* pShape = maZOrderedShapes[index]; in GetAccControlShapeFromModel() local 492 if (pShape) in GetAccControlShapeFromModel() 494 ::accessibility::AccessibleShape* pAccShape = pShape->pAccShape; in GetAccControlShapeFromModel() 512 ScAccessibleShapeData* pShape = maZOrderedShapes[index]; in GetAccessibleCaption() local 513 if (pShape && pShape->xShape == xShape ) in GetAccessibleCaption() 515 …:uno::Reference< ::com::sun::star::accessibility::XAccessible > xNewChild( pShape->pAccShape ); in GetAccessibleCaption() 588 ScAccessibleShapeData* pShape = maZOrderedShapes[i]; in GetAt() local 589 if (pShape) in GetAt() 591 if (!pShape->pAccShape) in GetAt() 592 Get(pShape); in GetAt() [all …]
|
| /AOO41X/main/oox/source/vml/ |
| H A D | vmlshapecontainer.cxx | 106 if( const ShapeBase* pShape = maShapesById.get( rShapeId ).get() ) in getShapeById() local 107 return pShape; in getShapeById() 111 if( const ShapeBase* pShape = (*aVIt)->getChildById( rShapeId ) ) in getShapeById() local 112 return pShape; in getShapeById()
|
| /AOO41X/main/oox/source/ppt/ |
| H A D | animationspersist.cxx | 106 ::oox::drawingml::ShapePtr pShape = pSlide->getShape(msValue); in convert() 107 OSL_ENSURE( pShape, "failed to locate Shape"); in convert() 108 if( pShape ) in convert() 110 Reference< XShape > xShape( pShape->getXShape() ); in convert()
|
| /AOO41X/main/reportdesign/source/ui/misc/ |
| H A D | RptUndo.cxx | 144 SvxShape* pShape = SvxShape::getImplementation( xShape ); in ~OSectionUndo() local 145 SdrObject* pObject = pShape ? pShape->GetSdrObject() : NULL; in ~OSectionUndo() 146 … OSL_ENSURE( pShape && pShape->HasSdrObjectOwnership() && pObject && !pObject->IsInserted(), in ~OSectionUndo()
|
| /AOO41X/main/sc/source/ui/vba/ |
| H A D | vbasheetobject.cxx | 239 SvxShape* pShape = SvxShape::getImplementation( mxShape ); in getPlacement() local 240 if(pShape) in getPlacement() 242 SdrObject* pObj = pShape->GetSdrObject(); in getPlacement() 255 SvxShape* pShape = SvxShape::getImplementation( mxShape ); in setPlacement() local 256 if(pShape) in setPlacement() 258 SdrObject* pObj = pShape->GetSdrObject(); in setPlacement()
|
| /AOO41X/main/sw/source/core/unocore/ |
| H A D | unodraw.cxx | 383 SwXShape* pShape = 0; in _CreateShape() local 385 pShape = reinterpret_cast< SwXShape * >( in _CreateShape() 387 if(!pShape) in _CreateShape() 606 SwXShape* pShape = 0; in add() local 610 pShape = reinterpret_cast< SwXShape * >( in add() 616 if(!pShape || pShape->GetRegisteredIn() || !pShape->m_bDescriptor ) in add() 619 if(pShape) in add() 637 uno::Reference< uno::XAggregation > xAgg = pShape->GetAggregationInterface(); in add() 644 SwShapeDescriptor_Impl* pDesc = pShape->GetDescImpl(); in add() 765 pFmt->Add(pShape); in add() [all …]
|
| /AOO41X/main/svtools/source/svhtml/ |
| H A D | htmlout.cxx | 646 const sal_Char *pShape = 0; in Out_ImageMap() local 654 pShape = OOO_STRING_SVTOOLS_HTML_SH_rect; in Out_ImageMap() 667 pShape= OOO_STRING_SVTOOLS_HTML_SH_circ; in Out_ImageMap() 680 pShape= OOO_STRING_SVTOOLS_HTML_SH_poly; in Out_ImageMap() 700 DBG_ASSERT( pShape, "unbekanntes IMapObject" ); in Out_ImageMap() 704 if( pShape ) in Out_ImageMap() 712 += OOO_STRING_SVTOOLS_HTML_O_shape) += '=') += pShape) += ' ') in Out_ImageMap()
|