Searched refs:xGraphicFrames (Results 1 – 1 of 1) sorted by relevance
112 com.sun.star.container.XNameAccess xGraphicFrames = xTGOS.getGraphicObjects(); in checkGraphicFrames() local113 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 12 milliseconds