Home
last modified time | relevance | path

Searched refs:pShape (Results 1 – 25 of 71) sorted by last modified time

123

/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/sc/source/ui/unoobj/
H A Dshapeuno.cxx1376 SvxShape* pShape = SvxShape::getImplementation( mxShapeAgg ); in GetSdrObject() local
1377 if(pShape) in GetSdrObject()
1378 return pShape->GetSdrObject(); in GetSdrObject()
1408 ShapeUnoEventAccessImpl( ScShapeObj* pShape ): mpShape( pShape ) in ShapeUnoEventAccessImpl() argument
/trunk/main/svx/source/svdraw/
H A Dsvdobj.cxx488 SvxShape* pShape = pObject->getSvxShape(); in Free() local
489 if ( pShape && pShape->HasSdrObjectOwnership() ) in Free()
525 SvxShape* pShape = getSvxShape(); in SetModel() local
526 if( pShape ) in SetModel()
527 pShape->ChangeModel( pNewModel ); in SetModel()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.hxx678 com::sun::star::drawing::XShape > *pShape,sal_Bool bFloatingCtrl);
H A Dww8par3.cxx2678 const awt::Size& rSize, uno::Reference< drawing::XShape > *pShape, in InsertControl()
2735 if (pShape) in InsertControl()
2736 *pShape = xShape; in InsertControl()
/trunk/main/svx/source/unodraw/
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 …]
H A Dunoshap3.cxx151 SvxShape* pShape = SvxShape::getImplementation( xShape ); in add() local
153 if(!mpObj.is() || !mxPage.is() || pShape == NULL || NULL != pShape->GetSdrObject() ) in add()
161 if(pShape) in add()
162 pShape->Create( pSdrShape, mxPage.get() ); in add()
180 SvxShape* pShape = SvxShape::getImplementation( xShape ); in remove() local
182 if(!mpObj.is() || pShape == NULL) in remove()
185 SdrObject* pSdrShape = pShape->GetSdrObject(); in remove()
H A Dunoshape.cxx4467 SvxShape* pShape = SvxShape::getImplementation( xShape ); in GetSdrObjectFromXShape() local
4468 return pShape ? pShape->GetSdrObject() : 0; in GetSdrObjectFromXShape()
H A Dunomod.cxx451 SvxShape* pShape = NULL; in createInstance() local
525 pShape = CreateSvxShapeByTypeAndInventor( nType, SdrInventor ); in createInstance()
528 if( pShape ) in createInstance()
529 pShape->SetShapeType(aServiceSpecifier); in createInstance()
531 xRet = (uno::XWeak*)pShape; in createInstance()
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 …]
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx1794 com::sun::star::drawing::XShape > *pShape, in InsertControl()
1831 if (pShape) in InsertControl()
1832 *pShape = xShape; in InsertControl()
H A Dmsdffimp.cxx7689 void SvxMSDffManager::insertShapeId( sal_Int32 nShapeId, SdrObject* pShape ) in insertShapeId() argument
7691 maShapeIdContainer[nShapeId] = pShape; in insertShapeId()
7694 void SvxMSDffManager::removeShapeId( SdrObject* pShape ) in removeShapeId() argument
7700 if( (*aIter).second == pShape ) in removeShapeId()
/trunk/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx322 SvxShape* pShape = SvxShape::getImplementation( rxShape ); in lcl_hasWordBreak() local
323 SvxShapeText* pShapeText = dynamic_cast< SvxShapeText* >( pShape ); in lcl_hasWordBreak()
/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/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx1147 com::sun::star::uno::Reference< com::sun::star::drawing::XShape > *pShape,
/trunk/main/sd/source/core/
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/slideshow/source/engine/slide/
H A Dslideimpl.cxx1050 ShapeSharedPtr pShape( mpLayerManager->lookupShape( xShape ) ); in applyInitialShapeAttributes() local
1052 if( !pShape ) in applyInitialShapeAttributes()
1060 ::boost::dynamic_pointer_cast< AttributableShape >( pShape ) ); in applyInitialShapeAttributes()
1098 pShape, in applyInitialShapeAttributes()
/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/slideshow/source/engine/animationnodes/
H A Danimationbasenode.cxx348 AttributableShapeSharedPtr const pShape( getShape() ); in deactivate_st() local
354 getContext().mpSubsettableShapeManager->notifyShapeUpdate( pShape ); in deactivate_st()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleDrawDocumentView.cxx173 AccessiblePageShape* pShape = NULL; in CreateDrawPageShape() local
218 pShape = new AccessiblePageShape ( in CreateDrawPageShape()
223 return pShape; in CreateDrawPageShape()
/trunk/main/writerfilter/source/doctok/
H A DWW8DocumentImpl.cxx1245 DffRecord::Pointer_t pShape = mpDffBlock->getShape(nSpid); in getShape() local
1247 if (pShape.get() != NULL) in getShape()
1249 DffSpContainer * pTmp = new DffSpContainer(*pShape); in getShape()
/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx498 SvxShape* pShape = xShapeTunnel.is() ? in select() local
501 if (pShape) in select()
503 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/svx/source/customshapes/
H A DEnhancedCustomShapeEngine.cxx239 SvxShape* pShape = SvxShape::getImplementation( xShape ); in SetTemporary() local
240 if ( pShape ) in SetTemporary()
241 pShape->TakeSdrObjectOwnership(); in SetTemporary()
/trunk/main/svx/source/accessibility/
H A DChildrenManager.cxx124 void ChildrenManager::AddAccessibleShape (std::auto_ptr<AccessibleShape> pShape) in AddAccessibleShape() argument
127 mpImpl->AddAccessibleShape (pShape); in AddAccessibleShape()

Completed in 316 milliseconds

123