Searched refs:xTextFrame1 (Results 1 – 4 of 4) sorted by relevance
/trunk/test/testuno/source/fvt/uno/sw/frame/ |
H A D | FrameWrapType.java | 93 …XTextFrame xTextFrame1 = (XTextFrame)UnoRuntime.queryInterface(XTextFrame.class, xWriterFactory.cr… in testFrameAnchorType() local 94 xText.insertTextContent(xTextCursor,xTextFrame1,false); in testFrameAnchorType() 95 …rtySet xTextFrameProps1 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextFrame1); in testFrameAnchorType()
|
H A D | FrameAnchorType.java | 85 …XTextFrame xTextFrame1 = (XTextFrame)UnoRuntime.queryInterface(XTextFrame.class, xWriterFactory.cr… in testFrameAnchorType() local 86 xText.insertTextContent(xTextCursor,xTextFrame1,false); in testFrameAnchorType() 87 …rtySet xTextFrameProps1 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextFrame1); in testFrameAnchorType()
|
H A D | FrameShadow.java | 94 …XTextFrame xTextFrame1 = (XTextFrame)UnoRuntime.queryInterface(XTextFrame.class, xWriterFactory.cr… in testFrameShadow() local 95 xText.insertTextContent(xTextCursor,xTextFrame1,false); in testFrameShadow() 96 …rtySet xTextFrameProps1 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextFrame1); in testFrameShadow()
|
H A D | FrameBackGraphic.java | 98 …XTextFrame xTextFrame1 = (XTextFrame)UnoRuntime.queryInterface(XTextFrame.class, xWriterFactory.cr… in testFrameBackGraphic() local 99 xText.insertTextContent(xTextCursor,xTextFrame1,false); in testFrameBackGraphic() 100 …ropertySet xFrameProps1 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextFrame1); in testFrameBackGraphic()
|
Completed in 12 milliseconds