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.cxx305 (!nAttrId || nAttrId == pEntry->pAttr->Which())) in StealAttr()
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
1277 switch( nAttrId ) in EndItem()
1284 aEndStack.SetAttr(*pPaM->GetPoint(), nAttrId); in EndItem()
[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.hxx306 sal_uInt16 nAttrId = 0,
1515 void SetToggleAttr(sal_uInt8 nAttrId, bool bOn);
1516 void SetToggleBiDiAttr(sal_uInt8 nAttrId, bool bOn);
H A Dww8par6.cxx3120 void SwWW8ImplReader::SetToggleBiDiAttr(sal_uInt8 nAttrId, bool bOn) in SetToggleBiDiAttr() argument
3122 switch (nAttrId) in SetToggleBiDiAttr()
3145 void SwWW8ImplReader::SetToggleAttr(sal_uInt8 nAttrId, bool bOn) in SetToggleAttr() argument
3147 switch (nAttrId) in SetToggleAttr()
H A Dww8par.cxx1087 void SwWW8FltControlStack::SetAttr(const SwPosition& rPos, sal_uInt16 nAttrId, in SetAttr() argument
1099 if (nAttrId == pEntry->pAttr->Which()) in SetAttr()
1107 SwFltControlStack::SetAttr(rPos, nAttrId, bTstEnde, nHand); in SetAttr()

Completed in 90 milliseconds