Home
last modified time | relevance | path

Searched refs:aFontHeight (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx353 pDoc->SetDefault( aFontHeight ); in SwHTMLParser()
355 pDoc->SetDefault( aFontHeight ); in SwHTMLParser()
357 pDoc->SetDefault( aFontHeight ); in SwHTMLParser()
3515 aItemSet.Put( aFontHeight ); in NewBasefontAttr()
3516 aFontHeight.SetWhich( RES_CHRATR_CJK_FONTSIZE ); in NewBasefontAttr()
3517 aItemSet.Put( aFontHeight ); in NewBasefontAttr()
3518 aFontHeight.SetWhich( RES_CHRATR_CTL_FONTSIZE ); in NewBasefontAttr()
3519 aItemSet.Put( aFontHeight ); in NewBasefontAttr()
3715 aItemSet.Put( aFontHeight ); in NewFontAttr()
3717 aItemSet.Put( aFontHeight ); in NewFontAttr()
[all …]
H A Dhtmltab.cxx2900 pCNd->SetAttr( aFontHeight ); in InsertTableSection()
2901 aFontHeight.SetWhich( RES_CHRATR_CJK_FONTSIZE ); in InsertTableSection()
2902 pCNd->SetAttr( aFontHeight ); in InsertTableSection()
2903 aFontHeight.SetWhich( RES_CHRATR_CTL_FONTSIZE ); in InsertTableSection()
2904 pCNd->SetAttr( aFontHeight ); in InsertTableSection()
3672 aFontHeight.SetWhich( RES_CHRATR_CJK_FONTSIZE ); in BuildTableCell()
4193 pCNd->SetAttr( aFontHeight ); in BuildTableCell()
4194 aFontHeight.SetWhich( RES_CHRATR_CJK_FONTSIZE ); in BuildTableCell()
4195 pCNd->SetAttr( aFontHeight ); in BuildTableCell()
4196 aFontHeight.SetWhich( RES_CHRATR_CTL_FONTSIZE ); in BuildTableCell()
[all …]
H A Dhtmlgrin.cxx1432 SvxFontHeightItem aFontHeight( 40, 100, RES_CHRATR_FONTSIZE ); in StripTrailingPara() local
1433 pCNd->SetAttr( aFontHeight ); in StripTrailingPara()
1434 aFontHeight.SetWhich( RES_CHRATR_CJK_FONTSIZE ); in StripTrailingPara()
1435 pCNd->SetAttr( aFontHeight ); in StripTrailingPara()
1436 aFontHeight.SetWhich( RES_CHRATR_CTL_FONTSIZE ); in StripTrailingPara()
1437 pCNd->SetAttr( aFontHeight ); in StripTrailingPara()
H A Dsvxcss1.cxx1127 SvxFontHeightItem aFontHeight( nHeight, nPropHeight, in ParseCSS1_font_size() local
1130 rItemSet.Put( aFontHeight ); in ParseCSS1_font_size()
1133 aFontHeight.SetWhich( aItemIds.nFontHeightCJK ); in ParseCSS1_font_size()
1134 rItemSet.Put( aFontHeight ); in ParseCSS1_font_size()
1138 aFontHeight.SetWhich( aItemIds.nFontHeightCTL ); in ParseCSS1_font_size()
1139 rItemSet.Put( aFontHeight ); in ParseCSS1_font_size()
/trunk/main/sd/source/ui/presenter/
H A DPresenterTextView.cxx485 SvxFontHeightItem aFontHeight( in SetFontDescriptor() local
490 mpEditEngineItemPool->SetPoolDefaultItem( aFontHeight); in SetFontDescriptor()
491 aFontHeight.SetWhich (EE_CHAR_FONTHEIGHT_CJK); in SetFontDescriptor()
492 mpEditEngineItemPool->SetPoolDefaultItem( aFontHeight); in SetFontDescriptor()
493 aFontHeight.SetWhich (EE_CHAR_FONTHEIGHT_CTL); in SetFontDescriptor()
494 mpEditEngineItemPool->SetPoolDefaultItem( aFontHeight); in SetFontDescriptor()
/trunk/main/sw/source/ui/app/
H A Ddocshini.cxx315 …SvxFontHeightItem aFontHeight( (const SvxFontHeightItem&)pColl->GetFmtAttr( nFontHeightWhich, sal_… in InitNew() local
316 if(aFontHeight.GetHeight() != sal::static_int_cast<sal_uInt32, sal_Int32>(nFontHeight)) in InitNew()
318 aFontHeight.SetHeight(nFontHeight); in InitNew()
319 pColl->SetFmtAttr( aFontHeight ); in InitNew()
/trunk/main/framework/source/uielement/
H A Dfontsizemenucontroller.cxx293 ::com::sun::star::frame::status::FontHeight aFontHeight; in statusChanged()
304 else if ( Event.State >>= aFontHeight ) in statusChanged()
307 m_aFontHeight = aFontHeight; in statusChanged()
/trunk/main/svx/source/tbxctrls/
H A Dtbunocontroller.cxx340 frame::status::FontHeight aFontHeight; in statusChanged() local
341 if ( rEvent.State >>= aFontHeight ) in statusChanged()
342 m_pBox->statusChanged_Impl( long( 10. * aFontHeight.Height ), false ); in statusChanged()
/trunk/main/editeng/source/items/
H A Dtextitem.cxx877 ::com::sun::star::frame::status::FontHeight aFontHeight; in QueryValue()
884 aFontHeight.Height = (float)( nTwips / 20.0 ); in QueryValue()
891 aFontHeight.Height = fRoundPoints; in QueryValue()
894 aFontHeight.Prop = (sal_Int16)(SFX_MAPUNIT_RELATIVE == ePropUnit ? nProp : 100); in QueryValue()
914 aFontHeight.Diff = fRet; in QueryValue()
915 rVal <<= aFontHeight; in QueryValue()
1012 ::com::sun::star::frame::status::FontHeight aFontHeight; in PutValue()
1013 if ( rVal >>= aFontHeight ) in PutValue()
1018 double fPoint = aFontHeight.Height; in PutValue()
1026 nProp = aFontHeight.Prop; in PutValue()
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx873 frame::status::FontHeight aFontHeight; in GetState() local
874 aReturn.aValue >>= aFontHeight.Height; in GetState()
875 aReturn.aValue <<= aFontHeight; // another type is needed here, so in GetState()

Completed in 131 milliseconds