Lines Matching refs:pStartWin

430 sal_uInt16 SolDep::AddConnector( ObjectWin* pStartWin, ObjectWin* pEndWin )  in AddConnector()  argument
435 ByteString sStartName = pStartWin->GetBodyText(); in AddConnector()
441 return AddConnectorToObjects( pStartWin, pEndWin ); in AddConnector()
451 sal_uInt16 SolDep::RemoveConnector( ObjectWin* pStartWin, ObjectWin* pEndWin ) in RemoveConnector() argument
456 ByteString sStartName = pStartWin->GetBodyText(); in RemoveConnector()
472 return RemoveConnectorFromObjects( pStartWin, pEndWin ); in RemoveConnector()
548 ObjectWin *pStartWin, *pEndWin; in ReadSource() local
608 pStartWin = ObjIdToPtr( mpObjectList, nHashedId ); in ReadSource()
610 AddConnectorToObjects( pStartWin, pEndWin ); in ReadSource()
730 ObjectWin* pStartWin = ObjIdToPtr( mpObjectList, nStartId ); in Load() local
733 pCon->Initialize( pStartWin, pEndWin ); in Load()
766 ObjectWin *pStartWin, *pEndWin; in InitPrj() local
847 pStartWin = ObjIdToPtr( mpObjectPrjList, nHashedId ); in InitPrj()
850 AddConnectorToObjects( pStartWin, pEndWin ); in InitPrj()
1089 sal_uInt16 SolDep::AddConnectorPrjView( ObjectWin* pStartWin, ObjectWin* pEndWin ) in AddConnectorPrjView() argument
1093 ByteString sStartName = pStartWin->GetBodyText(); in AddConnectorPrjView()
1108 return AddConnectorToObjects( pStartWin, pEndWin ); in AddConnectorPrjView()
1111 sal_uInt16 SolDep::RemoveConnectorPrjView( ObjectWin* pStartWin, ObjectWin* pEndWin ) in RemoveConnectorPrjView() argument
1114 ByteString sStartName = pStartWin->GetBodyText(); in RemoveConnectorPrjView()
1128 return RemoveConnectorFromObjects( pStartWin, pEndWin ); in RemoveConnectorPrjView()