Home
last modified time | relevance | path

Searched refs:removeSpecialCharacters (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/wizards/com/sun/star/wizards/table/
H A DTableWizard.java291 …Desktop.removeSpecialCharacters(curTableDescriptor.xMSF, Configuration.getOfficeLocale(this.curTab… in finishWizard()
430 …sName = Desktop.removeSpecialCharacters(curTableDescriptor.xMSF, Configuration.getOfficeLocale(cur… in textChanged()
H A DCGTable.java82 …fieldnames[i] = Desktop.removeSpecialCharacters(xMSF, Configuration.getOfficeLocale(xMSF), fieldna… in getFieldNames()
/AOO41X/main/wizards/com/sun/star/wizards/common/
H A DConfiguration.java436 curdisplayname = Desktop.removeSpecialCharacters(_xMSF, _aLocale, curdisplayname); in getChildNodebyDisplayName()
H A DDesktop.java243 …public static String removeSpecialCharacters(XMultiServiceFactory _xMSF, Locale _aLocale, String _… in removeSpecialCharacters() method in Desktop
/AOO41X/main/wizards/com/sun/star/wizards/db/
H A DDBMetaData.java540 … return Desktop.removeSpecialCharacters(xMSF, Configuration.getOfficeLocale(xMSF), _sname); in verifyName()