/trunk/main/sw/source/core/txtnode/ |
H A D | swfont.cxx | 250 Size aTmpSize = aSub[SW_LATIN].aSize; in SetDiffFnt() local 251 aTmpSize.Height() = pHeight->GetHeight(); in SetDiffFnt() 252 aSub[SW_LATIN].SetSize( aTmpSize ); in SetDiffFnt() 280 Size aTmpSize = aSub[SW_CJK].aSize; in SetDiffFnt() local 281 aTmpSize.Height() = pHeight->GetHeight(); in SetDiffFnt() 282 aSub[SW_CJK].SetSize( aTmpSize ); in SetDiffFnt() 316 Size aTmpSize = aSub[SW_CTL].aSize; in SetDiffFnt() local 318 aSub[SW_CTL].SetSize( aTmpSize ); in SetDiffFnt() 482 aSub[SW_LATIN].SetSize( aTmpSize ); in SwFont() 498 aSub[SW_CJK].SetSize( aTmpSize ); in SwFont() [all …]
|
/trunk/main/sfx2/source/doc/ |
H A D | new.cxx | 118 Size aTmpSize = pFile ? pFile->GetPrefSize() : Size(1,1 ); in ImpPaint() local 119 DBG_ASSERT( aTmpSize.Height()*aTmpSize.Width(), in ImpPaint() 127 double dRatio=((double)aTmpSize.Width())/aTmpSize.Height(); in ImpPaint() 193 Size aTmpSize( rDocShell->GetFirstPageSize() ); in Paint() local 197 …DBG_ASSERT( aTmpSize.Height() * aTmpSize.Width(), "size of first page is 0, overload GetFirstPageS… in Paint() 199 aMtf.SetPrefSize( aTmpSize ); in Paint() 204 rDocShell->DoDraw( &aDevice, Point(0,0), aTmpSize, JobSetup(), ASPECT_THUMBNAIL ); in Paint()
|
H A D | objcont.cxx | 149 Size aTmpSize; in CreatePreviewMetaFile_Impl() local 154 aTmpSize = GetVisArea( nAspect ).GetSize(); in CreatePreviewMetaFile_Impl() 159 aTmpSize = ((SfxObjectShell*)this)->GetFirstPageSize(); in CreatePreviewMetaFile_Impl() 162 pFile->SetPrefSize( aTmpSize ); in CreatePreviewMetaFile_Impl() 163 DBG_ASSERT( aTmpSize.Height()*aTmpSize.Width(), in CreatePreviewMetaFile_Impl() 181 ((SfxObjectShell*)this)->DoDraw( &aDevice, Point(0,0), aTmpSize, JobSetup(), nAspect ); in CreatePreviewMetaFile_Impl()
|
/trunk/main/starmath/source/ |
H A D | node.cxx | 1409 Size aTmpSize; in Arrange() local 1410 GetOperPosSize(aPos, aTmpSize, aLogCenter, IsAscending() ? 60.0 : -60.0); in Arrange() 1413 pOper->AdaptToY(aTmpDev, aTmpSize.Height()); in Arrange() 1414 pOper->AdaptToX(aTmpDev, aTmpSize.Width()); in Arrange() 1679 Size aTmpSize (pLeft->GetFont().GetSize()); in Arrange() local 1680 DBG_ASSERT(pRight->GetFont().GetSize() == aTmpSize, in Arrange() 1682 aTmpSize.Width() = Min((long) nBraceHeight * 60L / 100L, in Arrange() 1686 aTmpSize.Width() *= 182; in Arrange() 1687 aTmpSize.Width() /= 267; in Arrange() 1691 pLeft ->GetFont().SetSize(aTmpSize); in Arrange() [all …]
|
/trunk/main/sd/source/ui/dlg/ |
H A D | docprev.cxx | 93 Size aTmpSize = pFile ? pFile->GetPrefSize() : Size(1,1 ); in CalcSizeAndPos() local 99 double dRatio=((double)aTmpSize.Width())/aTmpSize.Height(); in CalcSizeAndPos()
|
/trunk/main/vcl/source/gdi/ |
H A D | print2.cxx | 1147 Size aTmpSize( GetOutputSizePixel() ); in RemoveTransparenciesFromMetaFile() local 1150 aTmpSize = mpPDFWriter->getCurPageSize(); in RemoveTransparenciesFromMetaFile() 1151 aTmpSize = LogicToPixel( aTmpSize, MapMode( MAP_POINT ) ); in RemoveTransparenciesFromMetaFile() 1161 aTmpSize = pThis->GetPaperSizePixel(); in RemoveTransparenciesFromMetaFile() 1163 const Rectangle aOutputRect( aPageOffset, aTmpSize ); in RemoveTransparenciesFromMetaFile()
|
/trunk/main/sw/source/ui/uiview/ |
H A D | pview.cxx | 1572 Size aTmpSize( pViewWin->GetOutputSizePixel() ); in OuterResizePixel() local 1573 Point aBottomRight( pViewWin->PixelToLogic( Point( aTmpSize.Width(), aTmpSize.Height() ) ) ); in OuterResizePixel() 1579 aTmpSize.Width() > 0 && aTmpSize.Height() > 0 ) in OuterResizePixel()
|
/trunk/main/cui/source/tabpages/ |
H A D | numpages.cxx | 2636 Size aTmpSize(rSize); in lcl_DrawBullet() local 2637 aTmpSize.Width() *= rFmt.GetBulletRelSize(); in lcl_DrawBullet() 2638 aTmpSize.Width() /= 100 ; in lcl_DrawBullet() 2639 aTmpSize.Height() *= rFmt.GetBulletRelSize(); in lcl_DrawBullet() 2640 aTmpSize.Height() /= 100 ; in lcl_DrawBullet() 2642 if(!aTmpSize.Height()) in lcl_DrawBullet() 2643 aTmpSize.Height() = 1; in lcl_DrawBullet() 2644 aFont.SetSize(aTmpSize); in lcl_DrawBullet() 2655 nY -= ((aTmpSize.Height() - rSize.Height())/ 2); in lcl_DrawBullet()
|
/trunk/main/sw/source/ui/uno/ |
H A D | unotxdoc.cxx | 2931 Size aTmpSize; in getRenderer() local 2949 aTmpSize = pPrinter->GetPaperSize(); in getRenderer() 2950 aTmpSize = pPrinter->LogicToLogic( aTmpSize, in getRenderer() 2952 aPageSize = awt::Size( aTmpSize.Width(), aTmpSize.Height() ); in getRenderer() 2971 aTmpSize = pVwSh->GetPageSize( static_cast< sal_uInt16 >(nPage), bIsSkipEmptyPages ); in getRenderer() 2972 aPageSize = awt::Size ( TWIP_TO_MM100( aTmpSize.Width() ), in getRenderer() 2973 TWIP_TO_MM100( aTmpSize.Height() )); in getRenderer()
|
/trunk/main/sw/source/core/text/ |
H A D | guess.cxx | 472 SwPosSize aTmpSize = rInf.GetTxtSize( &rSI, nCutPos, in Guess() local 475 pHanging = new SwHangingPortion( aTmpSize ); in Guess()
|
/trunk/main/svx/source/sidebar/ |
H A D | nbdtmg.cxx | 1239 Size aTmpSize = aFmt.GetGraphicSize(); in RelplaceNumRule() local 1240 aTmpSize = OutputDevice::LogicToLogic(aTmpSize,(MapUnit)GetMapUnit(),MAP_100TH_MM); in RelplaceNumRule() 1242 if (nDIndex!=(sal_uInt16)0xFFFF) aTmpSize=Size(0,0); in RelplaceNumRule() 1243 ((GrfBulDataRelation*)(pActualBullets[nIndex]->pBullets))->aSize = aTmpSize; in RelplaceNumRule()
|
/trunk/main/vcl/source/app/ |
H A D | help.cxx | 420 Size aTmpSize( nWidth, 0x7FFFFFFF ); in SetHelpText() local 421 Rectangle aTry1( aTmpPoint, aTmpSize ); in SetHelpText()
|
/trunk/main/vcl/source/control/ |
H A D | button.cxx | 2392 Size aTmpSize( (aImageSize.Width()+8), (aImageSize.Height()+8) ); in ImplDraw() local 2395 aImageRect.Left() = (rSize.Width()-aTmpSize.Width())/2; in ImplDraw() 2396 aImageRect.Top() = (rSize.Height()-(aTmpSize.Height()+nTextHeight+6))/2; in ImplDraw() 2399 aImageRect.Top() = (rSize.Height()-aTmpSize.Height())/2; in ImplDraw() 2401 aImageRect.Right() = aImageRect.Left()+aTmpSize.Width(); in ImplDraw() 2402 aImageRect.Bottom() = aImageRect.Top()+aTmpSize.Height(); in ImplDraw()
|
/trunk/main/svtools/source/uno/ |
H A D | unoiface.cxx | 748 Size aTmpSize = pControl->GetEdit().CalcMinimumSize(); in getMinimumSize() local 749 aTmpSize.Width() += pControl->GetButton().CalcMinimumSize().Width(); in getMinimumSize() 750 aSz = AWTSize(pControl->CalcWindowSize( aTmpSize )); in getMinimumSize()
|
/trunk/main/sd/source/filter/html/ |
H A D | htmlex.cxx | 651 Size aTmpSize( pPage->GetSize() ); in InitExportParameters() local 652 double dRatio=((double)aTmpSize.Width())/aTmpSize.Height(); in InitExportParameters()
|