/trunk/main/sw/source/core/text/ |
H A D | inftxt.cxx | 899 Size aFontSize( 0, SPECIAL_FONT_HEIGHT ); in lcl_DrawSpecial() local 900 pFnt->SetSize( aFontSize, pFnt->GetActual() ); in lcl_DrawSpecial() 923 aFontSize = rInf.GetTxtSize( aTmp ).SvLSize(); in lcl_DrawSpecial() 924 while ( aFontSize.Width() > nMaxWidth ) in lcl_DrawSpecial() 927 const SwTwips nOldWidth = aFontSize.Width(); in lcl_DrawSpecial() 934 if ( !aFontSize.Width() && !aFontSize.Height() ) in lcl_DrawSpecial() 937 pFnt->SetSize( aFontSize, nAct ); in lcl_DrawSpecial() 939 aFontSize = rInf.GetTxtSize( aTmp ).SvLSize(); in lcl_DrawSpecial() 941 if ( aFontSize.Width() >= nOldWidth ) in lcl_DrawSpecial() 960 nY += ( rRect.Height() + aFontSize.Width() ) / 2; in lcl_DrawSpecial() [all …]
|
H A D | porfld.cxx | 1270 Size aFontSize( aTmpFont.GetSize( nScrp ) ); in Format() local 1271 aFontSize.Width() = aWidth[ nScrp ]; in Format() 1272 aTmpFont.SetSize( aFontSize, nScrp ); in Format()
|
/trunk/main/svtools/source/filter/wmf/ |
H A D | winmtf.cxx | 291 aFont.SetSize( aFontSize ); in WinMtfFontStyle() 298 aFontSize.Height() = (sal_Int32)( fHeight + 0.5 ); in WinMtfFontStyle() 301 else if ( aFontSize.Height() < 0 ) in WinMtfFontStyle() 302 aFontSize.Height() *= -1; in WinMtfFontStyle() 310 aFont.SetSize( aFontSize ); in WinMtfFontStyle() 313 aFontSize.Width() = aMetric.GetWidth(); in WinMtfFontStyle() 316 aFont.SetSize( aFontSize ); in WinMtfFontStyle() 558 Size aFontSize = ImplMap ( rFont.GetSize() ); in ImplMap() local 560 if( aFontSize.Height() < 0 ) in ImplMap() 561 aFontSize.Height() *= -1; in ImplMap() [all …]
|
H A D | winwmf.cxx | 749 Size aFontSize; in ReadRecordParams() local 754 aFontSize = ReadYXExt(); in ReadRecordParams() 759 aLogFont.lfWidth = aFontSize.Width(); in ReadRecordParams() 760 aLogFont.lfHeight = aFontSize.Height(); in ReadRecordParams()
|
/trunk/main/chart2/source/tools/ |
H A D | TitleHelper.cxx | 322 uno::Any aFontSize( uno::makeAny( *pDefaultCharHeight )); in setCompleteString() local 323 xProp->setPropertyValue( C2U("CharHeight"), aFontSize ); in setCompleteString() 324 xProp->setPropertyValue( C2U("CharHeightAsian"), aFontSize ); in setCompleteString() 325 xProp->setPropertyValue( C2U("CharHeightComplex"), aFontSize ); in setCompleteString()
|
/trunk/main/sd/source/ui/slidesorter/view/ |
H A D | SlsFontProvider.cxx | 115 Size aFontSize (rDevice.LogicToPixel(maFont->GetSize(), aFontMapMode)); in GetFont() local 118 maFont->SetSize (rDevice.PixelToLogic(aFontSize)); in GetFont()
|
H A D | SlsTheme.cxx | 288 const Size aFontSize (rDevice.LogicToPixel(pFont->GetSize(), aFontMapMode)); in GetFont() local 291 pFont->SetSize(rDevice.PixelToLogic(aFontSize)); in GetFont()
|
/trunk/main/svx/source/dialog/ |
H A D | dlgctrl.cxx | 783 aFontSize = Size( 250, 400 ); in SvxAngleCtl() 799 aFontSize = _aSize; in SvxAngleCtl() 814 aFont.SetSize( aFontSize ); in Initialize() 837 Point aDiff(aFontSize.Width() / 2, aFontSize.Height() / 2); in Paint() 851 aDiff.X() = aFontSize.Width(); in Paint() 867 aDiff.X() = aFontSize.Width() * 2; in Paint()
|
/trunk/main/dbaccess/source/ui/control/ |
H A D | sqledit.cxx | 214 Size aFontSize( 0, m_SourceViewConfig.GetFontHeight() ); in ImplSetFont() local 215 Font aFont( sFontName, aFontSize ); in ImplSetFont()
|
/trunk/main/starmath/inc/ |
H A D | node.hxx | 785 Fraction aFontSize; member in SmFontNode 792 aFontSize = Fraction(1L); in SmFontNode() 796 const Fraction & GetSizeParameter() const {return aFontSize;} in GetSizeParameter()
|
/trunk/main/vcl/source/window/ |
H A D | window2.cxx | 1142 Size aFontSize = aFont.GetSize(); in GetDrawPixelFont() local 1144 aFontSize = pDev->LogicToPixel( aFontSize, aPtMapMode ); in GetDrawPixelFont() 1145 aFont.SetSize( aFontSize ); in GetDrawPixelFont()
|
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | metafileprimitive2d.cxx | 2740 Size aFontSize(pA->GetFont().GetSize()); in interpretMetafile() local 2742 if(0 == aFontSize.Height()) in interpretMetafile() 2749 aFontSize = Size(0, 16); in interpretMetafile() 2752 aFontSize = Application::GetDefaultDevice()->LogicToLogic( in interpretMetafile() 2753 aFontSize, MAP_PIXEL, rPropertyHolders.Current().getMapUnit()); in interpretMetafile() 2755 aCorrectedFont.SetSize(aFontSize); in interpretMetafile()
|
/trunk/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.cxx | 4843 Size aFontSize = aFont.GetSize(); in replaceFont() local 4845 aFontSize = OutputDevice::LogicToLogic( aFontSize, pDefDev->GetMapMode(), getMapMode() ); in replaceFont() 4846 aFont.SetSize( aFontSize ); in replaceFont() 5065 sal_Int32 nLW = aFontSize.Height() / 40; in createDefaultListBoxAppearance() 5138 Size aFontSize = aFont.GetSize(); in createDefaultCheckBoxAppearance() local 5139 if( aFontSize.Height() > rBox.m_aRect.GetHeight() ) in createDefaultCheckBoxAppearance() 5140 aFontSize.Height() = rBox.m_aRect.GetHeight(); in createDefaultCheckBoxAppearance() 5141 sal_Int32 nDelta = aFontSize.Height()/10; in createDefaultCheckBoxAppearance() 5263 Size aFontSize = aFont.GetSize(); in createDefaultRadioButtonAppearance() local 5265 aFontSize.Height() = rBox.m_aRect.GetHeight(); in createDefaultRadioButtonAppearance() [all …]
|
/trunk/main/drawinglayer/source/processor2d/ |
H A D | vclmetafileprocessor2d.cxx | 911 Size aFontSize(pPDFControl->TextFont.GetSize()); in processBasePrimitive2D() local 912 …aFontSize = mpOutputDevice->LogicToLogic(aFontSize, MapMode(MAP_POINT), mpOutputDevice->GetMapMode… in processBasePrimitive2D() 913 pPDFControl->TextFont.SetSize(aFontSize); in processBasePrimitive2D()
|
/trunk/main/sc/source/ui/miscdlgs/ |
H A D | autofmt.cxx | 536 Size aFontSize( rFont.GetSize().Width(), 10 ); in MakeFonts() local 571 SETONALLFONTS( SetSize, aFontSize ) in MakeFonts()
|
/trunk/main/svtools/source/control/ |
H A D | calendar.cxx | 413 Size aFontSize = rFont.GetSize(); in ImplGetWeekFont() local 414 aFontSize.Height() *= WEEKNUMBER_HEIGHT; in ImplGetWeekFont() 415 aFontSize.Height() /= 100; in ImplGetWeekFont() 416 rFont.SetSize( aFontSize ); in ImplGetWeekFont()
|
/trunk/main/sw/source/ui/table/ |
H A D | tautofmt.cxx | 654 Size aFontSize( rFont.GetSize().Width(), 10 ); in MakeFonts() local 666 SETONALLFONTS( SetSize, aFontSize ); in MakeFonts()
|
/trunk/main/sw/source/core/txtnode/ |
H A D | swfont.cxx | 927 Size aFontSize = _GetTxtSize( rInf ); in _DrawText() local 960 rInf.SetWidth( sal_uInt16(aFontSize.Width() + nSpace) ); in _DrawText()
|
/trunk/main/vcl/source/control/ |
H A D | button.cxx | 1215 … Size aFontSize( Application::GetSettings().GetStyleSettings().GetPushButtonFont().GetSize() ); in ImplDrawPushButton() local 1216 aFontSize = LogicToPixel( aFontSize, MapMode( MAP_POINT ) ); in ImplDrawPushButton() 1218 aControlValue.mbSingleLine = (aInRectSize.Height() < 2 * aFontSize.Height() ); in ImplDrawPushButton()
|
/trunk/main/svx/inc/svx/ |
H A D | dlgctrl.hxx | 161 Size aFontSize; member in SvxAngleCtl
|
/trunk/main/starmath/source/ |
H A D | node.cxx | 2033 static_cast<double>(aFontSize), in CreateTextFromNode() 2141 pNode->SetFontSize(aFontSize, nSizeType); in Arrange() 2188 aFontSize = rValue; in SetSizeParameter()
|
/trunk/main/cppcanvas/source/mtfrenderer/ |
H A D | textaction.cxx | 1635 const ::basegfx::B2DSize aFontSize( 0, in calcOutlineWidth() local 1639 (rState.mapModeTransform * aFontSize).getY() ); in calcOutlineWidth()
|
/trunk/main/basctl/source/basicide/ |
H A D | baside2b.cxx | 810 Size aFontSize( 0, pSourceViewConfig->GetFontHeight() ); in ImplSetFont() local 811 Font aFont( sFontName, aFontSize ); in ImplSetFont()
|