/aoo41x/main/sd/source/core/ |
H A D | stlpool.cxx | 264 sal_uLong nFontSize = 20; in CreateLayoutStyleSheets() local 273 nFontSize = 32; in CreateLayoutStyleSheets() 281 nFontSize = 28; in CreateLayoutStyleSheets() 289 nFontSize = 24; in CreateLayoutStyleSheets() 302 nFontSize = (sal_uInt16)((nFontSize * 2540L) / 72); // Pt --> 1/100 mm in CreateLayoutStyleSheets() 1095 sal_uLong nFontSize = 20; in PutNumBulletItem() local 1100 nFontSize = 32; in PutNumBulletItem() 1109 nFontSize = 32; in PutNumBulletItem() 1116 nFontSize = 28; in PutNumBulletItem() 1125 nFontSize = 24; in PutNumBulletItem() [all …]
|
/aoo41x/main/canvas/source/null/ |
H A D | null_textlayout.cxx | 118 const double nFontSize( ::std::max( rFontRequest.CellSize, in queryTextBounds() local 122 return geometry::RealRectangle2D( 0, -nFontSize/2, in queryTextBounds() 124 nFontSize/2 ); in queryTextBounds() 128 return geometry::RealRectangle2D( 0, -nFontSize/2, in queryTextBounds() 129 nFontSize * maText.Length, in queryTextBounds() 130 nFontSize/2 ); in queryTextBounds()
|
/aoo41x/main/starmath/source/ |
H A D | mathmlimport.cxx | 659 double nFontSize; member 678 double nOldFontSize=nFontSize; in RetrieveAttrs() 705 nFontSize=0.0; in RetrieveAttrs() 725 (nOldFontSize!=nFontSize) || (sOldFontFamily!=sFontFamily) in RetrieveAttrs() 765 if (nFontSize != 0.0) in ApplyAttrs() 773 if (nFontSize < 100.00) in ApplyAttrs() 922 double nOldFontSize=nFontSize; in StartElement() 948 nFontSize=0.0; in StartElement() 967 (nOldFontSize!=nFontSize) || (sOldFontFamily!=sFontFamily) in StartElement() 1018 if (nFontSize != 0.0) in EndElement() [all …]
|
/aoo41x/main/sw/source/filter/rtf/ |
H A D | rtffld.cxx | 259 sal_Int32 nJustificationCode, nFontSize, nUp, nDown, nStyleNo; member 262 : nJustificationCode(0), nFontSize(0), nUp(0), nDown(0), in RTF_EquationData() 316 rData.nFontSize= sParam.Copy( 3 ).ToInt32(); in lcl_ScanEquationField() 691 aData.nFontSize && aData.sUp.Len() && !aData.sDown.Len() ) in MakeFieldInst() 727 if( rF.GetHeight() == sal_uInt16(aData.nFontSize * 10 )) in MakeFieldInst() 749 … SvxFontHeightItem aHeightItem( aData.nFontSize * 10, 100, RES_CHRATR_FONTSIZE ); in MakeFieldInst() 778 !aData.nFontSize ) in MakeFieldInst()
|
/aoo41x/main/oox/source/drawingml/ |
H A D | textparagraphproperties.cxx | 294 sal_Int16 nFontSize = 0; in pushToPropMap() local 295 if( mnFontSize >>= nFontSize ) in pushToPropMap() 296 aFontDesc.Height = nFontSize; in pushToPropMap()
|
/aoo41x/main/sc/source/filter/html/ |
H A D | htmlexp.cxx | 113 sal_uInt16 ScHTMLExport::nFontSize[SC_HTML_FONTSIZES] = { 0 }; member in ScHTMLExport 262 nFontSize[j] = nSize * 20; in ScHTMLExport() 264 nFontSize[j] = nDefaultFontSize[j] * 20; in ScHTMLExport() 302 if( nHeight > (nFontSize[j] + nFontSize[j-1]) / 2 ) in GetFontSizeNumber()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | htmlexp.hxx | 95 static sal_uInt16 nFontSize[SC_HTML_FONTSIZES]; member in ScHTMLExport
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8par5.cxx | 2686 sal_uInt32 nFontSize=0; in Read_SubF_Ruby() local 2705 nFontSize= static_cast<sal_uInt32>(sTemp.ToInt32()); in Read_SubF_Ruby() 2758 if (sRuby.Len() && sText.Len() && sFontName.Len() && nFontSize) in Read_SubF_Ruby() 2798 if (rFH.GetHeight() == nFontSize*10) in Read_SubF_Ruby() 2819 SvxFontHeightItem aHeightItem(nFontSize*10, 100, RES_CHRATR_FONTSIZE); in Read_SubF_Ruby()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | swhtml.cxx | 3577 sal_uInt16 nFontSize = in NewFontAttr() local 3655 nFontSize = static_cast< sal_uInt16 >(6 - (nPoolId - RES_POOLCOLL_HEADLINE1)); in NewFontAttr() 3661 nSize = ( nFontSize<7 ? nFontSize+1 : 7 ); in NewFontAttr() 3663 nSize = ( nFontSize>1 ? nFontSize-1 : 1 ); in NewFontAttr()
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | TokenWriter.hxx | 174 static sal_Int16 nFontSize[SBA_HTML_FONTSIZES]; member in dbaui::OHTMLImportExport
|
/aoo41x/main/filter/source/msfilter/ |
H A D | msocximex.cxx | 4993 *pS >> nFontSize; in Read() 4996 nFontSize = 240; in Read() 5062 aTmp <<= sal_Int16( (nFontSize <= 30) ? 1 : ((nFontSize + 10) / 20) ); in Import() 5141 nFontSize = (nFontHeight == 1) ? 30 : (static_cast<sal_uInt32>((nFontHeight*4+1)/3)*15); in Export() 5142 *rContent << nFontSize; in Export()
|
/aoo41x/main/filter/inc/filter/msfilter/ |
H A D | msocximex.hxx | 175 fStrike(0), nFontSize(12), nJustification(1), nDefaultAlign(0), pFontName(0), in OCX_FontData() 205 sal_uInt32 nFontSize; member in OCX_FontData
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | TokenWriter.cxx | 718 sal_Int16 OHTMLImportExport::nFontSize[SBA_HTML_FONTSIZES] = { 0 }; member in OHTMLImportExport
|