Lines Matching refs:GetDepWin
106 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()
311 aSize = GetDepWin()->LogicToPixel( aSize ); in AddObjectToList()
407 Connector* pCon = new Connector( GetDepWin(), WB_NOBORDER ); in AddConnectorToObjects()
431 SolNewProjectDlg aNewProjectDlg( GetDepWin(), DtSodResId( RID_SD_DIALOG_NEWPROJECT )); in HandleNewPrjDialog()
483 WarningBox aBox( GetDepWin(), WB_OK, sMessage); in HandleNewPrjDialog()
502 SolNewDirectoryDlg aNewDirectoryDlg( GetDepWin(), DtSodResId( RID_SD_DIALOG_NEWDIRECTORY )); in HandleNewDirectoryDialog()
509 …sal_uIntPtr nObjectId = AddObjectToList( GetDepWin(), mpObjectPrjList, mnSolLastId, mnSolWinCount,… in HandleNewDirectoryDialog()
619 MapMode aMapMode = GetDepWin()->GetMapMode(); in IMPL_LINK()
622 GetDepWin()->SetMapMode( aMapMode ); in IMPL_LINK()
626 Size aZoomInSize( GetDepWin()->GetSizePixel()); in IMPL_LINK()
629 GetDepWin()->SetSizePixel( aZoomInSize ); in IMPL_LINK()
639 MapMode aMapMode = GetDepWin()->GetMapMode(); in IMPL_LINK()
644 GetDepWin()->SetMapMode( aMapMode ); in IMPL_LINK()
651 GetDepWin()->SetSizePixel( aZoomOutSize ); in IMPL_LINK()