Searched refs:aCmdSize (Results 1 – 1 of 1) sorted by relevance
259 Size aCmdSize( pToolBoxCmd->CalcWindowSizePixel( 5 /* see nLines in SetCategory */ ) ); in AdjustPosSize() local260 DBG_ASSERT( aCatSize.Width() == aCmdSize.Width(), "width mismatch" ); in AdjustPosSize()275 vToolBoxCategories[i]->SetSizePixel( aCmdSize ); in AdjustPosSize()350 Size aCmdSize( pToolBoxCmd->CalcWindowSizePixel( nLines ) ); 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 10 milliseconds