Home
last modified time | relevance | path

Searched refs:ObjectWin (Results 1 – 12 of 12) sorted by relevance

/AOO41X/main/soldep/source/
H A Dobjwin.cxx42 sal_Bool ObjectWin::msbHideMode = sal_False;
43 sal_uIntPtr ObjectWin::msnGlobalViewMask = 0;
71 ObjectWin::ObjectWin( Window* pParent, WinBits nWinStyle ) in ObjectWin() function in ObjectWin
90 LINK( this, ObjectWin, TipHdl )); in ObjectWin()
106 mpPopup->SetSelectHdl( LINK( this, ObjectWin, PopupSelected )); in ObjectWin()
107 mpPopup->SetDeactivateHdl( LINK( this, ObjectWin, PopupDeactivated )); in ObjectWin()
119 ObjectWin::~ObjectWin() in ~ObjectWin()
128 void ObjectWin::SetHideMode(sal_Bool bHide) in SetHideMode()
134 sal_Bool ObjectWin::ToggleHideMode() in ToggleHideMode()
142 void ObjectWin::SetViewMask( sal_uIntPtr nMask ) in SetViewMask()
[all …]
H A Dsoldep.cxx151 ObjectWin* pObjWin = dynamic_cast<ObjectWin*>(pChildWin); in ProcessChildWindowEvent()
155 ObjectWin* pWin = (ObjectWin*) pChildWin; in ProcessChildWindowEvent()
178 ObjectWin* pObjWin = dynamic_cast<ObjectWin*>(pChildWin); in ProcessChildWindowEvent()
181 ObjectWin* pWin = (ObjectWin*) pChildWin; in ProcessChildWindowEvent()
188 ObjectWin* pObjWin = dynamic_cast<ObjectWin*>(pChildWin); in ProcessChildWindowEvent()
192 ByteString text = ((ObjectWin*) pChildWin)->GetBodyText(); in ProcessChildWindowEvent()
199 ObjectWin* pObjWin = dynamic_cast<ObjectWin*>(pChildWin); in ProcessChildWindowEvent()
202 ObjectWin* pWin = (ObjectWin*) pChildWin; in ProcessChildWindowEvent()
209 ObjectWin* pObjWin = dynamic_cast<ObjectWin*>(pChildWin); in ProcessChildWindowEvent()
212 ObjectWin* pWin = (ObjectWin*) pChildWin; in ProcessChildWindowEvent()
[all …]
H A Ddepper.cxx118 ObjectWin *pWin = pObjLst->GetObject( i ); in HideObjectsAndConnections()
130 ObjectWin *pWin = pObjLst->GetObject( i ); in ShowObjectsAndConnections()
198 ObjectWin* Depper::ObjIdToPtr( ObjectList* pObjLst, sal_uIntPtr nId ) in ObjIdToPtr()
202 ObjectWin* pWin; in ObjIdToPtr()
282 ObjectWin* pWin; in Zoom()
317 ObjectWin* pWin = new ObjectWin( pParentWin, WB_BORDER ); in AddObjectToList()
356 ObjectWin* Depper::RemoveObjectFromList( ObjectList* pObjLst, sal_uIntPtr &WinCount, sal_uInt16 nId… in RemoveObjectFromList()
358 ObjectWin* pWin = ObjIdToPtr( pObjLst, nId ); in RemoveObjectFromList()
373 ObjectWin* pStartWin = ObjIdToPtr( pObjLst, nStartId ); in AddConnectorToObjects()
378 ObjectWin* pEndWin = ObjIdToPtr( pObjLst, nEndId ); in AddConnectorToObjects()
[all …]
H A Dconnctr.cxx58 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 Dhashobj.cxx26 class ObjectWin;
29 MyHashObject::MyHashObject( sal_uIntPtr nId, ObjectWin* pWin ) in MyHashObject()
H A Ddepwin.cxx71 void DepWin::NewConnector( ObjectWin* pWin ) in NewConnector()
/AOO41X/main/soldep/inc/soldep/
H A Dsoldep.hxx35 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 Dconnctr.hxx34 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 Dobjwin.hxx50 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 Ddepwin.hxx41 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 Ddepper.hxx148 ObjectWin* ObjIdToPtr( ObjectList* pObjLst, sal_uIntPtr nId );
154ObjectWin* 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 Dhashobj.hxx29 class ObjectWin;
33 ObjectWin* mpWin;
36 MyHashObject( sal_uIntPtr nId, ObjectWin* pWin );