Home
last modified time | relevance | path

Searched refs:xShape (Results 226 – 250 of 310) sorted by relevance

12345678910>>...13

/aoo41x/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()
/aoo41x/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()
H A DXMLExportIterator.hxx69 com::sun::star::uno::Reference<com::sun::star::drawing::XShape> xShape; member
97 com::sun::star::uno::Reference<com::sun::star::drawing::XShape> xShape; member
/aoo41x/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()
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx1151 uno::Reference< drawing::XShape > xShape(pObj->getUnoShape(), uno::UNO_QUERY); in FillShapes() local
1152 if (xShape.is()) in FillShapes()
1154 …ctangle aRect(pWin->LogicToPixel(VCLPoint(xShape->getPosition()), aMapMode), pWin->LogicToPixel(VC… in FillShapes()
1158 aShape.mxShape = xShape; in FillShapes()
/aoo41x/main/sc/source/filter/excel/
H A Dxlescher.cxx322 Reference< XControlModel > XclControlHelper::GetControlModel( Reference< XShape > xShape ) in GetControlModel() argument
325 Reference< XControlShape > xCtrlShape( xShape, UNO_QUERY ); in GetControlModel()
H A Dxiescher.cxx3318 Reference< XShape > xShape; in CreateSdrObject() local
3320 if( rConvData.mxCtrlForm.is() && InsertControl( xFormComp, aDummySize, &xShape, sal_True ) ) in CreateSdrObject()
3322 xSdrObj.reset( rTbxObj.CreateSdrObjectFromShape( xShape, rAnchorRect ) ); in CreateSdrObject()
3355 Reference< XShape > xShape; in CreateSdrObject() local
3356 … if( GetConvData().mxCtrlForm.is() && ReadOCXExcelKludgeStream( mxCtlsStrm, &xShape, sal_True ) ) in CreateSdrObject()
3357 xSdrObj.reset( rPicObj.CreateSdrObjectFromShape( xShape, rAnchorRect ) ); in CreateSdrObject()
3536 …Reference< XShape > xShape( ScfApiHelper::CreateInstance( GetDocShell(), CREATE_OUSTRING( "com.sun… in InsertControl() local
3537 Reference< XControlShape > xCtrlShape( xShape, UNO_QUERY_THROW ); in InsertControl()
3547 if( pxShape ) *pxShape = xShape; in InsertControl()
/aoo41x/main/xmloff/source/draw/
H A Danimationimport.cxx372 Reference< XShape > xShape( xTextCursor->getText(), UNO_QUERY_THROW ); in convertTarget() local
373 Reference< XTextRangeCompare > xTextRangeCompare( xShape, UNO_QUERY_THROW ); in convertTarget()
375 Reference< XEnumerationAccess > xParaEnumAccess( xShape, UNO_QUERY_THROW ); in convertTarget()
386 return makeAny( ParagraphTarget( xShape, nParagraph ) ); in convertTarget()
/aoo41x/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx115 extern OUString getShapeDescription( const Reference< XShape >& xShape, bool bWithText = true );
2039 Reference< XShape > xShape( xCurrentPage->getByIndex( nShape ), UNO_QUERY ); in CustomAnimationDurationTabPage() local
2041 if( !xShape.is() ) in CustomAnimationDurationTabPage()
2044 Reference< XPropertySet > xSet( xShape, UNO_QUERY ); in CustomAnimationDurationTabPage()
2053 String aDescription( getShapeDescription( xShape, true ) ); in CustomAnimationDurationTabPage()
2057 if( xShape == xTrigger ) in CustomAnimationDurationTabPage()
/aoo41x/main/sd/source/ui/unoidl/
H A Dunolayer.hxx141 …t ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape, const ::com::sun:…
142 …t ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape ) throw(::com::sun…
/aoo41x/main/vbahelper/inc/vbahelper/
H A Dvbahelper.hxx177 css::uno::Reference< css::drawing::XShape > xShape; member in ooo::vba::ShapeHelper
195 …s::uno::XComponentContext >& xContext, const css::uno::Reference< css::drawing::XShape >& xShape );
/aoo41x/main/chart2/source/view/main/
H A DVLegend.cxx364 Reference< drawing::XShape > xShape( aTextShapes[nN] ); in lcl_placeLegendEntries() local
365 if( !xShape.is() ) in lcl_placeLegendEntries()
367 awt::Size aSize( xShape->getSize() ); in lcl_placeLegendEntries()
/aoo41x/main/sdext/source/minimizer/
H A Doptimizerdialogcontrols.cxx643 Reference< XShape > xShape( xShapes->getByIndex( j ), UNO_QUERY_THROW ); in InitPage3() local
644 if ( xShape->getShapeType() == sOLE2Shape ) in InitPage3()
858 Reference< XShape > xShape( xShapes->getByIndex( j ), UNO_QUERY_THROW ); in UpdateControlStatesPage4() local
859 if ( xShape->getShapeType() == sOLE2Shape ) in UpdateControlStatesPage4()
/aoo41x/main/reportdesign/source/ui/misc/
H A DUITools.cxx364 uno::Reference< report::XShape> xShape(_rxReportControlFormat,uno::UNO_QUERY); in lcl_CharPropertiesToItems() local
365 if ( !xShape.is() ) in lcl_CharPropertiesToItems()
723 uno::Reference< report::XShape > xShape( _rxReportControlFormat, uno::UNO_QUERY ); in openCharDialog() local
724 if ( xShape.is() ) in openCharDialog()
/aoo41x/main/odk/examples/DevelopersGuide/FirstSteps/
H A DHelloTextTableShape.java411 protected void manipulateShape(XShape xShape) throws com.sun.star.uno.Exception { in manipulateShape() argument
412 … XPropertySet xShapeProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xShape); in manipulateShape()
/aoo41x/main/sd/source/filter/grf/
H A Dsdgrffilter.cxx382 …:SaveGraphic( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape ) in SaveGraphic() argument
389 Reference< XPropertySet > xShapeSet( xShape, UNO_QUERY_THROW ); in SaveGraphic()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8par3.cxx2696 uno::Reference< drawing::XShape > xShape = in InsertControl() local
2699 DBG_ASSERT(xShape.is(), "XShape nicht erhalten"); in InsertControl()
2700 xShape->setSize(rSize); in InsertControl()
2729 uno::Reference< drawing::XControlShape > xControlShape( xShape, in InsertControl()
2736 *pShape = xShape; in InsertControl()
/aoo41x/main/slideshow/source/engine/shapes/
H A Dmediashape.hxx45 ::com::sun::star::drawing::XShape >& xShape,
H A Dappletshape.hxx47 ::com::sun::star::drawing::XShape >& xShape,
H A Ddrawinglayeranimation.cxx806 uno::Reference<drawing::XShape> const xShape( mpDrawShape->getXShape() ); in ActivityImpl() local
807 uno::Reference<beans::XPropertySet> const xProps( xShape, uno::UNO_QUERY_THROW ); in ActivityImpl()
/aoo41x/main/slideshow/source/inc/
H A Dshapecursoreventhandler.hxx54 ::com::sun::star::drawing::XShape>& xShape,
H A Dshapemanager.hxx97 ::com::sun::star::drawing::XShape > const & xShape ) const = 0;
/aoo41x/main/sd/inc/
H A Dsdgrffilter.hxx48 …SaveGraphic( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape );
/aoo41x/main/writerfilter/source/ooxml/
H A DOOXMLFastContextHandler.cxx1920 uno::Reference<drawing::XShape> xShape(mrShapeContext->getShape()); in sendShape() local
1921 if (xShape.is()) in sendShape()
1924 pValue(new OOXMLShapeValue(xShape)); in sendShape()
1933 mpStream->startShape( xShape ); in sendShape()
/aoo41x/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx910 uno::Reference<drawing::XShape> xShape(xSection->getByIndex(i),uno::UNO_QUERY); in describePropertyLine() local
911 … nHeight = ::std::max<sal_Int32>(nHeight,xShape->getPosition().Y + xShape->getSize().Height); in describePropertyLine()
1444 const uno::Reference< report::XShape> xShape(m_xReportComponent,uno::UNO_QUERY); in onInteractivePropertySelection() local
1447 if ( rptui::openAreaDialog( xShape, xInspectorWindow) ) in onInteractivePropertySelection()
1453 aScopeEvent.NewValue <<= xShape->getPropertyValue(PROPERTY_FILLCOLOR); in onInteractivePropertySelection()

Completed in 393 milliseconds

12345678910>>...13