Home
last modified time | relevance | path

Searched refs:aTargetSize (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsLayouter.cxx1029 Size aTargetSize (0,0); in GetTargetSize() local
1031 aTargetSize.setWidth( in GetTargetSize()
1036 aTargetSize.setHeight( in GetTargetSize()
1043 if (aTargetSize.Width() < maMinimalSize.Width()) in GetTargetSize()
1044 aTargetSize.setWidth(maMinimalSize.Width()); in GetTargetSize()
1045 else if (aTargetSize.Width() > maMaximalSize.Width()) in GetTargetSize()
1046 aTargetSize.setWidth(maMaximalSize.Width()); in GetTargetSize()
1050 if (aTargetSize.Height() < maMinimalSize.Height()) in GetTargetSize()
1051 aTargetSize.setHeight(maMinimalSize.Height()); in GetTargetSize()
1053 aTargetSize.setHeight(maMaximalSize.Height()); in GetTargetSize()
[all …]
/trunk/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx255 Size aTargetSize(0, 0); in GetBitmapFromMetaFile() local
260 aTargetSize = *pSize; in GetBitmapFromMetaFile()
271 if(aTargetSize.Width()) in GetBitmapFromMetaFile()
273 aTargetSize.Width() -= 1; in GetBitmapFromMetaFile()
276 if(aTargetSize.Height()) in GetBitmapFromMetaFile()
278 aTargetSize.Height() -= 1; in GetBitmapFromMetaFile()
285 aTargetSize, in GetBitmapFromMetaFile()
/trunk/main/svtools/source/filter/wmf/
H A Dwmfwr.cxx1829 nValue=(sal_uInt16) aTargetSize.Width(); nCheckSum^=nValue; *pWMF << nValue; in WriteHeader()
1830 nValue=(sal_uInt16) aTargetSize.Height(); nCheckSum^=nValue; *pWMF << nValue; in WriteHeader()
1903 aTargetSize = rMTF.GetPrefSize(); in WriteWMF()
1904 nTargetDivisor = CalcSaveTargetMapMode(aTargetMapMode, aTargetSize); in WriteWMF()
1905 aTargetSize.Width() /= nTargetDivisor; in WriteWMF()
1906 aTargetSize.Height() /= nTargetDivisor; in WriteWMF()
1917 aTargetSize = pVirDev->LogicToLogic( rMTF.GetPrefSize(), aSrcMapMode, aTargetMapMode ); in WriteWMF()
H A Dwmfwr.hxx79 Size aTargetSize; member in WMFWriter

Completed in 53 milliseconds