Searched refs:aFontHeight (Results 1 – 10 of 10) sorted by relevance
| /AOO41X/main/sw/source/filter/html/ |
| H A D | swhtml.cxx | 352 SvxFontHeightItem aFontHeight(aFontHeights[2], 100, RES_CHRATR_FONTSIZE); in SwHTMLParser() local 353 pDoc->SetDefault( aFontHeight ); in SwHTMLParser() 354 aFontHeight.SetWhich( RES_CHRATR_CJK_FONTSIZE ); in SwHTMLParser() 355 pDoc->SetDefault( aFontHeight ); in SwHTMLParser() 356 aFontHeight.SetWhich( RES_CHRATR_CTL_FONTSIZE ); in SwHTMLParser() 357 pDoc->SetDefault( aFontHeight ); in SwHTMLParser() 3533 SvxFontHeightItem aFontHeight( aFontHeights[nSize-1], 100, RES_CHRATR_FONTSIZE ); in NewBasefontAttr() local 3534 aItemSet.Put( aFontHeight ); in NewBasefontAttr() 3535 aFontHeight.SetWhich( RES_CHRATR_CJK_FONTSIZE ); in NewBasefontAttr() 3536 aItemSet.Put( aFontHeight ); in NewBasefontAttr() [all …]
|
| H A D | htmlgrin.cxx | 1432 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 D | htmltab.cxx | 2899 SvxFontHeightItem aFontHeight( 40, 100, RES_CHRATR_FONTSIZE ); in InsertTableSection() local 2900 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() 3666 SvxFontHeightItem aFontHeight( 40, 100, RES_CHRATR_FONTSIZE ); in BuildTableCell() local 3669 new _HTMLAttr( *pPam->GetPoint(), aFontHeight ); in BuildTableCell() 3672 aFontHeight.SetWhich( RES_CHRATR_CJK_FONTSIZE ); in BuildTableCell() 3673 pTmp = new _HTMLAttr( *pPam->GetPoint(), aFontHeight ); in BuildTableCell() [all …]
|
| H A D | svxcss1.cxx | 1127 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()
|
| /AOO41X/main/sd/source/ui/presenter/ |
| H A D | PresenterTextView.cxx | 485 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()
|
| /AOO41X/main/framework/source/uielement/ |
| H A D | fontsizemenucontroller.cxx | 293 ::com::sun::star::frame::status::FontHeight aFontHeight; in statusChanged() 304 else if ( Event.State >>= aFontHeight ) in statusChanged() 307 m_aFontHeight = aFontHeight; in statusChanged()
|
| /AOO41X/main/sw/source/ui/app/ |
| H A D | docshini.cxx | 315 …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()
|
| /AOO41X/main/svx/source/tbxctrls/ |
| H A D | tbunocontroller.cxx | 340 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()
|
| /AOO41X/main/editeng/source/items/ |
| H A D | textitem.cxx | 877 ::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()
|
| /AOO41X/main/reportdesign/source/ui/report/ |
| H A D | ReportController.cxx | 873 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()
|