Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/db/
H A DDBMetaData.java687 boolean bgetConnection = false; in getConnection()
696 bgetConnection = true; in getConnection()
708 bgetConnection = DBConnection != null; in getConnection()
709 if (!bgetConnection) in getConnection()
720 bgetConnection = false; in getConnection()
725 if (!bgetConnection) in getConnection()
736 return bgetConnection; in getConnection()
/trunk/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()

Completed in 31 milliseconds