Lines Matching refs:_xMSF

96     public static XComponent getActiveComponent(XMultiServiceFactory _xMSF)  in getActiveComponent()  argument
98 XFrame xFrame = getActiveFrame(_xMSF); in getActiveComponent()
102 public static XTextDocument getActiveTextDocument(XMultiServiceFactory _xMSF) in getActiveTextDocument() argument
104 XComponent xComponent = getActiveComponent(_xMSF); in getActiveTextDocument()
108 public static XSpreadsheetDocument getActiveSpreadsheetDocument(XMultiServiceFactory _xMSF) in getActiveSpreadsheetDocument() argument
110 XComponent xComponent = getActiveComponent(_xMSF); in getActiveSpreadsheetDocument()
226 …public static int checkforfirstSpecialCharacter(XMultiServiceFactory _xMSF, String _sString, Local… in checkforfirstSpecialCharacter() argument
231 Object ocharservice = _xMSF.createInstance("com.sun.star.i18n.CharacterClassification"); in checkforfirstSpecialCharacter()
243 …public static String removeSpecialCharacters(XMultiServiceFactory _xMSF, Locale _aLocale, String _… in removeSpecialCharacters() argument
249 i = Desktop.checkforfirstSpecialCharacter(_xMSF, snewname, _aLocale); in removeSpecialCharacters()
382 public static String getTemplatePath(XMultiServiceFactory _xMSF) in getTemplatePath() argument
386 return FileAccess.getOfficePath(_xMSF, "Template", "share", "/wizard"); in getTemplatePath()
394 public static String getUserTemplatePath(XMultiServiceFactory _xMSF) in getUserTemplatePath() argument
398 return FileAccess.getOfficePath(_xMSF, "Template", "user", PropertyNames.EMPTY_STRING); in getUserTemplatePath()
406 public static String getBitmapPath(XMultiServiceFactory _xMSF) in getBitmapPath() argument
410 return FileAccess.combinePaths(_xMSF, getTemplatePath(_xMSF), "/../wizard/bitmap"); in getBitmapPath()
418 public static String getWorkPath(XMultiServiceFactory _xMSF) in getWorkPath() argument
422 …return FileAccess.getOfficePath(_xMSF, "Work", PropertyNames.EMPTY_STRING, PropertyNames.EMPTY_STR… in getWorkPath()