Searched refs:aTmpSz (Results 1 – 10 of 10) sorted by relevance
/trunk/main/sw/source/filter/html/ |
H A D | htmlform.cxx | 769 aNewSz.Width = aTmpSz.Width; in SetControlSize() 771 aNewSz.Height = aTmpSz.Height; in SetControlSize() 782 aTmpSz.Width = 0; in SetControlSize() 785 …aTmpSz = xLC->getMinimumSize( static_cast< sal_Int16 >(aTmpSz.Width), static_cast< sal_Int16 >(aTm… in SetControlSize() 787 aNewSz.Width = aTmpSz.Width; in SetControlSize() 799 aNewSz.Width = aTmpSz.Width(); in SetControlSize() 800 aNewSz.Height = aTmpSz.Height(); in SetControlSize() 974 awt::Size aTmpSz; in InsertControl() local 975 aTmpSz.Width = rSize.Width(); in InsertControl() 976 aTmpSz.Height = rSize.Height(); in InsertControl() [all …]
|
/trunk/main/sw/source/core/doc/ |
H A D | notxtfrm.cxx | 517 Size aTmpSz( aGrfSz ); in GetGrfArea() local 519 aTmpSz.Width() -= nLeftCrop + nRightCrop; in GetGrfArea() 521 aTmpSz.Height()-= nTopCrop + nBottomCrop; in GetGrfArea() 524 lcl_CalcRect( aGrfPt, aTmpSz, nMirror ); in GetGrfArea() 527 pOrigRect->SSize( aTmpSz ); in GetGrfArea() 947 Size aTmpSz; in PaintPicture() local 951 !(aTmpSz = pGrfNd->GetTwipSize()).Width() || in PaintPicture() 952 !aTmpSz.Height() || !pGrfNd->GetAutoFmtLvl() ) in PaintPicture()
|
/trunk/main/sw/source/ui/dialog/ |
H A D | ascfldlg.cxx | 281 Size aTmpSz( 6, 6 ); in SwAsciiFilterDlg() local 282 aTmpSz = LogicToPixel(aTmpSz, MAP_APPFONT); in SwAsciiFilterDlg() 284 aHelpPB.GetSizePixel().Height() + aTmpSz.Height(); in SwAsciiFilterDlg()
|
/trunk/main/toolkit/source/awt/ |
H A D | vclxdevice.cxx | 173 Size aTmpSz = mpOutputDevice->LogicToPixel( Size( 1000, 1000 ), MapMode( MAP_CM ) ); in getInfo() local 174 aInfo.PixelPerMeterX = aTmpSz.Width()/10; in getInfo() 175 aInfo.PixelPerMeterY = aTmpSz.Height()/10; in getInfo()
|
/trunk/main/cui/source/tabpages/ |
H A D | grfpage.cxx | 273 Size aTmpSz( aSz.GetSize() ); in FillItemSet() local 275 aTmpSz.Width() = lcl_GetValue( aWidthMF, eUnit ); in FillItemSet() 277 aTmpSz.Height() = lcl_GetValue( aHeightMF, eUnit ); in FillItemSet() 278 aSz.SetSize( aTmpSz ); in FillItemSet()
|
/trunk/main/sw/source/ui/uiview/ |
H A D | viewport.cxx | 1310 Size aTmpSz( aDocSz ); in UpdateScrollbars() local 1312 aTmpSz.Width() += lOfst; aTmpSz.Height() += lOfst; in UpdateScrollbars() 1316 pVScrollbar->DocSzChgd( aTmpSz ); in UpdateScrollbars() 1334 pHScrollbar->DocSzChgd( aTmpSz ); in UpdateScrollbars()
|
/trunk/main/sw/source/ui/index/ |
H A D | swuiidxmrk.cxx | 1684 Size aTmpSz(8,10); in SwCreateAuthEntryDlg_Impl() local 1685 aTmpSz = LogicToPixel(aTmpSz, MAP_APPFONT); in SwCreateAuthEntryDlg_Impl() 1686 aFixedTextSize.Height() = aTmpSz.Width(); in SwCreateAuthEntryDlg_Impl() 1689 aEditSize.Height() = aTmpSz.Height(); in SwCreateAuthEntryDlg_Impl() 1692 sal_uInt16 nOffset = static_cast< sal_uInt16 >(aTmpSz.Width() * 3 / 2); in SwCreateAuthEntryDlg_Impl()
|
/trunk/main/sw/source/ui/envelp/ |
H A D | label1.cxx | 383 Size aTmpSz(3, 3); in SetToBusinessCard() local 384 aTmpSz = LogicToPixel(aTmpSz, MAP_APPFONT); in SetToBusinessCard() 388 aLBPos.Y() += aMakeBox.GetSizePixel().Height() + aTmpSz.Height(); in SetToBusinessCard()
|
/trunk/main/sw/source/core/text/ |
H A D | porfld.cxx | 1183 Size aTmpSz = aTmpFont.GetSize( nAct ); in Paint() local 1184 if( aTmpSz.Width() != aWidth[ nAct ] ) in Paint() 1186 aTmpSz.Width() = aWidth[ nAct ]; in Paint() 1187 aTmpFont.SetSize( aTmpSz, nAct ); in Paint()
|
/trunk/main/editeng/source/editeng/ |
H A D | editdoc.cxx | 499 Size aTmpSz; in CalcTextSize() local 515 aTmpSz = pPortion->GetSize(); in CalcTextSize() 516 aSz.Width() += aTmpSz.Width(); in CalcTextSize() 517 if ( aSz.Height() < aTmpSz.Height() ) in CalcTextSize() 518 aSz.Height() = aTmpSz.Height(); in CalcTextSize()
|
Completed in 161 milliseconds