/aoo41x/main/svl/source/items/ |
H A D | whiter.cxx | 31 DBG_NAME(SfxWhichIter) in DBG_NAME() argument 35 SfxWhichIter::SfxWhichIter( const SfxItemSet& rSet, sal_uInt16 nFromWh, sal_uInt16 nToWh ): in DBG_NAME() 40 DBG_CTOR(SfxWhichIter, 0); in DBG_NAME() 47 SfxWhichIter::~SfxWhichIter() in ~SfxWhichIter() 49 DBG_DTOR(SfxWhichIter, 0); in ~SfxWhichIter() 54 sal_uInt16 SfxWhichIter::NextWhich() in NextWhich() 56 DBG_CHKTHIS(SfxWhichIter, 0); in NextWhich() 77 DBG_CHKTHIS(SfxWhichIter, 0); in PrevWhich() 97 DBG_CHKTHIS(SfxWhichIter, 0); in FirstWhich() 107 sal_uInt16 SfxWhichIter::LastWhich() in LastWhich() [all …]
|
H A D | itemset.cxx | 79 SfxWhichIter aIter( *pSet ); in DBG_NAME() 930 SfxWhichIter aIter(*this); in Set() 1409 SfxWhichIter aIter( rSet ); in MergeValues() 1678 SfxWhichIter aIter( *this ); in operator ==() 1733 SfxWhichIter aIter(*pNewSet); in Clone()
|
/aoo41x/main/svl/inc/svl/ |
H A D | whiter.hxx | 39 class SVL_DLLPUBLIC SfxWhichIter class 45 SfxWhichIter( const SfxItemSet& rSet, sal_uInt16 nFrom = 0, sal_uInt16 nTo = USHRT_MAX ); 46 ~SfxWhichIter();
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | annotsh.cxx | 636 SfxWhichIter aIter(rSet); in GetState() 969 SfxWhichIter aIter(rSet); in StateClpbrd() 1016 SfxWhichIter aIter( rSet ); in StateStatusLine() 1046 SfxWhichIter aIter(rSet); in StateInsert() 1148 SfxWhichIter aIter(rSet); in GetNoteState() 1339 SfxWhichIter aIter(rSet); in GetLinguState() 1533 SfxWhichIter aIter(rSet); in StateUndo() 1634 SfxWhichIter aIter(rSet); in StateDisableItems()
|
H A D | drwtxtex.cxx | 626 SfxWhichIter aIter(rSet); in GetState() 895 SfxWhichIter aIter(rSet); in GetDrawTxtCtrlState() 1000 SfxWhichIter aIter(rSet); in StateClpbrd() 1046 SfxWhichIter aIter(rSet); in StateInsert()
|
H A D | basesh.cxx | 434 SfxWhichIter aIter(rSet); in StateClpbrd() 542 SfxWhichIter aIter(rSet); in StateUndo() 1387 SfxWhichIter aIter( rSet ); in GetState() 1846 SfxWhichIter aIter(rSet); in StateDisableItems() 1873 SfxWhichIter aIter( rSet ); in StateStyle() 2177 SfxWhichIter aIter( rSet ); in GetTxtFontCtrlState() 2258 SfxWhichIter aIter( rSet ); in GetBckColState() 2797 SfxWhichIter aIter( rSet ); in GetGalleryState()
|
H A D | drwtxtsh.cxx | 186 SfxWhichIter aIter(rSet); in StateDisableItems() 657 SfxWhichIter aIter(rSet); in StateUndo() 908 SfxWhichIter aIter( rSet ); in GetStatePropPanelAttr()
|
/aoo41x/main/svx/source/sdr/properties/ |
H A D | attributeproperties.cxx | 79 SfxWhichIter aIter(rStyle); in ImpAddStyleSheet() 445 SfxWhichIter aIter(*mpItemSet); in SetModel() 504 SfxWhichIter aIter(*pDestItemSet); in ForceStyleToHardAttributes()
|
H A D | customshapeproperties.cxx | 112 SfxWhichIter aIter( *mpItemSet ); in ClearObjectItem() 130 SfxWhichIter aIter( *mpItemSet ); in ClearObjectItemDirect()
|
H A D | itemsettools.cxx | 116 SfxWhichIter aIter(rSet); in ScaleItemSet()
|
/aoo41x/main/sw/source/core/crsr/ |
H A D | findattr.cxx | 341 SfxWhichIter* pIter = NULL; in SetAttrFwd() 352 pIter = new SfxWhichIter( *pSet ); in SetAttrFwd() 502 SfxWhichIter* pIter = NULL; in SetAttrBwd() 513 pIter = new SfxWhichIter( *pSet ); in SetAttrBwd()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | editsh.cxx | 642 SfxWhichIter aIter( rSet ); in lcl_DisableAll() 665 SfxWhichIter aIter( rSet ); in GetState() 787 SfxWhichIter aIter( rSet ); in GetClipState() 1216 SfxWhichIter aIter(rSet); in GetUndoState()
|
H A D | cellsh.cxx | 131 SfxWhichIter aIter(rSet); in GetBlockState() 279 SfxWhichIter aIter(rSet); in GetCellState() 535 SfxWhichIter aIter(rSet); in GetState()
|
H A D | tabvwshb.cxx | 453 SfxWhichIter aIter(rSet); in GetDrawInsState() 565 SfxWhichIter aIter(rSet); in GetUndoState()
|
H A D | formatsh.cxx | 185 SfxWhichIter aIter(rSet); in GetStyleState() 1850 SfxWhichIter aIter( rSet ); in GetAttrState() 2285 SfxWhichIter aIter(rSet); in GetAlignState() 2337 SfxWhichIter aIter(rSet); in GetNumFormatState() 2554 SfxWhichIter aIter( rSet ); in GetTextDirectionState()
|
H A D | tabvwsha.cxx | 177 SfxWhichIter aIter(rSet); in GetState() 721 SfxWhichIter aIter(rSet); in GetSaveState()
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | viewstat.cxx | 74 SfxWhichIter aIter(rSet); in GetState() 455 SfxWhichIter aIter(rSet); in GetDrawState()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | drawview.cxx | 339 SfxWhichIter aWhichIter(rSet); in SetAttributes() 366 SfxWhichIter aWhichIter(rSet); in SetAttributes()
|
H A D | drviewsf.cxx | 302 SfxWhichIter aIter( rSet ); in GetAttrState() 717 SfxWhichIter aNewIter( *pSet, XATTR_LINE_FIRST, XATTR_FILL_LAST ); in GetAttrState()
|
H A D | MediaObjectBar.cxx | 96 SfxWhichIter aIter( rSet ); in GetState()
|
/aoo41x/main/sc/source/ui/drawfunc/ |
H A D | drtxtob.cxx | 111 SfxWhichIter aIter(rSet); in StateDisableItems() 547 SfxWhichIter aIter( rSet ); in GetClipState() 1256 SfxWhichIter aIter( rSet ); in GetStatePropPanelAttr()
|
H A D | mediash.cxx | 74 SfxWhichIter aIter( rSet ); in GetMediaState()
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | styledlg.cxx | 152 SfxWhichIter aIter( *pInSet ); in IMPL_LINK()
|
/aoo41x/main/sw/source/filter/writer/ |
H A D | wrt_fn.cxx | 79 SfxWhichIter aIter( *pSet ); in Out_SfxItemSet()
|
/aoo41x/main/svx/source/xoutdev/ |
H A D | xexch.cxx | 102 SfxWhichIter aIter( rData.pXFillAttrSetItem->GetItemSet() ); in operator <<()
|