Home
last modified time | relevance | path

Searched refs:nFontSize (Results 1 – 13 of 13) sorted by path

/trunk/main/canvas/source/null/
H A Dnull_textlayout.cxx118 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()
/trunk/main/dbaccess/source/ui/inc/
H A DTokenWriter.hxx174 static sal_Int16 nFontSize[SBA_HTML_FONTSIZES]; member in dbaui::OHTMLImportExport
/trunk/main/dbaccess/source/ui/misc/
H A DTokenWriter.cxx718 sal_Int16 OHTMLImportExport::nFontSize[SBA_HTML_FONTSIZES] = { 0 }; member in OHTMLImportExport
/trunk/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx175 fStrike(0), nFontSize(12), nJustification(1), nDefaultAlign(0), pFontName(0), in OCX_FontData()
205 sal_uInt32 nFontSize; member in OCX_FontData
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx4993 *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()
/trunk/main/oox/source/drawingml/
H A Dtextparagraphproperties.cxx294 sal_Int16 nFontSize = 0; in pushToPropMap() local
295 if( mnFontSize >>= nFontSize ) in pushToPropMap()
296 aFontDesc.Height = nFontSize; in pushToPropMap()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx113 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()
/trunk/main/sc/source/filter/inc/
H A Dhtmlexp.hxx95 static sal_uInt16 nFontSize[SC_HTML_FONTSIZES]; member in ScHTMLExport
/trunk/main/sd/source/core/
H A Dstlpool.cxx264 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 …]
/trunk/main/starmath/source/
H A Dmathmlimport.cxx659 double nFontSize; member
678 double nOldFontSize=nFontSize; in RetrieveAttrs()
705 nFontSize=0.0; in RetrieveAttrs()
728 (nOldFontSize!=nFontSize) || (sOldFontFamily!=sFontFamily) in RetrieveAttrs()
768 if (nFontSize != 0.0) in ApplyAttrs()
776 if (nFontSize < 100.00) in ApplyAttrs()
925 double nOldFontSize=nFontSize; in StartElement()
951 nFontSize=0.0; in StartElement()
973 (nOldFontSize!=nFontSize) || (sOldFontFamily!=sFontFamily) in StartElement()
1024 if (nFontSize != 0.0) in EndElement()
[all …]
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx3558 sal_uInt16 nFontSize = in NewFontAttr() local
3635 nFontSize = static_cast< sal_uInt16 >(6 - (nPoolId - RES_POOLCOLL_HEADLINE1)); in NewFontAttr()
3641 nSize = ( nFontSize<7 ? nFontSize+1 : 7 ); in NewFontAttr()
3643 nSize = ( nFontSize>1 ? nFontSize-1 : 1 ); in NewFontAttr()
/trunk/main/sw/source/filter/rtf/
H A Drtffld.cxx259 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()
/trunk/main/sw/source/filter/ww8/
H A Dww8par5.cxx2693 sal_uInt32 nFontSize=0; in Read_SubF_Ruby() local
2712 nFontSize= static_cast<sal_uInt32>(sTemp.ToInt32()); in Read_SubF_Ruby()
2765 if (sRuby.Len() && sText.Len() && sFontName.Len() && nFontSize) in Read_SubF_Ruby()
2805 if (rFH.GetHeight() == nFontSize*10) in Read_SubF_Ruby()
2826 SvxFontHeightItem aHeightItem(nFontSize*10, 100, RES_CHRATR_FONTSIZE); in Read_SubF_Ruby()

Completed in 119 milliseconds