Home
last modified time | relevance | path

Searched refs:addPortion (Results 1 – 22 of 22) sorted by relevance

/aoo4110/main/writerfilter/documentation/
H A DAddingTable.cxx29 tableContext.addPortion(portion); in test()
32 tableContext.addPortion(portion); in test()
35 tableContext.addPortion(portion); in test()
39 tableContext.addPortion(portion); in test()
45 tableContext.addPortion(portion); in test()
48 tableContext.addPortion(portion); in test()
52 tableContext.addPortion(portion); in test()
55 tableContext.addPortion(portion); in test()
61 tableContext.addPortion(portion); in test()
63 tableContext.addPortion(portion); in test()
[all …]
/aoo4110/main/odk/examples/DevelopersGuide/Drawing/
H A DTextDemo.java97 xTextPropSet = ShapeHelper.addPortion( xRectangle, "Portion1", false ); in main()
99 xTextPropSet = ShapeHelper.addPortion( xRectangle, "Portion2", false ); in main()
106 xTextPropSet = ShapeHelper.addPortion( xRectangle, "Portion3", true ); in main()
128 xTextPropSet = ShapeHelper.addPortion( xRectangle, in main()
132 xTextPropSet = ShapeHelper.addPortion(xRectangle, in main()
H A DPresentationDemo.java149 ShapeHelper.addPortion( xShape, "click to go", false ); in main()
150 ShapeHelper.addPortion( xShape, "to first page", true ); in main()
163 ShapeHelper.addPortion( xShape, "click to go", false ); in main()
164 ShapeHelper.addPortion( xShape, "to the second page", true ); in main()
H A DLayerDemo.java91 XPropertySet xTextProp = ShapeHelper.addPortion( xRect2, in main()
95 ShapeHelper.addPortion( xRect2, "and the shape above is not visible", in main()
97 ShapeHelper.addPortion( xRect2, in main()
H A DChangeOrderDemo.java83 ShapeHelper.addPortion( xShape1, " this shape was inserted first", false ); in main()
84 ShapeHelper.addPortion( xShape1, "by changing the ZOrder it lie now on top", true ); in main()
H A DCustomShowDemo.java113 ShapeHelper.addPortion( xTextObj, aNameArray[ i ], true ); in main()
H A DShapeHelper.java85 public static XPropertySet addPortion( XShape xShape, String sText, boolean bNewParagraph ) in addPortion() method in ShapeHelper
/aoo4110/test/testuno/source/fvt/uno/sd/textbox/
H A DFillProperties.java98 ShapeUtil.addPortion(xShape, "test", false); in testInsertTextToTextbox()
115 ShapeUtil.addPortion(xShape, "test", false); in testFillGradient()
155 ShapeUtil.addPortion(xShape, "test", false); in testFillColor()
183 ShapeUtil.addPortion(xShape, "test", false); in testFillHatch()
H A DLineProperties.java94 ShapeUtil.addPortion(xShape, "test", false); in testShapeLineStyle()
127 ShapeUtil.addPortion(xShape, "test", false); in testShapeLineColor()
/aoo4110/test/testuno/source/fvt/uno/sd/slideshow/
H A DSlideShow.java89 ShapeUtil.addPortion(xRectangle1, "Page1", false); in testSlideShow()
97 ShapeUtil.addPortion(xRectangle2, "Page2", false); in testSlideShow()
105 ShapeUtil.addPortion(xRectangle3, "Page3", false); in testSlideShow()
H A DCustomShow.java106 ShapeUtil.addPortion(xTextObj, aNameArray[i], true); in testCustomShow()
/aoo4110/test/testuno/source/fvt/uno/sd/paragraph/
H A DParagraphTextProperty.java103 XPropertySet xTextPropSet = addPortion(xRectangle, "using TextFitToSize", false); in testParagraphPropertyShape()
104 xTextPropSet = addPortion(xRectangle, "and a Border distance of 2,5 cm", true); in testParagraphPropertyShape()
115 public static XPropertySet addPortion(XShape xShape, String sText, boolean bNewParagraph) in addPortion() method in ParagraphTextProperty
H A DParagraphStyle.java100 XPropertySet xTextPropSet1 = addPortion(xRectangle, "New text paragraph", true); in ParaStyle()
113 XPropertySet xTextPropSet2 = addPortion(xRectangle, "And another text paragraph", true); in ParaStyle()
148 public static XPropertySet addPortion(XShape xShape, String sText, boolean bNewParagraph) in addPortion() method in ParagraphStyle
/aoo4110/test/testuno/source/fvt/uno/sd/bullet/
H A DCheckBuildInBullet.java30 import static testlib.uno.ShapeUtil.addPortion;
119 m_xtextProps = addPortion(xfirstTextBox, "test Build-in Bullet", false); in setUp()
H A DGraphicBulletFromFile.java28 import static testlib.uno.ShapeUtil.addPortion;
78 m_xtextProps = addPortion(xfirstTextBox, "test Graphic Bullet From a File", false); in setUpDocument()
H A DNumberingBulletTypes.java28 import static testlib.uno.ShapeUtil.addPortion;
86 m_xtextProps = addPortion(xsecondTextBox, "Numbering bullets", false); in setUpDocument()
H A DNumberingProperty.java27 import static testlib.uno.ShapeUtil.addPortion;
80 m_xtextProps = addPortion(xsecondTextBox, in setUpDocument()
H A DCheckBulletStyle.java81 m_textProperty = addPortion(xsecondTextBox, "Test Bullet Style", false); in setUpDocument()
/aoo4110/test/testuno/source/fvt/uno/sd/animation/
H A DTextAnimation.java105 XPropertySet xTextPropSet = addPortion(xRectangle, "Text Animation", in testTextAnimation()
120 public XPropertySet addPortion(XShape xShape, String sText, in addPortion() method in TextAnimation
H A DCustomAnimation.java217 public XPropertySet addPortion(XShape xShape, String sText, in addPortion() method in CustomAnimation
/aoo4110/test/testuno/source/testlib/uno/
H A DShapeUtil.java85 public static XPropertySet addPortion(XShape xShape, String sText, in addPortion() method in ShapeUtil
/aoo4110/test/testuno/source/fvt/uno/sd/shape/
H A DShapeProperties.java134 ShapeUtil.addPortion(xShape, "test", false); in testInsertTextToShape()

Completed in 77 milliseconds