Home
last modified time | relevance | path

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

123

/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/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/chart2/source/view/main/
H A DChartView.cxx1800 … SdrObject* pShape = DrawModelWrapper::getNamedSdrObject( aShapeName, pRootList ); in getRectangleOfObject() local
1801 if( pShape ) in getRectangleOfObject()
1802 … xShape = uno::Reference< drawing::XShape >( pShape->getUnoShape(), uno::UNO_QUERY); in getRectangleOfObject()
1814 SvxShape* pShape = SvxShape::getImplementation( xShape ); in getRectangleOfObject() local
1815 if( pShape ) in getRectangleOfObject()
1817 SdrObject* pSdrObject = pShape->GetSdrObject(); in getRectangleOfObject()
/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx715 void insertShapeId( sal_Int32 nShapeId, SdrObject* pShape );
716 void removeShapeId( SdrObject* pShape );
H A Dsvdfppt.hxx1147 com::sun::star::uno::Reference< com::sun::star::drawing::XShape > *pShape,
/trunk/main/filter/source/msfilter/
H A Descherex.cxx3916 SdrObject* pShape = GetSdrObjectFromXShape( rXShape ); in CreateBlipPropertiesforOLEControl() local
3917 if ( pShape ) in CreateBlipPropertiesforOLEControl()
3919 SdrModel* pMod = pShape->GetModel(); in CreateBlipPropertiesforOLEControl()
3920 Graphic aGraphic(SdrExchangeView::GetObjGraphic( pMod, pShape)); in CreateBlipPropertiesforOLEControl()
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()
H A Dsvdfppt.cxx1794 com::sun::star::drawing::XShape > *pShape, in InsertControl()
1831 if (pShape) in InsertControl()
1832 *pShape = xShape; in InsertControl()
/trunk/main/oox/inc/oox/drawingml/diagram/
H A Ddiagram.hxx235 void addTo( const ShapePtr & pShape );
/trunk/main/oox/inc/oox/export/
H A Ddrawingml.hxx118 void WritePresetShape( const char* pShape );
119 …void WritePresetShape( const char* pShape, MSO_SPT eShapeType, sal_Bool bPredefinedHandlesUsed, sa…
/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()
H A Dlayoutnodecontext.cxx279 ShapePtr pShape( new Shape() ); in createFastChildContext() local
280 xRet.set( new ShapeContext( *this, ShapePtr(), pShape ) ); in createFastChildContext()
/trunk/main/oox/source/export/
H A Ddrawingml.cxx1199 void DrawingML::WritePresetShape( const char* pShape ) in WritePresetShape() argument
1202 XML_prst, pShape, in WritePresetShape()
1208 void DrawingML::WritePresetShape( const char* pShape, MSO_SPT eShapeType, sal_Bool bPredefinedHandl… in WritePresetShape() argument
1211 XML_prst, pShape, in WritePresetShape()
H A Dshapes.cxx446 SdrObjCustomShape* pShape = (SdrObjCustomShape*) GetSdrObjectFromXShape( xShape ); in WriteCustomShape() local
447 sal_Bool bIsDefaultObject = EscherPropertyContainer::IsDefaultObject( pShape ); in WriteCustomShape()
/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/oox/source/shape/
H A DShapeContextHandler.cxx242 if( const ::oox::vml::ShapeBase* pShape = mpDrawing->getShapes().getFirstShape() ) in getShape() local
243 xResult = pShape->convertAndInsert( xShapes ); in getShape()
/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/reportdesign/source/core/api/
H A DShape.cxx311 SvxShape* pShape = SvxShape::getImplementation( xSource ); in createClone() local
312 if ( pShape ) in createClone()
314 SdrObject* pObject = pShape->GetSdrObject(); in createClone()
/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()
H A DRptObject.cxx455 SvxShape* pShape = SvxShape::getImplementation( _rxShape ); in ensureSdrObjectOwnership() local
456 OSL_ENSURE( pShape, "OObjectBase::ensureSdrObjectOwnership: can't access the SvxShape!" ); in ensureSdrObjectOwnership()
457 if ( pShape ) in ensureSdrObjectOwnership()
459 …OSL_ENSURE( !pShape->HasSdrObjectOwnership(), "OObjectBase::ensureSdrObjectOwnership: called twice… in ensureSdrObjectOwnership()
460 pShape->TakeSdrObjectOwnership(); in ensureSdrObjectOwnership()
H A DRptPage.cxx156 SvxShape* pShape = SvxShape::getImplementation( _xObject ); in insertObject() local
157 OObjectBase* pObject = pShape ? dynamic_cast< OObjectBase* >( pShape->GetSdrObject() ) : NULL; in insertObject()
H A DUndoActions.cxx148 SvxShape* pShape = SvxShape::getImplementation( xChild ); in ~OUndoContainerAction() local
149 SdrObject* pObject = pShape ? pShape->GetSdrObject() : NULL; in ~OUndoContainerAction()
150 OSL_ENSURE( pObject ? pShape->HasSdrObjectOwnership() && !pObject->IsInserted() : true , in ~OUndoContainerAction()
/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/reportdesign/source/ui/report/
H A DReportSection.cxx274 SvxShape* pShape = SvxShape::getImplementation( *pCopiesIter ); in Paste() local
275 SdrObject* pObject = pShape ? pShape->GetSdrObject() : NULL; in Paste()
569 SvxShape* pShape = SvxShape::getImplementation( xReportComponent ); in impl_adjustObjectSizePosition() local
570 SdrObject* pObject = pShape ? pShape->GetSdrObject() : NULL; in impl_adjustObjectSizePosition()
H A DViewsWindow.cxx672 SvxShape* pShape = SvxShape::getImplementation( *pIter ); in setMarked() local
673 SdrObject* pObject = pShape ? pShape->GetSdrObject() : NULL; in setMarked()

Completed in 223 milliseconds

123