Lines Matching refs:xMSF

103     public com.sun.star.lang.XMultiServiceFactory xMSF;  field in DBMetaData
157 public DBMetaData(XMultiServiceFactory xMSF) in DBMetaData() argument
159 getInterfaces(xMSF); in DBMetaData()
163 public DBMetaData(XMultiServiceFactory xMSF, Locale _aLocale, NumberFormatter _oNumberFormatter) in DBMetaData() argument
167 getInterfaces(xMSF); in DBMetaData()
179 aLocale = Configuration.getOfficeLocale(xMSF); in getNumberFormatter()
180 oNumberFormatter = new NumberFormatter(xMSF, xNumberFormatsSupplier, aLocale); in getNumberFormatter()
204 private void getInterfaces(XMultiServiceFactory xMSF) in getInterfaces() argument
208 this.xMSF = xMSF; in getInterfaces()
209 xDatabaseContext = (XInterface) xMSF.createInstance("com.sun.star.sdb.DatabaseContext"); in getInterfaces()
540 … return Desktop.removeSpecialCharacters(xMSF, Configuration.getOfficeLocale(xMSF), _sname); in verifyName()
683 Resource oResource = new Resource(xMSF, "Database", "dbw"); in getConnection()
700 …nteractionHandler = UnoRuntime.queryInterface( XInteractionHandler.class, xMSF.createInstance("com… in getConnection()
946 … XInterface xInterface = (XInterface) xMSF.createInstance("com.sun.star.ucb.SimpleFileAccess"); in addDatabaseDocument()
1019 … XInterface xInterface = (XInterface) xMSF.createInstance("com.sun.star.ucb.SimpleFileAccess"); in storeDatabaseDocumentToTempPath()
1021 … String storepath = FileAccess.getOfficePath(xMSF, "Temp", xSimpleFileAccess) + "/" + _storename; in storeDatabaseDocumentToTempPath()
1040 …return SystemDialog.showMessageBox(xMSF, xWindowPeer, windowServiceName, windowAttribute, MessageT… in showMessageBox()
1044 … return SystemDialog.showMessageBox(xMSF, windowServiceName, windowAttribute, MessageText); in showMessageBox()
1070 Object oDialog = xMSF.createInstance("com.sun.star.sdb.ErrorMessageDialog"); in callSQLErrorMessageDialog()
1097 xMSF = null; in finish()