Home
last modified time | relevance | path

Searched refs:xShape (Results 76 – 100 of 310) sorted by relevance

12345678910>>...13

/aoo41x/main/chart2/source/view/diagram/
H A DVDiagram.cxx234 E3dScene* lcl_getE3dScene( const uno::Reference< drawing::XShape >& xShape ) in lcl_getE3dScene() argument
237 uno::Reference< lang::XUnoTunnel > xUnoTunnel( xShape, uno::UNO_QUERY ); in lcl_getE3dScene()
238 uno::Reference< lang::XTypeProvider > xTypeProvider( xShape, uno::UNO_QUERY ); in lcl_getE3dScene()
569 uno::Reference< drawing::XShape > xShape = in createShapes_3d() local
576 ShapeFactory::makeShapeInvisible( xShape ); in createShapes_3d()
597 uno::Reference< drawing::XShape > xShape = in createShapes_3d() local
604 ShapeFactory::makeShapeInvisible( xShape ); in createShapes_3d()
671 uno::Reference< drawing::XShape > xShape = in createShapes_3d() local
680 ShapeFactory::makeShapeInvisible( xShape ); in createShapes_3d()
685 ShapeFactory::setShapeName( xShape, aFloorCID ); in createShapes_3d()
/aoo41x/test/testuno/source/fvt/uno/sd/paragraph/
H A DParagraphStyle.java142 XShape xShape = (XShape) UnoRuntime.queryInterface(XShape.class, xObj); in createShape() local
143 xShape.setPosition(aPos); in createShape()
144 xShape.setSize(aSize); in createShape()
145 return xShape; in createShape()
148 public static XPropertySet addPortion(XShape xShape, String sText, boolean bNewParagraph) in addPortion() argument
150 XText xText = (XText)UnoRuntime.queryInterface(XText.class, xShape); in addPortion()
/aoo41x/main/sc/source/filter/xcl97/
H A Dxcl97esc.cxx411 XclExpOcxControlObj* XclEscherEx::CreateOCXCtrlObj( Reference< XShape > xShape, const Rectangle* pC… in CreateOCXCtrlObj() argument
415 Reference< XControlModel > xCtrlModel = XclControlHelper::GetControlModel( xShape ); in CreateOCXCtrlObj()
427 …if( SvxMSConvertOCXControls::WriteOCXExcelKludgeStream( mxCtlsStrm, xCtrlModel, xShape->getSize(),… in CreateOCXCtrlObj()
432 …xOcxCtrl.reset( new XclExpOcxControlObj( mrObjMgr, xShape, pChildAnchor, aClassName, nStrmStart, n… in CreateOCXCtrlObj()
441 XclExpTbxControlObj* XclEscherEx::CreateTBXCtrlObj( Reference< XShape > xShape, const Rectangle* pC… in CreateTBXCtrlObj() argument
443 …::std::auto_ptr< XclExpTbxControlObj > xTbxCtrl( new XclExpTbxControlObj( mrObjMgr, xShape, pChild… in CreateTBXCtrlObj()
450 Reference< XControlModel > xCtrlModel = XclControlHelper::GetControlModel( xShape ); in CreateTBXCtrlObj()
/aoo41x/main/xmloff/source/draw/
H A Dshapeimport.cxx1303 uno::Reference< drawing::XShape > xShape( in restoreConnections() local
1305 if( xShape.is() ) in restoreConnections()
1307 aAny <<= xShape; in restoreConnections()
1310 …sal_Int32 nGlueId = rHint.nDestGlueId < 4 ? rHint.nDestGlueId : getGluePointId( xShape, rHint.nDes… in restoreConnections()
1351 …er::addGluePointMapping( com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape, in addGluePointMapping() argument
1355 mpPageContext->maShapeGluePointsMap[xShape][nSourceId] = nDestinnationId; in addGluePointMapping()
1360 const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape, in findGluePointMapping()
1365 … ShapeGluePointsMap::iterator aShapeIter( mpPageContext->maShapeGluePointsMap.find( xShape ) ); in findGluePointMapping()
1388 …const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape, const sal_Int32 n… in moveGluePointMapping() argument
1392 ShapeGluePointsMap::iterator aShapeIter( mpPageContext->maShapeGluePointsMap.find( xShape ) ); in moveGluePointMapping()
[all …]
H A Dshapeexport4.cxx1055 const uno::Reference< drawing::XShape >& xShape, in ImpExportCustomShape()
1058 const uno::Reference< beans::XPropertySet > xPropSet(xShape, uno::UNO_QUERY); in ImpExportCustomShape()
1086 ImpExportDescription( xShape ); // #i68101# in ImpExportCustomShape()
1087 ImpExportEvents( xShape ); in ImpExportCustomShape()
1088 ImpExportGluePoints( xShape ); in ImpExportCustomShape()
1089 ImpExportText( xShape ); in ImpExportCustomShape()
1096 uno::Reference< beans::XPropertySet > xPropSet(xShape, uno::UNO_QUERY); in ImpExportTableShape()
1097 uno::Reference< container::XNamed > xNamed(xShape, uno::UNO_QUERY); in ImpExportTableShape()
1232 ImpExportEvents( xShape ); in ImpExportTableShape()
1233 ImpExportGluePoints( xShape ); in ImpExportTableShape()
[all …]
H A Dximpnote.cxx87 uno::Reference< drawing::XShape > xShape; in SdXMLNotesContext() local
90 rShapes->getByIndex(0L) >>= xShape; in SdXMLNotesContext()
91 if(xShape.is()) in SdXMLNotesContext()
92 rShapes->remove(xShape); in SdXMLNotesContext()
/aoo41x/main/xmloff/source/chart/
H A DSchXMLExport.cxx1408 addPosition( xShape ); in parseDocument()
1451 if( xShape.is()) in parseDocument()
1452 addPosition( xShape ); in parseDocument()
1580 if( ! xShape.is()) in parseDocument()
2071 if( xShape.is()) in exportPlotArea()
2073 addPosition( xShape ); in exportPlotArea()
2074 addSize( xShape ); in exportPlotArea()
2357 if( xShape.is()) in exportAxisTitle()
2358 addPosition( xShape ); in exportAxisTitle()
3601 if( xShape.is()) in addPosition()
[all …]
/aoo41x/test/testuno/source/fvt/uno/sc/object/
H A DDrawingObject.java145 XShape xShape = ShapeUtil.createShape(scComponent, po, Si, inputType); in testDrawingObject() local
146 xShapes.add(xShape); in testDrawingObject()
167 assertEquals("Verify shape type is correct.",inputType, xShape.getShapeType()); in testDrawingObject()
169 xShape = (XShape) UnoRuntime.queryInterface(XShape.class, xShapes.getByIndex(0)); in testDrawingObject()
172 xShapes.remove(xShape); in testDrawingObject()
/aoo41x/main/slideshow/source/engine/shapes/
H A Dappletshape.cxx81 ::com::sun::star::drawing::XShape >& xShape,
121 AppletShape::AppletShape( const uno::Reference< drawing::XShape >& xShape, in AppletShape() argument
127 ExternalShapeBase( xShape, nPrio, rContext ), in AppletShape()
308 const uno::Reference< drawing::XShape >& xShape, in createAppletShape()
316 new AppletShape(xShape, in createAppletShape()
H A Dmediashape.cxx70 ::com::sun::star::drawing::XShape >& xShape,
104 MediaShape::MediaShape( const uno::Reference< drawing::XShape >& xShape, in MediaShape() argument
107 ExternalShapeBase( xShape, nPrio, rContext ), in MediaShape()
282 const uno::Reference< drawing::XShape >& xShape, in createMediaShape()
287 new MediaShape(xShape, nPrio, rContext)); in createMediaShape()
/aoo41x/main/writerfilter/source/dmapper/
H A DFormControlHelper.cxx271 uno::Reference<drawing::XShape> xShape(xInterface, uno::UNO_QUERY); in insertControl() local
273 if (! xShape.is()) in insertControl()
276 xShape->setSize(m_pImpl->aSize); in insertControl()
278 uno::Reference<beans::XPropertySet> xShapeProps(xShape, uno::UNO_QUERY); in insertControl()
296 uno::Reference<drawing::XControlShape> xControlShape(xShape, uno::UNO_QUERY); in insertControl()
300 m_pImpl->getDrawPage()->add(xShape); in insertControl()
/aoo41x/main/forms/qa/integration/forms/
H A DFormLayer.java97 XControlShape xShape = UnoRuntime.queryInterface( XControlShape.class, in createControlAndShape() local
101 xShape.setSize( new Size( nWidth * 100, nHeight * 100 ) ); in createControlAndShape()
102 xShape.setPosition( new Point( nXPos * 100, nYPos * 100 ) ); in createControlAndShape()
105 XPropertySet xShapeProps = dbfTools.queryPropertySet( xShape ); in createControlAndShape()
126 xShape.setControl( xModel ); in createControlAndShape()
132 xDocShapes.add( xShape ); in createControlAndShape()
/aoo41x/main/chart2/source/view/main/
H A DDrawModelWrapper.cxx287 uno::Reference< drawing::XShape > xShape; in clearMainDrawPage() local
290 if( xChartRoot->getByIndex( nS ) >>= xShape ) in clearMainDrawPage()
291 xChartRoot->remove( xShape ); in clearMainDrawPage()
388 bool DrawModelWrapper::removeShape( const uno::Reference< drawing::XShape >& xShape ) in removeShape() argument
390 uno::Reference< container::XChild > xChild( xShape, uno::UNO_QUERY ); in removeShape()
396 xShapes->remove(xShape); in removeShape()
/aoo41x/main/svx/source/customshapes/
H A DEnhancedCustomShapeEngine.cxx235 void SetTemporary( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape ) in SetTemporary() argument
237 if ( xShape.is() ) in SetTemporary()
239 SvxShape* pShape = SvxShape::getImplementation( xShape ); in SetTemporary()
263 REF( com::sun::star::drawing::XShape ) xShape; in REF() local
344 xShape = SvxDrawPage::CreateShapeByTypeAndInventor( pRenderedShape->GetObjIdentifier(), in REF()
347 SetTemporary( xShape ); in REF()
349 return xShape; in REF()
/aoo41x/main/offapi/com/sun/star/form/
H A DXFormsSupplier.idl55 xShape = thisComponent.createInstance( "com.sun.star.drawing.ControlShape" )
59 xShape.Position = aPos
64 xShape.Size = aSize
73 xShape.Control = xControlModel
83 thisComponent.DrawPage.add( xShape )
/aoo41x/main/offapi/com/sun/star/presentation/
H A DXSlideShow.idl121 @param xShape
124 boolean startShapeActivity( [in] ::com::sun::star::drawing::XShape xShape );
134 @param xShape
137 boolean stopShapeActivity( [in] ::com::sun::star::drawing::XShape xShape );
331 @param xShape
336 [in] ::com::sun::star::drawing::XShape xShape );
343 @param xShape
348 [in] ::com::sun::star::drawing::XShape xShape );
355 @param xShape
363 [in] ::com::sun::star::drawing::XShape xShape,
/aoo41x/main/chart2/source/view/charttypes/
H A DPieChart.cxx222 uno::Reference< drawing::XShape > xShape(0); in createDataPoint() local
225 xShape = m_pShapeFactory->createPieSegment( xTarget in createDataPoint()
233 xShape = m_pShapeFactory->createPieSegment2D( xTarget in createDataPoint()
238 …this->setMappedProperties( xShape, xObjectProperties, PropertyMapper::getPropertyNameMapForFilledS… in createDataPoint()
239 return xShape; in createDataPoint()
591 ::basegfx::B2IRectangle lcl_getRect( const uno::Reference< drawing::XShape >& xShape ) in lcl_getRect() argument
594 if( xShape.is() ) in lcl_getRect()
595 aRect = BaseGFXHelper::makeRectangle(xShape->getPosition(),xShape->getSize() ); in lcl_getRect()
H A DVSeriesPlotter.cxx1034 m_pShapeFactory->setShapeName( xShape, C2U("MarkHandles") ); in createRegressionCurvesShapes()
1035 aDefaultPos = xShape->getPosition(); in createRegressionCurvesShapes()
2050 return xShape; in createLegendSymbolForSeries()
2105 return xShape; in createLegendSymbolForPoint()
2143 if( xShape.is() ) in createLegendEntriesForSeries()
2150 ShapeFactory::setShapeName( xShape, aCID ); in createLegendEntriesForSeries()
2155 if( xShape.is() || !aLabelText.isEmpty() ) in createLegendEntriesForSeries()
2172 if( xShape.is()) in createLegendEntriesForSeries()
2178 ShapeFactory::setShapeName( xShape, aCID ); in createLegendEntriesForSeries()
2216 if( xShape.is()) in createLegendEntriesForSeries()
[all …]
/aoo41x/main/svx/inc/svx/
H A Dunopage.hxx87 …t ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape, SdrPageView* pPa…
101 …ect( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape ) throw();
109 …ect( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape ) throw();
129 …t ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape ) throw(::com::sun…
130 …t ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape ) throw(::com::sun…
/aoo41x/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx560 uno::Reference< XShape> xShape(xReportElement,uno::UNO_QUERY); in exportSectionAutoStyle() local
561 if ( xShape.is() ) in exportSectionAutoStyle()
616 uno::Reference< XShape> xShape(xReportElement,uno::UNO_QUERY); in exportSectionAutoStyle() local
617 if ( xShape.is() ) in exportSectionAutoStyle()
695 if ( xShape.is() ) in exportReportComponentAutoStyles()
700 xShapeExport->collectShapeAutoStyles(xShape.get()); in exportReportComponentAutoStyles()
892 if ( !xShape.is() && !xFixedLine.is() ) in exportContainer()
1188 if ( xShape.is() ) in exportAutoStyle()
1558 if ( xShape.is() ) in exportShapes()
1565 exportMasterDetailFields(xShape.get()); in exportShapes()
[all …]
/aoo41x/main/reportdesign/source/core/sdr/
H A DUndoActions.cxx329 uno::Reference< drawing::XShape> xShape(m_xElement,uno::UNO_QUERY_THROW); in implReInsert() local
330 awt::Point aPos = xShape->getPosition(); in implReInsert()
331 awt::Size aSize = xShape->getSize(); in implReInsert()
332 xSection->add(xShape); in implReInsert()
333 xShape->setPosition( aPos ); in implReInsert()
334 xShape->setSize( aSize ); in implReInsert()
/aoo41x/main/sc/source/ui/vba/
H A Dvbatextboxshape.cxx32xShape, const uno::Reference< drawing::XShapes >& xShapes, const uno::Reference< frame::XModel >& … in ScVbaTextBoxShape() argument
34 m_xTextRange.set( xShape , uno::UNO_QUERY_THROW ); in ScVbaTextBoxShape()
/aoo41x/main/wizards/com/sun/star/wizards/form/
H A DFormDocument.java393 oFormHandler.xDrawPage.remove(oGridControl.xShape); in initialize()
484 return oGridControl.xShape.getSize().Height; in getActualFormHeight()
496 return oGridControl.xShape.getPosition().Y; in getEntryPointY()
577 oFormHandler.removeShape(oLabelControls[i].xShape); in finalizeControls()
578 oFormHandler.removeShape(oDBControls[i].xShape); in finalizeControls()
583 … oFormHandler.groupShapesTogether(xMSF, oLabelControls[i].xShape, oDBControls[i].xShape); in finalizeControls()
/aoo41x/main/sd/source/ui/unoidl/
H A Dunomodel.cxx1139 if( xShape.is() ) in createInstance()
1143 xRet = xShape; in createInstance()
1144 xShape.clear(); in createInstance()
1638 if ( xShape->getShapeType().equals( sGroup ) ) in ImplPDFExportShapeInteraction()
1661 awt::Point aShapePos( xShape->getPosition() ); in ImplPDFExportShapeInteraction()
1662 awt::Size aShapeSize( xShape->getSize() ); in ImplPDFExportShapeInteraction()
1994 if ( aAny >>= xShape ) in render()
2007 uno::Reference< drawing::XShape > xShape; in render() local
2008 if ( aAny >>= xShape ) in render()
2166 xShapes->getByIndex( i ) >>= xShape; in render()
[all …]
/aoo41x/main/offapi/com/sun/star/drawing/
H A DGenericDrawPage.idl79 xShape = xProv.createInstance( "com::sun::star::drawing::LineShape" )
80 xShape.LineColor = rgb( 255, 0, n%+20 )
81 xShape.LineWidth = 20
82 xShape.Position = Point( x%, 2*x% )
83 xShape.Size = Size( 300-x%, 20 )
84 xPage.add( xShape )

Completed in 146 milliseconds

12345678910>>...13