Home
last modified time | relevance | path

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

/trunk/main/cui/source/tabpages/
H A Dgrfpage.cxx229 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 …]
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx174 Size aOrigSize( maOrigSize ); in Resize() local
175 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() local
256 if( aOrigSize.Width() < 1 ) in Paint()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8par4.cxx338 Size aFinalSize, aOrigSize; in ImportOleWMF() local
343 aOrigSize = rWMF.GetPrefSize(); in ImportOleWMF()
344 Fraction aScaleX(aFinalSize.Width(),aOrigSize.Width()); in ImportOleWMF()
345 Fraction aScaleY(aFinalSize.Height(),aOrigSize.Height()); in ImportOleWMF()
/trunk/main/svx/source/dialog/
H A Dcharmap.cxx75 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()
/trunk/main/cui/source/inc/
H A Dgrfpage.hxx100 Size aOrigSize; member in SvxGrfCropPage
/trunk/main/svx/inc/svx/
H A Dcharmap.hxx124 Size aOrigSize; member in SvxShowCharSet
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx3137 Size aOrigSize = maFont.GetSize(); in ImplNewFont() local
3143 const_cast<Font&>(maFont).SetSize( aOrigSize ); in ImplNewFont()

Completed in 101 milliseconds