Searched refs:mlOldWidth (Results 1 – 2 of 2) sorted by relevance
86 mlOldWidth(1), in PosSizePropertyPanel()604 …Height = (long) ( ((double) mlOldHeight * (double) mpMtrWidth->GetValue()) / (double) mlOldWidth );613 … const long nWidth = (long) ( ((double) mlOldWidth * (double) nHeight) / (double) mlOldHeight );628 …long nWidth = (long) ( ((double)mlOldWidth * (double)mpMtrHeight->GetValue()) / (double)mlOldHeigh… in IMPL_LINK()637 … const long nHeight = (long) ( ((double)mlOldHeight * (double)nWidth) / (double)mlOldWidth ); in IMPL_LINK()667 mlOldWidth = Max( GetCoreValue( *mpMtrWidth, mePoolUnit ), 1L ); in IMPL_LINK()803 mlOldWidth = mlOldWidth1; in NotifyItemUpdate()
106 sal_uInt32 mlOldWidth; member in svx::sidebar::PosSizePropertyPanel
Completed in 93 milliseconds