Home
last modified time | relevance | path

Searched refs:SvxKerningItem (Results 1 – 25 of 44) sorted by relevance

12

/trunk/main/svx/source/sidebar/text/
H A DTextCharacterSpacingControl.cxx320 SvxKerningItem aKernItem(-nKern, SID_ATTR_CHAR_KERNING); in IMPL_LINK()
329 SvxKerningItem aKernItem(-nKern, SID_ATTR_CHAR_KERNING); in IMPL_LINK()
336 SvxKerningItem aKernItem(0, SID_ATTR_CHAR_KERNING); in IMPL_LINK()
345 SvxKerningItem aKernItem(nKern, SID_ATTR_CHAR_KERNING); in IMPL_LINK()
354 SvxKerningItem aKernItem(nKern, SID_ATTR_CHAR_KERNING); in IMPL_LINK()
366 SvxKerningItem aKernItem(nKern , SID_ATTR_CHAR_KERNING); in IMPL_LINK()
459 SvxKerningItem aKernItem(nKern, SID_ATTR_CHAR_KERNING); in IMPL_LINK()
H A DTextPropertyPanel.cxx1129 if(pState->ISA(SvxKerningItem)) in NotifyItemUpdate()
1131 const SvxKerningItem* pKerningItem = (const SvxKerningItem*)pState; in NotifyItemUpdate()
/trunk/main/editeng/inc/editeng/
H A Dkernitem.hxx47 class EDITENG_DLLPUBLIC SvxKerningItem : public SfxInt16Item class
52 SvxKerningItem( const short nKern /*= 0*/, const sal_uInt16 nId );
66 inline SvxKerningItem& operator=(const SvxKerningItem& rKern) { in operator =()
/trunk/main/editeng/source/items/
H A Dtextitem.cxx146 TYPEINIT1_FACTORY(SvxKerningItem, SfxInt16Item, new SvxKerningItem(0, 0));
2201 SvxKerningItem::SvxKerningItem( const short nKern, const sal_uInt16 nId ) : in SvxKerningItem() function in SvxKerningItem
2208 SfxPoolItem* SvxKerningItem::Clone( SfxItemPool * ) const in Clone()
2210 return new SvxKerningItem( *this ); in Clone()
2223 int SvxKerningItem::ScaleMetrics( long nMult, long nDiv ) in ScaleMetrics()
2231 int SvxKerningItem::HasMetrics() const in HasMetrics()
2238 SfxPoolItem* SvxKerningItem::Create(SvStream& rStrm, sal_uInt16) const in Create()
2242 return new SvxKerningItem( nValue, Which() ); in Create()
2247 SfxItemPresentation SvxKerningItem::GetPresentation in GetPresentation()
2291 sal_Bool SvxKerningItem::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue()
[all …]
/trunk/main/sw/inc/
H A Dcharatr.hxx55 inline const SvxKerningItem &SwAttrSet::GetKerning(sal_Bool bInP) const in GetKerning()
56 { return (const SvxKerningItem&)Get( RES_CHRATR_KERNING,bInP); } in GetKerning()
127 inline const SvxKerningItem &SwFmt::GetKerning(sal_Bool bInP) const in GetKerning()
H A Dswatrset.hxx42 class SvxKerningItem;
239 inline const SvxKerningItem &GetKerning( sal_Bool = sal_True ) const;
H A Dformat.hxx195 inline const SvxKerningItem &GetKerning( sal_Bool = sal_True ) const;
/trunk/main/reportdesign/source/ui/misc/
H A DUITools.cxx347 _rItemSet.Put(SvxKerningItem(_rxReportControlFormat->getCharKerning(),ITEMID_KERNING)); in lcl_CharPropertiesToItems()
531 …_ITEM_SET == _rItemSet.GetItemState( ITEMID_KERNING,sal_True,&pItem) && pItem->ISA(SvxKerningItem)) in lcl_itemsToCharProperties()
533 const SvxKerningItem* pFontItem = static_cast<const SvxKerningItem*>(pItem); in lcl_itemsToCharProperties()
673 new SvxKerningItem(0,ITEMID_KERNING), in openCharDialog()
/trunk/main/editeng/source/editeng/
H A Deditattr.hxx43 class SvxKerningItem;
405 EditCharAttribKerning( const SvxKerningItem& rAttr, sal_uInt16 nStart, sal_uInt16 nEnd );
H A Deditattr.cxx390 EditCharAttribKerning::EditCharAttribKerning( const SvxKerningItem& rAttr, sal_uInt16 _nStart, sal_… in EditCharAttribKerning()
398 rFont.SetFixKerning( ((const SvxKerningItem*)GetItem())->GetValue() ); in SetFont()
H A Deditdbg.cxx276 aDebStr += ByteString::CreateFromInt32( (short)((SvxKerningItem&)rItem).GetValue() ); in DbgOutItem()
277 Size aSz( 0, (short)((SvxKerningItem&)rItem).GetValue() ); in DbgOutItem()
H A Deerdll.cxx139 ppDefItems[28] = new SvxKerningItem( 0, EE_CHAR_KERNING ); in GetDefItems()
H A Dimpedit3.cxx4257 const SvxKerningItem& rKerningItem = in DoStretchChars()
4258 (const SvxKerningItem&)pNode->GetContentAttribs().GetItem( EE_CHAR_KERNING ); in DoStretchChars()
4259 SvxKerningItem* pNewKerning = (SvxKerningItem*)rKerningItem.Clone(); in DoStretchChars()
4353 SvxKerningItem* pNewKerning = (SvxKerningItem*)pAttr->GetItem()->Clone(); in DoStretchChars()
/trunk/main/sw/source/filter/ww8/
H A Dattributeoutputbase.hxx48 class SvxKerningItem;
361 virtual void CharKerning( const SvxKerningItem& ) = 0;
H A Dww8attributeoutput.hxx240 virtual void CharKerning( const SvxKerningItem& );
H A Drtfattributeoutput.hxx282 virtual void CharKerning( const SvxKerningItem& rKerning );
H A Ddocxattributeoutput.hxx348 virtual void CharKerning( const SvxKerningItem& rKerning );
/trunk/main/sd/source/ui/view/
H A Ddrtxtob.cxx167 SvxKerningItem aKern = ( (const SvxKerningItem&) aCharAttrSet.Get( EE_CHAR_KERNING ) ); in GetCharState()
/trunk/main/svx/source/toolbars/
H A Dfontworkbar.cxx134 SvxKerningItem& rKerningItem = (SvxKerningItem&)pObj->GetMergedItem( EE_CHAR_KERNING ); in SetKernCharacterPairsState()
/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx405 const SvxKerningItem& rItem = ( SvxKerningItem& ) rSet.Get( nWhich ); in ActivatePage()
3432 const SvxKerningItem& rItem = (SvxKerningItem&)rSet.Get( nWhich ); in Reset()
3653 const SvxKerningItem& rItem = *( (const SvxKerningItem*)pOld ); in FillItemSet()
3665 rSet.Put( SvxKerningItem( nKerning, nWhich ) ); in FillItemSet()
/trunk/main/sw/source/filter/html/
H A Dsvxcss1.cxx1872 rItemSet.Put( SvxKerningItem( (short)pExpr->GetSLength(), in ParseCSS1_letter_spacing()
1881 rItemSet.Put( SvxKerningItem( (short)nPWidth, aItemIds.nKerning ) ); in ParseCSS1_letter_spacing()
1889 rItemSet.Put( SvxKerningItem( (short)0, aItemIds.nKerning ) ); in ParseCSS1_letter_spacing()
1897 rItemSet.Put( SvxKerningItem( (short)0, aItemIds.nKerning ) ); in ParseCSS1_letter_spacing()
/trunk/main/svx/workben/
H A Dedittest.cxx687 aToolBox.CheckItem( TB_KERN, (BOOL)((SvxKerningItem&)rItem).GetValue() ); in UpdateToolBox()
876 pNewItem = new SvxKerningItem( 0, EE_CHAR_KERNING ); in IMPL_LINK()
878 pNewItem = new SvxKerningItem( 100, EE_CHAR_KERNING); in IMPL_LINK()
/trunk/main/editeng/source/rtf/
H A Drtfitem.cxx652 pSet->Put( SvxKerningItem( (short)nTokenValue, PLAINID->nKering )); in ReadAttr()
677 pSet->Put( SvxKerningItem( (short)nTokenValue, PLAINID->nKering )); in ReadAttr()
/trunk/main/starmath/sdi/
H A Dsmitems.sdi327 item INT16 SvxKerningItem;
/trunk/main/svx/sdi/
H A Dsvxitems.sdi375 item INT16 SvxKerningItem;

Completed in 217 milliseconds

12