Home
last modified time | relevance | path

Searched refs:rSet (Results 201 – 225 of 731) sorted by relevance

12345678910>>...30

/trunk/main/sw/source/ui/envelp/
H A Dlabprt.hxx57 SwLabPrtPage(Window* pParent, const SfxItemSet& rSet);
70 static SfxTabPage* Create(Window* pParent, const SfxItemSet& rSet);
72 virtual void ActivatePage(const SfxItemSet& rSet);
75 virtual sal_Bool FillItemSet(SfxItemSet& rSet);
76 virtual void Reset(const SfxItemSet& rSet);
H A Denvprt.hxx62 SwEnvPrtPage(Window* pParent, const SfxItemSet& rSet);
77 static SfxTabPage* Create(Window* pParent, const SfxItemSet& rSet);
79 virtual void ActivatePage(const SfxItemSet& rSet);
82 virtual sal_Bool FillItemSet(SfxItemSet& rSet);
83 virtual void Reset(const SfxItemSet& rSet);
H A Denvfmt.hxx78 SwEnvFmtPage(Window* pParent, const SfxItemSet& rSet);
97 static SfxTabPage* Create(Window* pParent, const SfxItemSet& rSet);
99 virtual void ActivatePage(const SfxItemSet& rSet);
102 virtual sal_Bool FillItemSet(SfxItemSet& rSet);
103 virtual void Reset(const SfxItemSet& rSet);
/trunk/main/sw/source/ui/inc/
H A Dpgfnote.hxx48 static SfxTabPage *Create(Window *pParent, const SfxItemSet &rSet);
51 virtual sal_Bool FillItemSet(SfxItemSet &rSet);
52 virtual void Reset(const SfxItemSet &rSet);
55 SwFootNotePage(Window *pParent, const SfxItemSet &rSet);
84 virtual void ActivatePage( const SfxItemSet& rSet );
H A Duitool.hxx48 SW_DLLPUBLIC void PrepareBoxInfo(SfxItemSet& rSet, const SwWrtShell& rSh);
51 void ItemSetToPageDesc( const SfxItemSet& rSet, SwPageDesc& rPageDesc );
52 void PageDescToItemSet( const SwPageDesc& rPageDesc, SfxItemSet& rSet);
66 void SwToSfxPageDescAttr( SfxItemSet& rSet );
67 void SfxToSwPageDescAttr( const SwWrtShell& rShell, SfxItemSet& rSet );
H A Dbasesh.hxx99 void StateStatusLine(SfxItemSet &rSet);
101 void GetTxtFontCtrlState(SfxItemSet& rSet);
102 void GetTxtCtrlState(SfxItemSet& rSet);
103 void GetBorderState(SfxItemSet &rSet);
104 void GetBckColState(SfxItemSet &rSet);
/trunk/main/svx/source/sdr/properties/
H A Dgroupproperties.cxx95 const SfxItemSet& rSet = pSub->GetObj(a)->GetMergedItemSet(); in GetMergedItemSet() local
96 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()
119 void GroupProperties::SetMergedItemSet(const SfxItemSet& rSet, sal_Bool bClearAllItems) in SetMergedItemSet() argument
132 pObj->SetMergedItemSet(rSet, bClearAllItems); in SetMergedItemSet()
/trunk/main/cui/source/options/
H A Doptmemory.cxx121 OfaMemoryOptionsPage::OfaMemoryOptionsPage(Window* pParent, const SfxItemSet& rSet ) : in OfaMemoryOptionsPage() argument
123 SfxTabPage( pParent, CUI_RES( OFA_TP_MEMORY ), rSet ), in OfaMemoryOptionsPage()
178 sal_Bool OfaMemoryOptionsPage::FillItemSet( SfxItemSet& rSet ) in FillItemSet() argument
209 rSet.Put(SfxBoolItem(SID_ATTR_QUICKLAUNCHER, aQuickLaunchCB.IsChecked())); in FillItemSet()
218 void OfaMemoryOptionsPage::Reset( const SfxItemSet& rSet ) in Reset() argument
241 SfxItemState eState = rSet.GetItemState( SID_ATTR_QUICKLAUNCHER, sal_False, &pItem ); in Reset()
H A Doptsave.cxx356 sal_Bool SfxSaveTabPage::FillItemSet( SfxItemSet& rSet ) in FillItemSet() argument
376 rSet.Put( SfxBoolItem( GetWhich( SID_ATTR_DOCINFO ), in FillItemSet()
383 rSet.Put( SfxBoolItem( GetWhich( SID_ATTR_BACKUP ), in FillItemSet()
390 rSet.Put( SfxBoolItem( GetWhich( SID_ATTR_ODFENCRYPTION ), aODFEncryptionCB.IsChecked() ) ); in FillItemSet()
396rSet.Put( SfxBoolItem( GetWhich( SID_ATTR_PRETTYPRINTING ), !aSizeOptimizationCB.IsChecked() ) ); in FillItemSet()
402 rSet.Put( SfxBoolItem( GetWhich( SID_ATTR_AUTOSAVE ), in FillItemSet()
408 rSet.Put( SfxBoolItem( GetWhich( SID_ATTR_WARNALIENFORMAT ), in FillItemSet()
415 rSet.Put( SfxUInt16Item( GetWhich( SID_ATTR_AUTOSAVEMINUTE ), in FillItemSet()
422 rSet.Put( SfxBoolItem( GetWhich( SID_SAVEREL_FSYS ), in FillItemSet()
429 rSet.Put( SfxBoolItem( GetWhich( SID_SAVEREL_INET ), in FillItemSet()
/trunk/main/svx/source/svdraw/
H A Dsvdetc.cxx497 FASTBOOL GetDraftFillColor(const SfxItemSet& rSet, Color& rCol) in GetDraftFillColor() argument
499 XFillStyle eFill=((XFillStyleItem&)rSet.Get(XATTR_FILLSTYLE)).GetValue(); in GetDraftFillColor()
506 rCol = ((XFillColorItem&)rSet.Get(XATTR_FILLCOLOR)).GetColorValue(); in GetDraftFillColor()
513 Color aCol1(((XFillHatchItem&)rSet.Get(XATTR_FILLHATCH)).GetHatchValue().GetColor()); in GetDraftFillColor()
517 …sal_Bool bFillHatchBackground = ((const XFillBackgroundItem&)(rSet.Get(XATTR_FILLBACKGROUND))).Get… in GetDraftFillColor()
520 aCol2 = ((const XFillColorItem&)(rSet.Get(XATTR_FILLCOLOR))).GetColorValue(); in GetDraftFillColor()
530 const XGradient& rGrad=((XFillGradientItem&)rSet.Get(XATTR_FILLGRADIENT)).GetGradientValue(); in GetDraftFillColor()
541 …Bitmap aBitmap(((XFillBitmapItem&)rSet.Get(XATTR_FILLBITMAP)).GetGraphicObject().GetGraphic().GetB… in GetDraftFillColor()
693 sal_Bool SearchOutlinerItems(const SfxItemSet& rSet, sal_Bool bInklDefaults, sal_Bool* pbOnlyEE) in SearchOutlinerItems() argument
698 SfxWhichIter aIter(rSet); in SearchOutlinerItems()
[all …]
/trunk/main/editeng/inc/editeng/
H A Dsvxrtf.hxx266 void SetAttrSet( SvxRTFItemStackType &rSet );
284 RTF_CharTypeDef eType, SfxItemSet& rSet, SfxPoolItem& rItem );
305 void ReadTabAttr( int nToken, SfxItemSet& rSet );
323 virtual void SetAttrInDoc( SvxRTFItemStackType &rSet );
395 void ReadBorderAttr( int nToken, SfxItemSet& rSet, int bTableDef=sal_False );
396 void ReadBackgroundAttr( int nToken, SfxItemSet& rSet, int bTableDef=sal_False );
404 virtual bool UncompressableStackEntry(const SvxRTFItemStackType &rSet) const;
/trunk/main/cui/source/dialogs/
H A Dzoom.cxx172 rSet ( rCoreSet ), in SvxZoomDialog()
235 const SfxPoolItem& rItem = rSet.Get( rSet.GetPool()->GetWhich( SID_ATTR_ZOOM ) ); in SvxZoomDialog()
279 if ( SFX_ITEM_SET == rSet.GetItemState( SID_ATTR_VIEWLAYOUT, sal_False, &pViewLayoutItem ) ) in SvxZoomDialog()
432 SvxZoomItem aZoomItem( SVX_ZOOM_PERCENT, 0, rSet.GetPool()->GetWhich( SID_ATTR_ZOOM ) ); in IMPL_LINK()
433 SvxViewLayoutItem aViewLayoutItem( 0, false, rSet.GetPool()->GetWhich( SID_ATTR_VIEWLAYOUT ) ); in IMPL_LINK()
472 pOutSet = new SfxItemSet( rSet ); in IMPL_LINK()
/trunk/main/sw/source/ui/misc/
H A Dimpfnote.hxx95 const SfxItemSet &rSet );
98 static SfxTabPage *Create(Window *pParent, const SfxItemSet &rSet);
99 virtual sal_Bool FillItemSet(SfxItemSet &rSet);
107 SwFootNoteOptionPage( Window *pParent, const SfxItemSet &rSet );
111 static SfxTabPage *Create(Window *pParent, const SfxItemSet &rSet);
/trunk/main/sc/source/core/data/
H A Ddocumen8.cxx235 SfxItemSet& rSet = rStyleSheet.GetItemSet(); in ModifyStyleSheet() local
241 const sal_uInt16 nOldScale = GET_SCALEVALUE(rSet,ATTR_PAGE_SCALE); in ModifyStyleSheet()
243 rSet.Put( rChanges ); in ModifyStyleSheet()
263 rSet, rChanges ) ) in ModifyStyleSheet()
271 ((const SfxUInt32Item*)&rSet.Get( in ModifyStyleSheet()
295 rSet.Put( *pItem ); in ModifyStyleSheet()
297 rSet.ClearItem( nWhich ); in ModifyStyleSheet()
302 rSet.Put( in ModifyStyleSheet()
573 SfxItemSet& rSet = pStyle->GetItemSet(); in IdleCalcTextWidth() local
574 if ( GET_SCALEVALUE( rSet, ATTR_PAGE_SCALETOPAGES ) == 0 ) in IdleCalcTextWidth()
[all …]
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx717 rSet.Put( SfxDocumentInfoItem( *pInfo ) ); in FillItemSet()
728 void SfxDocumentDescPage::Reset(const SfxItemSet &rSet) in Reset() argument
962 sal_Bool SfxDocumentPage::FillItemSet( SfxItemSet& rSet ) in FillItemSet() argument
992 rSet.Put( SfxDocumentInfoItem( *pInfoItem ) ); in FillItemSet()
1013 rSet.Put( newItem ); in FillItemSet()
1035 void SfxDocumentPage::Reset( const SfxItemSet& rSet ) in Reset() argument
1039 &(const SfxDocumentInfoItem &)rSet.Get(SID_DOCINFO); in Reset()
1358 sal_Bool SfxInternetPage::FillItemSet( SfxItemSet& rSet ) in FillItemSet() argument
1417 rSet.Put( *pInfo ); in FillItemSet()
1432 void SfxInternetPage::Reset( const SfxItemSet& rSet ) in Reset() argument
[all …]
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx213 const SfxItemSet& rSet ) : in OfaAutocorrOptionsPage() argument
245 const SfxItemSet& rSet) in Create() argument
247 return new OfaAutocorrOptionsPage(pParent, rSet); in Create()
456 const SfxItemSet& rSet ) : in OfaSwAutoFmtOptionsPage() argument
987 const SfxItemSet& rSet ) : in OfaAutocorrReplacePage() argument
1049 const SfxItemSet& rSet) in Create() argument
1582 const SfxItemSet& rSet ) : in OfaAutocorrExceptPage() argument
1643 const SfxItemSet& rSet) in Create() argument
2411 const SfxItemSet& rSet ) in OfaAutoCompleteTabPage() argument
2461 const SfxItemSet& rSet) in Create() argument
[all …]
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx1639 pImpEditEngine->SetParaAttribs( nPara, rSet ); in SetParaAttribs()
1958 pImpEditEngine->SetAttribs( aSel, rSet ); in QuickSetAttribs()
2659 SetFontInfoInItemSet( rSet, aSvxFont ); in SetFontInfoInItemSet()
2665 rSet.Put( SvxLanguageItem( rFont.GetLanguage(), EE_CHAR_LANGUAGE ) ); in SetFontInfoInItemSet()
2668 rSet.Put( SvxCharScaleWidthItem( 100, EE_CHAR_FONTWIDTH ) ); in SetFontInfoInItemSet()
2669 rSet.Put( SvxShadowedItem( rFont.IsShadow(), EE_CHAR_SHADOW ) ); in SetFontInfoInItemSet()
2671 rSet.Put( SvxWeightItem( rFont.GetWeight(), EE_CHAR_WEIGHT ) ); in SetFontInfoInItemSet()
2672 rSet.Put( SvxColorItem( rFont.GetColor(), EE_CHAR_COLOR ) ); in SetFontInfoInItemSet()
2676 rSet.Put( SvxPostureItem( rFont.GetItalic(), EE_CHAR_ITALIC ) ); in SetFontInfoInItemSet()
2677 rSet.Put( SvxContourItem( rFont.IsOutline(), EE_CHAR_OUTLINE ) ); in SetFontInfoInItemSet()
[all …]
/trunk/main/svx/inc/svx/
H A Dsvdpagv.hxx238 void SetVisibleLayers(const SetOfByte& rSet) { aLayerVisi=rSet; InvalidateAllWin(); } in SetVisibleLayers() argument
240 void SetPrintableLayers(const SetOfByte& rSet) { aLayerPrn=rSet; } in SetPrintableLayers() argument
242 void SetLockedLayers(const SetOfByte& rSet) { aLayerLock=rSet; } in SetLockedLayers() argument
/trunk/main/sd/source/ui/func/
H A Dfuhhconv.cxx190 SfxItemSet& rSet = pStyle->GetItemSet(); in ConvertStyles() local
194 if( !bHasParent || rSet.GetItemState( EE_CHAR_LANGUAGE_CJK, sal_False ) == SFX_ITEM_SET ) in ConvertStyles()
195 rSet.Put( SvxLanguageItem( nTargetLanguage, EE_CHAR_LANGUAGE_CJK ) ); in ConvertStyles()
198 ( !bHasParent || rSet.GetItemState( EE_CHAR_FONTINFO_CJK, sal_False ) == SFX_ITEM_SET ) ) in ConvertStyles()
201 SvxFontItem aFontItem( (SvxFontItem&) rSet.Get( EE_CHAR_FONTINFO_CJK ) ); in ConvertStyles()
207 rSet.Put( aFontItem ); in ConvertStyles()
/trunk/main/sfx2/source/view/
H A Dviewfrm2.cxx392 void SfxViewFrame::GetState_Impl( SfxItemSet &rSet ) in GetState_Impl() argument
399 const sal_uInt16 *pRanges = rSet.GetRanges(); in GetState_Impl()
413 rSet.Put( SfxStringItem( nWhich, aFact ) ); in GetState_Impl()
419 rSet.DisableItem(nWhich); in GetState_Impl()
427 rSet.DisableItem(nWhich); in GetState_Impl()
439 rSet.Put( SfxUnoAnyItem( sal_uInt16( SID_OBJECT ), aAny ) ); in GetState_Impl()
442 rSet.DisableItem( SID_OBJECT ); in GetState_Impl()
/trunk/main/toolkit/workben/layout/
H A Dzoom.cxx281 rSet ( rCoreSet ), in SvxZoomDialog()
343 const SfxPoolItem& rItem = rSet.Get( rSet.GetPool()->GetWhich( SID_ATTR_ZOOM ) ); in SvxZoomDialog()
387 if ( SFX_ITEM_SET == rSet.GetItemState( SID_ATTR_VIEWLAYOUT, FALSE, &pViewLayoutItem ) ) in SvxZoomDialog()
555 SvxZoomItem aZoomItem( SVX_ZOOM_PERCENT, 0, rSet.GetPool()->GetWhich( SID_ATTR_ZOOM ) ); in IMPL_LINK()
556 … SvxViewLayoutItem aViewLayoutItem( 0, false, rSet.GetPool()->GetWhich( SID_ATTR_VIEWLAYOUT ) ); in IMPL_LINK()
597 pOutSet = new SfxItemSet( rSet ); in IMPL_LINK()
/trunk/main/dbaccess/source/ui/dlg/
H A DTextConnectionHelper.cxx474 sal_Bool OTextConnectionHelper::FillItemSet( SfxItemSet& rSet, const sal_Bool _bChangedSomething ) in FillItemSet() argument
483 rSet.Put( SfxStringItem( DSID_TEXTFILEEXTENSION, sExtension ) ); in FillItemSet()
492 rSet.Put(SfxBoolItem(DSID_TEXTFILEHEADER, m_aRowHeader.IsChecked())); in FillItemSet()
501rSet.Put( SfxStringItem(DSID_FIELDDELIMITER, GetSeparator( m_aFieldSeparator, m_aFieldSeparatorLis… in FillItemSet()
506rSet.Put( SfxStringItem(DSID_TEXTDELIMITER, GetSeparator( m_aTextSeparator, m_aTextSeparatorList) … in FillItemSet()
512 rSet.Put( SfxStringItem(DSID_DECIMALDELIMITER, m_aDecimalSeparator.GetText().Copy(0, 1) ) ); in FillItemSet()
517rSet.Put( SfxStringItem(DSID_THOUSANDSDELIMITER, m_aThousandsSeparator.GetText().Copy(0,1) ) ); in FillItemSet()
524 if ( m_aCharSet.StoreSelectedCharSet( rSet, DSID_CHARSET ) ) in FillItemSet()
/trunk/main/sal/qa/rtl/textenc/
H A Drtl_textcvt.cxx46 void testSingleByteCharSet(SingleByteCharSet const & rSet) { in testSingleByteCharSet() argument
51 if (rSet.m_aMap[i] != 0xFFFF) { in testSingleByteCharSet()
57 = rtl_createTextToUnicodeConverter(rSet.m_nEncoding); in testSingleByteCharSet()
78 if (rSet.m_aMap[i] != 0xFFFF && aUnicode[j++] != rSet.m_aMap[i]) { in testSingleByteCharSet()
85 if (rSet.m_nEncoding == RTL_TEXTENCODING_ASCII_US) { in testSingleByteCharSet()
90 = rtl_createUnicodeToTextConverter(rSet.m_nEncoding); in testSingleByteCharSet()
110 if (rSet.m_aMap[i] != 0xFFFF in testSingleByteCharSet()
120 if (rSet.m_aMap[i] == 0xFFFF) { in testSingleByteCharSet()
123 = rtl_createTextToUnicodeConverter(rSet.m_nEncoding); in testSingleByteCharSet()
/trunk/main/sd/source/core/
H A Dstlsheet.cxx589 void SdStyleSheet::AdjustToFontHeight(SfxItemSet& rSet, sal_Bool bOnlyMissingItems) in AdjustToFontHeight() argument
604 rSet.GetItemState(EE_CHAR_FONTHEIGHT) == SFX_ITEM_SET) in AdjustToFontHeight()
610 if (rSet.GetItemState(EE_PARA_BULLET) != SFX_ITEM_SET || !bOnlyMissingItems) in AdjustToFontHeight()
616 rSet.Put(aNewBItem); in AdjustToFontHeight()
619 if (rSet.GetItemState(EE_PARA_LRSPACE) != SFX_ITEM_SET || !bOnlyMissingItems) in AdjustToFontHeight()
627 rSet.Put(aNewLRItem); in AdjustToFontHeight()
630 if (rSet.GetItemState(EE_PARA_ULSPACE) != SFX_ITEM_SET || !bOnlyMissingItems) in AdjustToFontHeight()
638 rSet.Put(aNewULItem); in AdjustToFontHeight()
1300 const SfxItemSet& rSet = GetItemSet(); in getPropertyState() local
1302 if( rSet.GetItemState( XATTR_FILLBMP_STRETCH, false ) == SFX_ITEM_SET || in getPropertyState()
[all …]
/trunk/main/starmath/source/
H A Ddocument.cxx1208 void SmDocShell::GetState(SfxItemSet &rSet) in GetState() argument
1212 SfxWhichIter aIter(rSet); in GetState()
1223 rSet.DisableItem(SID_DOCTEMPLATE); in GetState()
1231 rSet.Put(SfxBoolItem(SID_AUTO_REDRAW, bRedraw)); in GetState()
1240 rSet.Put(SfxStringItem(SID_MODIFYSTATUS, String(cMod))); in GetState()
1245 rSet.Put(SfxStringItem(SID_TEXT, GetText())); in GetState()
1253 rSet.Put(SfxInt16Item(SID_GAPHIC_SM, nModifyCount)); in GetState()
1261 pFrm->GetSlotState( nWh, NULL, &rSet ); in GetState()
1263 rSet.DisableItem( nWh ); in GetState()
1295 rSet.Put( aItem ); in GetState()
[all …]

Completed in 179 milliseconds

12345678910>>...30