/aoo4110/main/sd/source/core/ |
H A D | EffectMigration.cxx | 443 DBG_ASSERT( pShape && pShape->GetSdrObject() && pShape->GetSdrObject()->GetPage(), in SetAnimationEffect() 445 if( !pShape || !pShape->GetSdrObject() || !pShape->GetSdrObject()->GetPage() ) in SetAnimationEffect() 610 DBG_ASSERT( pShape && pShape->GetSdrObject() && pShape->GetSdrObject()->GetPage(), in SetTextAnimationEffect() 612 if( !pShape || !pShape->GetSdrObject() || !pShape->GetSdrObject()->GetPage() ) in SetTextAnimationEffect() 848 DBG_ASSERT( pShape && pShape->GetSdrObject() && pShape->GetSdrObject()->GetPage(), in SetAnimationSpeed() 850 if( !pShape || !pShape->GetSdrObject() || !pShape->GetSdrObject()->GetPage() ) in SetAnimationSpeed() 930 DBG_ASSERT( pShape && pShape->GetSdrObject() && pShape->GetSdrObject()->GetPage(), in SetDimColor() 932 if( !pShape || !pShape->GetSdrObject() || !pShape->GetSdrObject()->GetPage() ) in SetDimColor() 1001 if( !pShape || !pShape->GetSdrObject() || !pShape->GetSdrObject()->GetPage() ) in SetDimHide() 1072 if( !pShape || !pShape->GetSdrObject() || !pShape->GetSdrObject()->GetPage() ) in SetDimPrevious() [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()
|
/aoo4110/main/sd/inc/ |
H A D | EffectMigration.hxx | 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 ); 70 static void SetDimPrevious( SvxShape* pShape, sal_Bool bDimPrevious ); 71 static sal_Bool GetDimPrevious( SvxShape* pShape ); 72 static void SetPresentationOrder( SvxShape* pShape, sal_Int32 nNewPos ); 73 static sal_Int32 GetPresentationOrder( SvxShape* pShape ); 75 static ::rtl::OUString GetSoundFile( SvxShape* pShape ); 76 static sal_Bool GetSoundOn( SvxShape* pShape ); [all …]
|
/aoo4110/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()
|
/aoo4110/main/slideshow/source/engine/shapes/ |
H A D | drawshape.cxx | 587 if( pShape->hasIntrinsicAnimation() ) in create() 590 if( pShape->getNumberOfTreeNodes( in create() 596 pShape); in create() 600 if( pShape->hasHyperlinks() ) in create() 603 return pShape; in create() 619 if( pShape->hasIntrinsicAnimation() ) in create() 626 pShape->maAnimationFrames.end(), in create() 637 pShape, in create() 641 pShape->meCycleMode); in create() 647 OSL_ENSURE( !pShape->hasHyperlinks(), in create() [all …]
|
/aoo4110/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 …]
|
/aoo4110/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()
|
/aoo4110/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() 431 if (pShape != NULL) in SendVisibleAreaEvents() 432 pShape->ViewForwarderChanged ( in SendVisibleAreaEvents() 558 if (pShape.get() != NULL) in AddAccessibleShape() 831 if (pShape != NULL) in ViewForwarderChanged() 1195 if ( pShape ) in setIndexAtAccessibleShape() [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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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 | 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() 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() 485 mpObj->ConnectToNode( sal_True, pShape->mpObj.get() ); in connectStart() 498 SvxShape* pShape = SvxShape::getImplementation( xRef ); in connectEnd() local [all …]
|
/aoo4110/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()
|
/aoo4110/main/sw/source/core/access/ |
H A D | accmap.cxx | 308 pShape->first = pObj; in Copy() 309 pShape->second = in Copy() 312 ++pShape; in Copy() 1269 if( pShape < pSelShape && (pShape->first==(*aIter).first) ) in InvalidateShapeInParaSelection() 1276 ++pShape; in InvalidateShapeInParaSelection() 1490 if (pShape->second.isValid() && IsInSameLevel(pShape->first, pFESh)) in DoInvalidateShapeSelection() 1492 if( pShape < pSelShape ) in DoInvalidateShapeSelection() 1502 ++pShape; in DoInvalidateShapeSelection() 1515 pShape = pShapes; in DoInvalidateShapeSelection() 1519 if (pShape->second.isValid() && IsInSameLevel(pShape->first, pFESh)) in DoInvalidateShapeSelection() [all …]
|
/aoo4110/main/sc/source/ui/Accessibility/ |
H A D | AccessibleDocument.cxx | 492 if (pShape) in GetAccControlShapeFromModel() 513 if (pShape && pShape->xShape == xShape ) in GetAccessibleCaption() 589 if (pShape) in GetAt() 591 if (!pShape->pAccShape) in GetAt() 592 Get(pShape); in GetAt() 594 if (pShape->pAccShape) in GetAt() 1256 pShape->xShape = xShape; in AddShape() 1258 SetAnchor(xShape, pShape); in AddShape() 1268 pShape->bSelectable = sal_False; in AddShape() 1270 pShape->bSelectable = sal_True; in AddShape() [all …]
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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 616 if(!pShape || pShape->GetRegisteredIn() || !pShape->m_bDescriptor ) in add() 619 if(pShape) in add() 765 pFmt->Add(pShape); in add() 766 pShape->m_bDescriptor = sal_False; in add() 966 SvxShape* pShape = 0; in SwXShape() local 968 pShape = reinterpret_cast< SvxShape * >( in SwXShape() [all …]
|
/aoo4110/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()
|