Home
last modified time | relevance | path

Searched refs:aCmdSize (Results 1 – 1 of 1) sorted by relevance

/trunk/main/starmath/source/
H A Dtoolbox.cxx259 Size aCmdSize( pToolBoxCmd->CalcWindowSizePixel( 5 /* see nLines in SetCategory */ ) ); in AdjustPosSize() local
260 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() local
351 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