Searched refs:GetClientSize (Results 1 – 16 of 16) sorted by relevance
/trunk/main/vcl/unx/headless/ |
H A D | svpframe.hxx | 85 virtual void GetClientSize( long& rWidth, long& rHeight );
|
H A D | svpframe.cxx | 252 void SvpSalFrame::GetClientSize( long& rWidth, long& rHeight ) in GetClientSize() function in SvpSalFrame
|
/trunk/main/vcl/inc/ |
H A D | salframe.hxx | 181 virtual void GetClientSize( long& rWidth, long& rHeight ) = 0;
|
/trunk/main/vcl/inc/os2/ |
H A D | salframe.h | 119 virtual void GetClientSize( long& rWidth, long& rHeight );
|
/trunk/main/vcl/inc/win/ |
H A D | salframe.h | 107 virtual void GetClientSize( long& rWidth, long& rHeight );
|
/trunk/main/vcl/inc/aqua/ |
H A D | salframe.h | 124 virtual void GetClientSize( long& rWidth, long& rHeight );
|
/trunk/main/vcl/inc/unx/ |
H A D | salframe.h | 232 virtual void GetClientSize( long& rWidth, long& rHeight );
|
/trunk/main/vcl/inc/unx/gtk/ |
H A D | gtkframe.hxx | 320 virtual void GetClientSize( long& rWidth, long& rHeight );
|
/trunk/main/vcl/unx/generic/app/ |
H A D | i18n_status.cxx | 617 m_pParent->GetClientSize( w, h ); in setStatusText()
|
/trunk/main/vcl/aqua/source/window/ |
H A D | salframe.cxx | 561 void AquaSalFrame::GetClientSize( long& rWidth, long& rHeight ) in GetClientSize() function in AquaSalFrame
|
/trunk/main/vcl/source/window/ |
H A D | winproc.cxx | 2507 pWindow->ImplGetWindowImpl()->mpFrame->GetClientSize( nNewWidth, nNewHeight ); in ImplWindowFrameProc()
|
H A D | window.cxx | 971 mpWindowImpl->mpFrame->GetClientSize( mnOutWidth, mnOutHeight ); in ImplInit() 6666 mpWindowImpl->mpFrame->GetClientSize( nOutWidth, nOutHeight ); in Show()
|
/trunk/main/vcl/os2/source/window/ |
H A D | salframe.cxx | 1212 void Os2SalFrame::GetClientSize( long& rWidth, long& rHeight ) in GetClientSize() function in Os2SalFrame
|
/trunk/main/vcl/unx/gtk/window/ |
H A D | gtkframe.cxx | 1586 void GtkSalFrame::GetClientSize( long& rWidth, long& rHeight ) in GetClientSize() function in GtkSalFrame
|
/trunk/main/vcl/unx/generic/window/ |
H A D | salframe.cxx | 1407 void X11SalFrame::GetClientSize( long &rWidth, long &rHeight ) in GetClientSize() function in X11SalFrame
|
/trunk/main/vcl/win/source/window/ |
H A D | salframe.cxx | 1832 void WinSalFrame::GetClientSize( long& rWidth, long& rHeight ) in GetClientSize() function in WinSalFrame
|
Completed in 160 milliseconds