Searched refs:pStartWin (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/soldep/source/ |
H A D | depper.cxx | 373 ObjectWin* pStartWin = ObjIdToPtr( pObjLst, nStartId ); in AddConnectorToObjects() local 375 if ( !pStartWin ) in AddConnectorToObjects() 383 return AddConnectorToObjects( pStartWin, pEndWin ); in AddConnectorToObjects() 389 ObjectWin* pStartWin = ObjIdToPtr( pObjLst, nStartId ); in RemoveConnectorFromObjects() local 391 if ( !pStartWin ) in RemoveConnectorFromObjects() 399 return RemoveConnectorFromObjects( pStartWin, pEndWin ); in RemoveConnectorFromObjects() 404 if ( pStartWin->ConnectionExistsInAnyDirection( pEndWin )) in AddConnectorToObjects() 409 if (pStartWin->IsNullObject()) //null_project in AddConnectorToObjects() 410 pCon->Initialize( pStartWin, pEndWin, sal_False ); in AddConnectorToObjects() 412 pCon->Initialize( pStartWin, pEndWin, sal_True ); in AddConnectorToObjects() [all …]
|
H A D | soldep.cxx | 435 ByteString sStartName = pStartWin->GetBodyText(); in AddConnector() 441 return AddConnectorToObjects( pStartWin, pEndWin ); in AddConnector() 456 ByteString sStartName = pStartWin->GetBodyText(); in RemoveConnector() 548 ObjectWin *pStartWin, *pEndWin; in ReadSource() local 608 pStartWin = ObjIdToPtr( mpObjectList, nHashedId ); in ReadSource() 610 AddConnectorToObjects( pStartWin, pEndWin ); in ReadSource() 733 pCon->Initialize( pStartWin, pEndWin ); in Load() 766 ObjectWin *pStartWin, *pEndWin; in InitPrj() local 1093 ByteString sStartName = pStartWin->GetBodyText(); in AddConnectorPrjView() 1108 return AddConnectorToObjects( pStartWin, pEndWin ); in AddConnectorPrjView() [all …]
|
H A D | connctr.cxx | 58 void Connector::Initialize( ObjectWin* pStartWin, ObjectWin* pEndWin, sal_Bool bVis ) in Initialize() argument 60 mpStartWin = pStartWin; in Initialize() 65 mStart = pStartWin->GetFixPoint( mCenter ); in Initialize() 67 mnStartId = pStartWin->GetId(); in Initialize()
|
/aoo4110/main/soldep/inc/soldep/ |
H A D | soldep.hxx | 96 virtual sal_uInt16 AddConnector( ObjectWin* pStartWin, ObjectWin* pEndWin ); 97 sal_uInt16 AddConnectorPrjView( ObjectWin* pStartWin, ObjectWin* pEndWin ); 98 virtual sal_uInt16 RemoveConnector( ObjectWin* pStartWin, ObjectWin* pEndWin ); 99 sal_uInt16 RemoveConnectorPrjView( ObjectWin* pStartWin, ObjectWin* pEndWin );
|
H A D | depper.hxx | 157 sal_uInt16 AddConnectorToObjects( ObjectWin* pStartWin, ObjectWin* pEndWin ); 158 sal_uInt16 RemoveConnectorFromObjects( ObjectWin* pStartWin, ObjectWin* pEndWin );
|
H A D | connctr.hxx | 55 void Initialize( ObjectWin* pStartWin, ObjectWin* pEndWin, sal_Bool bVis = sal_False );
|
Completed in 29 milliseconds