Home
last modified time | relevance | path

Searched refs:xShapes (Results 101 – 120 of 120) sorted by relevance

12345

/trunk/main/vbahelper/inc/vbahelper/
H A Dvbashaperange.hxx47 … >& xContext, const css::uno::Reference< css::container::XIndexAccess >& xShapes, const css::uno::…
H A Dvbashapes.hxx59 …t >& xContext, const css::uno::Reference< css::container::XIndexAccess > xShapes, const css::uno::…
H A Dvbashape.hxx58 …g::XShape >& xShape, const css::uno::Reference< css::drawing::XShapes >& xShapes, const css::uno::…
/trunk/main/svx/inc/svx/
H A Dunopage.hxx141 … ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& xShapes ) throw(::com::su…
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp_impl.hxx178 …pRecursiveObjectCount( com::sun::star::uno::Reference< com::sun::star::drawing::XShapes > xShapes);
/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx3435 Reference< XShapes > xShapes; in XclExpChartDrawing() local
3436 …if( aPropSet.GetProperty( xShapes, EXC_CHPROP_ADDITIONALSHAPES ) && xShapes.is() && (xShapes->getC… in XclExpChartDrawing()
3445 mxObjRecs = mxObjMgr->ProcessDrawing( xShapes ); in XclExpChartDrawing()
/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx880 uno::Reference< drawing::XShapes > xShapes; // sj: do not allow to export notes when in Export() local
881 if ( ! ( aSelection >>= xShapes ) ) // exporting a selection -> todo: in the dialog in Export()
H A Dimpdialog.cxx143 Reference< drawing::XShapes > xShapes; in ImpPDFTabDialog() local
144 if ( ( maSelection >>= xShapes ) == sal_False ) // XShapes is always a selection in ImpPDFTabDialog()
/trunk/main/sc/source/filter/xml/
H A Dxmlsubti.hxx117 ::com::sun::star::uno::Reference < ::com::sun::star::drawing::XShapes > xShapes;
H A Dxmlexprt.cxx755 uno::Reference<drawing::XShapes> xShapes (xDrawPage, uno::UNO_QUERY); in CollectShapesAutoStyles() local
757 if (xShapes.is()) in CollectShapesAutoStyles()
759 GetShapeExport()->seekShapes(xShapes); in CollectShapesAutoStyles()
/trunk/main/sd/source/ui/inc/
H A Dunosrch.hxx53 …:sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess > xShapes, ::com::sun::star…
/trunk/main/sc/source/ui/vba/
H A Dvbaworksheet.cxx767 …uno::Reference< drawing::XShapes > xShapes( xDrawPageSupplier->getDrawPage(), uno::UNO_QUERY_THROW… in Shapes() local
768 uno::Reference< container::XIndexAccess > xIndexAccess( xShapes, uno::UNO_QUERY_THROW ); in Shapes()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx1397 void SlideshowImpl::registerShapeEvents( Reference< XShapes >& xShapes ) throw( Exception ) in registerShapeEvents() argument
1401 const sal_Int32 nShapeCount = xShapes->getCount(); in registerShapeEvents()
1406 xShapes->getByIndex( nShape ) >>= xShape; in registerShapeEvents()
H A Dslideshowimpl.hxx329 …void registerShapeEvents( css::uno::Reference< css::drawing::XShapes >& xShapes ) throw (css::uno:…
/trunk/main/chart2/source/view/inc/
H A DShapeFactory.hxx224 …SubShapes( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& xShapes );
/trunk/main/xmloff/source/text/
H A Dtxtparai.cxx1843 Reference < XShapes > xShapes; in CreateChildContext() local
1845 rImport, nPrefix, rLocalName, xAttrList, xShapes ); in CreateChildContext()
H A Dtxtimp.cxx2533 Reference < XShapes > xShapes; in CreateTextChildContext() local
2535 rImport, nPrefix, rLocalName, xAttrList, xShapes ); in CreateTextChildContext()
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx1287 if( !xShapes.is() ) in GetShapes()
1293 xShapes = uno::Reference< drawing::XShapes >(xDrawPage, in GetShapes()
1295 DBG_ASSERT( xShapes.is(), "XShapes nicht vom XDrawPage erhalten" ); in GetShapes()
1298 return xShapes; in GetShapes()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx821 uno::Reference< drawing::XShapes > xShapes( xInterface, uno::UNO_QUERY ); in FillRenderMarkData() local
858 else if( xShapes.is() ) in FillRenderMarkData()
861 uno::Reference< container::XIndexAccess > xIndexAccess( xShapes, uno::UNO_QUERY ); in FillRenderMarkData()
/trunk/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx157 xShapes; member in SvxMSConvertOCXControls

Completed in 222 milliseconds

12345