Lines Matching refs:XTextRange

169     XTextRange trTitle, trDate, trTime, trLocation;
491 XTextRange item = null; in initializeTitles()
497 item = (XTextRange) _allItems.get(i); in initializeTitles()
553 List l = new ArrayList<XTextRange>(ia.getCount()); in searchFillInItems()
558 l.add(UnoRuntime.queryInterface(XTextRange.class, ia.getByIndex(i))); in searchFillInItems()
658 private void writeTitle(TextElement te, XTextRange tr, String text) in writeTitle()
768 XTextRange item; in createMinutes()
784 item = (XTextRange) items.get(itemIndex); in createMinutes()
821 item = (XTextRange) items.get(itemIndex); in createMinutes()
886 private void fillMinutesItem(XTextRange range, Object text, String placeholder) in fillMinutesItem()
959 XTextRange item; in ItemsTable()
970 item = (XTextRange) _allItems.get(i); in ItemsTable()
1067 … UnoRuntime.queryInterface(XTextRange.class, cell).setString(PropertyNames.EMPTY_STRING); in write()
1207 XTextRange item; in Topics()
1211 item = (XTextRange) _allItems.get(i); in Topics()
1235 XTextRange range; in Topics()
1241 XTextRange xTextRange = UnoRuntime.queryInterface(XTextRange.class, cell); in Topics()
1247 range = (XTextRange) items.get(cell); in Topics()
1716 o = UnoRuntime.queryInterface(XTextRange.class, textRange).getText(); in format()
1718 XTextRange xtr = UnoRuntime.queryInterface(XTextRange.class, textRange); in format()
1746 TextElement(XTextRange range) in TextElement()
1759 UnoRuntime.queryInterface(XTextRange.class, textRange).setString(text); in write()
1782 …PlaceholderTextElement(XTextRange textRange, String placeHolderText_, String hint_, XMultiServiceF… in PlaceholderTextElement()
1803 XTextRange xTextRange = UnoRuntime.queryInterface(XTextRange.class, textRange); in write()
1845 XTextRange xTextRange = UnoRuntime.queryInterface(XTextRange.class, textRange); in write()