Home
last modified time | relevance | path

Searched refs:GetDepWin (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/soldep/source/
H A Ddepper.cxx106 GetDepWin()->Hide(); //Hide old content window in TogglePrjViewStatus()
109 GetDepWin()->Invalidate(); in TogglePrjViewStatus()
111 GetDepWin()->Show(); //Show new content window in TogglePrjViewStatus()
157 ConnectorList* pConList = GetDepWin()->GetConnectorList(); in Save()
260 GetDepWin()->Enable( sal_False ); in AutoArrangeDlgStart()
261 GetDepWin()->Hide(); in AutoArrangeDlgStart()
268 GetDepWin()->Enable( sal_True ); in AutoArrangeDlgStop()
269 GetDepWin()->Show(); in AutoArrangeDlgStop()
301 GetDepWin()->Invalidate(); in Zoom()
310 aPos = GetDepWin()->LogicToPixel( aPos ); in AddObjectToList()
[all …]
H A Dsoldep.cxx203 GetDepWin()->NewConnector( pWin ); in ProcessChildWindowEvent()
215 GetDepWin()->Invalidate(); in ProcessChildWindowEvent()
245 Size aSize( GetDepWin()->GetOutputSizePixel() ); in IMPL_LINK()
264 GetDepWin()->DrawOutput( &aVDev, aOffset ); in IMPL_LINK()
286 GetDepWin()->Invalidate(); //repaint Main-View in IMPL_LINK()
327 SolSelectVersionDlg aVersionDlg( GetDepWin(), mpStandLst ); in GetVersion()
618 GetDepWin()->EnablePaint( sal_True ); in ReadSource()
752 GetDepWin()->Show(); in ViewContent()
775 GetDepWin()->ClearConnectorList(); in InitPrj()
782 GetDepWin()->EnablePaint( sal_False ); in InitPrj()
[all …]
/AOO41X/main/soldep/inc/soldep/
H A Ddepper.hxx167 …DepWin* GetDepWin() { return (!mbIsPrjView) ? mpBaseWin : mpBasePrjWin; } //cont… in GetDepWin() function in Depper