Home
last modified time | relevance | path

Searched refs:xShape (Results 201 – 225 of 310) sorted by relevance

12345678910>>...13

/aoo41x/main/svx/source/unodraw/
H A Dunoshape.cxx720 Reference< beans::XPropertySet > xShape( (OWeakObject*)this, UNO_QUERY ); in ObtainSettingsFromPropertySet() local
2368 Reference< drawing::XShape > xShape; in setPropertyValueImpl() local
2369 if( rValue >>= xShape ) in setPropertyValueImpl()
2371 SdrObject* pNode = GetSdrObjectFromXShape( xShape ); in setPropertyValueImpl()
2854 Reference< drawing::XShape > xShape( GetXShapeForSdrObject( pNode ) ); in getPropertyValueImpl() local
2855 if(xShape.is()) in getPropertyValueImpl()
2856 rValue <<= xShape; in getPropertyValueImpl()
4460 uno::Reference< drawing::XShape > xShape( pObj->getUnoShape(), uno::UNO_QUERY ); in GetXShapeForSdrObject() local
4461 return xShape; in GetXShapeForSdrObject()
4465 SdrObject* GetSdrObjectFromXShape( uno::Reference< drawing::XShape > xShape ) throw() in GetSdrObjectFromXShape() argument
[all …]
/aoo41x/main/vbahelper/inc/vbahelper/
H A Dvbashapes.hxx60 …static void setDefaultShapeProperties( css::uno::Reference< css::drawing::XShape > xShape ) throw …
61 …static void setShape_NameProperty( css::uno::Reference< css::drawing::XShape > xShape, rtl::OUStri…
/aoo41x/main/offapi/com/sun/star/drawing/
H A DXShapeCombiner.idl57 The <type>Shape</types>s in xShape will be removed from the
76 The <type>Shape</types>s in xShape will be removed from the
H A DXShapeArranger.idl91 [in] com::sun::star::drawing::XShape xShape );
100 [in] com::sun::star::drawing::XShape xShape );
/aoo41x/main/offapi/com/sun/star/graphic/
H A DXPrimitiveFactory2D.idl55 @param xShape
68 [in] ::com::sun::star::drawing::XShape xShape,
/aoo41x/main/chart2/source/controller/accessibility/
H A DAccessibleChartShape.cxx54 Reference< drawing::XShape > xShape( rAccInfo.m_aOID.getAdditionalShape() ); in AccessibleChartShape() local
65 ::accessibility::AccessibleShapeInfo aShapeInfo( xShape, xParent, nIndex ); in AccessibleChartShape()
/aoo41x/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java365 final XControlShape xShape = UnoRuntime.queryInterface( XControlShape.class, in impl_setupButton() local
369 xShape.setSize( new Size( 28 * 100, 10 * 100 ) ); in impl_setupButton()
370 xShape.setPosition( new Point( 10 * 100, 10 * 100 ) ); in impl_setupButton()
378 xShape.setControl( controlModel ); in impl_setupButton()
387 sheetShapes.add( xShape ); in impl_setupButton()
/aoo41x/main/sw/source/core/access/
H A Daccdoc.cxx895 uno::Reference< ::com::sun::star::drawing::XShape > xShape; in get_AccFlowTo() local
896 rAny >>= xShape; in get_AccFlowTo()
897 if( xShape.is() ) in get_AccFlowTo()
899 SdrObject* pObj = GetSdrObjectFromXShape(xShape); in get_AccFlowTo()
/aoo41x/main/sd/source/ui/unoidl/
H A Drandomnode.cxx261 Reference< XShape > xShape; in initialize() local
262 aArguments[0] >>= xShape; in initialize()
263 if( !xShape.is() ) in initialize()
/aoo41x/main/slideshow/source/engine/slide/
H A Dlayermanager.cxx368 … ShapeSharedPtr LayerManager::lookupShape( const uno::Reference< drawing::XShape >& xShape ) const in lookupShape()
370 ENSURE_OR_THROW( xShape.is(), "LayerManager::lookupShape(): invalid Shape" ); in lookupShape()
372 const XShapeHash::const_iterator aIter( maXShapeHash.find( xShape )); in lookupShape()
/aoo41x/main/chart2/source/controller/main/
H A DDrawCommandDispatch.cxx406 … Reference< drawing::XShape > xShape( pObj->getUnoShape(), uno::UNO_QUERY ); in execute() local
407 if ( xShape.is() ) in execute()
409 m_pChartController->m_aSelection.setSelection( xShape ); in execute()
/aoo41x/main/writerfilter/source/resourcemodel/
H A DLoggedResources.cxx143 …dStream::startShape( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape ) in startShape() argument
149 lcl_startShape(xShape); in startShape()
/aoo41x/test/testuno/source/fvt/uno/sd/animation/
H A DTextAnimation.java120 public XPropertySet addPortion(XShape xShape, String sText, in addPortion() argument
123 XText xText = (XText) UnoRuntime.queryInterface(XText.class, xShape); in addPortion()
H A DCustomAnimation.java217 public XPropertySet addPortion(XShape xShape, String sText, in addPortion() argument
220 XText xText = (XText) UnoRuntime.queryInterface(XText.class, xShape); in addPortion()
/aoo41x/test/testuno/source/fvt/uno/sd/paragraph/
H A DParagraphTextProperty.java115 public static XPropertySet addPortion(XShape xShape, String sText, boolean bNewParagraph) in addPortion() argument
117 XText xText = (XText)UnoRuntime.queryInterface(XText.class, xShape); in addPortion()
/aoo41x/main/odk/examples/DevelopersGuide/Charts/
H A DChartHelper.java110 XShape xShape = (XShape)UnoRuntime.queryInterface( in insertOLEChartInWriter() local
112 xShape.setSize( aExtent ); in insertOLEChartInWriter()
/aoo41x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XSheetAuditing.java191 XShape xShape = (XShape)UnoRuntime.queryInterface(XShape.class, o); in hasRightAmountOfShapes() local
192 System.out.println("Shape Type: " + xShape.getShapeType()); in hasRightAmountOfShapes()
/aoo41x/main/svx/source/svdraw/
H A Dsvdobj.cxx2958 uno::Reference< uno::XInterface > xShape( maWeakUnoShape ); in getSvxShape() local
2960 OSL_ENSURE( !( !xShape.is() && mpSvxShape ), in getSvxShape()
2964 if ( mpSvxShape && !xShape.is() ) in getSvxShape()
2973 uno::Reference< uno::XInterface > xShape( getWeakUnoShape() ); in getUnoShape() local
2974 if( !xShape.is() ) in getUnoShape()
2986 xShape = pDrawPage->_CreateShape( this ); in getUnoShape()
2987 impl_setUnoShape( xShape ); in getUnoShape()
2994 maWeakUnoShape = xShape = static_cast< ::cppu::OWeakObject* >( mpSvxShape ); in getUnoShape()
2998 return xShape; in getUnoShape()
/aoo41x/main/xmloff/source/text/
H A DXMLTextFrameContext.cxx806 Reference < XShape > xShape( xPropSet, UNO_QUERY ); in Create() local
808 GetImport().GetShapeImport()->shapeWithZIndexAdded( xShape, nZIndex ); in Create()
1785 Reference < XShape > xShape; in GetShape() local
1790 xShape = pImpl->getShape(); in GetShape()
1793 return xShape; in GetShape()
H A Dtxtparai.cxx2232 Reference < XShape > xShape = pFHint->GetShape(); in ~XMLParaContext() local
2233 if ( xShape.is() ) in ~XMLParaContext()
2236 Reference < XPropertySet > xPropSet( xShape, UNO_QUERY ); in ~XMLParaContext()
2265 Reference < XShape > xShape = pDHint->GetShape(); in ~XMLParaContext() local
2266 if ( xShape.is() ) in ~XMLParaContext()
2269 Reference < XPropertySet > xPropSet( xShape, UNO_QUERY ); in ~XMLParaContext()
/aoo41x/main/filter/source/flash/
H A Dswfexporter.hxx188 …void exportShape( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape, b…
190 …uInt32 ActionSummer(::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape);
/aoo41x/main/wizards/com/sun/star/wizards/document/
H A DControl.java108 oFormHandler.xDrawPage.add(xShape); in createControl()
112 _xGroupShapes.add(xShape); in createControl()
/aoo41x/main/slideshow/source/inc/
H A Dtools.hxx397 ::com::sun::star::drawing::XShape >& xShape );
401 ::com::sun::star::drawing::XShape >& xShape );
/aoo41x/main/svx/source/accessibility/
H A DDescriptionGenerator.cxx70 const uno::Reference<drawing::XShape>& xShape) in DescriptionGenerator() argument
71 : mxShape (xShape), in DescriptionGenerator()
H A DAccessibleControlShape.cxx773 Reference< XControlShape > xShape( mxShape, UNO_QUERY ); in ensureControlModelAccess() local
774 if ( xShape.is() ) in ensureControlModelAccess()
775 m_xControlModel = m_xControlModel.query( xShape->getControl() ); in ensureControlModelAccess()

Completed in 455 milliseconds

12345678910>>...13