Home
last modified time | relevance | path

Searched refs:xTextFrames (Results 1 – 2 of 2) sorted by relevance

/trunk/test/testuno/source/fvt/uno/sw/frame/
H A DCheckFrames.java56 XNameAccess xTextFrames = xTFS.getTextFrames(); in testLoadTextFrame() local
57 assertArrayEquals("Text frame names", expectedNames, xTextFrames.getElementNames()); in testLoadTextFrame()
58 assertTrue("Has text frame named Frame1", xTextFrames.hasByName(expectedNames[0])); in testLoadTextFrame()
59 assertFalse("Has nonexisting text frame.", xTextFrames.hasByName("Nonexisting text frame")); in testLoadTextFrame()
61 …xAccess xTextFramesIdx = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTextFrames); in testLoadTextFrame()
70 xTextFrames.getByName("Nonexisting Textframe"); in testLoadTextFrame()
/trunk/main/sw/qa/complex/writer/
H A DCheckFlies.java157 com.sun.star.container.XNameAccess xTextFrames = xTFS.getTextFrames(); in checkTextFrames() local
158 for(String sFrameName : xTextFrames.getElementNames()) in checkTextFrames()
163 xTextFrames.getByName(sFrameName); in checkTextFrames()
166 xTextFrames.hasByName(sFrameName)); in checkTextFrames()
172 xTextFrames.getByName("Nonexisting Textframe"); in checkTextFrames()
179 xTextFrames.hasByName("Nonexisting text frame")); in checkTextFrames()
183 xTextFrames); in checkTextFrames()

Completed in 7 milliseconds