Searched refs:newContent (Results 1 – 3 of 3) sorted by relevance
146 XContent newContent = ( XContent )UnoRuntime.queryInterface( in createNewResource() local150 if ( newContent != null ) { in createNewResource()165 m_helper.executeCommand( newContent, "setPropertyValues", props ); in createNewResource()180 m_helper.executeCommand( newContent, "insert", arg ); in createNewResource()
329 String newContent = ""; in start() local332 newContent += item; in start()338 content += newContent + "</oor:items>"; in start()
231 ArrayList<String> newContent = new ArrayList<>(); in removeSuperfluousContent() local234 newContent.add( line ); in removeSuperfluousContent()237 return newContent; in removeSuperfluousContent()
Completed in 29 milliseconds