Home
last modified time | relevance | path

Searched refs:rSet (Results 1 – 25 of 725) sorted by relevance

12345678910>>...29

/AOO41X/main/sd/source/ui/view/
H A Ddrviews7.cxx212 void DrawViewShell::GetDrawAttrState(SfxItemSet& rSet) in GetDrawAttrState() argument
215 rSet.Put(aSet,sal_False); in GetDrawAttrState()
227 void DrawViewShell::GetMenuState( SfxItemSet &rSet ) in GetMenuState() argument
237 ViewShell::GetMenuState(rSet); in GetMenuState()
242 rSet.DisableItem( SID_DRAW_FONTWORK_VERTICAL ); in GetMenuState()
243 rSet.DisableItem( SID_DRAW_CAPTION_VERTICAL ); in GetMenuState()
244 rSet.DisableItem( SID_TEXT_FITTOSIZE_VERTICAL ); in GetMenuState()
245 rSet.DisableItem( SID_DRAW_TEXT_VERTICAL ); in GetMenuState()
254 FuFormatPaintBrush::GetMenuState( *this, rSet ); in GetMenuState()
257 SetChildWindowState( rSet ); in GetMenuState()
[all …]
H A Ddrviewsj.cxx75 void DrawViewShell::GetMenuStateSel( SfxItemSet &rSet ) in GetMenuStateSel() argument
85 if( SFX_ITEM_AVAILABLE == rSet.GetItemState( SID_BEZIER_EDIT ) || in GetMenuStateSel()
86 SFX_ITEM_AVAILABLE == rSet.GetItemState( SID_UNGROUP ) || in GetMenuStateSel()
87 SFX_ITEM_AVAILABLE == rSet.GetItemState( SID_ENTER_GROUP ) || in GetMenuStateSel()
88 SFX_ITEM_AVAILABLE == rSet.GetItemState( SID_NAME_GROUP ) || in GetMenuStateSel()
91 SFX_ITEM_AVAILABLE == rSet.GetItemState( SID_OBJECT_TITLE_DESCRIPTION ) || in GetMenuStateSel()
93 SFX_ITEM_AVAILABLE == rSet.GetItemState( SID_ATTR_FILL_STYLE ) || in GetMenuStateSel()
94 SFX_ITEM_AVAILABLE == rSet.GetItemState( SID_ATTR_FILL_TRANSPARENCE ) || in GetMenuStateSel()
95 SFX_ITEM_AVAILABLE == rSet.GetItemState( SID_ATTR_FILL_FLOATTRANSPARENCE ) || in GetMenuStateSel()
96 SFX_ITEM_AVAILABLE == rSet.GetItemState( SID_CHANGEBEZIER ) || in GetMenuStateSel()
[all …]
H A Ddrviewsf.cxx97 void DrawViewShell::GetCtrlState(SfxItemSet &rSet) in GetCtrlState() argument
99 if (rSet.GetItemState(SID_RELOAD) != SFX_ITEM_UNKNOWN) in GetCtrlState()
102 GetViewFrame()->GetSlotState (SID_RELOAD, NULL, &rSet); in GetCtrlState()
105 if (SFX_ITEM_AVAILABLE == rSet.GetItemState(SID_HYPERLINK_GETLINK)) in GetCtrlState()
206 rSet.Put(aHLinkItem); in GetCtrlState()
208 rSet.Put( SfxBoolItem( SID_READONLY_MODE, mbReadOnly ) ); in GetCtrlState()
211 if( SFX_ITEM_AVAILABLE == rSet.GetItemState( SID_OUTPUT_QUALITY_COLOR ) || in GetCtrlState()
212 SFX_ITEM_AVAILABLE == rSet.GetItemState( SID_OUTPUT_QUALITY_GRAYSCALE ) || in GetCtrlState()
213 SFX_ITEM_AVAILABLE == rSet.GetItemState( SID_OUTPUT_QUALITY_BLACKWHITE ) || in GetCtrlState()
214 SFX_ITEM_AVAILABLE == rSet.GetItemState( SID_OUTPUT_QUALITY_CONTRAST ) ) in GetCtrlState()
[all …]
H A Ddrtxtob.cxx157 void TextObjectBar::GetCharState( SfxItemSet& rSet ) in GetCharState() argument
165 rSet.Put(aNewAttr, sal_False); in GetCharState()
169 rSet.Put(aKern); in GetCharState()
174 rSet.InvalidateItem(EE_CHAR_KERNING); in GetCharState()
184 void TextObjectBar::GetAttrState( SfxItemSet& rSet ) in GetAttrState() argument
186 SfxWhichIter aIter( rSet ); in GetAttrState()
253 rSet.Put( SfxTemplateItem( nWhich, pStyleSheet->GetName() ) ); in GetAttrState()
256 rSet.Put( SfxTemplateItem( nWhich, String() ) ); in GetAttrState()
358 rSet.DisableItem(SID_OUTLINE_LEFT); in GetAttrState()
360 rSet.DisableItem(SID_OUTLINE_RIGHT); in GetAttrState()
[all …]
H A Ddrbezob.cxx120 void BezierObjectBar::GetAttrState(SfxItemSet& rSet) in GetAttrState() argument
124 rSet.Put(aAttrSet, sal_False); // <- sal_False, damit DontCare-Status uebernommen wird in GetAttrState()
133 rSet.Put(SfxBoolItem(nEditMode, sal_True)); in GetAttrState()
138 rSet.Put(SfxBoolItem(nEditMode, sal_True)); in GetAttrState()
145 rSet.DisableItem(SID_BEZIER_MOVE); in GetAttrState()
146 rSet.DisableItem(SID_BEZIER_INSERT); in GetAttrState()
148 rSet.DisableItem(SID_BEZIER_DELETE); in GetAttrState()
149 rSet.DisableItem(SID_BEZIER_CUTLINE); in GetAttrState()
150 rSet.DisableItem(SID_BEZIER_CONVERT); in GetAttrState()
152 rSet.DisableItem(SID_BEZIER_EDGE); in GetAttrState()
[all …]
H A Doutlnvsh.cxx436 void OutlineViewShell::GetCtrlState(SfxItemSet &rSet) in GetCtrlState() argument
438 if (SFX_ITEM_AVAILABLE == rSet.GetItemState(SID_HYPERLINK_GETLINK)) in GetCtrlState()
461 rSet.Put(aHLinkItem); in GetCtrlState()
463 rSet.Put( SfxBoolItem( SID_READONLY_MODE, GetDocSh()->IsReadOnly() ) ); in GetCtrlState()
465 if ( SFX_ITEM_AVAILABLE == rSet.GetItemState(SID_MAIL_SCROLLBODY_PAGEDOWN) ) in GetCtrlState()
466 rSet.Put( SfxBoolItem( SID_MAIL_SCROLLBODY_PAGEDOWN, sal_True ) ); in GetCtrlState()
468 if ( SFX_ITEM_AVAILABLE == rSet.GetItemState(SID_TRANSLITERATE_HALFWIDTH) || in GetCtrlState()
469 SFX_ITEM_AVAILABLE == rSet.GetItemState(SID_TRANSLITERATE_FULLWIDTH) || in GetCtrlState()
470 SFX_ITEM_AVAILABLE == rSet.GetItemState(SID_TRANSLITERATE_HIRAGANA) || in GetCtrlState()
471 SFX_ITEM_AVAILABLE == rSet.GetItemState(SID_TRANSLITERATE_KATAGANA) ) in GetCtrlState()
[all …]
H A Ddrviews6.cxx109 const SfxItemSet& rSet = *rReq.GetArgs(); in ExecFormText() local
114 mpDrawView->SetAttributes(rSet); in ExecFormText()
124 void DrawViewShell::GetFormTextState(SfxItemSet& rSet) in GetFormTextState() argument
151 rSet.DisableItem(XATTR_FORMTXTSTYLE); in GetFormTextState()
152 rSet.DisableItem(XATTR_FORMTXTADJUST); in GetFormTextState()
153 rSet.DisableItem(XATTR_FORMTXTDISTANCE); in GetFormTextState()
154 rSet.DisableItem(XATTR_FORMTXTSTART); in GetFormTextState()
155 rSet.DisableItem(XATTR_FORMTXTMIRROR); in GetFormTextState()
156 rSet.DisableItem(XATTR_FORMTXTHIDEFORM); in GetFormTextState()
157 rSet.DisableItem(XATTR_FORMTXTOUTLINE); in GetFormTextState()
[all …]
/AOO41X/main/vcl/source/app/
H A Dsettings.cxx100 MachineSettings::MachineSettings( const MachineSettings& rSet ) in MachineSettings() argument
102 DBG_ASSERT( rSet.mpData->mnRefCount < 0xFFFFFFFE, "MachineSettings: RefCount overflow" ); in MachineSettings()
105 mpData = rSet.mpData; in MachineSettings()
122 const MachineSettings& MachineSettings::operator =( const MachineSettings& rSet ) in operator =() argument
124 DBG_ASSERT( rSet.mpData->mnRefCount < 0xFFFFFFFE, "MachineSettings: RefCount overflow" ); in operator =()
127 rSet.mpData->mnRefCount++; in operator =()
135 mpData = rSet.mpData; in operator =()
154 sal_Bool MachineSettings::operator ==( const MachineSettings& rSet ) const in operator ==()
156 if ( mpData == rSet.mpData ) in operator ==()
159 if ( (mpData->mnOptions == rSet.mpData->mnOptions) && in operator ==()
[all …]
/AOO41X/main/sc/source/ui/drawfunc/
H A Ddrawsh2.cxx95 void ScDrawShell::GetState( SfxItemSet& rSet ) // Zustaende / Toggles in GetState() argument
100 rSet.Put( SfxBoolItem( SID_OBJECT_ROTATE, eMode == SDRDRAG_ROTATE ) ); in GetState()
101 rSet.Put( SfxBoolItem( SID_OBJECT_MIRROR, eMode == SDRDRAG_MIRROR ) ); in GetState()
102 rSet.Put( SfxBoolItem( SID_BEZIER_EDIT, !pView->IsFrameDragSingles() ) ); in GetState()
106 rSet.Put(SfxBoolItem(SID_FONTWORK, pViewFrm->HasChildWindow(nFWId))); in GetState()
118 rSet.DisableItem( SID_ANCHOR_PAGE ); in GetState()
119 rSet.DisableItem( SID_ANCHOR_CELL ); in GetState()
128 rSet.Put( SfxBoolItem( SID_ANCHOR_PAGE, sal_True ) ); in GetState()
129 rSet.Put( SfxBoolItem( SID_ANCHOR_CELL, sal_False ) ); in GetState()
133 rSet.Put( SfxBoolItem( SID_ANCHOR_PAGE, sal_False ) ); in GetState()
[all …]
/AOO41X/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx224 attribute::SdrLineAttribute createNewSdrLineAttribute(const SfxItemSet& rSet) in createNewSdrLineAttribute() argument
226 const XLineStyle eStyle(((XLineStyleItem&)(rSet.Get(XATTR_LINESTYLE))).GetValue()); in createNewSdrLineAttribute()
230 …sal_uInt16 nTransparence(((const XLineTransparenceItem&)(rSet.Get(XATTR_LINETRANSPARENCE))).GetVal… in createNewSdrLineAttribute()
239 … const sal_uInt32 nWidth(((const XLineWidthItem&)(rSet.Get(XATTR_LINEWIDTH))).GetValue()); in createNewSdrLineAttribute()
240 … const Color aColor(((const XLineColorItem&)(rSet.Get(XATTR_LINECOLOR))).GetColorValue()); in createNewSdrLineAttribute()
241 …const com::sun::star::drawing::LineJoint eJoint(((const XLineJointItem&)(rSet.Get(XATTR_LINEJOINT)… in createNewSdrLineAttribute()
242 …const com::sun::star::drawing::LineCap eCap(((const XLineCapItem&)(rSet.Get(XATTR_LINECAP))).GetVa… in createNewSdrLineAttribute()
248 … const XDash& rDash = ((const XLineDashItem&)(rSet.Get(XATTR_LINEDASH))).GetDashValue(); in createNewSdrLineAttribute()
271 const SfxItemSet& rSet, in createNewSdrLineStartEndAttribute() argument
274 …const sal_Int32 nTempStartWidth(((const XLineStartWidthItem&)(rSet.Get(XATTR_LINESTARTWIDTH))).Get… in createNewSdrLineStartEndAttribute()
[all …]
/AOO41X/main/sw/source/ui/uiview/
H A Dviewstat.cxx72 void SwView::GetState(SfxItemSet &rSet) in GetState() argument
74 SfxWhichIter aIter(rSet); 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()
130 rSet.DisableItem(nWhich); in GetState()
[all …]
H A Dformatclipboard.cxx152 void lcl_getTableAttributes( SfxItemSet& rSet, SwWrtShell &rSh ) in lcl_getTableAttributes() argument
156 rSet.Put( aBrush ); in lcl_getTableAttributes()
158 rSet.Put( aBrush, SID_ATTR_BRUSH_ROW ); in lcl_getTableAttributes()
160 rSet.InvalidateItem(SID_ATTR_BRUSH_ROW); in lcl_getTableAttributes()
162 rSet.Put( aBrush, SID_ATTR_BRUSH_TABLE ); in lcl_getTableAttributes()
165 rSet.Put(aBoxInfo); in lcl_getTableAttributes()
166 rSh.GetTabBorders( rSet ); in lcl_getTableAttributes()
170 rSet.Put(aBoxDirection, FN_TABLE_BOX_TEXTDIRECTION); in lcl_getTableAttributes()
172 rSet.Put(SfxUInt16Item(FN_TABLE_SET_VERT_ALIGN, rSh.GetBoxAlign())); in lcl_getTableAttributes()
174 rSet.Put( SfxUInt16Item( FN_PARAM_TABLE_HEADLINE, rSh.GetRowsToRepeat() ) ); in lcl_getTableAttributes()
[all …]
/AOO41X/main/sfx2/source/appl/
H A Dappcfg.cxx169 sal_Bool SfxApplication::GetOptions( SfxItemSet& rSet ) in GetOptions() argument
175 const sal_uInt16 *pRanges = rSet.GetRanges(); in GetOptions()
190 if(rSet.Put( SfxBoolItem( rPool.GetWhich( SID_ATTR_BUTTON_OUTSTYLE3D ), in GetOptions()
196 …if( rSet.Put( SfxBoolItem( rPool.GetWhich( SID_ATTR_BUTTON_BIGSIZE ), aMiscOptions.AreCurrentSymbo… in GetOptions()
204 … if (!rSet.Put( SfxBoolItem( rPool.GetWhich( SID_ATTR_BACKUP ),aSaveOptions.IsBackup()))) in GetOptions()
213 if (!rSet.Put( SfxBoolItem( rPool.GetWhich( SID_ATTR_ODFENCRYPTION ), in GetOptions()
222 …if (!rSet.Put( SfxBoolItem( rPool.GetWhich( SID_ATTR_PRETTYPRINTING ), aSaveOptions.IsPrettyPrinti… in GetOptions()
230 …if (!rSet.Put( SfxBoolItem( rPool.GetWhich( SID_ATTR_WARNALIENFORMAT ), aSaveOptions.IsWarnAlienFo… in GetOptions()
238 … if (!rSet.Put( SfxBoolItem( rPool.GetWhich( SID_ATTR_AUTOSAVE ), aSaveOptions.IsAutoSave()))) in GetOptions()
246 …if (!rSet.Put( SfxBoolItem( rPool.GetWhich( SID_ATTR_AUTOSAVEPROMPT ), aSaveOptions.IsAutoSaveProm… in GetOptions()
[all …]
H A Dappuno.cxx225 …:Sequence< ::com::sun::star::beans::PropertyValue>& rArgs, SfxAllItemSet& rSet, const SfxSlot* pSl… in TransformParameters() argument
258 sal_uInt16 nWhich = rSet.GetPool()->GetWhich(nSlotId); in TransformParameters()
259 sal_Bool bConvertTwips = ( rSet.GetPool()->GetMetric( nWhich ) == SFX_MAPUNIT_TWIP ); in TransformParameters()
271 rSet.Put( *pItem ); in TransformParameters()
350 rSet.Put( *pItem ); in TransformParameters()
378 sal_uInt16 nWhich = rSet.GetPool()->GetWhich(rArg.nSlotId); in TransformParameters()
379 sal_Bool bConvertTwips = ( rSet.GetPool()->GetMetric( nWhich ) == SFX_MAPUNIT_TWIP ); in TransformParameters()
397 rSet.Put( *pItem ); in TransformParameters()
426 rSet.Put( *pItem ); in TransformParameters()
482 rSet.Put( *pItem ); in TransformParameters()
[all …]
/AOO41X/main/sc/source/ui/view/
H A Dcellsh.cxx113 void ScCellShell::GetBlockState( SfxItemSet& rSet ) in GetBlockState() argument
131 SfxWhichIter aIter(rSet); in GetBlockState()
251 ScViewUtil::HideDisabledSlot( rSet, GetViewData()->GetBindings(), nWhich ); in GetBlockState()
258 rSet.DisableItem(nWhich); in GetBlockState()
262 rSet.Put( SfxBoolItem( nWhich, sal_False ) ); in GetBlockState()
272 void ScCellShell::GetCellState( SfxItemSet& rSet ) in GetCellState() argument
279 SfxWhichIter aIter(rSet); in GetCellState()
331 rSet.DisableItem(nWhich); in GetCellState()
448 void __EXPORT ScCellShell::GetClipState( SfxItemSet& rSet ) in GetClipState() argument
487 rSet.DisableItem( SID_PASTE ); in GetClipState()
[all …]
H A Dtabvwsha.cxx160 void __EXPORT ScTabViewShell::GetState( SfxItemSet& rSet ) in GetState() argument
177 SfxWhichIter aIter(rSet); 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()
224 GetViewData()->GetDocShell()->GetStatePageStyle( *this, rSet, nTab ); in GetState()
228 rSet.Put( ScGlobal::GetSearchItem() ); in GetState()
237 rSet.Put( SfxUInt16Item( nWhich, nOptions ) ); in GetState()
[all …]
H A Dformatsh.cxx173 void __EXPORT ScFormatShell::GetStyleState( SfxItemSet& rSet ) in GetStyleState() argument
185 SfxWhichIter aIter(rSet); in GetStyleState()
199 rSet.DisableItem( nSlotId ); in GetStyleState()
208 rSet.Put( SfxTemplateItem( nSlotId, pStyleSheet->GetName() ) ); in GetStyleState()
210 rSet.Put( SfxTemplateItem( nSlotId, String() ) ); in GetStyleState()
222 rSet.Put( SfxTemplateItem( nSlotId, aPageStyle ) ); in GetStyleState()
224 rSet.Put( SfxTemplateItem( nSlotId, String() ) ); in GetStyleState()
230 rSet.Put( SfxBoolItem( nSlotId, SC_MOD()->GetIsWaterCan() ) ); in GetStyleState()
241 rSet.DisableItem( nSlotId ); in GetStyleState()
253 rSet.DisableItem( nSlotId ); in GetStyleState()
[all …]
/AOO41X/main/sd/source/ui/slidesorter/controller/
H A DSlsSlotManager.cxx490 void SlotManager::GetAttrState (SfxItemSet& rSet) in GetAttrState() argument
493 SfxWhichIter aIter (rSet); in GetAttrState()
503 rSet.Put ( in GetAttrState()
515 void SlotManager::GetMenuState (SfxItemSet& rSet) in GetMenuState() argument
525 rSet.Put( SfxBoolItem( nSId, sal_True ) ); in GetMenuState()
527 rSet.Put( SfxBoolItem( SID_DRAWINGMODE, sal_False ) ); in GetMenuState()
528 rSet.Put( SfxBoolItem( SID_DIAMODE, sal_True ) ); in GetMenuState()
529 rSet.Put( SfxBoolItem( SID_OUTLINEMODE, sal_False ) ); in GetMenuState()
530 rSet.Put( SfxBoolItem( SID_NOTESMODE, sal_False ) ); in GetMenuState()
531 rSet.Put( SfxBoolItem( SID_HANDOUTMODE, sal_False ) ); in GetMenuState()
[all …]
/AOO41X/main/cui/source/tabpages/
H A Dchardlg.cxx93 #define ISITEMSET rSet.GetItemState(nWhich)>=SFX_ITEM_DEFAULT
95 #define CLEARTITEM rSet.InvalidateItem(nWhich)
210 void SvxCharBasePage::ActivatePage( const SfxItemSet& rSet ) in ActivatePage() argument
220 const SfxStringItem& rItem = ( SfxStringItem& ) rSet.Get( nWhich ); in ActivatePage()
233 const SvxUnderlineItem& rItem = ( SvxUnderlineItem& ) rSet.Get( nWhich ); in ActivatePage()
249 const SvxOverlineItem& rItem = ( SvxOverlineItem& ) rSet.Get( nWhich ); in ActivatePage()
265 const SvxCrossedOutItem& rItem = ( SvxCrossedOutItem& ) rSet.Get( nWhich ); in ActivatePage()
279 const SvxWordLineModeItem& rItem = ( SvxWordLineModeItem& ) rSet.Get( nWhich ); in ActivatePage()
289 const SvxEmphasisMarkItem& rItem = ( SvxEmphasisMarkItem& ) rSet.Get( nWhich ); in ActivatePage()
300 const SvxCharReliefItem& rItem = ( SvxCharReliefItem& ) rSet.Get( nWhich ); in ActivatePage()
[all …]
/AOO41X/main/sw/source/core/unocore/
H A Dunosrch.cxx65 void FillItemSet(SfxItemSet& rSet, sal_Bool bIsValueSearch) const;
146 void SwSearchProperties_Impl::FillItemSet(SfxItemSet& rSet, sal_Bool bIsValueSearch) const in FillItemSet() argument
206 pBoxItem = rSet.GetPool()->GetDefaultItem(aIt->nWID).Clone(); in FillItemSet()
211 pBreakItem = rSet.GetPool()->GetDefaultItem(aIt->nWID).Clone(); in FillItemSet()
216 pAutoKernItem = rSet.GetPool()->GetDefaultItem(aIt->nWID).Clone(); in FillItemSet()
221 pBrushItem = rSet.GetPool()->GetDefaultItem(aIt->nWID).Clone(); in FillItemSet()
226 pCasemapItem = rSet.GetPool()->GetDefaultItem(aIt->nWID).Clone(); in FillItemSet()
231 pCharColorItem = rSet.GetPool()->GetDefaultItem(aIt->nWID).Clone(); in FillItemSet()
236 pContourItem = rSet.GetPool()->GetDefaultItem(aIt->nWID).Clone(); in FillItemSet()
241 pCrossedOutItem = rSet.GetPool()->GetDefaultItem(aIt->nWID).Clone(); in FillItemSet()
[all …]
/AOO41X/main/svx/source/sdr/attribute/
H A Dsdrformtextattribute.cxx86 sal_uInt8 impGetStrokeTransparence(bool bShadow, const SfxItemSet& rSet) in impGetStrokeTransparence() argument
92 …nRetval = (sal_uInt8)((((SdrShadowTransparenceItem&)(rSet.Get(SDRATTR_SHADOWTRANSPARENCE))).GetVal… in impGetStrokeTransparence()
96 …nRetval = (sal_uInt8)((((XLineTransparenceItem&)(rSet.Get(XATTR_LINETRANSPARENCE))).GetValue() * 2… in impGetStrokeTransparence()
102 drawinglayer::attribute::LineAttribute impGetLineAttribute(bool bShadow, const SfxItemSet& rSet) in impGetLineAttribute() argument
108 … const Color aShadowColor(((SdrShadowColorItem&)(rSet.Get(SDRATTR_SHADOWCOLOR))).GetColorValue()); in impGetLineAttribute()
113 const Color aLineColor(((XLineColorItem&)(rSet.Get(XATTR_LINECOLOR))).GetColorValue()); in impGetLineAttribute()
117 … const sal_uInt32 nLineWidth = ((const XLineWidthItem&)(rSet.Get(XATTR_LINEWIDTH))).GetValue(); in impGetLineAttribute()
118 …const com::sun::star::drawing::LineJoint eLineJoint = ((const XLineJointItem&)(rSet.Get(XATTR_LINE… in impGetLineAttribute()
119 …const com::sun::star::drawing::LineCap eLineCap = ((const XLineCapItem&)(rSet.Get(XATTR_LINECAP)))… in impGetLineAttribute()
128 drawinglayer::attribute::StrokeAttribute impGetStrokeAttribute(const SfxItemSet& rSet) in impGetStrokeAttribute() argument
[all …]
/AOO41X/main/editeng/source/uno/
H A Dunofdesc.cxx84 void SvxUnoFontDescriptor::FillItemSet( const awt::FontDescriptor& rDesc, SfxItemSet& rSet ) in FillItemSet() argument
95 rSet.Put(aFontItem); in FillItemSet()
102 rSet.Put(aFontHeightItem); in FillItemSet()
109 rSet.Put(aPostureItem); in FillItemSet()
116 rSet.Put( aUnderlineItem ); in FillItemSet()
123 rSet.Put( aWeightItem ); in FillItemSet()
130 rSet.Put( aCrossedOutItem ); in FillItemSet()
135 rSet.Put( aWLMItem ); in FillItemSet()
139 void SvxUnoFontDescriptor::FillFromItemSet( const SfxItemSet& rSet, awt::FontDescriptor& rDesc ) in FillFromItemSet() argument
143 SvxFontItem* pFontItem = (SvxFontItem*)&rSet.Get( EE_CHAR_FONTINFO, sal_True ); in FillFromItemSet()
[all …]
/AOO41X/main/sw/source/ui/shells/
H A Dannotsh.cxx622 void SwAnnotationShell::GetState(SfxItemSet& rSet) in GetState() argument
636 SfxWhichIter aIter(rSet); in GetState()
651 rSet.Put(aLR); in GetState()
654 rSet.InvalidateItem(nSlotId); in GetState()
663 rSet.Put(aLR); in GetState()
666 rSet.InvalidateItem(nSlotId); in GetState()
676 rSet.Put(aULSpace); in GetState()
679 rSet.InvalidateItem(nSlotId); in GetState()
697 rSet.Put( *pI, nWhich ); in GetState()
699 rSet.InvalidateItem( nWhich ); in GetState()
[all …]
/AOO41X/main/svx/source/toolbars/
H A Dextrusionbar.cxx652 void getExtrusionDirectionState( SdrView* pSdrView, SfxItemSet& rSet ) in getExtrusionDirectionState() argument
798 rSet.Put( SfxInt32Item( SID_EXTRUSION_DIRECTION, (sal_Int32)fFinalSkewAngle ) ); in getExtrusionDirectionState()
800 rSet.DisableItem( SID_EXTRUSION_DIRECTION ); in getExtrusionDirectionState()
803 void getExtrusionProjectionState( SdrView* pSdrView, SfxItemSet& rSet ) in getExtrusionProjectionState() argument
854 rSet.Put( SfxInt32Item( SID_EXTRUSION_PROJECTION, nFinalProjection ) ); in getExtrusionProjectionState()
856 rSet.DisableItem( SID_EXTRUSION_PROJECTION ); in getExtrusionProjectionState()
859 void getExtrusionSurfaceState( SdrView* pSdrView, SfxItemSet& rSet ) in getExtrusionSurfaceState() argument
943 rSet.Put( SfxInt32Item( SID_EXTRUSION_SURFACE, nFinalSurface ) ); in getExtrusionSurfaceState()
945 rSet.DisableItem( SID_EXTRUSION_SURFACE ); in getExtrusionSurfaceState()
948 void getExtrusionDepthState( SdrView* pSdrView, SfxItemSet& rSet ) in getExtrusionDepthState() argument
[all …]
/AOO41X/main/cui/source/inc/
H A Dchardlg.hxx64 void SetPrevFontSize( const SfxItemSet& rSet, sal_uInt16 nSlot, SvxFont& rFont );
65 void SetPrevFont( const SfxItemSet& rSet, sal_uInt16 nSlot, SvxFont& rFont );
66 …void SetPrevFontStyle( const SfxItemSet& rSet, sal_uInt16 nSlotPosture, sal_uInt16 …
67 void SetPrevFontWidthScale( const SfxItemSet& rSet );
79 virtual void ActivatePage( const SfxItemSet& rSet );
128 SvxCharNamePage( Window* pParent, const SfxItemSet& rSet );
151 void Reset_Impl( const SfxItemSet& rSet, LanguageGroup eLangGrp );
152 sal_Bool FillItemSet_Impl( SfxItemSet& rSet, LanguageGroup eLangGrp );
153 void ResetColor_Impl( const SfxItemSet& rSet );
163 virtual void ActivatePage( const SfxItemSet& rSet );
[all …]

12345678910>>...29