Searched refs:aPropWinSize (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/basctl/source/dlged/ |
H A D | propbrw.cxx | 160 Size aPropWinSize(STD_WIN_SIZE_X,STD_WIN_SIZE_Y); in DBG_NAME() local 162 SetOutputSizePixel(aPropWinSize); in DBG_NAME() 239 Size aPropWinSize(STD_WIN_SIZE_X,STD_WIN_SIZE_Y); in ImplReCreateController() local 240 aPropWinSize.Width() -= (2*WIN_BORDER); in ImplReCreateController() 241 aPropWinSize.Height() -= (2*WIN_BORDER); in ImplReCreateController() 245 …ponentWindow->setPosSize(aPropWinPos.X(), aPropWinPos.Y(), aPropWinSize.Width(), aPropWinSize.Heig… in ImplReCreateController() 530 Size aPropWinSize( aSize_ ); in Resize() local 531 aPropWinSize.Width() -= (2*WIN_BORDER); in Resize() 532 aPropWinSize.Height() -= (2*WIN_BORDER); in Resize() 536 m_xBrowserComponentWindow->setPosSize(0, 0, aPropWinSize.Width(), aPropWinSize.Height(), in Resize()
|
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | propbrw.cxx | 119 Size aPropWinSize(STD_WIN_SIZE_X,STD_WIN_SIZE_Y); in DBG_NAME() local 120 SetOutputSizePixel(aPropWinSize); in DBG_NAME() 208 m_xBrowserComponentWindow->setPosSize(0, 0, aPropWinSize.Width(), aPropWinSize.Height(), in DBG_NAME()
|
/aoo41x/main/svx/source/form/ |
H A D | fmPropBrw.cxx | 219 ::Size aPropWinSize(STD_WIN_SIZE_X,STD_WIN_SIZE_Y); in FmPropBrw() 221 SetOutputSizePixel(aPropWinSize); in FmPropBrw()
|
Completed in 17 milliseconds