Home
last modified time | relevance | path

Searched refs:nAttrId (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx294 void SwFltControlStack::StealAttr(const SwPosition* pPos, sal_uInt16 nAttrId /* = 0 */) in StealAttr() argument
305 (!nAttrId || nAttrId == pEntry->pAttr->Which())) in StealAttr()
342 void SwFltControlStack::SetAttr(const SwPosition& rPos, sal_uInt16 nAttrId, in SetAttr() argument
345 ASSERT(!nAttrId || in SetAttr()
346 (POOLATTR_BEGIN <= nAttrId && POOLATTR_END > nAttrId) || in SetAttr()
347 (RES_FLTRATTR_BEGIN <= nAttrId && RES_FLTRATTR_END > nAttrId), in SetAttr()
361 if (!nAttrId ){ in SetAttr()
363 }else if( nAttrId == pEntry->pAttr->Which()){ in SetAttr()
364 if( nAttrId != RES_FLTR_BOOKMARK ){ // Handle abfragen in SetAttr()
1275 SwFltShell& SwFltShell::EndItem( sal_uInt16 nAttrId ) in EndItem() argument
[all …]
/trunk/main/sc/source/core/data/
H A Dpatattr.cxx1006 for ( sal_uInt16 nAttrId = ATTR_PATTERN_START; nAttrId <= ATTR_PATTERN_END; nAttrId++ ) in PutInPool() local
1009 SfxItemState eItemState = pSrcSet->GetItemState( nAttrId, sal_False, &pSrcItem ); in PutInPool()
1014 if ( nAttrId == ATTR_CONDITIONAL ) in PutInPool()
1046 else if ( nAttrId == ATTR_VALIDDATA ) in PutInPool()
1061 else if ( nAttrId == ATTR_VALUE_FORMAT && pDestDoc->GetFormatExchangeList() ) in PutInPool()
/trunk/main/sw/source/filter/inc/
H A Dfltshell.hxx154 …virtual void SetAttr(const SwPosition& rPos, sal_uInt16 nAttrId=0, sal_Bool bTstEnde=sal_True, lon…
156 void StealAttr(const SwPosition* pPos, sal_uInt16 nAttrId = 0);
/trunk/main/sw/source/filter/ww8/
H A Dww8par.hxx305 sal_uInt16 nAttrId = 0,
1514 void SetToggleAttr(sal_uInt8 nAttrId, bool bOn);
1515 void SetToggleBiDiAttr(sal_uInt8 nAttrId, bool bOn);
H A Dww8par6.cxx3119 void SwWW8ImplReader::SetToggleBiDiAttr(sal_uInt8 nAttrId, bool bOn) in SetToggleBiDiAttr() argument
3121 switch (nAttrId) in SetToggleBiDiAttr()
3144 void SwWW8ImplReader::SetToggleAttr(sal_uInt8 nAttrId, bool bOn) in SetToggleAttr() argument
3146 switch (nAttrId) in SetToggleAttr()
H A Dww8par.cxx1086 void SwWW8FltControlStack::SetAttr(const SwPosition& rPos, sal_uInt16 nAttrId, in SetAttr() argument
1098 if (nAttrId == pEntry->pAttr->Which()) in SetAttr()
1106 SwFltControlStack::SetAttr(rPos, nAttrId, bTstEnde, nHand); in SetAttr()