Searched refs:aOrigSize (Results 1 – 7 of 7) sorted by relevance
229 if( aOrigSize.Width() && aOrigSize.Height() ) in Reset()381 GraphicHasChanged( aOrigSize.Width() && aOrigSize.Height() ); in ActivatePage()449 long nWidth = aOrigSize.Width() - in IMPL_LINK()459 long nHeight = aOrigSize.Height() - in IMPL_LINK()495 nLeft = aOrigSize.Width() - in IMPL_LINK()503 nRight = aOrigSize.Width() - in IMPL_LINK()528 nTop = aOrigSize.Height() - in IMPL_LINK()536 nBottom = aOrigSize.Height() - in IMPL_LINK()567 long nWidth = aOrigSize.Width() - in IMPL_LINK()571 long nHeight = aOrigSize.Height() - in IMPL_LINK()[all …]
174 Size aOrigSize( maOrigSize ); in Resize() local175 if( aOrigSize.Width() < 1 ) in Resize()176 aOrigSize.Width() = aNewSize.Width(); in Resize()177 if( aOrigSize.Height() < 1 ) in Resize()178 aOrigSize.Height() = aNewSize.Height(); in Resize()179 if( aOrigSize.Width() > aOrigSize.Height() ) in Resize()181 … aScaledSize = Size( aNewSize.Width(), aNewSize.Width() * aOrigSize.Height() / aOrigSize.Width() ); in Resize()187 …aScaledSize = Size( aNewSize.Height() * aOrigSize.Width() / aOrigSize.Height(), aNewSize.Height() … in Resize()255 Size aOrigSize( maOrigSize ); in Paint() local256 if( aOrigSize.Width() < 1 ) in Paint()[all …]
338 Size aFinalSize, aOrigSize; in ImportOleWMF() local343 aOrigSize = rWMF.GetPrefSize(); in ImportOleWMF()344 Fraction aScaleX(aFinalSize.Width(),aOrigSize.Width()); in ImportOleWMF()345 Fraction aScaleY(aFinalSize.Height(),aOrigSize.Height()); in ImportOleWMF()
75 aOrigSize = GetOutputSizePixel(); in SvxShowCharSet()485 int nFontHeight = (aOrigSize.Height() - 5) * 2 / (3 * ROW_COUNT); in SetFont()494 nX = (aOrigSize.Width() - (bNeedVscroll ? SBWIDTH : 0)) / COLUMN_COUNT; in SetFont()495 nY = aOrigSize.Height() / ROW_COUNT; in SetFont()513 Point aNewPos = aOrigPos + Point( (aOrigSize.Width() - aNewSize.Width()) / 2, 0 ); in SetFont()
100 Size aOrigSize; member in SvxGrfCropPage
124 Size aOrigSize; member in SvxShowCharSet
3137 Size aOrigSize = maFont.GetSize(); in ImplNewFont() local3143 const_cast<Font&>(maFont).SetSize( aOrigSize ); in ImplNewFont()
Completed in 287 milliseconds