Lines Matching refs:bg
490 BundleGroup bg = bundle.getBundleGroup(groupName);
491 if (bg == null) bg = bundle.getUngroupedGroup();
492 oldItem.setParentGroup(bg);
493 bg.addBundleItem(oldItem);
515 BundleGroup bg = mainBundle.getBundleGroup(i);
516 if (bg.getName().equals(groupName)) {mainGroup = bg; break;}
534 BundleGroup bg = bundle.getBundleGroup(j);
535 if (bg.getName().equals(groupName)) {group = bg; break;}
571 BundleGroup bg = new BundleGroup(bundle, groupName);
573 bg.setComment(groupComment);
574 bundle.addBundleGroup(bg);
673 BundleGroup bg = new BundleGroup(bundle,mainGroup.getName());
674 bg.setComment(mainGroup.getComment());
675 bundle.addBundleGroup(bg);
678 BundleItem item = new BundleItem(bg, mainItem.getKey(), mainItem.getTranslation());
690 bg.addBundleItem(item);