Home
last modified time | relevance | path

Searched refs:rSet (Results 151 – 175 of 731) sorted by relevance

12345678910>>...30

/trunk/main/editeng/source/rtf/
H A Dsvxrtf.cxx896 SfxItemSet &rSet = rStkType.GetAttrSet(); in _ClearStyleAttr() local
899 SfxWhichIter aIter( rSet ); in _ClearStyleAttr()
911 rSet.ClearItem( nWhich ); // loeschen in _ClearStyleAttr()
927 rSet.ClearItem( nWhich ); // loeschen in _ClearStyleAttr()
934 rSet.ClearItem( nWhich ); // loeschen in _ClearStyleAttr()
1169 if( rSet.pChildList ) in SetAttrSet()
1170 rSet.Compress( *this ); in SetAttrSet()
1171 if( rSet.aAttrSet.Count() || rSet.nStyleNo ) in SetAttrSet()
1172 SetAttrInDoc( rSet ); in SetAttrSet()
1175 if( rSet.pChildList ) in SetAttrSet()
[all …]
/trunk/main/sw/source/ui/misc/
H A Dglshell.cxx97 void lcl_GetState( SwDocShell& rSh, SfxItemSet& rSet ) in lcl_GetState() argument
99 if( SFX_ITEM_AVAILABLE >= rSet.GetItemState( SID_SAVEDOC, sal_False )) in lcl_GetState()
102 rSet.DisableItem( SID_SAVEDOC ); in lcl_GetState()
104 rSet.Put( SfxStringItem( SID_SAVEDOC, SW_RESSTR(STR_SAVE_GLOSSARY))); in lcl_GetState()
177 void SwGlosDocShell::GetState( SfxItemSet& rSet ) in GetState() argument
179 ::lcl_GetState( *this, rSet ); in GetState()
240 void SwWebGlosDocShell::GetState( SfxItemSet& rSet ) in GetState() argument
242 ::lcl_GetState( *this, rSet ); in GetState()
/trunk/main/sw/source/ui/inc/
H A Dwrap.hxx54 SwWrapDlg(Window* pParent, SfxItemSet& rSet, SwWrtShell* pSh, sal_Bool bDrawMode);
115 SwWrapTabPage(Window *pParent, const SfxItemSet &rSet);
119 void EnableModes(const SfxItemSet& rSet);
120 virtual void ActivatePage(const SfxItemSet& rSet);
133 static SfxTabPage *Create(Window *pParent, const SfxItemSet &rSet);
135 virtual sal_Bool FillItemSet(SfxItemSet &rSet);
136 virtual void Reset(const SfxItemSet &rSet);
H A Doptload.hxx77 SwLoadOptPage( Window* pParent, const SfxItemSet& rSet );
83 virtual sal_Bool FillItemSet( SfxItemSet& rSet );
84 virtual void Reset( const SfxItemSet& rSet );
93 SwCaptionOptDlg(Window* pParent, const SfxItemSet& rSet);
197 const SfxItemSet& rSet );
203 virtual sal_Bool FillItemSet( SfxItemSet& rSet );
204 virtual void Reset( const SfxItemSet& rSet );
H A Ddrwtxtsh.hxx68 void StateFontWork(SfxItemSet& rSet);
70 void GetFormTextState(SfxItemSet& rSet);
73 void StateUndo(SfxItemSet &rSet);
75 void StateClpbrd(SfxItemSet &rSet);
76 void StateInsert(SfxItemSet &rSet);
80 void StateStatusline(SfxItemSet &rSet);
H A Ddrpcps.hxx58 SwDropCapsDlg(Window *pParent, const SfxItemSet &rSet );
95 SwDropCapsPage(Window *pParent, const SfxItemSet &rSet);
99 void FillSet( SfxItemSet &rSet );
111 static SfxTabPage *Create(Window *pParent, const SfxItemSet &rSet);
114 virtual sal_Bool FillItemSet( SfxItemSet &rSet);
115 virtual void Reset (const SfxItemSet &rSet);
H A Denvlop.hxx93 …SwEnvDlg(Window* pParent, const SfxItemSet& rSet, SwWrtShell* pWrtSh, Printer* pPrt, sal_Bool bIns…
117 SwEnvPage(Window* pParent, const SfxItemSet& rSet);
134 static SfxTabPage* Create(Window* pParent, const SfxItemSet& rSet);
136 virtual void ActivatePage(const SfxItemSet& rSet);
139 virtual sal_Bool FillItemSet(SfxItemSet& rSet);
140 virtual void Reset(const SfxItemSet& rSet);
/trunk/main/sw/source/core/edit/
H A Dedsect.cxx191 void SwEditShell::SetSectionAttr( const SfxItemSet& rSet, in SetSectionAttr() argument
195 _SetSectionAttr( *pSectFmt, rSet ); in SetSectionAttr()
212 rSet ); in SetSectionAttr()
215 rSet ); in SetSectionAttr()
235 rSet ); in SetSectionAttr()
246 const SfxItemSet& rSet ) in _SetSectionAttr() argument
249 if(SFX_ITEM_SET == rSet.GetItemState(RES_CNTNT, sal_False)) in _SetSectionAttr()
251 SfxItemSet aSet(rSet); in _SetSectionAttr()
256 GetDoc()->SetAttr( rSet, rSectFmt ); in _SetSectionAttr()
/trunk/main/sc/source/ui/app/
H A Dscmod.cxx579 void ScModule::GetState( SfxItemSet& rSet ) in GetState() argument
581 SfxWhichIter aIter(rSet); in GetState()
610 rSet.Put( SfxBoolItem( nWhich, bAuto ) ); in GetState()
625 rSet.Put( SvxLanguageItem( eLang, nWhich ) ); in GetState()
636 void ScModule::HideDisabledSlots( SfxItemSet& rSet ) in HideDisabledSlots() argument
641 SfxWhichIter aIter( rSet ); in HideDisabledSlots()
646 rSet.DisableItem( nWhich ); in HideDisabledSlots()
1999 ModifyOptions( rSet ); in ApplyItemSet()
2032 pRet = (*ScTpUserListsCreate)( pParent, rSet); in CreateTabPage()
2053 pRet = (*ScTpPrintOptionsCreate)( pParent, rSet); in CreateTabPage()
[all …]
H A Dinputwin.cxx1033 rSet.Put( rFontItem, EE_CHAR_FONTINFO_CJK ); in lcl_ExtendEditFontAttribs()
1034 rSet.Put( rFontItem, EE_CHAR_FONTINFO_CTL ); in lcl_ExtendEditFontAttribs()
1036 rSet.Put( rHeightItem, EE_CHAR_FONTHEIGHT_CJK ); in lcl_ExtendEditFontAttribs()
1039 rSet.Put( rWeightItem, EE_CHAR_WEIGHT_CJK ); in lcl_ExtendEditFontAttribs()
1040 rSet.Put( rWeightItem, EE_CHAR_WEIGHT_CTL ); in lcl_ExtendEditFontAttribs()
1042 rSet.Put( rItalicItem, EE_CHAR_ITALIC_CJK ); in lcl_ExtendEditFontAttribs()
1043 rSet.Put( rItalicItem, EE_CHAR_ITALIC_CTL ); in lcl_ExtendEditFontAttribs()
1045 rSet.Put( rLangItem, EE_CHAR_LANGUAGE_CJK ); in lcl_ExtendEditFontAttribs()
1046 rSet.Put( rLangItem, EE_CHAR_LANGUAGE_CTL ); in lcl_ExtendEditFontAttribs()
1049 void lcl_ModifyRTLDefaults( SfxItemSet& rSet ) in lcl_ModifyRTLDefaults() argument
[all …]
/trunk/main/sw/source/filter/xml/
H A Dxmlexpit.cxx77 const SfxItemSet& rSet, in exportXML() argument
93 const SfxPoolItem* pItem = GetItem( rSet, pEntry->nWhichId, in exportXML()
109 rNamespaceMap, nFlags, &rSet ); in exportXML()
116 rSet ); in exportXML()
237 const SfxItemSet &rSet, in exportElementItems() argument
257 rSet, nFlags); in exportElementItems()
277 rSet.GetItemState( nWhichId, in GetItem()
289 return &rSet.GetPool()->GetDefaultItem(nWhichId); in GetItem()
307 const SfxItemSet& rSet, in exportXML() argument
314 exportXML( rExport, rExport.GetAttrList(), rSet, rUnitConverter, in exportXML()
[all …]
H A Dxmlexpit.hxx56 const SfxItemSet& rSet,
74 const SfxItemSet &rSet,
78 static const SfxPoolItem* GetItem( const SfxItemSet &rSet,
87 const SfxItemSet& rSet,
108 const SfxItemSet& rSet ) const;
116 const SfxItemSet& rSet,
/trunk/main/sfx2/source/dialog/
H A Dtabdlg.cxx294 sal_Bool SfxTabPage::FillItemSet( SfxItemSet& rSet ) in FillItemSet() argument
301 void SfxTabPage::Reset( const SfxItemSet& rSet ) in Reset() argument
303 pImpl->maItemConn.DoApplyFlags( rSet ); in Reset()
304 pImpl->maItemConn.DoReset( rSet ); in Reset()
388 const SfxItemPool* pPool = rSet.GetPool(); in GetItem()
420 else if ( rSet.GetParent() && in GetOldItem()
421 SFX_ITEM_DONTCARE == rSet.GetItemState( nWh ) ) in GetOldItem()
422 pItem = GetItem( *rSet.GetParent(), nSlot ); in GetOldItem()
444 return GetOldItem( rSet, nSlot ); in GetExchangeItem()
1112 rSet.ClearItem(); in Ok()
[all …]
/trunk/main/sw/source/core/crsr/
H A Dfindattr.cxx210 SwAttrCheckArr::SwAttrCheckArr( const SfxItemSet& rSet, int bFwd, in SwAttrCheckArr() argument
212 : aCmpSet( *rSet.GetPool(), RES_CHRATR_BEGIN, RES_TXTATR_END-1 ) in SwAttrCheckArr()
214 aCmpSet.Put( rSet, sal_False ); in SwAttrCheckArr()
262 const SfxItemSet& rSet = rTxtNd.GetSwAttrSet(); in SetNewSet() local
297 if( CmpAttr( rSet.Get( nWhich, !bNoColls ), *pItem ) ) in SetNewSet()
1002 SwAttrCheckArr aCmpArr( rSet, bSrchForward, bNoColls ); in Find()
1005 aOtherSet.Put( rSet, sal_False ); // alle Invalid-Items erhalten! in Find()
1095 SwFindParaAttr( const SfxItemSet& rSet, sal_Bool bNoCollection, in SwFindParaAttr()
1098 : bValue( bNoCollection ), pSet( &rSet ), pReplSet( pRSet ), in SwFindParaAttr()
1308 !rSet.Count() ) ) || in Find()
[all …]
/trunk/main/cui/source/tabpages/
H A Dmacroass.cxx212 sal_Bool _SfxMacroTabPage::FillItemSet( SfxItemSet& rSet ) in FillItemSet() argument
221 rSet.Put( aItem ); in FillItemSet()
242 void _SfxMacroTabPage::Reset( const SfxItemSet& rSet ) in Reset() argument
245 if( SFX_ITEM_SET == rSet.GetItemState( GetWhich( aPageRg[0] ), sal_True, &pItem )) in Reset()
249 …if( !mpImpl->bGotEvents && SFX_ITEM_SET == rSet.GetItemState( SID_EVENTCONFIG, sal_True, &pEventsI… in Reset()
457 … pParent, const ResId& rResId, const Reference< XFrame >& rxDocumentFrame, const SfxItemSet& rSet ) in SfxMacroTabPage() argument
458 : _SfxMacroTabPage( pParent, rResId, rSet ) in SfxMacroTabPage()
486 …croAssignDlg( Window* pParent, const Reference< XFrame >& rxDocumentFrame, const SfxItemSet& rSet ) in SfxMacroAssignDlg() argument
487 : SfxSingleTabDialog( pParent, rSet, 0 ) in SfxMacroAssignDlg()
489 SfxTabPage* pPage = SfxMacroTabPage::Create( this, rSet ); in SfxMacroAssignDlg()
/trunk/main/svl/inc/svl/
H A Ditemprop.hxx115 virtual sal_Bool FillItem(SfxItemSet& rSet, sal_uInt16 nWhich, sal_Bool bGetProperty) const;
123 const SfxItemSet& rSet,
127 const SfxItemSet& rSet,
133 const SfxItemSet& rSet ) const
138 SfxItemSet& rSet ) const
143 SfxItemSet& rSet ) const
149 getPropertyState(const ::rtl::OUString& rName, const SfxItemSet& rSet)const
152 getPropertyState(const SfxItemPropertySimpleEntry& rEntry, const SfxItemSet& rSet) const
/trunk/main/sc/source/ui/inc/
H A Ddrtxtob.hxx57 void StateDisableItems( SfxItemSet &rSet );
61 void GetState( SfxItemSet& rSet );
62 void GetClipState( SfxItemSet& rSet );
65 void GetAttrState( SfxItemSet& rSet );
74 void GetFormTextState(SfxItemSet& rSet);
78 void GetGlobalClipState( SfxItemSet& rSet );
/trunk/main/svx/source/svdraw/
H A Dsvdocirc.cxx173 const SfxItemSet& rSet = GetObjectItemSet(); in PaintNeedsXPolyCirc() local
177 XLineStyle eLine = ((XLineStyleItem&)(rSet.Get(XATTR_LINESTYLE))).GetValue(); in PaintNeedsXPolyCirc()
182 bNeed = ((XLineWidthItem&)(rSet.Get(XATTR_LINEWIDTH))).GetValue() != 0; in PaintNeedsXPolyCirc()
189 ((XLineStartWidthItem&)(rSet.Get(XATTR_LINESTARTWIDTH))).GetValue() != 0; in PaintNeedsXPolyCirc()
194 bNeed = ((XLineEndItem&)(rSet.Get(XATTR_LINEEND))).GetLineEndValue().count() != 0L && in PaintNeedsXPolyCirc()
195 ((XLineEndWidthItem&)(rSet.Get(XATTR_LINEENDWIDTH))).GetValue() != 0; in PaintNeedsXPolyCirc()
203 XFillStyle eFill=((XFillStyleItem&)(rSet.Get(XATTR_FILLSTYLE))).GetValue(); in PaintNeedsXPolyCirc()
1081 const SfxItemSet& rSet = GetObjectItemSet(); in ImpSetAttrToCircInfo() local
1082 SdrCircKind eNewKindA = ((SdrCircKindItem&)rSet.Get(SDRATTR_CIRCKIND)).GetValue(); in ImpSetAttrToCircInfo()
1117 const SfxItemSet& rSet = GetObjectItemSet(); in ImpSetCircInfoToAttr() local
[all …]
/trunk/main/sw/source/core/doc/
H A Dpoolfmt.cxx123 rSet.Put( rItem ); in SetAllScriptItem()
145 rSet.Put( rItem, nWhCJK ); in SetAllScriptItem()
147 rSet.Put( rItem, nWhCTL ); in SetAllScriptItem()
203 SfxItemSet& rSet, in lcl_SetHeadline() argument
213 SetAllScriptItem( rSet, aHItem ); in lcl_SetHeadline()
272 rSet.Put( aLR ); in lcl_SetRegister()
285 rSet.Put( aTStops ); in lcl_SetRegister()
292 SfxItemSet& rSet, in lcl_SetNumBul() argument
300 rSet.Put( aLR ); in lcl_SetNumBul()
301 rSet.Put( aUL ); in lcl_SetNumBul()
[all …]
/trunk/main/cui/source/options/
H A Doptgdlg.cxx189 OfaMiscTabPage::OfaMiscTabPage(Window* pParent, const SfxItemSet& rSet ) : in OfaMiscTabPage() argument
191 SfxTabPage( pParent, CUI_RES( OFA_TP_MISC ), rSet ), in OfaMiscTabPage()
334 sal_Bool OfaMiscTabPage::FillItemSet( SfxItemSet& rSet ) in FillItemSet() argument
377 PTR_CAST( SfxUInt16Item, GetOldItem( rSet, SID_ATTR_YEAR2000 ) ); in FillItemSet()
382 rSet.Put( SfxUInt16Item( SID_ATTR_YEAR2000, nNum ) ); in FillItemSet()
390 void OfaMiscTabPage::Reset( const SfxItemSet& rSet ) in Reset() argument
658 SfxTabPage( pParent, CUI_RES( OFA_TP_VIEW ), rSet ), in OfaViewTabPage()
1187 SfxTabPage( pParent, CUI_RES( OFA_TP_LANGUAGES ), rSet ), in OfaLanguagesTabPage()
1402 sal_Bool OfaLanguagesTabPage::FillItemSet( SfxItemSet& rSet ) in FillItemSet() argument
1496 rSet.Put( SfxBoolItem( SID_OPT_LOCALE_CHANGED, sal_True ) ); in FillItemSet()
[all …]
H A Doptfltr.hxx51 OfaMSFilterTabPage( Window* pParent, const SfxItemSet& rSet );
60 virtual sal_Bool FillItemSet( SfxItemSet& rSet );
61 virtual void Reset( const SfxItemSet& rSet );
94 OfaMSFilterTabPage2( Window* pParent, const SfxItemSet& rSet );
104 virtual sal_Bool FillItemSet( SfxItemSet& rSet );
105 virtual void Reset( const SfxItemSet& rSet );
/trunk/main/sw/source/ui/shells/
H A Dlistsh.cxx247 void SwListShell::GetState(SfxItemSet &rSet) in GetState() argument
249 SfxWhichIter aIter( rSet ); in GetState()
258 rSet.Put(SfxBoolItem(nWhich, GetShell().IsNoNum(sal_False))); in GetState()
263 rSet.DisableItem(nWhich); in GetState()
271 rSet.DisableItem(nWhich); in GetState()
276 rSet.DisableItem(nWhich); in GetState()
282 rSet.DisableItem(nWhich); in GetState()
/trunk/main/svx/inc/svx/
H A Dsvdsob.hxx106 friend inline SvStream& operator<<(SvStream& rOut, const SetOfByte& rSet);
107 friend inline SvStream& operator>>(SvStream& rIn, SetOfByte& rSet);
116 inline SvStream& operator<<(SvStream& rOut, const SetOfByte& rSet) in operator <<() argument
118 rOut.Write((char*)rSet.aData,32); in operator <<()
122 inline SvStream& operator>>(SvStream& rIn, SetOfByte& rSet) in operator >>() argument
124 rIn.Read((char*)rSet.aData,32); in operator >>()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx2117 if (rSet.GetAttrSet().Count()) in UncompressableStackEntry()
2144 sal_uLong nSNd = rSet.GetSttNodeIdx(), nENd = rSet.GetEndNodeIdx(); in SetAttrInDoc()
2145 xub_StrLen nSCnt = rSet.GetSttCnt(), nECnt = rSet.GetEndCnt(); in SetAttrInDoc()
2171 if( rSet.StyleNo() ) in SetAttrInDoc()
2183 if (rSet.GetAttrSet().Count() ) in SetAttrInDoc()
2222 if (rSet.GetAttrSet().Count()) in SetAttrInDoc()
2225 SetSwgValues(rSet.GetAttrSet()); in SetAttrInDoc()
3805 void SwRTFParser::SetSwgValues( SfxItemSet& rSet ) in SetSwgValues() argument
3829 rSet.Put( aEsc ); in SetSwgValues()
3860 rSet.Put( aTStop ); in SetSwgValues()
[all …]
/trunk/main/sw/inc/
H A Dtox.hxx526 void SetTOXName(const String& rSet) {aName = rSet;} in SetTOXName() argument
545 void SetMainEntryCharStyle(const String& rSet) {sMainEntryCharStyle = rSet;} in SetMainEntryCharStyle() argument
569 void SetStyleNames(const String& rSet, sal_uInt16 nLevel) in SetStyleNames() argument
572 aStyleNames[nLevel] = rSet; in SetStyleNames()
587 void SetSequenceName(const String& rSet) {sSequenceName = rSet;} in SetSequenceName() argument
601 void SetSortAlgorithm(const String& rSet) {sSortAlgorithm = rSet;} in SetSortAlgorithm() argument

Completed in 223 milliseconds

12345678910>>...30