Home
last modified time | relevance | path

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

12345678910>>...13

/trunk/main/writerfilter/source/resourcemodel/
H A DProtocol.cxx139 …rotocol::startShape( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape ) in startShape() argument
143 m_pStream->startShape(xShape); in startShape()
H A DLoggedResources.cxx144 …dStream::startShape( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape ) in startShape() argument
150 lcl_startShape(xShape); in startShape()
/trunk/main/chart2/source/view/axes/
H A DVPolarAngleAxis.cxx218 uno::Reference< drawing::XShape > xShape = m_pShapeFactory->createLine2D( in createShapes() local
221 m_pShapeFactory->setShapeName( xShape, C2U("MarkHandles") ); in createShapes()
/trunk/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()
/trunk/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()
/trunk/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…
/trunk/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 );
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/offapi/com/sun/star/graphic/
H A DXPrimitiveFactory2D.idl55 @param xShape
68 [in] ::com::sun::star::drawing::XShape xShape,
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/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()
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DChartHelper.java110 XShape xShape = (XShape)UnoRuntime.queryInterface( in insertOLEChartInWriter() local
112 xShape.setSize( aExtent ); in insertOLEChartInWriter()
/trunk/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.cxx2233 Reference < XShape > xShape = pFHint->GetShape(); in ~XMLParaContext() local
2234 if ( xShape.is() ) in ~XMLParaContext()
2237 Reference < XPropertySet > xPropSet( xShape, UNO_QUERY ); in ~XMLParaContext()
2266 Reference < XShape > xShape = pDHint->GetShape(); in ~XMLParaContext() local
2267 if ( xShape.is() ) in ~XMLParaContext()
2270 Reference < XPropertySet > xPropSet( xShape, UNO_QUERY ); in ~XMLParaContext()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DChartDocumentWrapper.cxx1121 uno::Reference< drawing::XShape > xShape; in getAdditionalShapes() local
1124 if( xDrawPageShapes->getByIndex( nS ) >>= xShape ) in getAdditionalShapes()
1126 if( xShape.is() && xChartRoot!=xShape ) in getAdditionalShapes()
1127 aShapeVector.push_back( xShape ); in getAdditionalShapes()
/trunk/main/sc/source/filter/xml/
H A Dxmlcelli.cxx685 uno::Reference< drawing::XShape > xShape; in SetAnnotation() local
686 rXMLImport.GetShapeImport()->shapeWithZIndexAdded( xShape, xShapesIA->getCount() ); in SetAnnotation()
720 uno::Reference < drawing::XShape > xShape; in SetDetectiveObj() local
721 rXMLImport.GetShapeImport()->shapeWithZIndexAdded(xShape, nShapes); in SetDetectiveObj()
/trunk/main/filter/source/flash/
H A Dswfexporter.hxx202 …const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape, bool bMaster);
204 …uInt32 ActionSummer(::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape);
/trunk/main/svx/source/accessibility/
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()
/trunk/main/slideshow/source/engine/
H A Danimationfactory.cxx660 uno::Reference< drawing::XShape > xShape( rShape->getXShape() ); in getShapeDefault() local
662 if( !xShape.is() ) in getShapeDefault()
667 uno::Reference< beans::XPropertySet > xPropSet( xShape, in getShapeDefault()

Completed in 143 milliseconds

12345678910>>...13