Home
last modified time | relevance | path

Searched refs:aTxtSet (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Ddocfmt.cxx641 SfxItemSet aTxtSet( pDoc->GetAttrPool(), in lcl_InsAttr() local
643 aTxtSet.Put( rChgSet ); in lcl_InsAttr()
644 if( aTxtSet.Count() ) in lcl_InsAttr()
648 aTxtSet, rSt.GetIndex(), rSt.GetIndex(), nFlags ) || bRet; in lcl_InsAttr()
673 SfxItemSet aTxtSet( pDoc->GetAttrPool(), in lcl_InsAttr() local
680 aTxtSet.Put( rChgSet ); in lcl_InsAttr()
681 if( aTxtSet.Count() ) in lcl_InsAttr()
688 bRet = history.InsertItems( aTxtSet, nInsCnt, nEnd, nFlags ) in lcl_InsAttr()
/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx1877 SfxItemSet aTxtSet( *rSet.GetPool(), RES_TXTATR_BEGIN, RES_TXTATR_END-1 ); in SetAttr() local
1900 aTxtSet.Put( rSet ); in SetAttr()
1903 if( aTxtSet.Count() != rSet.Count() ) in SetAttr()
1906 if( !aTxtSet.Count() ) in SetAttr()
1912 …const bool bAutoStyle = SFX_ITEM_SET == aTxtSet.GetItemState( RES_TXTATR_AUTOFMT, sal_False, &pIte… in SetAttr()
1917 if( 1 == aTxtSet.Count() ) in SetAttr()
1922 pSet = &aTxtSet; in SetAttr()

Completed in 38 milliseconds