Home
last modified time | relevance | path

Searched refs:SvxAutoKernItem (Results 1 – 25 of 34) sorted by relevance

12

/trunk/main/editeng/inc/editeng/
H A Dakrnitem.hxx44 class EDITENG_DLLPUBLIC SvxAutoKernItem : public SfxBoolItem class
49 SvxAutoKernItem( const sal_Bool bAutoKern /*= sal_False*/,
62 inline SvxAutoKernItem& operator=(const SvxAutoKernItem& rAutoKern) in operator =()
/trunk/main/sw/inc/
H A Dcharatr.hxx49 inline const SvxAutoKernItem &SwAttrSet::GetAutoKern(sal_Bool bInP) const in GetAutoKern()
50 { return (const SvxAutoKernItem&)Get( RES_CHRATR_AUTOKERN,bInP); } in GetAutoKern()
121 inline const SvxAutoKernItem &SwFmt::GetAutoKern(sal_Bool bInP) const in GetAutoKern()
H A Dswatrset.hxx39 class SvxAutoKernItem;
236 inline const SvxAutoKernItem &GetAutoKern( sal_Bool = sal_True ) const;
H A Dformat.hxx192 inline const SvxAutoKernItem &GetAutoKern( sal_Bool = sal_True ) const;
/trunk/main/sd/source/core/
H A Dstlpool.cxx255 rSet.Put( SvxAutoKernItem( sal_True, EE_CHAR_PAIRKERNING ) ); in CreateLayoutStyleSheets()
395 rTitleSet.Put( SvxAutoKernItem( sal_True, EE_CHAR_PAIRKERNING ) ); in CreateLayoutStyleSheets()
441 rSubtitleSet.Put( SvxAutoKernItem( sal_True, EE_CHAR_PAIRKERNING ) ); in CreateLayoutStyleSheets()
489 rNotesSet.Put( SvxAutoKernItem( sal_True, EE_CHAR_PAIRKERNING ) ); in CreateLayoutStyleSheets()
521 rBackgroundObjectsSet.Put( SvxAutoKernItem( sal_True, EE_CHAR_PAIRKERNING ) ); in CreateLayoutStyleSheets()
542 rBackgroundSet.Put( SvxAutoKernItem( sal_True, EE_CHAR_PAIRKERNING ) ); in CreateLayoutStyleSheets()
H A Ddrawdoc4.cxx251 rISet.Put( SvxAutoKernItem( sal_True, EE_CHAR_PAIRKERNING ) ); in CreateLayoutTemplates()
658 rISet.Put( SvxAutoKernItem( sal_True, EE_CHAR_PAIRKERNING ) ); in CreateDefaultCellStyles()
/trunk/main/editeng/source/items/
H A Dtextitem.cxx140 TYPEINIT1_FACTORY(SvxAutoKernItem, SfxBoolItem, new SvxAutoKernItem(sal_False, 0));
1771 SvxAutoKernItem::SvxAutoKernItem( const sal_Bool bAutoKern, const sal_uInt16 nId ) : in SvxAutoKernItem() function in SvxAutoKernItem
1778 SfxPoolItem* SvxAutoKernItem::Clone( SfxItemPool * ) const in Clone()
1780 return new SvxAutoKernItem( *this ); in Clone()
1785 SvStream& SvxAutoKernItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store()
1793 SfxPoolItem* SvxAutoKernItem::Create(SvStream& rStrm, sal_uInt16) const in Create()
1797 return new SvxAutoKernItem( nState, Which() ); in Create()
1802 SfxItemPresentation SvxAutoKernItem::GetPresentation in GetPresentation()
/trunk/main/reportdesign/source/ui/misc/
H A DUITools.cxx336 … _rItemSet.Put(SvxAutoKernItem(_rxReportControlFormat->getCharAutoKerning(),ITEMID_AUTOKERN)); in lcl_CharPropertiesToItems()
499 …TEM_SET == _rItemSet.GetItemState( ITEMID_AUTOKERN,sal_True,&pItem) && pItem->ISA(SvxAutoKernItem)) in lcl_itemsToCharProperties()
501 const SvxAutoKernItem* pFontItem = static_cast<const SvxAutoKernItem*>(pItem); in lcl_itemsToCharProperties()
677 new SvxAutoKernItem(sal_False,ITEMID_AUTOKERN), in openCharDialog()
/trunk/main/editeng/source/editeng/
H A Deditattr.hxx42 class SvxAutoKernItem;
394 EditCharAttribPairKerning( const SvxAutoKernItem& rAttr, sal_uInt16 nStart, sal_uInt16 nEnd );
H A Deditattr.cxx376 EditCharAttribPairKerning::EditCharAttribPairKerning( const SvxAutoKernItem& rAttr, sal_uInt16 _nSt… in EditCharAttribPairKerning()
384 rFont.SetKerning( ((const SvxAutoKernItem*)GetItem())->GetValue() ); in SetFont()
H A Deerdll.cxx138 ppDefItems[27] = new SvxAutoKernItem( sal_False, EE_CHAR_PAIRKERNING ); in GetDefItems()
H A Deditdbg.cxx271 aDebStr += ByteString::CreateFromInt32( (sal_uInt16)((SvxAutoKernItem&)rItem).GetValue() ); in DbgOutItem()
H A Deditdoc.cxx357 pNew = new EditCharAttribPairKerning( (const SvxAutoKernItem&)rNew, nS, nE ); in MakeCharAttrib()
1308 rFont.SetKerning( ((const SvxAutoKernItem&)rSet.Get( EE_CHAR_PAIRKERNING )).GetValue() ); in CreateFont()
/trunk/main/sw/source/filter/ww8/
H A Dattributeoutputbase.hxx54 class SvxAutoKernItem;
379 virtual void CharAutoKern( const SvxAutoKernItem& ) = 0;
H A Dww8attributeoutput.hxx258 virtual void CharAutoKern( const SvxAutoKernItem& );
H A Drtfattributeoutput.hxx300 virtual void CharAutoKern( const SvxAutoKernItem& );
H A Ddocxattributeoutput.hxx366 virtual void CharAutoKern( const SvxAutoKernItem& );
/trunk/main/starmath/sdi/
H A Dsmitems.sdi266 item BOOL SvxAutoKernItem;
/trunk/main/sw/source/ui/app/
H A Ddocshini.cxx348 mpDoc->SetDefault( SvxAutoKernItem( sal_True, RES_CHRATR_AUTOKERN ) ); in InitNew()
/trunk/main/svx/sdi/
H A Dsvxitems.sdi369 item BOOL SvxAutoKernItem;
/trunk/main/sc/source/core/data/
H A Ddocumen9.cxx214 rDrawPool.SetPoolDefaultItem( SvxAutoKernItem( sal_True, EE_CHAR_PAIRKERNING ) ); in InitDrawLayer()
/trunk/main/svx/workben/
H A Dedittest.cxx682 aToolBox.CheckItem( TB_PKERN, ((SvxAutoKernItem&)rItem).GetValue() ); in UpdateToolBox()
873 case TB_PKERN: pNewItem = new SvxAutoKernItem( !bChecked, EE_CHAR_PAIRKERNING ); in IMPL_LINK()
/trunk/main/sw/source/core/text/
H A Datrstck.cxx774 if( ((SvxAutoKernItem&)rItem).GetValue() ) in FontChg()
/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx3475 const SvxAutoKernItem& rItem = (SvxAutoKernItem&)rSet.Get( nWhich ); in Reset()
3678 rSet.Put( SvxAutoKernItem( m_aPairKerningBtn.IsChecked(), nWhich ) ); in FillItemSet()
/trunk/main/sw/source/core/bastyp/
H A Dinit.cxx502 …aAttrTab[ RES_CHRATR_AUTOKERN- POOLATTR_BEGIN ] = new SvxAutoKernItem( sal_False, RES_CHRATR… in _InitCore()

Completed in 150 milliseconds

12