Home
last modified time | relevance | path

Searched defs:xShape (Results 76 – 100 of 214) sorted by relevance

123456789

/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DChartHelper.java110 XShape xShape = (XShape)UnoRuntime.queryInterface( in insertOLEChartInWriter() local
/trunk/main/xmloff/source/draw/
H A Dshapeimport.cxx1303 uno::Reference< drawing::XShape > xShape( in restoreConnections() local
1351 void XMLShapeImportHelper::addGluePointMapping( com::sun::star::uno::Reference< com::sun::star::dra… in addGluePointMapping()
1359 sal_Int32 XMLShapeImportHelper::findGluePointMapping( in findGluePointMapping()
1388 void XMLShapeImportHelper::moveGluePointMapping( const com::sun::star::uno::Reference< com::sun::st… in moveGluePointMapping()
1409 sal_Int32 XMLShapeImportHelper::getGluePointId( const com::sun::star::uno::Reference< com::sun::sta… in getGluePointId()
H A Danimexp.cxx278 void XMLAnimationsExporter::prepare( Reference< XShape > xShape, SvXMLExport& ) in prepare()
310 void XMLAnimationsExporter::collect( Reference< XShape > xShape, SvXMLExport& rExport ) in collect()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbapictureformat.cxx28 ScVbaPictureFormat::ScVbaPictureFormat( const css::uno::Reference< ov::XHelperInterface >& xParent, in ScVbaPictureFormat()
H A Dvbatextframe.cxx31 VbaTextFrame::VbaTextFrame( const uno::Reference< XHelperInterface >& xParent, const uno::Reference… in VbaTextFrame()
/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
H A D_XDocumentAuditing.java199 XShape xShape = (XShape)UnoRuntime.queryInterface(XShape.class, o); in hasRightAmountOfShapes() local
/trunk/main/filter/source/flash/
H A Dswfexporter.cxx564 Reference< XShape > xShape; in exportShapes() local
589 void FlashExporter::exportShape( const Reference< XShape >& xShape, bool bMaster ) in exportShape()
795 sal_uInt32 FlashExporter::ActionSummer(Reference< XShape >& xShape) in ActionSummer()
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97esc.cxx411 XclExpOcxControlObj* XclEscherEx::CreateOCXCtrlObj( Reference< XShape > xShape, const Rectangle* pC… in CreateOCXCtrlObj()
441 XclExpTbxControlObj* XclEscherEx::CreateTBXCtrlObj( Reference< XShape > xShape, const Rectangle* pC… in CreateTBXCtrlObj()
/trunk/main/svx/source/accessibility/
H A DChildrenManager.cxx89 Reference<XAccessible> ChildrenManager::GetChild (const Reference<drawing::XShape>& xShape) in GetChild()
/trunk/main/slideshow/source/engine/shapes/
H A Dexternalshapebase.cxx93 ExternalShapeBase::ExternalShapeBase( const uno::Reference< drawing::XShape >& xShape, in ExternalShapeBase()
/trunk/test/testuno/source/fvt/uno/sd/animation/
H A DTextAnimation.java120 public XPropertySet addPortion(XShape xShape, String sText, in addPortion()
H A DCustomAnimation.java217 public XPropertySet addPortion(XShape xShape, String sText, in addPortion()
/trunk/main/slideshow/source/engine/animationnodes/
H A Danimationbasenode.cxx70 uno::Reference< drawing::XShape > xShape( mxAnimateNode->getTarget(), in AnimationBaseNode() local
/trunk/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx560 uno::Reference< XShape> xShape(xReportElement,uno::UNO_QUERY); in exportSectionAutoStyle() local
616 uno::Reference< XShape> xShape(xReportElement,uno::UNO_QUERY); in exportSectionAutoStyle() local
694 const Reference< report::XShape > xShape(xReportElement,uno::UNO_QUERY); in exportReportComponentAutoStyles() local
890 uno::Reference< XShape > xShape(xElement,uno::UNO_QUERY); in exportContainer() local
1187 const uno::Reference< report::XShape> xShape(_xProp,uno::UNO_QUERY); in exportAutoStyle() local
1557 uno::Reference< XShape > xShape(_xSection->getByIndex(i),uno::UNO_QUERY); in exportShapes() local
/trunk/main/oox/source/xls/
H A Ddrawingmanager.cxx511 Reference< XShape > xShape; in convertAndInsert() local
1067 …Reference< XShape > xShape = rDrawing.createAndInsertXShape( CREATE_OUSTRING( "com.sun.star.drawin… in implConvertAndInsert() local
1118 …Reference< XShape > xShape = rDrawing.createAndInsertXShape( CREATE_OUSTRING( "com.sun.star.drawin… in implConvertAndInsert() local
1136 …Reference< XShape > xShape = rDrawing.createAndInsertXShape( CREATE_OUSTRING( "com.sun.star.drawin… in implConvertAndInsert() local
1200 …Reference< XShape > xShape = rDrawing.createAndInsertXShape( CREATE_OUSTRING( "com.sun.star.drawin… in implConvertAndInsert() local
1253 Reference< XShape > xShape; in implConvertAndInsert() local
1370 Reference< XShape > xShape; in createAndInsertXShape() local
/trunk/main/filter/source/svg/
H A Dsvgimport.cxx127 …Reference< XShape > xShape( Reference< XMultiServiceFactory >( mxDstDoc, UNO_QUERY )->createInst… in implImport() local
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeEngine.cxx235 void SetTemporary( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape ) in SetTemporary()
263 REF( com::sun::star::drawing::XShape ) xShape; in REF() local
/trunk/test/testuno/source/fvt/uno/sd/paragraph/
H A DParagraphTextProperty.java115 public static XPropertySet addPortion(XShape xShape, String sText, boolean bNewParagraph) in addPortion()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DOrganigram.java144 com.sun.star.drawing.XShape xShape = (com.sun.star.drawing.XShape) in drawOrganigram() local
/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleChartShape.cxx54 Reference< drawing::XShape > xShape( rAccInfo.m_aOID.getAdditionalShape() ); in AccessibleChartShape() local
/trunk/main/chart2/source/view/axes/
H A DVAxisBase.cxx114 void VAxisBase::recordMaximumTextSize( const Reference< drawing::XShape >& xShape, double fRotation… in recordMaximumTextSize()
/trunk/main/sd/source/ui/unoidl/
H A DSdUnoDrawView.cxx200 Reference< drawing::XShape > xShape; in select() local
325 Reference< drawing::XShape > xShape( pObj->getUnoShape(), UNO_QUERY ); in getSelection() local
/trunk/main/filter/source/placeware/
H A Dexporter.cxx432 Reference< XShape > xShape; in exportPage() local
467 Reference< XShape > xShape; in exportPage() local
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx296 uno::Reference< drawing::XShape > xShape( xShapeGroup, uno::UNO_QUERY); in PreUnGroup() local
316 uno::Reference< XInterface > xShape; in GetInterface() local
331 SdrObject* SwFmDrawPage::_CreateSdrObject( const uno::Reference< drawing::XShape > & xShape ) throw… in _CreateSdrObject()
436 …uno::Reference<drawing::XShape> xShape = uno::Reference<drawing::XShape>(pDrawPage->getByIndex(nId… in SwXShapesEnumeration() local
597 void SwXDrawPage::add(const uno::Reference< drawing::XShape > & xShape) in add()
770 void SwXDrawPage::remove(const uno::Reference< drawing::XShape > & xShape) throw( uno::RuntimeExcep… in remove()
933 SwXShape::SwXShape(uno::Reference< uno::XInterface > & xShape) : in SwXShape()
2783 SwXGroupShape::SwXGroupShape(uno::Reference< XInterface > & xShape) : in SwXGroupShape()
2817 void SwXGroupShape::add( const uno::Reference< XShape >& xShape ) throw (uno::RuntimeException) in add()
2876 void SwXGroupShape::remove( const uno::Reference< XShape >& xShape ) throw (uno::RuntimeException) in remove()

Completed in 102 milliseconds

123456789