Home
last modified time | relevance | path

Searched refs:xsecondTextBox (Results 1 – 3 of 3) sorted by relevance

/trunk/test/testuno/source/fvt/uno/sd/bullet/
H A DCheckBulletStyle.java80 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 DNumberingBulletTypes.java85 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 DNumberingProperty.java79 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 16 milliseconds