Searched refs:ObjectWin (Results 1 – 12 of 12) sorted by relevance
/aoo4110/main/soldep/source/ |
H A D | objwin.cxx | 71 ObjectWin::ObjectWin( Window* pParent, WinBits nWinStyle ) in ObjectWin() function in ObjectWin 90 LINK( this, ObjectWin, TipHdl )); in ObjectWin() 119 ObjectWin::~ObjectWin() in ~ObjectWin() 181 ByteString& ObjectWin::GetTipText() in GetTipText() 278 sal_Bool ObjectWin::ConnectionExistsInAnyDirection( ObjectWin *pWin ) in ConnectionExistsInAnyDirection() 401 ObjectWin* pWin; in MarkNeeded() 432 ObjectWin* pWin; in MarkDepending() 633 sal_uIntPtr ObjectWin::GetId() in GetId() 710 void ObjectWin::LoseFocus() in LoseFocus() 763 ObjectWin* pObjectWin = NULL; in ResetSelectedObject() [all …]
|
H A D | soldep.cxx | 151 ObjectWin* pObjWin = dynamic_cast<ObjectWin*>(pChildWin); in ProcessChildWindowEvent() 155 ObjectWin* pWin = (ObjectWin*) pChildWin; in ProcessChildWindowEvent() 181 ObjectWin* pWin = (ObjectWin*) pChildWin; in ProcessChildWindowEvent() 202 ObjectWin* pWin = (ObjectWin*) pChildWin; in ProcessChildWindowEvent() 212 ObjectWin* pWin = (ObjectWin*) pChildWin; in ProcessChildWindowEvent() 703 ObjectWin* pNewWin; in Load() 711 ObjectWin* pWin = new ObjectWin( mpBaseWin, WB_BORDER ); in Load() 1171 ObjectWin* pWin; in CalcDistSum() 1232 ObjectWin* pNewWin; in Impl_Traveller() 1376 ObjectWin* pWin; in OptimizePos() [all …]
|
H A D | depper.cxx | 118 ObjectWin *pWin = pObjLst->GetObject( i ); in HideObjectsAndConnections() 130 ObjectWin *pWin = pObjLst->GetObject( i ); in ShowObjectsAndConnections() 202 ObjectWin* pWin; in ObjIdToPtr() 282 ObjectWin* pWin; in Zoom() 317 ObjectWin* pWin = new ObjectWin( pParentWin, WB_BORDER ); in AddObjectToList() 358 ObjectWin* pWin = ObjIdToPtr( pObjLst, nId ); in RemoveObjectFromList() 373 ObjectWin* pStartWin = ObjIdToPtr( pObjLst, nStartId ); in AddConnectorToObjects() 378 ObjectWin* pEndWin = ObjIdToPtr( pObjLst, nEndId ); in AddConnectorToObjects() 394 ObjectWin* pEndWin = ObjIdToPtr( pObjLst, nEndId ); in RemoveConnectorFromObjects() 402 sal_uInt16 Depper::AddConnectorToObjects( ObjectWin* pStartWin, ObjectWin* pEndWin ) in AddConnectorToObjects() [all …]
|
H A D | connctr.cxx | 58 void Connector::Initialize( ObjectWin* pStartWin, ObjectWin* pEndWin, sal_Bool bVis ) in Initialize() 171 void Connector::UpdatePosition( ObjectWin* pWin, sal_Bool bPaint ) in UpdatePosition() 231 ObjectWin* Connector::GetOtherWin( ObjectWin* pWin ) in GetOtherWin() 265 sal_Bool Connector::IsStart( ObjectWin* pWin ) in IsStart()
|
H A D | hashobj.cxx | 26 class ObjectWin; 29 MyHashObject::MyHashObject( sal_uIntPtr nId, ObjectWin* pWin ) in MyHashObject()
|
H A D | depwin.cxx | 71 void DepWin::NewConnector( ObjectWin* pWin ) in NewConnector()
|
/aoo4110/main/soldep/inc/soldep/ |
H A D | soldep.hxx | 35 class ObjectWin; 49 ObjectWin* mpFocusWin; 62 sal_uInt16 Impl_Traveller( ObjectWin* pWin, sal_uInt16 nDepth ); 67 sal_Bool MarkObjects( ObjectWin* pObjectWin ); 94 virtual ObjectWin* RemoveObject( sal_uInt16 nId, sal_Bool bDelete = sal_True ); 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 | connctr.hxx | 34 class ObjectWin; 40 ObjectWin *mpStartWin, *mpEndWin; 55 void Initialize( ObjectWin* pStartWin, ObjectWin* pEndWin, sal_Bool bVis = sal_False ); 58 void UpdatePosition( ObjectWin* pWin, sal_Bool bPaint = sal_True ); 63 ObjectWin* GetStartWin(){ return mpStartWin; }; in GetStartWin() 64 ObjectWin* GetEndWin(){ return mpEndWin; }; in GetEndWin() 65 ObjectWin* GetOtherWin( ObjectWin* pWin ); 68 sal_Bool IsStart( ObjectWin* pWin );
|
H A D | objwin.hxx | 50 class ObjectWin; 52 class ObjectWin : public Window class 80 ObjectWin( Window* pParent, WinBits nWinStyle ); 81 ~ObjectWin(); 133 sal_Bool ConnectionExistsInAnyDirection( ObjectWin *pWin ); 138 DECL_DEST_LIST( TmpObjWinList, ObjWinList, ObjectWin* ) 144 ObjectWin* pSelectedObjectWin; 151 ObjectWin* GetPtrByName( const ByteString& rText );
|
H A D | depwin.hxx | 41 ObjectWin* mpNewConWin; 45 ObjectWin* mpSelectedProject; 55 void NewConnector( ObjectWin* pWin ); 65 void SetSelectedProject( ObjectWin* object ) { mpSelectedProject = object; }; in SetSelectedProject() 66 ObjectWin* GetSelectedProject() { return mpSelectedProject; }; in GetSelectedProject()
|
H A D | depper.hxx | 148 ObjectWin* ObjIdToPtr( ObjectList* pObjLst, sal_uIntPtr nId ); 154 …ObjectWin* RemoveObjectFromList( ObjectList* pObjLst, sal_uIntPtr &WinCount, sal_uInt16 nId, sal_… 157 sal_uInt16 AddConnectorToObjects( ObjectWin* pStartWin, ObjectWin* pEndWin ); 158 sal_uInt16 RemoveConnectorFromObjects( ObjectWin* pStartWin, ObjectWin* pEndWin );
|
H A D | hashobj.hxx | 29 class ObjectWin; 33 ObjectWin* mpWin; 36 MyHashObject( sal_uIntPtr nId, ObjectWin* pWin );
|
Completed in 47 milliseconds