Home
last modified time | relevance | path

Searched refs:rxShape (Results 1 – 25 of 44) sorted by relevance

12

/trunk/main/sc/source/ui/vba/
H A Dvbasheetobjects.cxx119 virtual bool implPickShape( const uno::Reference< drawing::XShape >& rxShape ) const = 0;
185 mxShapes->add( rxShape ); in insertShape()
186 maShapes.push_back( rxShape ); in insertShape()
187 implOnShapeInserted( rxShape ); in insertShape()
192 const uno::Reference< drawing::XShape >& rxShape ) throw (uno::RuntimeException) in createVbaObject()
194 return implCreateVbaObject( rxShape ); in createVbaObject()
243 uno::Reference< beans::XPropertySet > xPropSet( rxShape, uno::UNO_QUERY_THROW ); in implGetShapeName()
375 virtual bool implPickShape( const uno::Reference< drawing::XShape >& rxShape ) const;
452 uno::Reference< drawing::XControlShape > xControlShape( rxShape, uno::UNO_QUERY_THROW ); in implGetShapeName()
459 uno::Reference< drawing::XControlShape > xControlShape( rxShape, uno::UNO_QUERY_THROW ); in implOnShapeCreated()
[all …]
H A Dvbasheetobject.cxx167 const uno::Reference< drawing::XShape >& rxShape ) throw (uno::RuntimeException) : in ScVbaSheetObjectBase()
171 mxShape( rxShape, uno::UNO_SET_THROW ), in ScVbaSheetObjectBase()
172 mxShapeProps( rxShape, uno::UNO_QUERY_THROW ) in ScVbaSheetObjectBase()
/trunk/main/svx/source/accessibility/
H A DShapeTypeHandler.cxx108 ShapeTypeId ShapeTypeHandler::GetTypeId (const uno::Reference<drawing::XShape>& rxShape) const in GetTypeId()
110 uno::Reference<drawing::XShapeDescriptor> xDescriptor (rxShape, uno::UNO_QUERY); in GetTypeId()
228 long ShapeTypeHandler::GetSlotId (const uno::Reference<drawing::XShape>& rxShape) const in GetSlotId()
230 uno::Reference<drawing::XShapeDescriptor> xDescriptor (rxShape, uno::UNO_QUERY); in GetSlotId()
239 ShapeTypeHandler::CreateAccessibleBaseName (const uno::Reference<drawing::XShape>& rxShape) in CreateAccessibleBaseName() argument
245 switch (ShapeTypeHandler::Instance().GetTypeId (rxShape)) in CreateAccessibleBaseName()
320 SvxShape* pShape = SvxShape::getImplementation( rxShape ); in CreateAccessibleBaseName()
351 uno::Reference<drawing::XShapeDescriptor> xDescriptor (rxShape, uno::UNO_QUERY); in CreateAccessibleBaseName()
H A DAccessibleShapeInfo.cxx35 ::com::sun::star::drawing::XShape>& rxShape, in AccessibleShapeInfo()
40 : mxShape (rxShape), in AccessibleShapeInfo()
53 ::com::sun::star::drawing::XShape>& rxShape, in AccessibleShapeInfo()
57 : mxShape (rxShape), in AccessibleShapeInfo()
H A DChildrenManagerImpl.cxx464 void ChildrenManagerImpl::AddShape (const Reference<drawing::XShape>& rxShape) in AddShape() argument
466 if (rxShape.is()) in AddShape()
472 awt::Point aPos = rxShape->getPosition(); in AddShape()
473 awt::Size aSize = rxShape->getSize(); in AddShape()
483 Reference<container::XChild> xChild (rxShape, uno::UNO_QUERY); in AddShape()
491 maVisibleChildren.push_back (ChildDescriptor (rxShape)); in AddShape()
514 void ChildrenManagerImpl::RemoveShape (const Reference<drawing::XShape>& rxShape) in RemoveShape() argument
516 if (rxShape.is()) in RemoveShape()
523 ChildDescriptor (rxShape))); in RemoveShape()
/trunk/main/filter/source/svg/
H A Dsvgexport.cxx800 sal_Bool SVGFilter::implExportShape( const Reference< XShape >& rxShape ) in implExportShape() argument
802 Reference< XPropertySet > xShapePropSet( rxShape, UNO_QUERY ); in implExportShape()
807 const ::rtl::OUString aShapeType( rxShape->getShapeType() ); in implExportShape()
865 Reference< XShapes > xShapes( rxShape, UNO_QUERY ); in implExportShape()
886 if( !bRet && mpObjects->find( rxShape ) != mpObjects->end() ) in implExportShape()
888 Reference< XText > xText( rxShape, UNO_QUERY ); in implExportShape()
1063 Reference< XShapes > xShapes( rxShape, UNO_QUERY ); in implCreateObjectsFromShape()
1070 SdrObject* pObj = GetSdrObjectFromXShape( rxShape ); in implCreateObjectsFromShape()
1088 (*mpObjects)[ rxShape ] = ObjectRepresentation( rxShape, aMtf ); in implCreateObjectsFromShape()
1091 (*mpObjects)[ rxShape ] = ObjectRepresentation( rxShape, aGraphic.GetGDIMetaFile() ); in implCreateObjectsFromShape()
[all …]
H A Dsvgfilter.hxx282 sal_Bool implExportShape( const Reference< XShape >& rxShape );
288 …l_Bool implCreateObjectsFromShape( const Reference< XShape >& rxShape );
291 ::rtl::OUString implGetDescriptionFromShape( const Reference< XShape >& rxShape );
/trunk/main/svx/inc/svx/
H A DShapeTypeHandler.hxx114 ::com::sun::star::drawing::XShape>& rxShape) const;
146 ::com::sun::star::drawing::XShape>& rxShape, in CreateAccessibleObject()
151 AccessibleShapeInfo aShapeInfo(rxShape, rxParent); in CreateAccessibleObject()
172 const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& rxShape)
228 ::com::sun::star::drawing::XShape>& rxShape) const;
H A DAccessibleShapeInfo.hxx78 ::com::sun::star::drawing::XShape>& rxShape,
89 ::com::sun::star::drawing::XShape>& rxShape,
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97esc.cxx199 EscherExHostAppData* XclEscherEx::StartShape( const Reference< XShape >& rxShape, const Rectangle* … in StartShape() argument
215 SdrObject* pObj = GetSdrObjectFromXShape( rxShape ); in StartShape()
237 mrObjMgr.AddObj( new XclExpChartObj( mrObjMgr, rxShape, pChildAnchor ) ); in StartShape()
252 Reference< XPropertySet > xPropSet( rxShape, UNO_QUERY ); in StartShape()
263 pCurrXclObj = CreateOCXCtrlObj( rxShape, pChildAnchor ); in StartShape()
265 pCurrXclObj = CreateTBXCtrlObj( rxShape, pChildAnchor ); in StartShape()
330 Reference< XPropertySet > xPropSet( rxShape, UNO_QUERY ); in StartShape()
/trunk/main/oox/source/vml/
H A Dvmlshape.cxx289 void ShapeBase::convertFormatting( const Reference< XShape >& rxShape, const ShapeParentAnchor* pPa… in convertFormatting() argument
291 if( rxShape.is() ) in convertFormatting()
300 rxShape->setPosition( Point( aShapeRect.X, aShapeRect.Y ) ); in convertFormatting()
301 rxShape->setSize( Size( aShapeRect.Width, aShapeRect.Height ) ); in convertFormatting()
302 convertShapeProperties( rxShape ); in convertFormatting()
320 void ShapeBase::convertShapeProperties( const Reference< XShape >& rxShape ) const in convertShapeProperties()
326 PropertySet( rxShape ).setProperties( aPropMap ); in convertShapeProperties()
/trunk/main/xmloff/source/draw/
H A Deventimp.cxx92 …ing& rLocalName, const Reference< XAttributeList>& xAttrList, const Reference< XShape >& rxShape );
173 …ng& rLocalName, const Reference< XAttributeList >& xAttrList, const Reference< XShape >& rxShape ) in SdXMLEventContext() argument
176 …mxShape( rxShape ), mbScript( sal_False ), mbActionEvent( sal_False ), meClickAction( ClickAction_… in SdXMLEventContext()
178 mxShape( rxShape ), mbScript( sal_False ), meClickAction( ClickAction_NONE ), in SdXMLEventContext()
558 const Reference< XAttributeList>&, const Reference< XShape >& rxShape) in SdXMLEventsContext()
559 : SvXMLImportContext(rImport, nPrfx, rLocalName), mxShape( rxShape ) in SdXMLEventsContext()
H A Ddescriptionimp.cxx55 const Reference< XAttributeList>&, const Reference< XShape >& rxShape) in SdXMLDescriptionContext()
56 : SvXMLImportContext(rImport, nPrfx, rLocalName), mxShape( rxShape ) in SdXMLDescriptionContext()
/trunk/main/oox/source/xls/
H A Ddrawingfragment.cxx71 …croAttacher::ShapeMacroAttacher( const OUString& rMacroName, const Reference< XShape >& rxShape ) : in ShapeMacroAttacher() argument
73 mxShape( rxShape ) in ShapeMacroAttacher()
119 const WorksheetHelper& rHelper, const ShapePtr& rxParentShape, const ShapePtr& rxShape ) : in GroupShapeContext() argument
120 ShapeGroupContext( rParent, rxParentShape, rxShape ), in GroupShapeContext()
612 void VmlDrawing::notifyXShapeInserted( const Reference< XShape >& rxShape, in notifyXShapeInserted() argument
625 Reference< XControlShape > xCtrlShape( rxShape, UNO_QUERY_THROW ); in notifyXShapeInserted()
/trunk/main/oox/inc/oox/xls/
H A Ddrawingfragment.hxx55 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& rxShape );
93 const ::oox::drawingml::ShapePtr& rxShape );
187 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& rxShape,
H A Ddrawingmanager.hxx480 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& rxShape,
508 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& rxShape,
/trunk/main/slideshow/source/engine/shapes/
H A Dviewappletshape.cxx70 const uno::Reference< drawing::XShape >& rxShape, in ViewAppletShape()
80 ENSURE_OR_THROW( rxShape.is(), "ViewAppletShape::ViewAppletShape(): Invalid Shape" ); in ViewAppletShape()
93 uno::Reference< beans::XPropertySet > xShapePropSet( rxShape, in ViewAppletShape()
H A Dviewmediashape.cxx76 const uno::Reference< drawing::XShape >& rxShape, in ViewMediaShape()
82 mxShape( rxShape ), in ViewMediaShape()
/trunk/main/oox/source/drawingml/
H A Dgraphicshapecontext.cxx292 ChartGraphicDataContext::ChartGraphicDataContext( ContextHandler& rParent, const ShapePtr& rxShape,… in ChartGraphicDataContext() argument
293 ShapeContext( rParent, ShapePtr(), rxShape ), in ChartGraphicDataContext()
294 mrChartShapeInfo( rxShape->setChartType( bEmbedShapes ) ) in ChartGraphicDataContext()
/trunk/main/sdext/source/minimizer/
H A Dgraphiccollector.cxx99 …y( const Reference< XComponentContext >& rxContext, Reference< XShape >& rxShape, const GraphicSet… in ImpAddGraphicEntity() argument
102 Reference< XPropertySet > xShapePropertySet( rxShape, UNO_QUERY_THROW ); in ImpAddGraphicEntity()
108 aUser.mxShape = rxShape; in ImpAddGraphicEntity()
113 awt::Size aLogicalSize( rxShape->getSize() ); in ImpAddGraphicEntity()
/trunk/main/oox/source/drawingml/chart/
H A Dconverterbase.cxx403 bool LayoutConverter::convertFromModel( const Reference< XShape >& rxShape, double fRotationAngle ) in convertFromModel() argument
414 Size aShapeSize = rxShape->getSize(); in convertFromModel()
424 rxShape->setPosition( aShapePos ); in convertFromModel()
/trunk/main/filter/source/msfilter/
H A Deschesdo.cxx1161 basegfx::B2DRange getUnrotatedGroupBoundRange(const Reference< XShape >& rxShape) in getUnrotatedGroupBoundRange() argument
1167 if(rxShape.is()) in getUnrotatedGroupBoundRange()
1169 …if(rxShape->getShapeType().equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.GroupShap… in getUnrotatedGroupBoundRange()
1172 const Reference< XIndexAccess > xXIndexAccess(rxShape, UNO_QUERY); in getUnrotatedGroupBoundRange()
1194 const Reference< XPropertySet > mXPropSet(rxShape, UNO_QUERY); in getUnrotatedGroupBoundRange()
/trunk/main/sc/source/filter/xml/
H A Dxmlannoi.cxx203 void ScXMLAnnotationContext::SetShape( const uno::Reference< drawing::XShape >& rxShape, const uno:… in SetShape() argument
206 mrAnnotationData.mxShape = rxShape; in SetShape()
/trunk/main/oox/inc/oox/vml/
H A Dvmlshape.hxx223 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& rxShape,
242 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& rxShape ) const;
/trunk/main/sd/inc/
H A DSdShapeTypes.hxx67 ::com::sun::star::drawing::XShape>& rxShape

Completed in 99 milliseconds

12