Home
last modified time | relevance | path

Searched refs:pEndWin (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/soldep/source/
H A Ddepper.cxx378 ObjectWin* pEndWin = ObjIdToPtr( pObjLst, nEndId ); in AddConnectorToObjects() local
380 if ( !pEndWin ) in AddConnectorToObjects()
383 return AddConnectorToObjects( pStartWin, pEndWin ); in AddConnectorToObjects()
394 ObjectWin* pEndWin = ObjIdToPtr( pObjLst, nEndId ); in RemoveConnectorFromObjects() local
396 if ( !pEndWin ) in RemoveConnectorFromObjects()
399 return RemoveConnectorFromObjects( pStartWin, pEndWin ); in RemoveConnectorFromObjects()
402 sal_uInt16 Depper::AddConnectorToObjects( ObjectWin* pStartWin, ObjectWin* pEndWin ) in AddConnectorToObjects() argument
404 if ( pStartWin->ConnectionExistsInAnyDirection( pEndWin )) in AddConnectorToObjects()
410 pCon->Initialize( pStartWin, pEndWin, sal_False ); in AddConnectorToObjects()
412 pCon->Initialize( pStartWin, pEndWin, sal_True ); in AddConnectorToObjects()
[all …]
H A Dsoldep.cxx434 ByteString sEndName = pEndWin->GetBodyText(); in AddConnector()
441 return AddConnectorToObjects( pStartWin, pEndWin ); in AddConnector()
455 ByteString sEndName = pEndWin->GetBodyText(); in RemoveConnector()
548 ObjectWin *pStartWin, *pEndWin; in ReadSource() local
609 pEndWin = ObjIdToPtr( mpObjectList, nObjectId ); in ReadSource()
610 AddConnectorToObjects( pStartWin, pEndWin ); in ReadSource()
733 pCon->Initialize( pStartWin, pEndWin ); in Load()
766 ObjectWin *pStartWin, *pEndWin; in InitPrj() local
1092 ByteString sEndName = pEndWin->GetBodyText(); in AddConnectorPrjView()
1108 return AddConnectorToObjects( pStartWin, pEndWin ); in AddConnectorPrjView()
[all …]
H A Dconnctr.cxx58 void Connector::Initialize( ObjectWin* pStartWin, ObjectWin* pEndWin, sal_Bool bVis ) in Initialize() argument
61 mpEndWin = pEndWin; in Initialize()
66 mEnd = pEndWin->GetFixPoint( mCenter ); in Initialize()
68 mnEndId = pEndWin->GetId(); in Initialize()
/aoo4110/main/soldep/inc/soldep/
H A Dsoldep.hxx96 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 Ddepper.hxx157 sal_uInt16 AddConnectorToObjects( ObjectWin* pStartWin, ObjectWin* pEndWin );
158 sal_uInt16 RemoveConnectorFromObjects( ObjectWin* pStartWin, ObjectWin* pEndWin );
H A Dconnctr.hxx55 void Initialize( ObjectWin* pStartWin, ObjectWin* pEndWin, sal_Bool bVis = sal_False );

Completed in 35 milliseconds