Home
last modified time | relevance | path

Searched refs:pShape (Results 1 – 25 of 71) sorted by relevance

123

/trunk/main/sd/source/core/
H A DEffectMigration.cxx443 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 Dsdpage2.cxx504 SdrObject* pShape; in RemoveEmptyPresentationObjects() local
505 for( pShape = aShapeIter.Next(); pShape; pShape = aShapeIter.Next() ) in RemoveEmptyPresentationObjects()
507 if( pShape && pShape->IsEmptyPresObj() ) in RemoveEmptyPresentationObjects()
509 RemoveObject( pShape->GetOrdNum() ); in RemoveEmptyPresentationObjects()
510 SdrObject::Free( pShape ); in RemoveEmptyPresentationObjects()
/trunk/main/sd/inc/
H A DEffectMigration.hxx66 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 …]
/trunk/main/slideshow/source/engine/animationnodes/
H A Danimationsetnode.cxx54 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 Dgenerateevent.cxx88 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 Dpropertyanimationnode.cxx45 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 Dnodetools.cxx74 ShapeSharedPtr pShape( rShapeManager->lookupShape( xShape ) ); in lookupAttributableShape() local
76 ENSURE_OR_THROW( pShape, in lookupAttributableShape()
80 ::boost::dynamic_pointer_cast< AttributableShape >( pShape ) ); in lookupAttributableShape()
/trunk/main/slideshow/source/engine/shapes/
H A Ddrawshape.cxx587 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 …]
/trunk/main/slideshow/source/engine/slide/
H A Dshapemanagerimpl.cxx344 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 …]
/trunk/main/reportdesign/source/core/sdr/
H A DReportDrawPage.cxx90 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()
/trunk/main/svx/source/accessibility/
H A DChildrenManagerImpl.cxx183 AccessibleShape* pShape = in GetChild() local
188 static_cast<uno::XWeak*>(pShape), in GetChild()
192 if ( pShape != NULL ) in GetChild()
194 pShape->Init(); in GetChild()
195 pShape->setIndexInParent(_nIndex); in GetChild()
429 if (pShape != NULL) in SendVisibleAreaEvents()
430 pShape->ViewForwarderChanged ( in SendVisibleAreaEvents()
556 if (pShape.get() != NULL) in AddAccessibleShape()
829 if (pShape != NULL) in ViewForwarderChanged()
1193 if ( pShape ) in setIndexAtAccessibleShape()
[all …]
H A DShapeTypeHandler.cxx138 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()
/trunk/main/oox/source/drawingml/diagram/
H A Ddiagram.cxx114 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()
/trunk/main/basctl/source/accessibility/
H A Daccessibledialogwindow.cxx183 …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()
/trunk/main/svx/source/unodraw/
H A Dunopage.cxx309 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 Dunoshap2.cxx224 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 …]
/trunk/main/sd/source/ui/unoidl/
H A DSdUnoDrawView.cxx205 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()
/trunk/main/sw/source/core/access/
H A Daccmap.cxx299 pShape->first = pObj; in Copy()
300 pShape->second = in Copy()
303 ++pShape; in Copy()
1260 if( pShape < pSelShape && (pShape->first==(*aIter).first) ) in InvalidateShapeInParaSelection()
1267 ++pShape; in InvalidateShapeInParaSelection()
1481 if (pShape->second.isValid() && IsInSameLevel(pShape->first, pFESh)) in DoInvalidateShapeSelection()
1483 if( pShape < pSelShape ) in DoInvalidateShapeSelection()
1493 ++pShape; in DoInvalidateShapeSelection()
1506 pShape = pShapes; in DoInvalidateShapeSelection()
1510 if (pShape->second.isValid() && IsInSameLevel(pShape->first, pFESh)) in DoInvalidateShapeSelection()
[all …]
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx492 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 …]
/trunk/main/oox/source/vml/
H A Dvmlshapecontainer.cxx106 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()
/trunk/main/oox/source/ppt/
H A Danimationspersist.cxx106 ::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()
/trunk/main/reportdesign/source/ui/misc/
H A DRptUndo.cxx145 SvxShape* pShape = SvxShape::getImplementation( xShape ); in ~OSectionUndo() local
146 SdrObject* pObject = pShape ? pShape->GetSdrObject() : NULL; in ~OSectionUndo()
147 OSL_ENSURE( pShape && pShape->HasSdrObjectOwnership() && pObject && !pObject->IsInserted(), in ~OSectionUndo()
/trunk/main/sc/source/ui/vba/
H A Dvbasheetobject.cxx239 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()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx381 SwXShape* pShape = 0; in _CreateShape() local
383 pShape = reinterpret_cast< SwXShape * >( in _CreateShape()
385 if(!pShape) in _CreateShape()
604 SwXShape* pShape = 0; in add() local
614 if(!pShape || pShape->GetRegisteredIn() || !pShape->m_bDescriptor ) in add()
617 if(pShape) in add()
763 pFmt->Add(pShape); in add()
764 pShape->m_bDescriptor = sal_False; in add()
964 SvxShape* pShape = 0; in SwXShape() local
966 pShape = reinterpret_cast< SvxShape * >( in SwXShape()
[all …]
/trunk/main/svtools/source/svhtml/
H A Dhtmlout.cxx646 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()

Completed in 191 milliseconds

123