Searched refs:GetDepWin (Results 1 – 3 of 3) sorted by relevance
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()[all …]
203 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 …]
167 …DepWin* GetDepWin() { return (!mbIsPrjView) ? mpBaseWin : mpBasePrjWin; } //cont… in GetDepWin() function in Depper