Searched refs:oFrame (Results 1 – 6 of 6) sorted by relevance
53 oFrame = ThisComponent.createInstance( "com.sun.star.text.TextFrame" )54 oFrame.Width = 600055 ThisComponent.Text.insertTextContent( ThisComponent.Text.Start, oFrame, false )56 oFrame.Text.String = "Hello, this text is within the frame."
277 XTextFrame oFrame = (XTextFrame) instCreate.getInstance(); in createTextFrame() local278 return oFrame; in createTextFrame()291 XTextFrame oFrame = (XTextFrame) instCreate.getInstance(); in createTextFrame() local292 return oFrame; in createTextFrame()
140 XInterface oFrame = (XInterface) xMSF.createInstance("com.sun.star.frame.Frame"); in createTestEnvironment() local142 XFrame xFrame = (XFrame) UnoRuntime.queryInterface(XFrame.class, oFrame); in createTestEnvironment()
108 … Object oFrame = m_xMCF.createInstanceWithContext("com.sun.star.frame.Frame", m_xContext); in showDocumentinDialogWindow() local110 m_xFrame = (XFrame) UnoRuntime.queryInterface(XFrame.class, oFrame); in showDocumentinDialogWindow()
143 Object oFrame = m_xMCF.createInstanceWithContext("com.sun.star.frame.Frame", m_xContext); in showTopWindow() local144 m_xFrame = (XFrame) UnoRuntime.queryInterface(XFrame.class, oFrame); in showTopWindow()
173 Object oFrame = null; in createTestEnvironment() local
Completed in 34 milliseconds