| /AOO41X/main/migrationanalysis/src/driver_docs/sources/powerpoint/ |
| H A D | Slide1.cls | 41 …ActivePresentation.Slides.item(1).Shapes.item("RID_STR_DVR_PP_TXT2").OLEFormat.Object.Text = RID_S… 42 …ActivePresentation.Slides.item(1).Shapes.item("RID_STR_DVR_PP_TXT3").OLEFormat.Object.Text = RID_S… 43 …ActivePresentation.Slides.item(1).Shapes.item("RID_STR_DVR_PP_TXT4").OLEFormat.Object.Text = RID_S… 44 …ActivePresentation.Slides.item(1).Shapes.item("RID_STR_DVR_PP_TXT5").OLEFormat.Object.Text = RID_S… 45 …ActivePresentation.Slides.item(1).Shapes.item("RID_STR_DVR_PP_TXT6").OLEFormat.Object.Text = RID_S… 46 …ActivePresentation.Slides.item(1).Shapes.item("RID_STR_DVR_PP_TXT7").OLEFormat.Object.Text = RID_S… 47 …ActivePresentation.Slides.item(1).Shapes.item("RID_STR_DVR_PP_TXT8").OLEFormat.Object.Text = RID_S…
|
| H A D | Loader.bas | 49 …ActivePresentation.Slides.item(1).Shapes.item("RID_STR_DVR_PP_TXT2").OLEFormat.Object.Text = RID_S… 50 …ActivePresentation.Slides.item(1).Shapes.item("RID_STR_DVR_PP_TXT3").OLEFormat.Object.Text = RID_S… 51 …ActivePresentation.Slides.item(1).Shapes.item("RID_STR_DVR_PP_TXT4").OLEFormat.Object.Text = RID_S… 52 …ActivePresentation.Slides.item(1).Shapes.item("RID_STR_DVR_PP_TXT5").OLEFormat.Object.Text = RID_S… 53 …ActivePresentation.Slides.item(1).Shapes.item("RID_STR_DVR_PP_TXT6").OLEFormat.Object.Text = RID_S… 54 …ActivePresentation.Slides.item(1).Shapes.item("RID_STR_DVR_PP_TXT7").OLEFormat.Object.Text = RID_S… 55 …ActivePresentation.Slides.item(1).Shapes.item("RID_STR_DVR_PP_TXT8").OLEFormat.Object.Text = RID_S…
|
| H A D | ApplicationSpecific.bas | 160 …ActivePresentation.Slides.item(1).Shapes.item("RID_STR_DVR_PP_TXT2").OLEFormat.Object.Text = RID_S… 161 …ActivePresentation.Slides.item(1).Shapes.item("RID_STR_DVR_PP_TXT3").OLEFormat.Object.Text = RID_S… 162 …ActivePresentation.Slides.item(1).Shapes.item("RID_STR_DVR_PP_TXT4").OLEFormat.Object.Text = RID_S… 163 …ActivePresentation.Slides.item(1).Shapes.item("RID_STR_DVR_PP_TXT5").OLEFormat.Object.Text = RID_S… 164 …ActivePresentation.Slides.item(1).Shapes.item("RID_STR_DVR_PP_TXT6").OLEFormat.Object.Text = RID_S… 165 …ActivePresentation.Slides.item(1).Shapes.item("RID_STR_DVR_PP_TXT7").OLEFormat.Object.Text = RID_S… 166 …ActivePresentation.Slides.item(1).Shapes.item("RID_STR_DVR_PP_TXT8").OLEFormat.Object.Text = RID_S…
|
| H A D | MigrationAnalyser.cls | 279 For Each myShape In mySlide.Shapes 546 For Each myShape In mySlide.Shapes
|
| /AOO41X/main/writerfilter/documentation/ |
| H A D | TODO | 27 - Shapes 28 - Shapes generated by Word 29 - Shapes generated by PowerPoint and imported via clipboard
|
| /AOO41X/main/oovbaapi/ooo/vba/word/ |
| H A D | XHeaderFooter.idl | 44 //[attribute, readonly] XShapers Shapes ; 45 any Shapes([in] any Index);
|
| H A D | XDocument.idl | 58 any Shapes( [in] any Index );
|
| /AOO41X/main/offapi/com/sun/star/drawing/ |
| H A D | Shapes.idl | 37 // DocMerge from xml: service com::sun::star::drawing::Shapes 40 published service Shapes
|
| H A D | ShapeCollection.idl | 27 #include <com/sun/star/drawing/Shapes.idl>
|
| H A D | XShapeBinder.idl | 55 All <type>Shapes</type> will be converted to a <type>PolyPolygonBezierShape</type>
|
| H A D | makefile.mk | 164 Shapes.idl\
|
| H A D | GraphicExportFilter.idl | 96 or a <type>Shapes</type>.</p>
|
| /AOO41X/main/offapi/com/sun/star/sheet/ |
| H A D | AccessibleSpreadsheetPageView.idl | 108 <li>Shapes appear before any other children if they are painted 110 <li>Shapes appear behind any other children except controls if
|
| H A D | SpreadsheetView.idl | 117 <type scope="com::sun::star::drawing">Shapes</type> object.
|
| /AOO41X/main/migrationanalysis/src/driver_docs/sources/excel/ |
| H A D | SetTextBoxFont.bas | 32 For Each myShape In aSheet.Shapes
|
| /AOO41X/main/sw/source/ui/vba/ |
| H A D | vbaheaderfooter.hxx | 50 …virtual css::uno::Any SAL_CALL Shapes( const css::uno::Any& aIndex ) throw (css::uno::RuntimeExcep…
|
| H A D | vbaheaderfooter.cxx | 78 SwVbaHeaderFooter::Shapes( const uno::Any& index ) throw (uno::RuntimeException) in Shapes() function in SwVbaHeaderFooter
|
| H A D | vbadocument.hxx | 60 …virtual css::uno::Any SAL_CALL Shapes( const css::uno::Any& aIndex ) throw (css::uno::RuntimeExcep…
|
| /AOO41X/main/migrationanalysis/src/driver_docs/sources/word/ |
| H A D | Preparation.bas | 125 Selection.HeaderFooter.Shapes(myshape.name).Select
|
| /AOO41X/main/svx/source/sidebar/insert/ |
| H A D | InsertPropertyPanel.src | 51 Text = "Insert Shapes";
|
| /AOO41X/main/sd/source/ui/dlg/ |
| H A D | navigatr.src | 113 Text [ en-US ] = "Show Shapes" ;
|
| /AOO41X/main/oovbaapi/ooo/vba/excel/ |
| H A D | SheetObject.idl | 44 favour of the Shapes and OLEObjects collections, but are kept for
|
| H A D | XWorksheet.idl | 95 any Shapes([in] any Index);
|
| /AOO41X/main/slideshow/source/engine/ |
| H A D | slideshowimpl.cxx | 1500 …::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes > Shapes(aIter->first, ::com:… in registerUserPaintPolygons() 1523 Shapes->add(rPolyShape); in registerUserPaintPolygons()
|
| /AOO41X/main/svx/source/dialog/ |
| H A D | ucsubset.src | 223 Text [ en-US ] = "Geometric Shapes";
|