Home
last modified time | relevance | path

Searched refs:rSet (Results 176 – 200 of 731) sorted by relevance

12345678910>>...30

/trunk/main/sw/source/core/edit/
H A Dedattr.cxx70 sal_Bool SwEditShell::GetCurAttr( SfxItemSet& rSet, in GetCurAttr() argument
76 rSet.InvalidateAllItems(); in GetCurAttr()
80 SfxItemSet aSet( *rSet.GetPool(), rSet.GetRanges() ); in GetCurAttr()
81 SfxItemSet *pSet = &rSet; in GetCurAttr()
104 rSet.Put(pCharFmt->GetAttrSet()); in GetCurAttr()
124 rSet.ClearItem(); in GetCurAttr()
125 rSet.InvalidateAllItems(); in GetCurAttr()
159 if( pSet != &rSet ) in GetCurAttr()
160 rSet.MergeValues( aSet ); in GetCurAttr()
/trunk/main/svx/source/table/
H A Dtablecontroller.cxx399 SfxWhichIter aIter( rSet ); in GetState()
411 rSet.DisableItem(nWhich); in GetState()
435 rSet.DisableItem(SID_TABLE_DELETE_ROW); in GetState()
439 rSet.DisableItem(SID_TABLE_DELETE_COL); in GetState()
443 rSet.DisableItem(SID_TABLE_MERGE_CELLS); in GetState()
447 rSet.DisableItem(SID_TABLE_SPLIT_CELLS); in GetState()
465 rSet.DisableItem(SID_OPTIMIZE_TABLE); in GetState()
469 rSet.DisableItem(SID_TABLE_DISTRIBUTE_ROWS); in GetState()
2014 SfxWhichIter aIter(rSet); in MergeAttrFromSelectedCells()
2288 SfxItemSet aAttr(*rSet.GetPool(), rSet.GetRanges()); in ApplyBorderAttr()
[all …]
H A Dcell.cxx133 void ItemSetChanged(const SfxItemSet& rSet);
188 void CellProperties::ItemSetChanged(const SfxItemSet& rSet ) in ItemSetChanged() argument
221 aSet.Put(rSet); in ItemSetChanged()
248 AttributeProperties::ItemSetChanged(rSet); in ItemSetChanged()
629 mpProperties->SetMergedItemSetAndBroadcast(rSet, bClearAllItems); in SetMergedItemSetAndBroadcast()
1361 const SfxItemSet& rSet = mpProperties->GetMergedItemSet(); in getPropertyState() local
1386 const SfxItemSet& rSet = mpProperties->GetMergedItemSet(); in getPropertyState() local
1387 …if( (rSet.GetItemState( SDRATTR_TABLE_BORDER_INNER, sal_False ) == SFX_ITEM_DEFAULT) && (rSet.GetI… in getPropertyState()
1394 const SfxItemSet& rSet = mpProperties->GetMergedItemSet(); in getPropertyState() local
1396 switch( rSet.GetItemState( pMap->nWID, sal_False ) ) in getPropertyState()
[all …]
/trunk/main/sw/source/ui/uiview/
H A Dview0.cxx264 void SwView::StateViewOptions(SfxItemSet &rSet) in StateViewOptions() argument
266 SfxWhichIter aIter(rSet); in StateViewOptions()
277 rSet.DisableItem(nWhich); in StateViewOptions()
286 rSet.DisableItem(nWhich); in StateViewOptions()
322 rSet.Put( aBool ); in StateViewOptions()
323 rSet.DisableItem(nWhich); in StateViewOptions()
343 rSet.DisableItem(nWhich); in StateViewOptions()
356 rSet.DisableItem( nWhich ); in StateViewOptions()
368 rSet.Put( aBool ); in StateViewOptions()
/trunk/main/basctl/source/basicide/
H A Dbaside3.cxx315 SfxWhichIter aIter(rSet); in GetState()
323 rSet.DisableItem( nWh ); in GetState()
326 rSet.DisableItem( nWh ); in GetState()
333 rSet.DisableItem( nWh ); in GetState()
342 rSet.DisableItem( nWh ); in GetState()
345 rSet.DisableItem( nWh ); in GetState()
351 rSet.DisableItem( nWh ); in GetState()
373 rSet.DisableItem( nWh ); in GetState()
418 rSet.Put( aItem ); in GetState()
428 rSet.DisableItem( nWh ); in GetState()
[all …]
/trunk/main/editeng/inc/editeng/
H A Dnumitem.hxx189 void SetPrefix(const String& rSet) { sPrefix = rSet;} in SetPrefix() argument
191 void SetSuffix(const String& rSet) { sSuffix = rSet;} in SetSuffix() argument
194 void SetCharFmtName(const String& rSet){ sCharStyleName = rSet; } in SetCharFmtName() argument
216 void SetGraphicSize(const Size& rSet) {aGraphicSize = rSet;} in SetGraphicSize() argument
/trunk/main/sw/source/core/graphic/
H A Dndgrf.cxx1178 const SwAttrSet& rSet = GetSwAttrSet(); in GetGraphicAttr() local
1182 const SwMirrorGrf & rMirror = rSet.GetMirrorGrf(); in GetGraphicAttr()
1218 const SwCropGrf& rCrop = rSet.GetCropGrf(); in GetGraphicAttr()
1224 const SwRotationGrf& rRotation = rSet.GetRotationGrf(); in GetGraphicAttr()
1227 rGA.SetLuminance( rSet.GetLuminanceGrf().GetValue() ); in GetGraphicAttr()
1228 rGA.SetContrast( rSet.GetContrastGrf().GetValue() ); in GetGraphicAttr()
1229 rGA.SetChannelR( rSet.GetChannelRGrf().GetValue() ); in GetGraphicAttr()
1230 rGA.SetChannelG( rSet.GetChannelGGrf().GetValue() ); in GetGraphicAttr()
1231 rGA.SetChannelB( rSet.GetChannelBGrf().GetValue() ); in GetGraphicAttr()
1232 rGA.SetGamma( rSet.GetGammaGrf().GetValue() ); in GetGraphicAttr()
[all …]
/trunk/main/sw/source/ui/envelp/
H A Denvfmt.cxx96 SwEnvFmtPage::SwEnvFmtPage(Window* pParent, const SfxItemSet& rSet) : in SwEnvFmtPage() argument
98 SfxTabPage(pParent, SW_RES(TP_ENV_FMT), rSet), in SwEnvFmtPage()
539 SfxTabPage* __EXPORT SwEnvFmtPage::Create(Window* pParent, const SfxItemSet& rSet) in Create() argument
541 return new SwEnvFmtPage(pParent, rSet); in Create()
547 void __EXPORT SwEnvFmtPage::ActivatePage(const SfxItemSet& rSet) in ActivatePage() argument
549 SfxItemSet aSet(rSet); in ActivatePage()
594 sal_Bool __EXPORT SwEnvFmtPage::FillItemSet(SfxItemSet& rSet) in FillItemSet() argument
597 rSet.Put(GetParent()->aEnvItem); in FillItemSet()
604 void __EXPORT SwEnvFmtPage::Reset(const SfxItemSet& rSet) in Reset() argument
606 const SwEnvItem& rItem = (const SwEnvItem&) rSet.Get(FN_ENVELOP); in Reset()
/trunk/main/svx/source/sdr/properties/
H A De3dsceneproperties.cxx91 const SfxItemSet& rSet = pObj->GetMergedItemSet(); in GetMergedItemSet() local
92 SfxWhichIter aIter(rSet); in GetMergedItemSet()
101 if(SFX_ITEM_DONTCARE == rSet.GetItemState(nWhich, sal_False)) in GetMergedItemSet()
107 mpItemSet->MergeValue(rSet.Get(nWhich), sal_True); in GetMergedItemSet()
120 void E3dSceneProperties::SetMergedItemSet(const SfxItemSet& rSet, sal_Bool bClearAllItems) in SetMergedItemSet() argument
130 SfxItemSet* pNewSet = rSet.Clone(sal_True); in SetMergedItemSet()
156 E3dProperties::SetMergedItemSet(rSet, bClearAllItems); in SetMergedItemSet()
/trunk/main/editeng/source/uno/
H A Dunoforou.cxx175 void SvxOutlinerForwarder::SetParaAttribs( sal_uInt32 nPara, const SfxItemSet& rSet ) in SetParaAttribs() argument
179 const SfxItemSet* pOldParent = rSet.GetParent(); in SetParaAttribs()
181 ((SfxItemSet*)&rSet)->SetParent( NULL ); in SetParaAttribs()
183 rOutliner.SetParaAttribs( nPara, rSet ); in SetParaAttribs()
186 ((SfxItemSet*)&rSet)->SetParent( pOldParent ); in SetParaAttribs()
229 void SvxOutlinerForwarder::QuickSetAttribs( const SfxItemSet& rSet, const ESelection& rSel ) in QuickSetAttribs() argument
232 rOutliner.QuickSetAttribs( rSet, rSel ); in QuickSetAttribs()
261 const SfxItemSet& rSet = rOutliner.GetParaAttribs( nPara ); in GetItemState() local
262 return rSet.GetItemState( nWhich ); in GetItemState()
H A Dunoipset.cxx122 …tPropertyValue( const SfxItemPropertySimpleEntry* pMap, const SfxItemSet& rSet, bool bSearchInPare… in getPropertyValue() argument
129 SfxItemPool* pPool = rSet.GetPool(); in getPropertyValue()
130 rSet.GetItemState( pMap->nWID, bSearchInParent, &pItem ); in getPropertyValue()
168 …const SfxItemPropertySimpleEntry* pMap, const uno::Any& rVal, SfxItemSet& rSet, bool bDontConvertN… in setPropertyValue() argument
176 SfxItemState eState = rSet.GetItemState( pMap->nWID, sal_True, &pItem ); in setPropertyValue()
177 SfxItemPool* pPool = rSet.GetPool(); in setPropertyValue()
214 rSet.Put( *pNewItem, pMap->nWID ); in setPropertyValue()
/trunk/main/sw/source/ui/app/
H A Ddocsh.cxx1015 void SwDocShell::GetState(SfxItemSet& rSet) in GetState() argument
1017 SfxWhichIter aIter( rSet ); in GetState()
1044 rSet.DisableItem( SID_PRINTPREVIEW ); in GetState()
1050 rSet.Put( aBool ); in GetState()
1074 rSet.DisableItem( nWhich ); in GetState()
1081 rSet.DisableItem( nWhich ); in GetState()
1091 rSet.Put( SfxBoolItem( nWhich, bState ) ); in GetState()
1097 rSet.DisableItem( nWhich ); in GetState()
1102 rSet.DisableItem( nWhich ); in GetState()
1108 rSet.Put( SfxUInt16Item( nWhich, in GetState()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dwriterhelper.cxx316 sal_uInt16 GetSetWhichFromSwDocWhich(const SfxItemSet &rSet, in GetSetWhichFromSwDocWhich() argument
319 if (RES_WHICHHINT_END < *(rSet.GetRanges())) in GetSetWhichFromSwDocWhich()
321 nWhich = TransformWhichBetweenPools(*rSet.GetPool(), in GetSetWhichFromSwDocWhich()
503 void GetPoolItems(const SfxItemSet &rSet, PoolItems &rItems, bool bExportParentItemSet ) in GetPoolItems() argument
507 sal_uInt16 nTotal = rSet.TotalCount(); in GetPoolItems()
511 … if( SFX_ITEM_SET == rSet.GetItemState( rSet.GetWhichByPos( nItem ), true, &pItem ) ) in GetPoolItems()
517 else if( rSet.Count()) in GetPoolItems()
519 SfxItemIter aIter(rSet); in GetPoolItems()
538 void ClearOverridesFromSet(const SwFmtCharFmt &rFmt, SfxItemSet &rSet) in ClearOverridesFromSet() argument
547 rSet.ClearItem(pItem->Which()); in ClearOverridesFromSet()
H A Dwriterhelper.hxx371 template<class T> const T & ItemGet(const SfxItemSet &rSet, in ItemGet() argument
374 return item_cast<T>(rSet.Get(eType)); in ItemGet()
476 template<class T> const T* HasItem(const SfxItemSet &rSet, in HasItem() argument
479 return item_cast<T>(rSet.GetItem(eType)); in HasItem()
600 void GetPoolItems(const SfxItemSet &rSet, PoolItems &rItems, bool bExportParentItemSet );
632 void ClearOverridesFromSet(const SwFmtCharFmt &rFmt, SfxItemSet &rSet);
891 sal_uInt16 GetSetWhichFromSwDocWhich(const SfxItemSet &rSet,
/trunk/main/svx/source/svdraw/
H A Dsvdocapt.cxx433 const SfxItemSet& rSet = GetObjectItemSet(); in ImpGetCaptParams() local
434 rPara.eType =((SdrCaptionTypeItem&) (rSet.Get(SDRATTR_CAPTIONTYPE ))).GetValue(); in ImpGetCaptParams()
435 rPara.bFixedAngle=((SdrCaptionFixedAngleItem&)(rSet.Get(SDRATTR_CAPTIONANGLE ))).GetValue(); in ImpGetCaptParams()
436 rPara.nAngle =((SdrCaptionAngleItem&) (rSet.Get(SDRATTR_CAPTIONFIXEDANGLE))).GetValue(); in ImpGetCaptParams()
437 rPara.nGap =((SdrCaptionGapItem&) (rSet.Get(SDRATTR_CAPTIONGAP ))).GetValue(); in ImpGetCaptParams()
438 rPara.eEscDir =((SdrCaptionEscDirItem&) (rSet.Get(SDRATTR_CAPTIONESCDIR ))).GetValue(); in ImpGetCaptParams()
439 rPara.bEscRel =((SdrCaptionEscIsRelItem&) (rSet.Get(SDRATTR_CAPTIONESCISREL ))).GetValue(); in ImpGetCaptParams()
440 rPara.nEscRel =((SdrCaptionEscRelItem&) (rSet.Get(SDRATTR_CAPTIONESCREL ))).GetValue(); in ImpGetCaptParams()
441 rPara.nEscAbs =((SdrCaptionEscAbsItem&) (rSet.Get(SDRATTR_CAPTIONESCABS ))).GetValue(); in ImpGetCaptParams()
442 rPara.nLineLen =((SdrCaptionLineLenItem&) (rSet.Get(SDRATTR_CAPTIONLINELEN ))).GetValue(); in ImpGetCaptParams()
[all …]
/trunk/main/cui/source/tabpages/
H A Dtphatch.cxx177 void SvxHatchTabPage::ActivatePage( const SfxItemSet& rSet ) in ActivatePage() argument
238 rXFSet.Put ( ( XFillColorItem& ) rSet.Get(XATTR_FILLCOLOR) ); in ActivatePage()
239 rXFSet.Put ( ( XFillBackgroundItem&)rSet.Get(XATTR_FILLBACKGROUND) ); in ActivatePage()
313 sal_Bool SvxHatchTabPage::FillItemSet( SfxItemSet& rSet ) in FillItemSet() argument
338 rSet.Put( XFillStyleItem( XFILL_HATCH ) ); in FillItemSet()
339 rSet.Put( XFillHatchItem( aString, *pXHatch ) ); in FillItemSet()
349 void SvxHatchTabPage::Reset( const SfxItemSet& rSet ) in Reset() argument
368 rXFSet.Put ( ( XFillColorItem& ) rSet.Get(XATTR_FILLCOLOR) ); in Reset()
369 rXFSet.Put ( ( XFillBackgroundItem&)rSet.Get(XATTR_FILLBACKGROUND) ); in Reset()
377 const SfxItemSet& rSet ) in Create() argument
[all …]
/trunk/main/cui/source/inc/
H A Dpage.hxx187 void InitHeadFoot_Impl( const SfxItemSet& rSet );
198 void ResetBackground_Impl( const SfxItemSet& rSet );
217 SvxPageDescPage( Window* pParent, const SfxItemSet& rSet );
223 virtual void ActivatePage( const SfxItemSet& rSet );
227 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rSet );
231 virtual void Reset( const SfxItemSet& rSet );
/trunk/main/sw/source/core/docnode/
H A Dnode.cxx150 const SfxItemSet& rSet ) in Put() argument
163 const int nRet = aNewSet.Put( rSet ); in Put()
199 const SwCntntNode& rNode, const SfxItemSet& rSet, in Put_BC() argument
218 const int nRet = aNewSet.Put_BC( rSet, pOld, pNew ); in Put_BC()
1553 sal_Bool SwCntntNode::SetAttr( const SfxItemSet& rSet ) in SetAttr() argument
1611 bRet = 0 != AttrSetHandleHelper::Put( mpAttrSet, *this, rSet ); in SetAttr()
1763 if( rSet.Count() ) in GetAttr()
1764 rSet.ClearItem(); in GetAttr()
1768 return rSet.Set( rAttrSet, sal_True ) ? sal_True : sal_False; in GetAttr()
1770 rSet.Put( rAttrSet ); in GetAttr()
[all …]
/trunk/main/starmath/source/
H A Dsmmod.cxx322 void SmModule::GetState(SfxItemSet &rSet) in GetState() argument
324 SfxWhichIter aIter(rSet); in GetState()
330 rSet.DisableItem(SID_CONFIGEVENT); in GetState()
361 void SmModule::ApplyItemSet( sal_uInt16 nId, const SfxItemSet& rSet ) in ApplyItemSet() argument
365 GetConfig()->ItemSetToConfig(rSet); in ApplyItemSet()
371 SfxTabPage* SmModule::CreateTabPage( sal_uInt16 nId, Window* pParent, const SfxItemSet& rSet ) in CreateTabPage() argument
375 pRet = SmPrintOptionsTabPage::Create( pParent, rSet ); in CreateTabPage()
/trunk/main/sw/source/ui/shells/
H A Dtextsh.cxx798 void SwTextShell::StateInsert( SfxItemSet &rSet ) in StateInsert() argument
801 SfxWhichIter aIter( rSet ); in StateInsert()
824 rSet.DisableItem( nWhich ); in StateInsert()
834 rSet.DisableItem( nWhich ); in StateInsert()
844 rSet.DisableItem( nWhich ); in StateInsert()
879 rSet.DisableItem(nWhich); in StateInsert()
931 rSet.Put(aHLinkItem); in StateInsert()
940 rSet.DisableItem(nWhich); in StateInsert()
944 rSet.DisableItem(nWhich); in StateInsert()
953 rSet.DisableItem(nWhich); in StateInsert()
[all …]
/trunk/main/sw/source/core/doc/
H A Dswstylemanager.cxx84 virtual StylePool::SfxItemSet_Pointer_t getAutomaticStyle( const SfxItemSet& rSet,
90 virtual StylePool::SfxItemSet_Pointer_t cacheAutomaticStyle( const SfxItemSet& rSet,
114 StylePool::SfxItemSet_Pointer_t SwStyleManager::getAutomaticStyle( const SfxItemSet& rSet, in getAutomaticStyle() argument
118 return rAutoPool.insertItemSet( rSet ); in getAutomaticStyle()
121 StylePool::SfxItemSet_Pointer_t SwStyleManager::cacheAutomaticStyle( const SfxItemSet& rSet, in cacheAutomaticStyle() argument
125 StylePool::SfxItemSet_Pointer_t pStyle = rAutoPool.insertItemSet( rSet ); in cacheAutomaticStyle()
/trunk/main/sw/source/ui/inc/
H A Dfrmsh.hxx40 void GetLineStyleState(SfxItemSet &rSet);
41 void StateInsert(SfxItemSet &rSet);
43 void StateStatusline(SfxItemSet &rSet);
46 void GetDrawAttrStateTextFrame(SfxItemSet &rSet);
51 void DisableStateTextFrame(SfxItemSet &rSet);
H A Ddrwbassh.hxx52 void GetDrawAttrStateForIFBX( SfxItemSet& rSet );
53 void DisableState(SfxItemSet &rSet) { Disable(rSet);} in DisableState() argument
54 sal_Bool Disable(SfxItemSet& rSet, sal_uInt16 nWhich = 0);
56 void StateStatusline(SfxItemSet &rSet);
/trunk/main/sw/source/ui/misc/
H A Ddocfnote.cxx107 const SfxItemSet &rSet ) : in SwEndNoteOptionPage() argument
108 SfxTabPage( pParent, SW_RES(bEN ? TP_ENDNOTEOPTION : TP_FOOTNOTEOPTION), rSet ), in SwEndNoteOptionPage()
286 SfxTabPage *SwEndNoteOptionPage::Create( Window *pParent, const SfxItemSet &rSet ) in Create() argument
288 return new SwEndNoteOptionPage( pParent, sal_True, rSet ); in Create()
480 SwFootNoteOptionPage::SwFootNoteOptionPage( Window *pParent, const SfxItemSet &rSet ) : in SwFootNoteOptionPage() argument
481 SwEndNoteOptionPage( pParent, sal_False, rSet ) in SwFootNoteOptionPage()
489 SfxTabPage *SwFootNoteOptionPage::Create(Window *pParent, const SfxItemSet &rSet ) in Create() argument
491 return new SwFootNoteOptionPage( pParent, rSet ); in Create()
/trunk/main/sc/source/ui/view/
H A Dcellsh2.cxx1241 SfxWhichIter aIter(rSet); in GetDBState()
1265 rSet.DisableItem( nWhich ); in GetDBState()
1276 rSet.DisableItem( nWhich ); in GetDBState()
1294 rSet.DisableItem( nWhich ); in GetDBState()
1306 rSet.DisableItem( nWhich ); in GetDBState()
1325 rSet.Put(SfxBoolItem(nWhich, bEnable)); in GetDBState()
1343 rSet.DisableItem( nWhich ); in GetDBState()
1354 rSet.DisableItem( nWhich ); in GetDBState()
1394 rSet.DisableItem( nWhich ); in GetDBState()
1402 rSet.DisableItem( nWhich ); in GetDBState()
[all …]

Completed in 741 milliseconds

12345678910>>...30