Home
last modified time | relevance | path

Searched refs:aCurSet (Results 1 – 3 of 3) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Dimpedit5.cxx348 SfxItemSet aCurSet( GetEmptyItemSet() ); in GetAttribs() local
372 aEditDoc.FindAttribs( pNode, nStartPos, nEndPos, aCurSet ); in GetAttribs()
380 if ( aCurSet.GetItemState( nWhich ) == SFX_ITEM_OFF ) in GetAttribs()
385 aCurSet.Put( rItem ); in GetAttribs()
390 aCurSet.Put( rItem ); in GetAttribs()
393 else if ( aCurSet.GetItemState( nWhich ) == SFX_ITEM_ON ) in GetAttribs()
405 if ( !pItem || ( *pItem != aCurSet.Get( nWhich ) ) ) in GetAttribs()
415 aCurSet.InvalidateItem( nWhich ); in GetAttribs()
427 if ( aCurSet.GetItemState( nWhich ) == SFX_ITEM_OFF ) in GetAttribs()
429 aCurSet.Put( aEditDoc.GetItemPool().GetDefaultItem( nWhich ) ); in GetAttribs()
[all …]
/trunk/main/svx/workben/
H A Dedittest.cxx594 SfxItemSet aCurSet( pEditView->GetAttribs() ); in UpdateToolBox() local
621 const SfxPoolItem& rItem = aCurSet.Get( nWhich ); in UpdateToolBox()
1148 SfxItemSet aCurSet = pEditView->GetAttribs(); in IMPL_LINK() local
1159 if ( aCurSet.GetItemState( nWhich ) == SFX_ITEM_OFF ) in IMPL_LINK()
1161 else if ( aCurSet.GetItemState( nWhich ) == SFX_ITEM_DONTCARE ) in IMPL_LINK()
1163 else if ( aCurSet.GetItemState( nWhich ) == SFX_ITEM_ON ) in IMPL_LINK()
1165 const SfxPoolItem& rItem = aCurSet.Get( nWhich ); in IMPL_LINK()
/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx2478 SfxItemSet aCurSet(i_rAttrSet); in impl_FmtToTxtAttr() local
2479 std::for_each(aRange.first, aRange.second, RemovePresentAttrs(aCurSet)); in impl_FmtToTxtAttr()
2483 if (aCurSet.Count() != 0) in impl_FmtToTxtAttr()
2495 aCurSet.Put(*pOldStyle); in impl_FmtToTxtAttr()
2502 MakeTxtAttr(*GetDoc(), aCurSet, in impl_FmtToTxtAttr()

Completed in 47 milliseconds