Home
last modified time | relevance | path

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

/trunk/main/starmath/source/
H A Dtoolbox.cxx258 Size aCatSize( aToolBoxCat.CalcWindowSizePixel( 2 ) ); in AdjustPosSize() local
260 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() 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 18 milliseconds