Home
last modified time | relevance | path

Searched refs:SvxFontHeightItem (Results 1 – 25 of 119) sorted by relevance

12345

/trunk/main/sw/inc/
H A Dtblafmt.hxx75 SvxFontHeightItem aHeight;
80 SvxFontHeightItem aCJKHeight;
85 SvxFontHeightItem aCTLHeight;
126 const SvxFontHeightItem &GetHeight() const { return aHeight; } in GetHeight()
130 const SvxFontHeightItem &GetCJKHeight() const { return aCJKHeight; } in GetCJKHeight()
134 const SvxFontHeightItem &GetCTLHeight() const { return aCTLHeight; } in GetCTLHeight()
153 void SetHeight( const SvxFontHeightItem& rNew ) { aHeight = rNew; } in SetHeight()
157 void SetCJKHeight( const SvxFontHeightItem& rNew ) { aCJKHeight = rNew; } in SetCJKHeight()
161 void SetCTLHeight( const SvxFontHeightItem& rNew ) { aCTLHeight = rNew; } in SetCTLHeight()
H A Dcharatr.hxx63 inline const SvxFontHeightItem &SwAttrSet::GetSize(sal_Bool bInP) const in GetSize()
64 { return (const SvxFontHeightItem&)Get( RES_CHRATR_FONTSIZE,bInP); } in GetSize()
65 inline const SvxFontHeightItem &SwAttrSet::GetCJKSize(sal_Bool bInP) const in GetCJKSize()
66 { return (const SvxFontHeightItem&)Get( RES_CHRATR_CJK_FONTSIZE,bInP); } in GetCJKSize()
67 inline const SvxFontHeightItem &SwAttrSet::GetCTLSize(sal_Bool bInP) const in GetCTLSize()
68 { return (const SvxFontHeightItem&)Get( RES_CHRATR_CTL_FONTSIZE,bInP); } in GetCTLSize()
135 inline const SvxFontHeightItem &SwFmt::GetSize(sal_Bool bInP) const in GetSize()
H A Dswatrset.hxx46 class SvxFontHeightItem;
243 inline const SvxFontHeightItem &GetSize( sal_Bool = sal_True ) const;
255 inline const SvxFontHeightItem &GetCJKSize( sal_Bool = sal_True ) const;
260 inline const SvxFontHeightItem &GetCTLSize( sal_Bool = sal_True ) const;
/trunk/main/sc/inc/
H A Dautoform.hxx76 SvxFontHeightItem aHeight;
81 SvxFontHeightItem aCJKHeight;
86 SvxFontHeightItem aCTLHeight;
124 const SvxFontHeightItem& GetHeight() const { return aHeight; } in GetHeight()
128 const SvxFontHeightItem& GetCJKHeight() const { return aCJKHeight; } in GetCJKHeight()
132 const SvxFontHeightItem& GetCTLHeight() const { return aCTLHeight; } in GetCTLHeight()
156 void SetHeight( const SvxFontHeightItem& rHeight ) { aHeight = rHeight; } in SetHeight()
160 void SetCJKHeight( const SvxFontHeightItem& rCJKHeight ) { aCJKHeight = rCJKHeight; } in SetCJKHeight()
164 void SetCTLHeight( const SvxFontHeightItem& rCTLHeight ) { aCTLHeight = rCTLHeight; } in SetCTLHeight()
/trunk/main/sw/source/core/doc/
H A Dfmtcol.cxx144 SvxFontHeightItem* aFontSizeArr[3] = {0,0,0}; in Modify()
187 aFontSizeArr[0] = (SvxFontHeightItem*)&pParent->Get( RES_CHRATR_FONTSIZE ); in Modify()
188 aFontSizeArr[1] = (SvxFontHeightItem*)&pParent->Get( RES_CHRATR_CJK_FONTSIZE ); in Modify()
189 aFontSizeArr[2] = (SvxFontHeightItem*)&pParent->Get( RES_CHRATR_CTL_FONTSIZE ); in Modify()
204 aFontSizeArr[0] = (SvxFontHeightItem*)pNew; in Modify()
207 aFontSizeArr[1] = (SvxFontHeightItem*)pNew; in Modify()
210 aFontSizeArr[2] = (SvxFontHeightItem*)pNew; in Modify()
309 SvxFontHeightItem *pFSize = aFontSizeArr[ nC ], *pOldFSize; in Modify()
327 SvxFontHeightItem aNew(240 , 100, pFSize->Which()); in Modify()
H A Dpoolfmt.cxx207 SvxFontHeightItem aHItem(240, 100, RES_CHRATR_FONTSIZE); in lcl_SetHeadline()
276 SetAllScriptItem( rSet, SvxFontHeightItem( PT_16, 100, RES_CHRATR_FONTSIZE ) ); in lcl_SetRegister()
489 SvxFontHeightItem aFntSize( PT_14, 100, RES_CHRATR_FONTSIZE ); in GetTxtCollFromPool()
585 SetAllScriptItem( aSet, SvxFontHeightItem( PT_10, 100, RES_CHRATR_FONTSIZE ) ); in GetTxtCollFromPool()
597 SetAllScriptItem( aSet, SvxFontHeightItem( PT_10, 100, RES_CHRATR_FONTSIZE ) ); in GetTxtCollFromPool()
946 SetAllScriptItem( aSet, SvxFontHeightItem( PT_18, 100, RES_CHRATR_FONTSIZE ) ); in GetTxtCollFromPool()
958 SetAllScriptItem( aSet, SvxFontHeightItem( PT_14, 100, RES_CHRATR_FONTSIZE )); in GetTxtCollFromPool()
986 SetAllScriptItem( aSet, SvxFontHeightItem(PT_10, 100, RES_CHRATR_FONTSIZE) ); in GetTxtCollFromPool()
1009 SetAllScriptItem( aSet, SvxFontHeightItem(120, 100, RES_CHRATR_FONTSIZE) ); in GetTxtCollFromPool()
1252 long nH = ((SvxFontHeightItem*)GetDfltAttr( in GetFmtFromPool()
[all …]
H A Dtblafmt.cxx337 READ( aHeight, SvxFontHeightItem , rVersions.nFontHeightVersion) in Load()
344 READ( aCJKHeight, SvxFontHeightItem , rVersions.nFontHeightVersion) in Load()
348 READ( aCTLHeight, SvxFontHeightItem , rVersions.nFontHeightVersion) in Load()
425 READ( aHeight, SvxFontHeightItem , 1) in LoadOld()
629 pFmt->SetHeight( (SvxFontHeightItem&)rSet.Get( RES_CHRATR_FONTSIZE ) ); in UpdateFromSet()
633 pFmt->SetCJKHeight( (SvxFontHeightItem&)rSet.Get( RES_CHRATR_CJK_FONTSIZE ) ); in UpdateFromSet()
637 pFmt->SetCTLHeight( (SvxFontHeightItem&)rSet.Get( RES_CHRATR_CTL_FONTSIZE ) ); in UpdateFromSet()
/trunk/main/sc/source/core/data/
H A Dpatattr.cxx283 nFontHeight = ((const SvxFontHeightItem*)pItem)->GetHeight(); in GetFont()
336 nFontHeight = ((const SvxFontHeightItem&) in GetFont()
546 nTHeight = ((const SvxFontHeightItem*)pItem)->GetHeight(); in FillToEditItemSet()
549 nCjkTHeight = ((const SvxFontHeightItem*)pItem)->GetHeight(); in FillToEditItemSet()
552 nCtlTHeight = ((const SvxFontHeightItem*)pItem)->GetHeight(); in FillToEditItemSet()
633 nTHeight = ((const SvxFontHeightItem&) in FillToEditItemSet()
635 nCjkTHeight = ((const SvxFontHeightItem&) in FillToEditItemSet()
637 nCtlTHeight = ((const SvxFontHeightItem&) in FillToEditItemSet()
755 … rDestSet.Put( SvxFontHeightItem( HMMToTwips( ((const SvxFontHeightItem*)pItem)->GetHeight() ), in GetFromEditItemSet()
758 … rDestSet.Put( SvxFontHeightItem( HMMToTwips( ((const SvxFontHeightItem*)pItem)->GetHeight() ), in GetFromEditItemSet()
[all …]
/trunk/main/svx/source/mnuctrls/
H A Dfntszctl.cxx47 SFX_IMPL_MENU_CONTROL(SvxFontSizeMenuControl, SvxFontHeightItem);
69 SvxFontHeightItem aItem( nH, 100, GetId() ); in IMPL_LINK()
93 if ( pState->ISA(SvxFontHeightItem) ) in StateChanged()
95 const SvxFontHeightItem* pItem = in StateChanged()
96 PTR_CAST( SvxFontHeightItem, pState ); in StateChanged()
/trunk/main/forms/source/richtext/
H A Drtattributehandler.cxx393 const SvxFontHeightItem* pFontHeightItem = PTR_CAST( SvxFontHeightItem, pItem ); in getState()
408 SvxFontHeightItem* pNewItem = new SvxFontHeightItem( nHeight, 100, getWhich() ); in getState()
419 const SvxFontHeightItem* pFontHeightItem = PTR_CAST( SvxFontHeightItem, _pAdditionalArg ); in executeAttribute()
436 SvxFontHeightItem aNewItem( nHeight, 100, getWhich() ); in executeAttribute()
/trunk/main/editeng/source/items/
H A Dtextitem.cxx133 TYPEINIT1_FACTORY(SvxFontHeightItem, SfxPoolItem, new SvxFontHeightItem(240, 100, 0));
792 SvxFontHeightItem::SvxFontHeightItem( const sal_uLong nSz, in SvxFontHeightItem() function in SvxFontHeightItem
802 SfxPoolItem* SvxFontHeightItem::Clone( SfxItemPool * ) const in Clone()
804 return new SvxFontHeightItem( *this ); in Clone()
829 SfxPoolItem* SvxFontHeightItem::Create( SvStream& rStrm, in Create()
848 SvxFontHeightItem* pItem = new SvxFontHeightItem( nsize, 100, Which() ); in Create()
859 GetProp() == ((SvxFontHeightItem&)rItem).GetProp() && in operator ==()
860 GetPropUnit() == ((SvxFontHeightItem&)rItem).GetPropUnit(); in operator ==()
1089 SfxItemPresentation SvxFontHeightItem::GetPresentation in GetPresentation()
1142 int SvxFontHeightItem::ScaleMetrics( long nMult, long nDiv ) in ScaleMetrics()
[all …]
/trunk/main/sd/source/core/
H A Dsdpage.cxx475 aTempAttr.Put( SvxFontHeightItem( 493, 100, EE_CHAR_FONTHEIGHT ) ); in CreatePresObj()
476 aTempAttr.Put( SvxFontHeightItem( 493, 100, EE_CHAR_FONTHEIGHT_CTL ) ); in CreatePresObj()
477 aTempAttr.Put( SvxFontHeightItem( 493, 100, EE_CHAR_FONTHEIGHT_CJK ) ); in CreatePresObj()
1923 SvxFontHeightItem& rOldHgt = (SvxFontHeightItem&) rSet.Get(EE_CHAR_FONTHEIGHT); in ScaleObjects()
1926 rSet.Put(SvxFontHeightItem(nFontHeight, 100, EE_CHAR_FONTHEIGHT)); in ScaleObjects()
1930 rOldHgt = (SvxFontHeightItem&) rSet.Get(EE_CHAR_FONTHEIGHT_CJK); in ScaleObjects()
1938 rOldHgt = (SvxFontHeightItem&) rSet.Get(EE_CHAR_FONTHEIGHT_CTL); in ScaleObjects()
1963 SvxFontHeightItem& rOldHgt = (SvxFontHeightItem&) aTempSet.Get(EE_CHAR_FONTHEIGHT); in ScaleObjects()
1970 rOldHgt = (SvxFontHeightItem&) aTempSet.Get(EE_CHAR_FONTHEIGHT_CJK); in ScaleObjects()
2017 rSet.Put( SvxFontHeightItem(nFontHeight, 100, EE_CHAR_FONTHEIGHT )); in ScaleObjects()
[all …]
H A Ddrawdoc4.cxx219 rISet.Put( SvxFontHeightItem( 635, 100, EE_CHAR_FONTHEIGHT_CJK ) ); // 18 pt in CreateLayoutTemplates()
220 …rISet.Put( SvxFontHeightItem( convertFontHeightToCTL( 635 ), 100, EE_CHAR_FONTHEIGHT_CTL ) ); // 1… in CreateLayoutTemplates()
357 pISet->Put(SvxFontHeightItem(564, 100, EE_CHAR_FONTHEIGHT)); // 16 pt in CreateLayoutTemplates()
404 pISet->Put(SvxFontHeightItem(1551, 100, EE_CHAR_FONTHEIGHT )); // 44 pt in CreateLayoutTemplates()
423 pISet->Put(SvxFontHeightItem(846, 100, EE_CHAR_FONTHEIGHT )); // 24 pt in CreateLayoutTemplates()
447 pISet->Put(SvxFontHeightItem(1270, 100, EE_CHAR_FONTHEIGHT )); // 36 pt in CreateLayoutTemplates()
474 pISet->Put(SvxFontHeightItem(846, 100, EE_CHAR_FONTHEIGHT )); // 24 pt in CreateLayoutTemplates()
492 pISet->Put(SvxFontHeightItem(635, 100, EE_CHAR_FONTHEIGHT )); // 18 pt in CreateLayoutTemplates()
511 pISet->Put(SvxFontHeightItem(494, 100, EE_CHAR_FONTHEIGHT )); // 14 pt in CreateLayoutTemplates()
527 pISet->Put(SvxFontHeightItem(423, 100, EE_CHAR_FONTHEIGHT )); // 12 pt in CreateLayoutTemplates()
[all …]
H A Dstlpool.cxx304 rOutlineSet.Put( SvxFontHeightItem( nFontSize, 100, EE_CHAR_FONTHEIGHT ) ); in CreateLayoutStyleSheets()
305 rOutlineSet.Put( SvxFontHeightItem( nFontSize, 100, EE_CHAR_FONTHEIGHT_CJK ) ); in CreateLayoutStyleSheets()
306 …rOutlineSet.Put( SvxFontHeightItem( SdDrawDocument::convertFontHeightToCTL( nFontSize ), 100, EE_C… in CreateLayoutStyleSheets()
380 rTitleSet.Put(SvxFontHeightItem( 1552, 100, EE_CHAR_FONTHEIGHT ) ); // 44 pt in CreateLayoutStyleSheets()
381 rTitleSet.Put(SvxFontHeightItem( 1552, 100, EE_CHAR_FONTHEIGHT_CJK ) ); // 44 pt in CreateLayoutStyleSheets()
426 rSubtitleSet.Put( SvxFontHeightItem( 1129, 100, EE_CHAR_FONTHEIGHT ) ); // 32 pt in CreateLayoutStyleSheets()
427 rSubtitleSet.Put( SvxFontHeightItem( 1129, 100, EE_CHAR_FONTHEIGHT_CJK ) ); // 32 pt in CreateLayoutStyleSheets()
428 …rSubtitleSet.Put( SvxFontHeightItem( SdDrawDocument::convertFontHeightToCTL( 1129 ), 100, EE_CHAR_… in CreateLayoutStyleSheets()
475 rNotesSet.Put( SvxFontHeightItem( 705, 100, EE_CHAR_FONTHEIGHT ) ); // 20 pt in CreateLayoutStyleSheets()
476 rNotesSet.Put( SvxFontHeightItem( 705, 100, EE_CHAR_FONTHEIGHT_CJK ) ); // 20 pt in CreateLayoutStyleSheets()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dattributeoutputbase.hxx47 class SvxFontHeightItem;
58 class SvxFontHeightItem;
63 class SvxFontHeightItem;
358 virtual void CharFontSize( const SvxFontHeightItem& ) = 0;
391 virtual void CharFontSizeCJK( const SvxFontHeightItem& ) = 0;
406 virtual void CharFontSizeCTL( const SvxFontHeightItem& ) = 0;
H A Dww8attributeoutput.hxx237 virtual void CharFontSize( const SvxFontHeightItem& );
270 virtual void CharFontSizeCJK( const SvxFontHeightItem& rHt ) { CharFontSize( rHt ); } in CharFontSizeCJK()
285 virtual void CharFontSizeCTL( const SvxFontHeightItem& rHt ) { CharFontSize( rHt ); } in CharFontSizeCTL()
/trunk/main/sw/source/filter/ww1/
H A Dw1filter.cxx1521 rOut << SvxFontHeightItem(240, 100, RES_CHRATR_FONTSIZE); in OutDefaults()
1525 rOut << SvxFontHeightItem(160, 100, RES_CHRATR_FONTSIZE); in OutDefaults()
1528 rOut << SvxFontHeightItem(200, 100, RES_CHRATR_FONTSIZE); in OutDefaults()
1569 rOut << SvxFontHeightItem(160, 100, RES_CHRATR_FONTSIZE); in OutDefaults()
1573 rOut << SvxFontHeightItem(200, 100, RES_CHRATR_FONTSIZE); in OutDefaults()
1581 rOut << SvxFontHeightItem(200, 100, RES_CHRATR_FONTSIZE); in OutDefaults()
1586 rOut << SvxFontHeightItem(200, 100, RES_CHRATR_FONTSIZE); in OutDefaults()
1591 rOut << SvxFontHeightItem(200, 100, RES_CHRATR_FONTSIZE); in OutDefaults()
1596 rOut << SvxFontHeightItem(240, 100, RES_CHRATR_FONTSIZE); in OutDefaults()
1601 rOut << SvxFontHeightItem(240, 100, RES_CHRATR_FONTSIZE); in OutDefaults()
[all …]
/trunk/main/editeng/inc/editeng/
H A Dfhgtitem.hxx49 class EDITENG_DLLPUBLIC SvxFontHeightItem : public SfxPoolItem class
57 SvxFontHeightItem( const sal_uLong nSz /*= 240*/, const sal_uInt16 nPropHeight /*= 100*/,
77 inline SvxFontHeightItem& operator=(const SvxFontHeightItem& rSize) in operator =()
/trunk/main/sc/source/core/tool/
H A Dautoform.cxx196 rStream << SvxFontHeightItem(240, 100, ATTR_FONT_HEIGHT).GetVersion(SOFFICE_FILEFORMAT_40); in Write()
317 READ( aHeight, SvxFontHeightItem, rVersions.nFontHeightVersion) in Load()
324 READ( aCJKHeight, SvxFontHeightItem, rVersions.nFontHeightVersion) in Load()
328 READ( aCTLHeight, SvxFontHeightItem, rVersions.nFontHeightVersion) in Load()
403 READ( aHeight, SvxFontHeightItem, rVersions.nFontHeightVersion) in LoadOld()
578 case ATTR_FONT_HEIGHT: rField.SetHeight( (const SvxFontHeightItem&)rItem ); break; in PutItem()
582 case ATTR_CJK_FONT_HEIGHT: rField.SetCJKHeight( (const SvxFontHeightItem&)rItem ); break; in PutItem()
761 rField.SetHeight ( (const SvxFontHeightItem&) rItemSet.Get( ATTR_FONT_HEIGHT ) ); in GetFromItemSet()
765 rField.SetCJKHeight ( (const SvxFontHeightItem&) rItemSet.Get( ATTR_CJK_FONT_HEIGHT ) ); in GetFromItemSet()
769 rField.SetCTLHeight ( (const SvxFontHeightItem&) rItemSet.Get( ATTR_CTL_FONT_HEIGHT ) ); in GetFromItemSet()
[all …]
/trunk/main/chart2/source/controller/main/
H A DChartTransferable.cxx131 const SvxFontHeightItem& rDefaultFontHeight = static_cast< const SvxFontHeightItem& >( in WriteObject()
141 const SvxFontHeightItem& rItem = static_cast< const SvxFontHeightItem& >( in WriteObject()
/trunk/main/extensions/source/propctrlr/
H A Dfontdialog.cxx244 SvxFontHeightItem aSvxFontHeightItem((sal_uInt32)nFontHeight,100,CFID_HEIGHT); in translatePropertiesToItems()
345 const SvxFontHeightItem& rSvxFontHeightItem = in translateItemsToProperties()
346 static_cast<const SvxFontHeightItem&>(_rSet.Get(CFID_HEIGHT)); in translateItemsToProperties()
513 *pCounter++ = new SvxFontHeightItem(aDefaultVCLFont.GetHeight(), 100, CFID_HEIGHT); in createItemSet()
525 *pCounter++ = new SvxFontHeightItem(aDefaultVCLFont.GetHeight(), 100, CFID_CJK_HEIGHT); in createItemSet()
/trunk/main/editeng/source/editeng/
H A Deerdll.cxx129 ppDefItems[18] = new SvxFontHeightItem( 240, 100, EE_CHAR_FONTHEIGHT ); in GetDefItems()
146 ppDefItems[35] = new SvxFontHeightItem( 240, 100, EE_CHAR_FONTHEIGHT_CJK ); in GetDefItems()
147 ppDefItems[36] = new SvxFontHeightItem( 240, 100, EE_CHAR_FONTHEIGHT_CTL ); in GetDefItems()
/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx451 nH = LogicToLogic( ( ( SvxFontHeightItem& ) rSet.Get( nWhich ) ).GetHeight(), in SetPrevFontSize()
839 …const SvxFontHeightItem& rOldItem = (SvxFontHeightItem&)_pPage->GetItemSet().GetParent()->Get( _nF… in calcFontInfo()
1112 const SvxFontHeightItem& rItem = (SvxFontHeightItem&)rSet.Get( nWhich ); in Reset_Impl()
1129 const SvxFontHeightItem& rItem = (SvxFontHeightItem&)rSet.Get( nWhich ); in Reset_Impl()
1388 const SvxFontHeightItem* pOldHeight = (const SvxFontHeightItem*)GetOldItem( rSet, nSlot ); in FillItemSet_Impl()
1396 if ( ( (SvxFontHeightItem*)pItem )->GetHeight() != (sal_uInt32)nVal ) in FillItemSet_Impl()
1407 const SvxFontHeightItem& rOldItem = in FillItemSet_Impl()
1408 (const SvxFontHeightItem&)GetItemSet().GetParent()->Get( nWhich ); in FillItemSet_Impl()
1410 SvxFontHeightItem aHeight( 240, 100, nWhich ); in FillItemSet_Impl()
1420 rSet.Put( SvxFontHeightItem( CalcToUnit( fSize, eUnit ), 100, nWhich ) ); in FillItemSet_Impl()
[all …]
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx738 pColl->SetFmtAttr(SvxFontHeightItem(nHeight, 100, nFontHeightWhich)); in lcl_SetColl()
823 …pWrtShell->SetDefault(SvxFontHeightItem( CalcToUnit( fSize, SFX_MAPUNIT_TWIP ), 100, nFontHeightWh… in FillItemSet()
997 …const SvxFontHeightItem& rFontHeightStandard = (const SvxFontHeightItem& )pColl->GetFmtAttr(nFontH… in Reset()
1005 …const SvxFontHeightItem& rFontHeightTitle = (const SvxFontHeightItem&)pColl->GetFmtAttr( nFontHeig… in Reset()
1017 …const SvxFontHeightItem& rFontHeightList = (const SvxFontHeightItem&)pColl->GetFmtAttr(nFontHeight… in Reset()
1027 …const SvxFontHeightItem& rFontHeightLabel = (const SvxFontHeightItem&)pColl->GetFmtAttr(nFontHeigh… in Reset()
1036 …const SvxFontHeightItem& rFontHeightIndex = (const SvxFontHeightItem&)pColl->GetFmtAttr(nFontHeigh… in Reset()
/trunk/main/reportdesign/source/ui/misc/
H A DUITools.cxx244 …_rItemSet.Put(SvxFontHeightItem(OutputDevice::LogicToLogic(Size(0, (sal_Int32)aFont.GetHeight()), … in lcl_setFont()
395 …ITEM_SET == _rItemSet.GetItemState( _nFontHeight,sal_True,&pItem) && pItem->ISA(SvxFontHeightItem)) in lcl_initAwtFont()
397 const SvxFontHeightItem* pFontItem = static_cast<const SvxFontHeightItem*>(pItem); in lcl_initAwtFont()
661 new SvxFontHeightItem(240,100,ITEMID_FONTHEIGHT), in openCharDialog()
691 new SvxFontHeightItem(240,100,ITEMID_FONTHEIGHT_ASIAN), in openCharDialog()
697 new SvxFontHeightItem(240,100,ITEMID_FONTHEIGHT_COMPLEX), in openCharDialog()

Completed in 204 milliseconds

12345