Home
last modified time | relevance | path

Searched refs:nWhich (Results 1 – 25 of 461) sorted by relevance

12345678910>>...19

/AOO41X/main/svl/source/items/
H A Ditemset.cxx365 sal_uInt16 SfxItemSet::ClearItem( sal_uInt16 nWhich ) in ClearItem() argument
377 if( nWhich ) in ClearItem()
383 if( *pPtr <= nWhich && nWhich <= *(pPtr+1) ) in ClearItem()
386 ppFnd += nWhich - *pPtr; in ClearItem()
396 if ( nWhich <= SFX_WHICH_MAX ) in ClearItem()
399 ? _pParent->Get( nWhich, sal_True ) in ClearItem()
400 : _pPool->GetDefaultItem( nWhich ); in ClearItem()
424 for( nWhich = *pPtr; nWhich <= *(pPtr+1); ++nWhich, ++ppFnd ) in ClearItem()
434 if ( nWhich <= SFX_WHICH_MAX ) in ClearItem()
437 ? _pParent->Get( nWhich, sal_True ) in ClearItem()
[all …]
H A Ditempool.cxx55 const SfxPoolItem* SfxItemPool::GetPoolDefaultItem( sal_uInt16 nWhich ) const in GetPoolDefaultItem()
59 if( IsInRange( nWhich ) ) in GetPoolDefaultItem()
60 pRet = *(ppPoolDefaults + GetIndex_Impl( nWhich )); in GetPoolDefaultItem()
62 pRet = pSecondary->GetPoolDefaultItem( nWhich ); in GetPoolDefaultItem()
65 SFX_ASSERT( 0, nWhich, "unknown Which-Id - cannot get pool default" ); in GetPoolDefaultItem()
81 FASTBOOL SfxItemPool::IsItemFlag( sal_uInt16 nWhich, sal_uInt16 nFlag ) const in IsItemFlag() argument
85 if ( pPool->IsInRange(nWhich) ) in IsItemFlag()
86 return pPool->IsItemFlag_Impl( pPool->GetIndex_Impl(nWhich), nFlag); in IsItemFlag()
88 DBG_ASSERT( !IsWhich(nWhich), "unknown which-id" ); in IsItemFlag()
741 const SfxPoolItem& SfxItemPool::Put( const SfxPoolItem& rItem, sal_uInt16 nWhich ) in Put() argument
[all …]
H A Dpoolio.cxx633 sal_uInt16 nVersion(0), nWhich(0); in Load() local
635 rStream >> nWhich; in Load()
638 nWhich = GetNewWhich( nWhich ); in Load()
641 if ( !IsInRange(nWhich) ) in Load()
651 sal_uInt16 nIndex = GetIndex_Impl(nWhich); in Load()
686 sal_uInt16 nVersion(0), nWhich(0); in Load() local
688 rStream >> nWhich; in Load()
691 nWhich = GetNewWhich( nWhich ); in Load()
694 if ( !IsInRange(nWhich) ) in Load()
703 ( *( ppStaticDefaults + GetIndex_Impl(nWhich) ) ) in Load()
[all …]
/AOO41X/main/sw/source/ui/uiview/
H A Dviewstat.cxx75 sal_uInt16 nWhich = aIter.FirstWhich(); in GetState() local
80 while(nWhich) in GetState()
82 switch(nWhich) in GetState()
86 rSet.DisableItem(nWhich); in GetState()
89 rSet.DisableItem(nWhich); in GetState()
95 rSet.DisableItem(nWhich); in GetState()
107 rSet.DisableItem(nWhich); in GetState()
111 rSet.DisableItem(nWhich); in GetState()
114 rSet.DisableItem(nWhich); in GetState()
121 rSet.DisableItem(nWhich); in GetState()
[all …]
/AOO41X/main/cui/source/tabpages/
H A Dchardlg.cxx93 #define ISITEMSET rSet.GetItemState(nWhich)>=SFX_ITEM_DEFAULT
95 #define CLEARTITEM rSet.InvalidateItem(nWhich)
215 sal_uInt16 nWhich; in ActivatePage() local
217 nWhich = GetWhich( SID_CHAR_DLG_PREVIEW_STRING ); in ActivatePage()
220 const SfxStringItem& rItem = ( SfxStringItem& ) rSet.Get( nWhich ); in ActivatePage()
230 nWhich = GetWhich( SID_ATTR_CHAR_UNDERLINE ); in ActivatePage()
233 const SvxUnderlineItem& rItem = ( SvxUnderlineItem& ) rSet.Get( nWhich ); in ActivatePage()
246 nWhich = GetWhich( SID_ATTR_CHAR_OVERLINE ); in ActivatePage()
249 const SvxOverlineItem& rItem = ( SvxOverlineItem& ) rSet.Get( nWhich ); in ActivatePage()
262 nWhich = GetWhich( SID_ATTR_CHAR_STRIKEOUT ); in ActivatePage()
[all …]
H A Dbackgrnd.cxx551 sal_uInt16 nWhich = GetWhich( nSlot ); in Reset() local
553 if ( rSet.GetItemState( nWhich, sal_False ) >= SFX_ITEM_AVAILABLE ) in Reset()
554 pBgdAttr = (const SvxBrushItem*)&( rSet.Get( nWhich ) ); in Reset()
593 nWhich = GetWhich( SID_ATTR_BRUSH ); in Reset()
594 if ( rSet.GetItemState( nWhich, sal_False ) >= SFX_ITEM_AVAILABLE ) in Reset()
596 pBgdAttr = (const SvxBrushItem*)&( rSet.Get( nWhich ) ); in Reset()
599 pTableBck_Impl->nCellWhich = nWhich; in Reset()
632 nWhich = GetWhich( SID_ATTR_BRUSH ); in Reset()
633 if ( rSet.GetItemState( nWhich, sal_False ) >= SFX_ITEM_AVAILABLE ) in Reset()
635 pBgdAttr = (const SvxBrushItem*)&( rSet.Get( nWhich ) ); in Reset()
[all …]
/AOO41X/main/sc/source/ui/view/
H A Dcellsh.cxx132 sal_uInt16 nWhich = aIter.FirstWhich(); in GetBlockState() local
133 while ( nWhich ) in GetBlockState()
137 switch ( nWhich ) in GetBlockState()
144 if ( nWhich == FID_FILL_TO_BOTTOM ) in GetBlockState()
158 if ( nWhich == FID_FILL_TO_RIGHT ) in GetBlockState()
169 if (pDoc->GetChangeTrack()!=NULL &&nWhich ==SID_OPENDLG_TABOP) in GetBlockState()
174 if ( !bDisable && bEditable && nWhich == FID_FILL_SERIES ) in GetBlockState()
251 ScViewUtil::HideDisabledSlot( rSet, GetViewData()->GetBindings(), nWhich ); in GetBlockState()
258 rSet.DisableItem(nWhich); in GetBlockState()
259 else if (nWhich == SID_ENABLE_HYPHENATION) in GetBlockState()
[all …]
H A Dtabvwsha.cxx178 sal_uInt16 nWhich = aIter.FirstWhich(); in GetState() local
180 while ( nWhich ) in GetState()
182 switch ( nWhich ) in GetState()
189 rSet.DisableItem( nWhich ); in GetState()
199 rSet.DisableItem( nWhich ); in GetState()
212 rSet.DisableItem( nWhich ); in GetState()
215 rSet.DisableItem( nWhich ); in GetState()
218 rSet.DisableItem( nWhich ); in GetState()
237 rSet.Put( SfxUInt16Item( nWhich, nOptions ) ); in GetState()
254 … rSet.Put( SfxUInt16Item( nWhich, static_cast<sal_uInt16>(GetViewData()->GetTabNo()) + 1 ) ); in GetState()
[all …]
H A Dformatsh.cxx186 sal_uInt16 nWhich = aIter.FirstWhich(); in GetStyleState() local
189 while ( nWhich ) in GetStyleState()
191 nSlotId = SfxItemPool::IsWhich( nWhich ) in GetStyleState()
192 ? GetPool().GetSlotId( nWhich ) in GetStyleState()
193 : nWhich; in GetStyleState()
261 nWhich = aIter.NextWhich(); in GetStyleState()
1620 sal_uInt16 nWhich = rPool.GetWhich( nSlot ); in ExecuteAttr() local
1621 aSetItem.PutItemForScriptType( nScript, pNewAttrs->Get( nWhich ) ); in ExecuteAttr()
1851 sal_uInt16 nWhich = aIter.FirstWhich(); in GetAttrState() local
1868 while ( nWhich ) in GetAttrState()
[all …]
/AOO41X/main/sw/source/core/inc/
H A Dswfont.hxx176 void GoMagic( ViewShell *pSh, sal_uInt8 nWhich );
181 inline void ChkMagic( ViewShell *pSh, sal_uInt8 nWhich ) in ChkMagic() argument
182 { if( !aSub[ nWhich ].pMagic ) GoMagic( pSh, nWhich ); } in ChkMagic()
184 inline void CopyMagic( const SwFont* pFnt, sal_uInt8 nWhich ) in CopyMagic() argument
185 { aSub[nWhich].CopyMagic( pFnt->aSub[nWhich] ); } in CopyMagic()
186 inline void GetMagic( const void* &rMagic, sal_uInt16 &rIdx, sal_uInt8 nWhich ) in GetMagic() argument
187 { rMagic = aSub[nWhich].pMagic; rIdx = aSub[nWhich].nFntIndex; } in GetMagic()
188 inline void SetMagic( const void* pNew, const sal_uInt16 nIdx, sal_uInt8 nWhich ) in SetMagic() argument
189 { aSub[nWhich].pMagic = pNew; aSub[nWhich].nFntIndex = nIdx; } in SetMagic()
190 inline sal_Bool DifferentMagic( const SwFont* pFnt, sal_uInt8 nWhich ) in DifferentMagic() argument
[all …]
/AOO41X/main/svx/source/svdraw/
H A Dsvdibrow.cxx603 FASTBOOL ImpGetItem(const SfxItemSet& rSet, sal_uInt16 nWhich, const SfxPoolItem*& rpItem) in ImpGetItem() argument
605 SfxItemState eState=rSet.GetItemState(nWhich,sal_True,&rpItem); in ImpGetItem()
607 rpItem=&rSet.Get(nWhich); in ImpGetItem()
612 FASTBOOL IsItemIneffective(sal_uInt16 nWhich, const SfxItemSet* pSet, sal_uInt16& rIndent) in IsItemIneffective() argument
618 switch (nWhich) { in IsItemIneffective()
633 if (eLineStyle!=XLINE_DASH && nWhich==XATTR_LINEDASH) return sal_True; in IsItemIneffective()
635 if (nWhich==XATTR_LINESTART || nWhich==XATTR_LINESTARTCENTER) { in IsItemIneffective()
642 if (nWhich==XATTR_LINEEND || nWhich==XATTR_LINEENDCENTER) { in IsItemIneffective()
662 …if (eFillStyle!=XFILL_SOLID && (nWhich==XATTR_FILLCOLOR || nWhich==XATTR_FILLTRANSPARENCE)) return… in IsItemIneffective()
663 …if (eFillStyle!=XFILL_GRADIENT && (nWhich==XATTR_FILLGRADIENT || nWhich==XATTR_GRADIENTSTEPCOUNT))… in IsItemIneffective()
[all …]
/AOO41X/main/sw/source/ui/shells/
H A Dannotsh.cxx188 sal_uInt16 nWhich = GetPool().GetWhich(nSlot); in Exec() local
231 … aSetItem.PutItemForScriptType( pOLV->GetSelectedScriptType(), pNewAttrs->Get( nWhich )); in Exec()
609 aNewAttr.Put(pNewAttrs->Get(nWhich), nEEWhich); in Exec()
637 sal_uInt16 nWhich = aIter.FirstWhich(); in GetState() local
638 while(nWhich) in GetState()
641 sal_uInt16 nSlotId = GetPool().GetSlotId( nWhich ); in GetState()
697 rSet.Put( *pI, nWhich ); in GetState()
699 rSet.InvalidateItem( nWhich ); in GetState()
702 rSet.InvalidateItem( nWhich ); in GetState()
719 if (nWhich==FN_SET_SUPER_SCRIPT) in GetState()
[all …]
H A Dbasesh.cxx438 sal_uInt16 nWhich = aIter.FirstWhich(); in StateClpbrd() local
440 while(nWhich) in StateClpbrd()
442 switch(nWhich) in StateClpbrd()
447 rSet.DisableItem( nWhich ); in StateClpbrd()
452 rSet.DisableItem( nWhich ); in StateClpbrd()
459 rSet.DisableItem( nWhich ); in StateClpbrd()
467 rSet.DisableItem( nWhich ); in StateClpbrd()
474 rSet.DisableItem( nWhich ); in StateClpbrd()
484 SvxClipboardFmtItem aFmtItem( nWhich ); in StateClpbrd()
490 nWhich = aIter.NextWhich(); in StateClpbrd()
[all …]
H A Ddrwtxtex.cxx150 const sal_uInt16 nWhich = GetPool().GetWhich(nSlot); in Execute() local
198 aSetItem.PutItemForScriptType( nScriptTypes, pNewAttrs->Get( nWhich ) ); in Execute()
600 aNewAttr.Put(pNewAttrs->Get(nWhich), nEEWhich); in Execute()
627 sal_uInt16 nWhich = aIter.FirstWhich(); in GetState() local
633 while(nWhich) in GetState()
635 sal_uInt16 nSlotId = GetPool().GetSlotId( nWhich ); in GetState()
776 GetView().GetViewFrame()->GetBindings().SetVisibleState( nWhich, sal_False ); in GetState()
777 rSet.DisableItem(nWhich); in GetState()
780 GetView().GetViewFrame()->GetBindings().SetVisibleState( nWhich, sal_True ); in GetState()
818 rSet.DisableItem( nWhich ); in GetState()
[all …]
H A Dtextsh1.cxx856 sal_uInt16 nWhich = GetPool().GetWhich( nSlot ); in Execute() local
857 if ( pArgs && pArgs->GetItemState( nWhich ) == SFX_ITEM_SET ) in Execute()
889 sal_uInt16 nWhich = GetPool().GetWhich( nSlot ); in Execute() local
890 if ( pArgs && pArgs->GetItemState( nWhich ) == SFX_ITEM_SET ) in Execute()
1392 sal_uInt16 nWhich = aIter.FirstWhich(); in GetState() local
1393 while ( nWhich ) in GetState()
1395 switch ( nWhich ) in GetState()
1467 rSet.DisableItem(nWhich); in GetState()
1481 rSet.DisableItem(nWhich); in GetState()
1483 else if ( nWhich == FN_EDIT_FORMULA in GetState()
[all …]
/AOO41X/main/sw/inc/
H A Dhintids.hxx380 inline bool isATR(const sal_uInt16 nWhich) in isATR() argument
382 return (RES_CHRATR_BEGIN <= nWhich) && (RES_UNKNOWNATR_END > nWhich); in isATR()
384 inline bool isCHRATR(const sal_uInt16 nWhich) in isCHRATR() argument
386 return (RES_CHRATR_BEGIN <= nWhich) && (RES_CHRATR_END > nWhich); in isCHRATR()
388 inline bool isTXTATR_WITHEND(const sal_uInt16 nWhich) in isTXTATR_WITHEND() argument
390 return (RES_TXTATR_WITHEND_BEGIN <= nWhich) in isTXTATR_WITHEND()
391 && (RES_TXTATR_WITHEND_END > nWhich); in isTXTATR_WITHEND()
393 inline bool isTXTATR_NOEND(const sal_uInt16 nWhich) in isTXTATR_NOEND() argument
395 return (RES_TXTATR_NOEND_BEGIN <= nWhich) in isTXTATR_NOEND()
396 && (RES_TXTATR_NOEND_END > nWhich); in isTXTATR_NOEND()
[all …]
H A Ddocufld.hxx183 virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt16 nWhich ) const;
184 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt16 nWhich );
220 virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt16 nWhich ) const;
221 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt16 nWhich );
255 virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt16 nWhich ) const;
256 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt16 nWhich );
284 virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt16 nWhich ) const;
285 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt16 nWhich );
325 virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt16 nWhich ) const;
326 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt16 nWhich );
[all …]
/AOO41X/main/svx/source/form/
H A Dfmshell.cxx878 sal_uInt16 nWhich = aIter.FirstWhich(); in GetState() local
879 while ( nWhich ) in GetState()
881 switch( nWhich ) in GetState()
887 rSet.Put( SfxBoolItem( nWhich, aToolboxAccess.isToolboxVisible( nWhich ) ) ); in GetState()
894 rSet.DisableItem( nWhich ); in GetState()
899 rSet.Put( SfxVisibilityItem( nWhich, sal_False ) ); in GetState()
901 rSet.DisableItem( nWhich ); in GetState()
903 rSet.Put( SfxBoolItem(nWhich, GetImpl()->GetWizardUsing() ) ); in GetState()
907 rSet.DisableItem( nWhich ); in GetState()
909 rSet.Put( SfxBoolItem(nWhich, GetFormModel()->GetAutoControlFocus() ) ); in GetState()
[all …]
/AOO41X/main/editeng/source/editeng/
H A Dimpedit5.cxx378 for ( sal_uInt16 nWhich = EE_ITEMS_START; nWhich <= EE_CHAR_END; nWhich++) in GetAttribs() local
380 if ( aCurSet.GetItemState( nWhich ) == SFX_ITEM_OFF ) in GetAttribs()
384 const SfxPoolItem& rItem = pNode->GetContentAttribs().GetItem( nWhich ); in GetAttribs()
387 … else if ( pNode->GetContentAttribs().GetItems().GetItemState( nWhich ) == SFX_ITEM_ON ) in GetAttribs()
389 … const SfxPoolItem& rItem = pNode->GetContentAttribs().GetItems().Get( nWhich ); in GetAttribs()
393 else if ( aCurSet.GetItemState( nWhich ) == SFX_ITEM_ON ) in GetAttribs()
398 pItem = &pNode->GetContentAttribs().GetItem( nWhich ); in GetAttribs()
400 … else if ( pNode->GetContentAttribs().GetItems().GetItemState( nWhich ) == SFX_ITEM_ON ) in GetAttribs()
402 pItem = &pNode->GetContentAttribs().GetItems().Get( nWhich ); in GetAttribs()
405 if ( !pItem || ( *pItem != aCurSet.Get( nWhich ) ) ) in GetAttribs()
[all …]
/AOO41X/main/sw/source/core/crsr/
H A Dfindattr.cxx168 sal_uInt16 nWhich; member
173 : nWhich( rItem.Which() ), nStt( nStart ), nEnd( nAnyEnd ) in _SwSrchChrAttr()
269 sal_uInt16 nWhich; in SetNewSet() local
276 nWhich = aCmpSet.GetWhichByPos( aIter.GetCurPos() ); in SetNewSet()
277 if( RES_TXTATR_END <= nWhich ) in SetNewSet()
280 if( SFX_ITEM_SET == rSet.GetItemState( nWhich, !bNoColls, &pFndItem ) in SetNewSet()
281 && !CmpAttr( *pFndItem, rSet.GetPool()->GetDefaultItem( nWhich ) )) in SetNewSet()
283 pFndArr[ nWhich - nArrStart ] = in SetNewSet()
290 if( RES_TXTATR_END <= (nWhich = pItem->Which() )) in SetNewSet()
297 if( CmpAttr( rSet.Get( nWhich, !bNoColls ), *pItem ) ) in SetNewSet()
[all …]
/AOO41X/main/sw/source/core/txtnode/
H A Dthints.cxx168 bool isSelfNestable(const sal_uInt16 nWhich) in isSelfNestable() argument
170 if ((RES_TXTATR_INETFMT == nWhich) || in isSelfNestable()
171 (RES_TXTATR_CJK_RUBY == nWhich) || in isSelfNestable()
172 (RES_TXTATR_INPUTFIELD == nWhich)) in isSelfNestable()
174 ASSERT((RES_TXTATR_META == nWhich) || in isSelfNestable()
175 (RES_TXTATR_METAFIELD == nWhich), "???"); in isSelfNestable()
180 bool isSplittable(const sal_uInt16 nWhich) in isSplittable() argument
182 if ((RES_TXTATR_INETFMT == nWhich) || in isSplittable()
183 (RES_TXTATR_CJK_RUBY == nWhich)) in isSplittable()
185 ASSERT((RES_TXTATR_META == nWhich) || in isSplittable()
[all …]
H A Dtxtatr2.cxx68 sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0; in ModifyNotification() local
69 ASSERT( isCHRATR(nWhich) || (RES_OBJECTDYING == nWhich) in ModifyNotification()
70 || (RES_ATTRSET_CHG == nWhich) || (RES_FMT_CHG == nWhich), in ModifyNotification()
75 SwUpdateAttr aUpdateAttr( *GetStart(), *GetEnd(), nWhich ); in ModifyNotification()
186 sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0; in Modify() local
187 ASSERT( isCHRATR(nWhich) || (RES_OBJECTDYING == nWhich) in Modify()
188 || (RES_ATTRSET_CHG == nWhich) || (RES_FMT_CHG == nWhich), in Modify()
193 SwUpdateAttr aUpdateAttr( *GetStart(), *GetEnd(), nWhich ); in Modify()
235 sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0; in Modify() local
236 ASSERT( isCHRATR(nWhich) || (RES_OBJECTDYING == nWhich) in Modify()
[all …]
/AOO41X/main/svx/source/sdr/properties/
H A Ddefaultproperties.cxx124 void DefaultProperties::ClearObjectItem(const sal_uInt16 nWhich) in ClearObjectItem() argument
126 if(AllowItemChange(nWhich)) in ClearObjectItem()
128 ItemChange(nWhich); in ClearObjectItem()
129 PostItemChange(nWhich); in ClearObjectItem()
131 if(nWhich) in ClearObjectItem()
133 SfxItemSet aSet(*GetSdrObject().GetObjectItemPool(), nWhich, nWhich, 0, 0); in ClearObjectItem()
139 void DefaultProperties::ClearObjectItemDirect(const sal_uInt16 nWhich) in ClearObjectItemDirect() argument
141 if(AllowItemChange(nWhich)) in ClearObjectItemDirect()
143 ItemChange(nWhich); in ClearObjectItemDirect()
150 sal_uInt16 nWhich(aWhichIter.FirstWhich()); in SetObjectItemSet() local
[all …]
/AOO41X/main/sc/source/ui/pagedlg/
H A Dtptable.cxx75 sal_Bool lcl_PutVObjModeItem( sal_uInt16 nWhich,
80 sal_Bool lcl_PutScaleItem( sal_uInt16 nWhich,
88 sal_Bool lcl_PutScaleItem2( sal_uInt16 nWhich,
96 sal_Bool lcl_PutBoolItem( sal_uInt16 nWhich,
202 sal_uInt16 nWhich = 0; in Reset() local
234 nWhich = GetWhich(SID_SCATTR_PAGE_SCALE); in Reset()
235 if ( rCoreSet.GetItemState( nWhich, sal_True ) >= SFX_ITEM_AVAILABLE ) in Reset()
237 sal_uInt16 nScale = ((const SfxUInt16Item&)rCoreSet.Get(nWhich)).GetValue(); in Reset()
243 nWhich = GetWhich(SID_SCATTR_PAGE_SCALETO); in Reset()
244 if ( rCoreSet.GetItemState( nWhich, sal_True ) >= SFX_ITEM_AVAILABLE ) in Reset()
[all …]
/AOO41X/main/chart2/source/controller/itemsetwrapper/
H A DItemConverter.cxx115 for( sal_uInt16 nWhich = nBeg; nWhich <= nEnd; ++nWhich ) in FillItemSet() local
117 if( GetItemProperty( nWhich, aProperty )) in FillItemSet()
120 SfxPoolItem * pItem = rPool.GetDefaultItem( nWhich ).Clone(); in FillItemSet()
134 rOutItemSet.Put( *pItem, nWhich ); in FillItemSet()
158 FillSpecialItem( nWhich, rOutItemSet ); in FillItemSet()
241 sal_uInt16 nWhich = aIter.FirstWhich (); in InvalidateUnequalItems() local
244 while (nWhich) in InvalidateUnequalItems()
246 if ((rSourceSet.GetItemState(nWhich, sal_True, &pPoolItem) == SFX_ITEM_SET) && in InvalidateUnequalItems()
247 (rDestSet.GetItemState(nWhich, sal_True, &pPoolItem) == SFX_ITEM_SET)) in InvalidateUnequalItems()
249 if (rSourceSet.Get(nWhich) != rDestSet.Get(nWhich)) in InvalidateUnequalItems()
[all …]

12345678910>>...19