Searched refs:xsecondTextBox (Results 1 – 3 of 3) sorted by relevance
/aoo41x/test/testuno/source/fvt/uno/sd/bullet/ |
H A D | CheckBulletStyle.java | 80 XShape xsecondTextBox = (XShape)UnoRuntime.queryInterface(XShape.class, secondTextBox); in setUpDocument() local 81 m_textProperty = addPortion(xsecondTextBox, "Test Bullet Style", false); in setUpDocument() 106 XShape xsecondTextBox = (XShape)UnoRuntime.queryInterface(XShape.class, secondTextBox); in load() local 107 m_textProperty = getPortion(xsecondTextBox, 0); in load()
|
H A D | NumberingBulletTypes.java | 85 XShape xsecondTextBox = (XShape)UnoRuntime.queryInterface(XShape.class, secondTextBox); in setUpDocument() local 86 m_xtextProps = addPortion(xsecondTextBox, "Numbering bullets", false); in setUpDocument() 95 XShape xsecondTextBox = (XShape)UnoRuntime.queryInterface(XShape.class, secondTextBox); in load() local 96 return getPortion(xsecondTextBox, 0); in load()
|
H A D | NumberingProperty.java | 79 XShape xsecondTextBox = (XShape)UnoRuntime.queryInterface(XShape.class, secondTextBox); in setUpDocument() local 80 m_xtextProps = addPortion(xsecondTextBox, in setUpDocument() 93 XShape xsecondTextBox = (XShape)UnoRuntime.queryInterface(XShape.class, secondTextBox); in load() local 94 return getPortion(xsecondTextBox, 0); in load()
|
Completed in 685 milliseconds