Home
last modified time | relevance | path

Searched refs:bgetConnection (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/wizards/com/sun/star/wizards/db/
H A DDBMetaData.java686 boolean bgetConnection = false; in getConnection()
695 bgetConnection = true; in getConnection()
707 bgetConnection = DBConnection != null; in getConnection()
708 if (!bgetConnection) in getConnection()
719 bgetConnection = false; in getConnection()
724 if (!bgetConnection) in getConnection()
735 return bgetConnection; in getConnection()
/AOO42X/main/wizards/com/sun/star/wizards/report/
H A DDataimport.java113 public void showProgressDisplay(XMultiServiceFactory xMSF, boolean bgetConnection) in showProgressDisplay() argument
128 if (bgetConnection) in showProgressDisplay()
H A DReportTextImplementation.java221 boolean bgetConnection; in reconnectToDatabase()
259 bgetConnection = getRecordParser().getConnection(_properties); in reconnectToDatabase()
262 if (bgetConnection) in reconnectToDatabase()