Home
last modified time | relevance | path

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

/trunk/main/sw/qa/complex/writer/
H A DCheckFlies.java112 com.sun.star.container.XNameAccess xGraphicFrames = xTGOS.getGraphicObjects(); in checkGraphicFrames() local
113 for(String sFrameName : xGraphicFrames.getElementNames()) in checkGraphicFrames()
118 xGraphicFrames.getByName(sFrameName); in checkGraphicFrames()
121 xGraphicFrames.hasByName(sFrameName)); in checkGraphicFrames()
128 xGraphicFrames.getByName("Nonexisting graphics frame"); in checkGraphicFrames()
135 xGraphicFrames.hasByName("Nonexisting graphics frame")); in checkGraphicFrames()
139 xGraphicFrames); in checkGraphicFrames()

Completed in 9 milliseconds