Home
last modified time | relevance | path

Searched defs:xShapes (Results 51 – 75 of 96) sorted by relevance

1234

/trunk/main/sdext/source/minimizer/
H A Dgraphiccollector.cxx239 Reference< XShapes > xShapes( xShape, UNO_QUERY_THROW ); in ImpCollectGraphicObjects() local
364 Reference< XShapes > xShapes( xShape, UNO_QUERY_THROW ); in ImpCountGraphicObjects() local
H A Dimpoptimizer.cxx161 Reference< XShapes > xShapes( xPropSet, UNO_QUERY_THROW ); in ImpDeleteNotesPages() local
182 Reference< XShapes > xShapes( xDrawPages->getByIndex( i ), UNO_QUERY_THROW ); in ImpConvertOLE() local
H A Doptimizerdialogcontrols.cxx639 Reference< XShapes > xShapes( xDrawPages->getByIndex( i ), UNO_QUERY_THROW ); in InitPage3() local
854 Reference< XShapes > xShapes( xDrawPages->getByIndex( i ), UNO_QUERY_THROW ); in UpdateControlStatesPage4() local
/trunk/main/sc/source/filter/xml/
H A Dxmlcelli.cxx423 uno::Reference<drawing::XShapes> xShapes (rXMLImport.GetTables().GetCurrentXShapes()); in CreateChildContext() local
606 uno::Reference< drawing::XShapes > xShapes = rXMLImport.GetTables().GetCurrentXShapes(); in SetAnnotation() local
/trunk/main/xmloff/source/draw/
H A Dshapeexport3.cxx61 uno::Reference< drawing::XShapes > xShapes(xShape, uno::UNO_QUERY); in ImpExport3DSceneShape() local
/trunk/main/oox/source/vml/
H A Dvmldrawing.cxx150 Reference< XShapes > xShapes( mxDrawPage, UNO_QUERY ); in convertAndInsert() local
/trunk/test/testuno/source/fvt/uno/sd/shape/
H A DShapeProperties.java79 XShapes xShapes = null; field in ShapeProperties
/trunk/main/oox/source/shape/
H A DShapeContextHandler.cxx235 uno::Reference< drawing::XShapes > xShapes( mxDrawPage, uno::UNO_QUERY ); in getShape() local
/trunk/test/testuno/source/fvt/uno/sd/chart/
H A DChartProperties.java73 XShapes xShapes = null; field in ChartProperties
/trunk/main/chart2/source/view/main/
H A DDrawModelWrapper.cxx393 uno::Reference<drawing::XShapes> xShapes( xChild->getParent(), uno::UNO_QUERY ); in removeShape() local
H A DShapeFactory.cxx129 uno::Reference< drawing::XShapes > xShapes( xDrawPage, uno::UNO_QUERY ); in getChartRootShape() local
1941 uno::Reference< drawing::XShapes > xShapes = in createGroup2D() local
1994 uno::Reference< drawing::XShapes > xShapes = in createGroup3D() local
2404 void ShapeFactory::removeSubShapes( const uno::Reference< drawing::XShapes >& xShapes ) in removeSubShapes()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationList.cxx84 static bool getShapeIndex( const Reference< XShapes >& xShapes, const Reference< XShape >& xShape,… in getShapeIndex()
822 Reference< XIndexAccess > xShapes( aSelection, UNO_QUERY ); in onSelectionChanged() local
/trunk/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx310 uno::Reference< drawing::XShapes > xShapes( pDataSeries->m_xGroupShape ); in getSeriesGroupShape() local
323 uno::Reference< drawing::XShapes > xShapes( pDataSeries->m_xFrontSubGroupShape ); in getSeriesGroupShapeFrontChild() local
340 uno::Reference< drawing::XShapes > xShapes( pDataSeries->m_xBackSubGroupShape ); in getSeriesGroupShapeBackChild() local
357 uno::Reference< drawing::XShapes > xShapes( rDataSeries.m_xLabelsGroupShape ); in getLabelsGroupShape() local
370 uno::Reference< drawing::XShapes > xShapes( rDataSeries.m_xErrorBarsGroupShape ); in getErrorBarsGroupShape() local
/trunk/main/slideshow/source/engine/shapes/
H A Dshapeimporter.cxx658 uno::Reference<drawing::XShapes> const xShapes( in ShapeImporter() local
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx287 const SdrMarkList& SwFmDrawPage::PreGroup(const uno::Reference< drawing::XShapes > & xShapes) in PreGroup()
779 uno::Reference< drawing::XShapeGroup > SwXDrawPage::group(const uno::Reference< drawing::XShapes >… in group()
2787 uno::Reference<XShapes> xShapes(xShapeAgg, uno::UNO_QUERY); in SwXGroupShape() local
2824 uno::Reference<XShapes> xShapes; in add() local
2879 uno::Reference<XShapes> xShapes; in remove() local
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx1485 uno::Reference< drawing::XShapes > xShapes; in getRendererCount() local
1988 uno::Reference< drawing::XShapes> xShapes( xMasterPage, uno::UNO_QUERY ); in render() local
2002 uno::Reference< drawing::XShapes> xShapes( xPage, uno::UNO_QUERY ); in render() local
2153 uno::Reference< drawing::XShapes > xShapes; in render() local
/trunk/main/oox/source/drawingml/
H A Dshape.cxx176 Reference< XShapes > xShapes( xShape, UNO_QUERY ); in addShape() local
/trunk/main/sw/source/filter/xml/
H A Dxmlimp.cxx1037 Reference<XShapes> xShapes( xPage, UNO_QUERY ); in SvTextShapeImportHelper() local
1048 Reference<XShapes> xShapes( xPage, UNO_QUERY ); in ~SvTextShapeImportHelper() local
H A Dxmlexp.cxx421 Reference < XShapes > xShapes( xDPS->getDrawPage(), UNO_QUERY ); in CreateShapeExport() local
/trunk/main/xmloff/source/text/
H A DXMLTextFrameContext.cxx1562 Reference < XShapes > xShapes; in CreateChildContext() local
1588 Reference < XShapes > xShapes; in CreateChildContext() local
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashaperange.cxx54 ScVbaShapeRange::ScVbaShapeRange( const uno::Reference< XHelperInterface >& xParent, const uno::Ref… in ScVbaShapeRange()
/trunk/main/svx/source/unodraw/
H A Dunopage.cxx482 Reference< drawing::XShapeGroup > SAL_CALL SvxDrawPage::group( const Reference< drawing::XShapes >&… in group()
/trunk/main/sw/source/ui/vba/
H A Dvbaselection.cxx627 uno::Reference< drawing::XShapes > xShapes( mxModel->getCurrentSelection(), uno::UNO_QUERY ); in ShapeRange() local
/trunk/main/wizards/com/sun/star/wizards/document/
H A DFormHandler.java520 XShapes xShapes = UnoRuntime.queryInterface(XShapes.class, oGroupShape); in groupShapesTogether() local
/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

Completed in 167 milliseconds

1234