184185186187188189190191192193194
// int nCount = xGroups.getCount(); while (xGroups.hasElements()) { try { xGroups.removeByIndex(0); } catch (com.sun.star.uno.Exception e) { // Exception not set. Not from interest here. }
183184185186187188189190191192193
177178179180181182183184185186187
// int nCount = xGroups.getCount(); while (xGroups.hasElements()) { try { xGroups.removeByIndex(0); } catch (com.sun.star.uno.Exception ex) { Logger.getLogger(ReportBuilderLayouter.class.getName()).log(Level.SEVERE, null, ex); }
179180181182183184185186187188189