Home
last modified time | relevance | path

Searched defs:xShape (Results 26 – 50 of 214) sorted by relevance

123456789

/trunk/main/svx/source/accessibility/
H A DChildrenManagerImpl.cxx207 ChildrenManagerImpl::GetChild (const uno::Reference<drawing::XShape>& xShape) in GetChild()
336 uno::Reference<drawing::XShape> xShape; in CreateListOfVisibleShapes() local
687 Reference<drawing::XShape> xShape (rEventObject.Source, uno::UNO_QUERY); in disposing() local
910 ChildrenManagerImpl::GetAccessibleCaption (const uno::Reference<drawing::XShape>& xShape) in GetAccessibleCaption()
1069 Reference< XAccessible > xShape(pairShape.first); in UpdateSelection() local
1128 const Reference<drawing::XShape>& xShape) in RegisterAsDisposeListener()
1140 const Reference<drawing::XShape>& xShape) in UnregisterAsDisposeListener()
1153 ChildDescriptor::ChildDescriptor (const Reference<drawing::XShape>& xShape) in ChildDescriptor()
/trunk/main/sc/source/filter/xml/
H A DXMLExportSharedData.cxx138 …ScMySharedData::AddTableShape(const sal_Int32 nTable, const uno::Reference<drawing::XShape>& xShap… in AddTableShape()
145 void ScMySharedData::AddNoteObj(const uno::Reference<drawing::XShape>& xShape, const ScAddress& rPo… in AddNoteObj()
/trunk/main/svx/source/unodraw/
H A Dunoshcol.cxx174 void SAL_CALL SvxShapeCollection::add( const Reference< drawing::XShape >& xShape ) throw( uno::Run… in add()
180 void SAL_CALL SvxShapeCollection::remove( const uno::Reference< drawing::XShape >& xShape ) throw( … in remove()
/trunk/main/oox/source/xls/
H A Ddrawingfragment.cxx133 ShapePtr xShape( new Shape( rHelper, rAttribs, "com.sun.star.drawing.CustomShape" ) ); in createShapeContext() local
139 … ShapePtr xShape( new Shape( rHelper, rAttribs, "com.sun.star.drawing.ConnectorShape" ) ); in createShapeContext() local
145 … ShapePtr xShape( new Shape( rHelper, rAttribs, "com.sun.star.drawing.GraphicObjectShape" ) ); in createShapeContext() local
151 … ShapePtr xShape( new Shape( rHelper, rAttribs, "com.sun.star.drawing.GraphicObjectShape" ) ); in createShapeContext() local
157 ShapePtr xShape( new Shape( rHelper, rAttribs, "com.sun.star.drawing.GroupShape" ) ); in createShapeContext() local
591 …Reference< XShape > xShape = createAndInsertXControlShape( aControl, rxShapes, aShapeRect, nCtrlIn… in createAndInsertClientXShape() local
/trunk/main/reportdesign/source/core/api/
H A DSection.cxx630 uno::Reference< drawing::XShape> xShape(xClone->createClone(),uno::UNO_QUERY); in lcl_copySection() local
637 void SAL_CALL OSection::add( const uno::Reference< drawing::XShape >& xShape ) throw (uno::RuntimeE… in add()
649 void SAL_CALL OSection::remove( const uno::Reference< drawing::XShape >& xShape ) throw (uno::Runti… in remove()
700 void OSection::notifyElementAdded(const uno::Reference< drawing::XShape >& xShape ) in notifyElementAdded()
709 void OSection::notifyElementRemoved(const uno::Reference< drawing::XShape >& xShape) in notifyElementRemoved()
/trunk/main/slideshow/source/engine/shapes/
H A Dappletshape.cxx121 AppletShape::AppletShape( const uno::Reference< drawing::XShape >& xShape, in AppletShape()
309 boost::shared_ptr<Shape> createAppletShape( in createAppletShape()
/trunk/main/slideshow/source/engine/animationnodes/
H A Danimationcommandnode.cxx55 uno::Reference< drawing::XShape > xShape( mxCommandNode->getTarget(), in AnimationCommandNode() local
H A Dgenerateevent.cxx87 uno::Reference<drawing::XShape> xShape; in generateEvent() local
H A Dnodetools.cxx68 …AttributableShapeSharedPtr lookupAttributableShape( const ShapeManagerSharedPtr& rShapeManager, in lookupAttributableShape()
/trunk/main/sc/source/ui/unoobj/
H A Dpageuno.cxx47 uno::Reference<drawing::XShape> xShape(SvxFmDrawPage::_CreateShape( pObj )); in _CreateShape() local
/trunk/main/sc/source/ui/vba/
H A Dvbachartobject.hxx43 css::uno::Reference< css::drawing::XShape > xShape; member in ScVbaChartObject
H A Dvbatextboxshape.cxx32 ScVbaTextBoxShape::ScVbaTextBoxShape( const uno::Reference< uno::XComponentContext >& xContext, con… in ScVbaTextBoxShape()
H A Dvbasheetobjects.cxx168 … uno::Reference< drawing::XShape > xShape( mxShapes->getByIndex( nIndex ), uno::UNO_QUERY_THROW ); in collectShapes() local
176 …uno::Reference< drawing::XShape > xShape( mxFactory->createInstance( implGetShapeServiceName() ), … in createShape() local
199 uno::Reference< drawing::XShape > xShape( rSource, uno::UNO_QUERY_THROW ); in createCollectionObject() local
347 …uno::Reference< drawing::XShape > xShape( mxContainer->createShape( aPos, aSize ), uno::UNO_SET_TH… in Add() local
/trunk/main/chart2/source/view/charttypes/
H A DCandleStickChart.cxx276 …uno::Reference< drawing::XShape > xShape( m_xShapeFactory->createInstance( rtl::OUString( RTL_CONS… in createShapes() local
294 …uno::Reference< drawing::XShape > xShape( m_xShapeFactory->createInstance( rtl::OUString( RTL_CONS… in createShapes() local
335 …uno::Reference< drawing::XShape > xShape( m_xShapeFactory->createInstance( rtl::OUString( RTL_CONS… in createShapes() local
/trunk/main/reportdesign/source/core/sdr/
H A DRptPage.cxx119 uno::Reference< drawing::XShape> xShape(pObj->getUnoShape(),uno::UNO_QUERY); in RemoveObject() local
228 uno::Reference< drawing::XShape> xShape(pObj->getUnoShape(),uno::UNO_QUERY); in NbcInsertObject() local
/trunk/main/chart2/source/view/diagram/
H A DVDiagram.cxx234 E3dScene* lcl_getE3dScene( const uno::Reference< drawing::XShape >& xShape ) in lcl_getE3dScene()
569 uno::Reference< drawing::XShape > xShape = in createShapes_3d() local
597 uno::Reference< drawing::XShape > xShape = in createShapes_3d() local
671 uno::Reference< drawing::XShape > xShape = in createShapes_3d() local
/trunk/main/reportdesign/source/filter/xml/
H A DxmlTable.cxx221 uno::Reference<report::XShape> xShape(*aCellIter,uno::UNO_QUERY); in EndElement() local
290 uno::Reference<report::XShape> xShape(_xElement,uno::UNO_QUERY); in addCell() local
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DObjectTransformationDemo.java78 XShape xShape = ShapeHelper.createShape( xDrawDoc, in main() local
H A DControlAndSelectDemo.java97 XShape xShape = (XShape)UnoRuntime.queryInterface( XShape.class, xObj ); in main() local
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx99 com::sun::star::uno::Reference< com::sun::star::drawing::XShape > xShape; member
405 … uno::Reference<drawing::XShape> xShape (pObj->getUnoShape(), uno::UNO_QUERY); in Notify() local
416 … uno::Reference<drawing::XShape> xShape (pObj->getUnoShape(), uno::UNO_QUERY); in Notify() local
535 uno::Reference< drawing::XShape > xShape (pObj->getUnoShape(), uno::UNO_QUERY); in GetCount() local
645 uno::Reference< drawing::XShape > xShape; in IsSelected() local
691 uno::Reference<drawing::XShape> xShape; in Select() local
770 uno::Reference<drawing::XShape> xShape; in FillShapes() local
842 uno::Reference<drawing::XShape> xShape; in Deselect() local
934 uno::Reference< drawing::XShape > xShape; in FindSelectedShapesChanges() local
1949 uno::Reference<drawing::XShape> xShape; in isAccessibleChildSelected() local
[all …]
/trunk/test/testuno/source/fvt/uno/sd/paragraph/
H A DParagraphStyle.java142 XShape xShape = (XShape) UnoRuntime.queryInterface(XShape.class, xObj); in createShape() local
148 public static XPropertySet addPortion(XShape xShape, String sText, boolean bNewParagraph) in addPortion()
/trunk/main/odk/examples/java/Drawing/
H A DSDraw.java151 com.sun.star.drawing.XShape xShape = null; in createShape() local
194 com.sun.star.drawing.XShape xShape = null; in createSequence() local
/trunk/main/chart2/workbench/addin/
H A Dsampleaddin.cxx473 uno::Reference< drawing::XShape > xShape( mxChartDoc->getDiagram(), uno::UNO_QUERY ); in getSize() local
486 uno::Reference< drawing::XShape > xShape( mxChartDoc->getDiagram(), uno::UNO_QUERY ); in setSize() local
497 uno::Reference< drawing::XShape > xShape( mxChartDoc->getDiagram(), uno::UNO_QUERY ); in getPosition() local
510 uno::Reference< drawing::XShape > xShape( mxChartDoc->getDiagram(), uno::UNO_QUERY ); in setPosition() local
/trunk/main/sd/source/ui/unoidl/
H A Dunosrch.cxx82 uno::Reference< drawing::XShape > xShape; in nextShape() local
125 uno::Reference< drawing::XShape > xShape; in replaceAll() local
229 uno::Reference< drawing::XShape > xShape; in findAll() local
332 uno::Reference< drawing::XShape > xShape; in GetCurrentShape() local
687 uno::Reference< drawing::XShape > xShape; in GetShape() local
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashape.cxx54 ScVbaShape::ScVbaShape( const uno::Reference< XHelperInterface >& xParent, const uno::Reference< un… in ScVbaShape()
61 ScVbaShape::ScVbaShape( const uno::Reference< uno::XComponentContext >& xContext, const uno::Refere… in ScVbaShape()
86 uno::Reference< drawing::XShape > xShape( rEventObject.Source, uno::UNO_QUERY ); in disposing() local
133 ScVbaShape::getType( const css::uno::Reference< drawing::XShape > xShape ) throw (uno::RuntimeExcep… in getType()

Completed in 182 milliseconds

123456789