Lines Matching refs:pEndWin

430 sal_uInt16 SolDep::AddConnector( ObjectWin* pStartWin, ObjectWin* pEndWin )  in AddConnector()  argument
434 ByteString sEndName = pEndWin->GetBodyText(); in AddConnector()
441 return AddConnectorToObjects( pStartWin, pEndWin ); in AddConnector()
451 sal_uInt16 SolDep::RemoveConnector( ObjectWin* pStartWin, ObjectWin* pEndWin ) in RemoveConnector() argument
455 ByteString sEndName = pEndWin->GetBodyText(); in RemoveConnector()
472 return RemoveConnectorFromObjects( pStartWin, pEndWin ); in RemoveConnector()
548 ObjectWin *pStartWin, *pEndWin; in ReadSource() local
609 pEndWin = ObjIdToPtr( mpObjectList, nObjectId ); in ReadSource()
610 AddConnectorToObjects( pStartWin, pEndWin ); in ReadSource()
731 ObjectWin* pEndWin = ObjIdToPtr( mpObjectList, nEndId ); in Load() local
733 pCon->Initialize( pStartWin, pEndWin ); in Load()
766 ObjectWin *pStartWin, *pEndWin; in InitPrj() local
848 pEndWin = ObjIdToPtr( mpObjectPrjList, nObjectId ); in InitPrj()
850 AddConnectorToObjects( pStartWin, pEndWin ); in InitPrj()
1089 sal_uInt16 SolDep::AddConnectorPrjView( ObjectWin* pStartWin, ObjectWin* pEndWin ) in AddConnectorPrjView() argument
1092 ByteString sEndName = pEndWin->GetBodyText(); in AddConnectorPrjView()
1108 return AddConnectorToObjects( pStartWin, pEndWin ); in AddConnectorPrjView()
1111 sal_uInt16 SolDep::RemoveConnectorPrjView( ObjectWin* pStartWin, ObjectWin* pEndWin ) in RemoveConnectorPrjView() argument
1113 ByteString sEndName = pEndWin->GetBodyText(); in RemoveConnectorPrjView()
1128 return RemoveConnectorFromObjects( pStartWin, pEndWin ); in RemoveConnectorPrjView()