Home
last modified time | relevance | path

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

/aoo41x/main/soldep/source/
H A Ddepper.cxx373 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 Dsoldep.cxx435 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 Dconnctr.cxx58 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()
/aoo41x/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 28 milliseconds