Searched refs:aCatSize (Results 1 – 1 of 1) sorted by relevance
258 Size aCatSize( aToolBoxCat.CalcWindowSizePixel( 2 ) ); in AdjustPosSize() local260 DBG_ASSERT( aCatSize.Width() == aCmdSize.Width(), "width mismatch" ); in AdjustPosSize()264 aToolBoxCat.SetSizePixel( aCatSize ); in AdjustPosSize()269 …aToolBoxCat_Delim.SetSizePixel( Size( aCatSize.Width(), aToolBoxCat_Delim.GetSizePixel().Height() … in AdjustPosSize()278 …Size aWndSize ( aCatSize.Width(), pToolBoxCmd->GetPosPixel().Y() + pToolBoxCmd->GetSizePixel().… in AdjustPosSize()349 Size aCatSize( aToolBoxCat.CalcWindowSizePixel( 2 ) ); in SetCategory() local351 DBG_ASSERT( aCatSize.Width() == aCmdSize.Width(), "width mismatch" ); in SetCategory()353 Size aWndSize ( aCatSize.Width(), pToolBoxCmd->GetPosPixel().Y() + aCmdSize.Height() + 3); in SetCategory()
Completed in 8 milliseconds