Home
last modified time | relevance | path

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

/trunk/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx87 mlOldHeight(1), in PosSizePropertyPanel()
611 …long nHeight = (long) ( ((double) mlOldHeight * (double) mpMtrWidth->GetValue()) / (double) mlOldW…
620 … const long nWidth = (long) ( ((double) mlOldWidth * (double) nHeight) / (double) mlOldHeight );
635 …g nWidth = (long) ( ((double)mlOldWidth * (double)mpMtrHeight->GetValue()) / (double)mlOldHeight ); in IMPL_LINK()
644 … const long nHeight = (long) ( ((double)mlOldHeight * (double)nWidth) / (double)mlOldWidth ); in IMPL_LINK()
675 mlOldHeight = Max( GetCoreValue( *mpMtrHeight, mePoolUnit ), 1L ); in IMPL_LINK()
836 mlOldHeight = mlOldHeight1; in NotifyItemUpdate()
H A DPosSizePropertyPanel.hxx107 sal_uInt32 mlOldHeight; member in svx::sidebar::PosSizePropertyPanel

Completed in 28 milliseconds