Searched refs:nAttrId (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sw/source/filter/ww1/ |
H A D | fltshell.cxx | 305 (!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 …]
|
/aoo42x/main/sc/source/core/data/ |
H A D | patattr.cxx | 1006 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()
|
/aoo42x/main/sw/source/filter/inc/ |
H A D | fltshell.hxx | 154 …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);
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8par.hxx | 306 sal_uInt16 nAttrId = 0, 1515 void SetToggleAttr(sal_uInt8 nAttrId, bool bOn); 1516 void SetToggleBiDiAttr(sal_uInt8 nAttrId, bool bOn);
|
H A D | ww8par6.cxx | 3120 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 D | ww8par.cxx | 1087 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 89 milliseconds