Lines Matching refs:EMPTY_STRING

230                 itemsTables[i].write(PropertyNames.EMPTY_STRING);  in initializeData()
660 te.text = (text == null ? PropertyNames.EMPTY_STRING : text); in writeTitle()
667 if (d == null || d.equals(PropertyNames.EMPTY_STRING)) in getDateString()
669 return PropertyNames.EMPTY_STRING; in getDateString()
689 if (s == null || s.equals(PropertyNames.EMPTY_STRING)) in getTimeString()
691 return PropertyNames.EMPTY_STRING; in getTimeString()
728 …time.queryInterface(XTextContent.class, section).getAnchor().setString(PropertyNames.EMPTY_STRING); in deleteHiddenSections()
755 xTextSection.getAnchor().setString(PropertyNames.EMPTY_STRING); in createMinutes()
826 fillMinutesItem(item, topic[0].Value, PropertyNames.EMPTY_STRING); in createMinutes()
830 fillMinutesItem(item, topic[1].Value, PropertyNames.EMPTY_STRING); in createMinutes()
834 fillMinutesItem(item, topic[2].Value, PropertyNames.EMPTY_STRING); in createMinutes()
858 fillMinutesItem(item, time, PropertyNames.EMPTY_STRING); in createMinutes()
891 if (text == null || text.equals(PropertyNames.EMPTY_STRING)) in fillMinutesItem()
893 if (placeholder != null && !placeholder.equals(PropertyNames.EMPTY_STRING)) in fillMinutesItem()
1019 String cellName = PropertyNames.EMPTY_STRING; in write()
1067 … UnoRuntime.queryInterface(XTextRange.class, cell).setString(PropertyNames.EMPTY_STRING); in write()
1311 writtenTopics.set(topic, PropertyNames.EMPTY_STRING); in write2()
1760 if (!text.equals(PropertyNames.EMPTY_STRING)) in write()
1801 if (text == null || text.equals(PropertyNames.EMPTY_STRING)) in write()