/trunk/main/writerfilter/documentation/ |
H A D | AddingTable.cxx | 29 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 …]
|
/trunk/main/odk/examples/DevelopersGuide/Drawing/ |
H A D | TextDemo.java | 97 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 D | PresentationDemo.java | 149 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 D | LayerDemo.java | 91 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 D | ChangeOrderDemo.java | 83 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 D | CustomShowDemo.java | 113 ShapeHelper.addPortion( xTextObj, aNameArray[ i ], true ); in main()
|
H A D | ShapeHelper.java | 85 public static XPropertySet addPortion( XShape xShape, String sText, boolean bNewParagraph ) in addPortion() method in ShapeHelper
|
/trunk/test/testuno/source/fvt/uno/sd/textbox/ |
H A D | FillProperties.java | 98 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 D | LineProperties.java | 94 ShapeUtil.addPortion(xShape, "test", false); in testShapeLineStyle() 127 ShapeUtil.addPortion(xShape, "test", false); in testShapeLineColor()
|
/trunk/test/testuno/source/fvt/uno/sd/slideshow/ |
H A D | SlideShow.java | 89 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 D | CustomShow.java | 106 ShapeUtil.addPortion(xTextObj, aNameArray[i], true); in testCustomShow()
|
/trunk/test/testuno/source/fvt/uno/sd/paragraph/ |
H A D | ParagraphTextProperty.java | 103 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 D | ParagraphStyle.java | 100 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
|
/trunk/test/testuno/source/fvt/uno/sd/bullet/ |
H A D | CheckBuildInBullet.java | 30 import static testlib.uno.ShapeUtil.addPortion; 119 m_xtextProps = addPortion(xfirstTextBox, "test Build-in Bullet", false); in setUp()
|
H A D | GraphicBulletFromFile.java | 28 import static testlib.uno.ShapeUtil.addPortion; 78 m_xtextProps = addPortion(xfirstTextBox, "test Graphic Bullet From a File", false); in setUpDocument()
|
H A D | NumberingBulletTypes.java | 28 import static testlib.uno.ShapeUtil.addPortion; 86 m_xtextProps = addPortion(xsecondTextBox, "Numbering bullets", false); in setUpDocument()
|
H A D | NumberingProperty.java | 27 import static testlib.uno.ShapeUtil.addPortion; 80 m_xtextProps = addPortion(xsecondTextBox, in setUpDocument()
|
H A D | CheckBulletStyle.java | 81 m_textProperty = addPortion(xsecondTextBox, "Test Bullet Style", false); in setUpDocument()
|
/trunk/test/testuno/source/fvt/uno/sd/animation/ |
H A D | TextAnimation.java | 105 XPropertySet xTextPropSet = addPortion(xRectangle, "Text Animation", in testTextAnimation() 120 public XPropertySet addPortion(XShape xShape, String sText, in addPortion() method in TextAnimation
|
H A D | CustomAnimation.java | 217 public XPropertySet addPortion(XShape xShape, String sText, in addPortion() method in CustomAnimation
|
/trunk/test/testuno/source/testlib/uno/ |
H A D | ShapeUtil.java | 85 public static XPropertySet addPortion(XShape xShape, String sText, in addPortion() method in ShapeUtil
|
/trunk/test/testuno/source/fvt/uno/sd/shape/ |
H A D | ShapeProperties.java | 134 ShapeUtil.addPortion(xShape, "test", false); in testInsertTextToShape()
|