Home
last modified time | relevance | path

Searched refs:GetConnection (Results 1 – 22 of 22) sorted by relevance

/trunk/main/svx/source/dialog/
H A Dconnctrl.cxx106 SdrObjConnection& rConn1 = (SdrObjConnection&)pEdgeObj->GetConnection( sal_True ); in Construct()
107 SdrObjConnection& rConn2 = (SdrObjConnection&)pEdgeObj->GetConnection( sal_False ); in Construct()
109 rConn1 = pTmpEdgeObj->GetConnection( sal_True ); in Construct()
110 rConn2 = pTmpEdgeObj->GetConnection( sal_False ); in Construct()
/trunk/main/sw/source/ui/dbui/
H A Ddbtree.cxx113 Reference<XConnection> GetConnection(const rtl::OUString& rSourceName);
199 Reference<XConnection> SwDBTreeList_Impl::GetConnection(const rtl::OUString& rSourceName) in GetConnection() function in SwDBTreeList_Impl
358 Reference<XConnection> xConnection = pImpl->GetConnection(sSourceName); in RequestingChilds()
425 Reference<XConnection> xConnection = pImpl->GetConnection(sSourceName); in RequestingChilds()
H A Daddresslistdialog.hxx109 SharedConnection GetConnection();
H A Daddresslistdialog.cxx256 pUserData->xConnection = rConfigItem.GetConnection(); in SwAddressListDialog()
710 SharedConnection SwAddressListDialog::GetConnection() in GetConnection() function in SwAddressListDialog
H A Dmmpreparemergepage.cxx159 aArgs[4].Value <<= rConfigItem.GetConnection().getTyped(); in IMPL_LINK()
H A Dmmconfigitem.cxx933 SharedConnection SwMailMergeConfigItem::GetConnection() in GetConnection() function in SwMailMergeConfigItem
981 SwNewDBMgr::GetConnection( m_pImpl->aDBData.sDataSource, m_pImpl->xSource ), in GetResultSet()
H A Ddbmgr.cxx1628 uno::Reference< sdbc::XConnection> SwNewDBMgr::GetConnection(const String& rDataSource, in GetConnection() function in SwNewDBMgr
2103 pFound->xConnection = SwNewDBMgr::GetConnection(rDataSource, xSource ); in RegisterConnection()
H A Dmmaddressblockpage.cxx191 pAddrDialog->GetConnection(), in IMPL_LINK()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryTabConnUndoAction.cxx84 static_cast<OQueryTableView*>(m_pOwner)->GetConnection(m_pConnection); in Redo()
95 static_cast<OQueryTableView*>(m_pOwner)->GetConnection(m_pConnection); in Undo()
H A DQueryTableView.cxx457 GetConnection(pNewConn); in NotifyTabConnection()
778 GetConnection(pQConn); in createNewConnection()
909 void OQueryTableView::GetConnection(OQueryTableConnection* pConn) in GetConnection() function in OQueryTableView
/trunk/main/sw/source/ui/shells/
H A Dtextsh2.cxx144 xConnection = pNewDBMgr->GetConnection(sSourceArg, xSource); in ExecDB()
268 xConnection = SwNewDBMgr::GetConnection(pDBStruct->aDBData.sDataSource, xSource); in IMPL_STATIC_LINK()
/trunk/main/svx/source/svdraw/
H A Dsvdoedge.cxx470 SdrObjConnection& rCon=GetConnection(bTail1); in ConnectToNode()
485 SdrObjConnection& rCon=GetConnection(bTail1); in DisconnectFromNode()
494 SdrObject* pObj=GetConnection(bTail1).pObj; in GetConnectedNode()
502 const SdrObjConnection& rCon=GetConnection(bTail1); in CheckNodeConnection()
1848 ConnectToNode(true, pOriginalEdge->GetConnection(true).GetObject()); in applySpecialDrag()
1849 ConnectToNode(false, pOriginalEdge->GetConnection(false).GetObject()); in applySpecialDrag()
2517 SdrObjConnection& rConn1 = GetConnection( bTail ); in setGluePointIndex()
2551 SdrObjConnection& rConn1 = GetConnection( bTail ); in getGluePointIndex()
/trunk/main/svx/inc/svx/
H A Dsvdoedge.hxx226 SdrObjConnection& GetConnection(FASTBOOL bTail1) { return *(bTail1 ? &aCon1 : &aCon2); } in GetConnection() function in SdrEdgeObj
244 …const SdrObjConnection& GetConnection(FASTBOOL bTail1) const { return *(bTail1 ? &aCon1 : &aCon2);… in GetConnection() function in SdrEdgeObj
/trunk/main/svx/source/form/
H A Dtabwin.cxx182 aDescriptor[ daConnection ] <<= pTabWin->GetConnection().getTyped(); in StartDrag()
271 aDescr[ daConnection ] <<= GetConnection().getTyped(); in createSelectionControls()
/trunk/main/sc/source/filter/xml/
H A Dxmlfilti.hxx85 …sal_Bool GetConnection() { sal_Bool bTemp = bConnectionOr; bConnectionOr = bNextConnectionOr; retu… in GetConnection() function in ScXMLFilterContext
219 …sal_Bool GetConnection() { sal_Bool bTemp = bConnectionOr; bConnectionOr = bNextConnectionOr; retu… in GetConnection() function in ScXMLDPFilterContext
H A Dxmlfilti.cxx385 if (pFilterContext->GetConnection()) in EndElement()
750 if (pFilterContext->GetConnection()) in EndElement()
/trunk/main/sd/source/ui/view/
H A Dsdview3.cxx535 SdrObjConnection& rConn0 = pOrigEdge->GetConnection(sal_False); in InsertData()
544 pCloneEdge->GetConnection(sal_False).SetConnectorId(rConn0.GetConnectorId()); in InsertData()
567 SdrObjConnection& rConn1 = pOrigEdge->GetConnection(sal_True); in InsertData()
576 pCloneEdge->GetConnection(sal_True).SetConnectorId(rConn1.GetConnectorId()); in InsertData()
/trunk/main/sd/source/ui/func/
H A Dfupoor.cxx699 if(pEdgeObj->GetConnection(sal_True).GetObject()) in IMPL_LINK_INLINE_END()
706 if(pEdgeObj->GetConnection(sal_False).GetObject()) in IMPL_LINK_INLINE_END()
/trunk/main/svx/source/inc/
H A Dtabwin.hxx109 ::svxform::SharedConnection GetConnection() const { return m_aConnection; } in GetConnection() function in FmFieldWin
/trunk/main/dbaccess/source/ui/inc/
H A DQueryTableView.hxx92 void GetConnection(OQueryTableConnection* pConn);
/trunk/main/sw/source/ui/inc/
H A Dmmconfigitem.hxx98 SharedConnection GetConnection();
/trunk/main/sw/inc/
H A Ddbmgr.hxx339 GetConnection(const String& rDataSource,

Completed in 156 milliseconds