Home
last modified time | relevance | path

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

/trunk/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx86 mlOldWidth(1), in PosSizePropertyPanel()
611 …Height = (long) ( ((double) mlOldHeight * (double) mpMtrWidth->GetValue()) / (double) mlOldWidth );
620 … const long nWidth = (long) ( ((double) mlOldWidth * (double) nHeight) / (double) mlOldHeight );
635 …long nWidth = (long) ( ((double)mlOldWidth * (double)mpMtrHeight->GetValue()) / (double)mlOldHeigh… in IMPL_LINK()
644 … const long nHeight = (long) ( ((double)mlOldHeight * (double)nWidth) / (double)mlOldWidth ); in IMPL_LINK()
674 mlOldWidth = Max( GetCoreValue( *mpMtrWidth, mePoolUnit ), 1L ); in IMPL_LINK()
816 mlOldWidth = mlOldWidth1; in NotifyItemUpdate()
H A DPosSizePropertyPanel.hxx106 sal_uInt32 mlOldWidth; member in svx::sidebar::PosSizePropertyPanel

Completed in 22 milliseconds