Home
last modified time | relevance | path

Searched refs:rItemSet (Results 1 – 25 of 151) sorted by relevance

1234567

/AOO41X/main/sw/source/filter/html/
H A Dsvxcss1.cxx67 SfxItemSet& rItemSet,
606 void SvxCSS1PropertyInfo::SetBoxItem( SfxItemSet& rItemSet, in SetBoxItem() argument
688 rItemSet.Put( aBoxItem ); in SetBoxItem()
696 SvxCSS1MapEntry::SvxCSS1MapEntry( const String& rKey, const SfxItemSet& rItemSet, in SvxCSS1MapEntry() argument
699 aItemSet( rItemSet ), in SvxCSS1MapEntry()
870 SfxItemSet& rItemSet, in ParseStyleOption() argument
873 pItemSet = &rItemSet; in ParseStyleOption()
877 rItemSet.ClearItem( aItemIds.nDirection ); in ParseStyleOption()
993 const SfxItemSet& rItemSet, in InsertMapEntry() argument
1000 MergeStyles( rItemSet, rProp, in InsertMapEntry()
[all …]
H A Dhtmlcss1.cxx149 sal_Bool SwCSS1Parser::SetFmtBreak( SfxItemSet& rItemSet, in SetFmtBreak() argument
199 rItemSet.Put( SvxFmtBreakItem( eBreak, RES_BREAK ) ); in SetFmtBreak()
201 rItemSet.Put( SwFmtPageDesc( pPageDesc ) ); in SetFmtBreak()
203 rItemSet.Put( SvxFmtKeepItem( bKeep, RES_KEEP ) ); in SetFmtBreak()
209 static void SetCharFmtAttrs( SwCharFmt *pCharFmt, SfxItemSet& rItemSet ) in SetCharFmtAttrs() argument
216 if( SFX_ITEM_SET == rItemSet.GetItemState( aWhichIds[i], sal_False, in SetCharFmtAttrs()
221 rItemSet.ClearItem( aWhichIds[i] ); in SetCharFmtAttrs()
225 pCharFmt->SetFmtAttr( rItemSet ); in SetCharFmtAttrs()
227 if( SFX_ITEM_SET == rItemSet.GetItemState( RES_BACKGROUND, sal_False, &pItem ) ) in SetCharFmtAttrs()
247 SfxItemSet& rItemSet = pStyleEntry->GetItemSet(); in SetLinkCharFmts() local
[all …]
H A Dsvxcss1.hxx163 void SetBoxItem( SfxItemSet& rItemSet, sal_uInt16 nMinBorderDist,
180 SvxCSS1MapEntry( const String& rKey, const SfxItemSet& rItemSet,
267 SfxItemSet& rItemSet,
302 sal_Bool ParseStyleOption( const String& rIn, SfxItemSet& rItemSet,
326 void InsertMapEntry( const String& rKey, const SfxItemSet& rItemSet,
329 void InsertId( const String& rId, const SfxItemSet& rItemSet,
334 void InsertClass( const String& rClass, const SfxItemSet& rItemSet,
340 const SfxItemSet& rItemSet,
348 void InsertTag( const String& rTag, const SfxItemSet& rItemSet,
373 const SfxItemSet& rItemSet, in InsertId() argument
[all …]
H A Dcss1atr.cxx169 const SfxItemSet& rItemSet,
178 const SfxItemSet& rItemSet,
530 void SwHTMLWriter::OutCSS1_SfxItemSet( const SfxItemSet& rItemSet, in OutCSS1_SfxItemSet() argument
534 Out_SfxItemSet( aCSS1AttrFnTab, *this, rItemSet, bDeep ); in OutCSS1_SfxItemSet()
544 if( SFX_ITEM_SET==rItemSet.GetItemState( RES_CHRATR_UNDERLINE, bDeep, &pItem )) in OutCSS1_SfxItemSet()
548 if( SFX_ITEM_SET==rItemSet.GetItemState( RES_CHRATR_OVERLINE, bDeep, &pItem )) in OutCSS1_SfxItemSet()
552 if( SFX_ITEM_SET==rItemSet.GetItemState( RES_CHRATR_CROSSEDOUT, bDeep, &pItem )) in OutCSS1_SfxItemSet()
556 if( SFX_ITEM_SET==rItemSet.GetItemState( RES_CHRATR_BLINK, bDeep, &pItem )) in OutCSS1_SfxItemSet()
565 OutCSS1_SvxFmtBreak_SwFmtPDesc_SvxFmtKeep( *this, rItemSet, bDeep ); in OutCSS1_SfxItemSet()
1143 void SwHTMLWriter::SubtractItemSet( SfxItemSet& rItemSet, in SubtractItemSet() argument
[all …]
H A Dhtmlctxt.cxx434 sal_Bool SwHTMLParser::DoPositioning( SfxItemSet &rItemSet, in DoPositioning() argument
453 …SetAnchorAndAdjustment( text::VertOrientation::NONE, text::HoriOrientation::NONE, rItemSet, rPropI… in DoPositioning()
457 SetVarSize( rItemSet, rPropInfo, aFrmItemSet ); in DoPositioning()
460 SetSpace( Size(0,0), rItemSet, rPropInfo, aFrmItemSet ); in DoPositioning()
463 SetFrmFmtAttrs( rItemSet, rPropInfo, in DoPositioning()
478 SfxItemSet &rItemSet, in CreateContainer() argument
492 rItemSet, rPropInfo, *pFrmItemSet ); in CreateContainer()
494 SetFixSize( aDummy, aDummy, sal_False, sal_False, rItemSet, rPropInfo, in CreateContainer()
496 SetSpace( aDummy, rItemSet, rPropInfo, *pFrmItemSet ); in CreateContainer()
497 SetFrmFmtAttrs( rItemSet, rPropInfo, HTML_FF_BOX|HTML_FF_BACKGROUND|HTML_FF_DIRECTION, in CreateContainer()
[all …]
/AOO41X/main/chart2/source/controller/itemsetwrapper/
H A DAxisItemConverter.cxx135 bool AxisItemConverter::ApplyItemSet( const SfxItemSet & rItemSet ) in ApplyItemSet() argument
140 ::comphelper::ApplyItemSetFunc( rItemSet, bResult )); in ApplyItemSet()
143 return ItemConverter::ApplyItemSet( rItemSet ) || bResult; in ApplyItemSet()
458 bool lcl_isDateAxis( const SfxItemSet & rItemSet ) in lcl_isDateAxis() argument
460 …sal_Int32 nAxisType = static_cast< const SfxInt32Item & >( rItemSet.Get( SCHATTR_AXISTYPE )).GetVa… in lcl_isDateAxis()
464 bool lcl_isAutoMajor( const SfxItemSet & rItemSet ) in lcl_isAutoMajor() argument
466 …bool bRet = static_cast< const SfxBoolItem & >( rItemSet.Get( SCHATTR_AXIS_AUTO_STEP_MAIN )).GetVa… in lcl_isAutoMajor()
470 bool lcl_isAutoMinor( const SfxItemSet & rItemSet ) in lcl_isAutoMinor() argument
472 …bool bRet = static_cast< const SfxBoolItem & >( rItemSet.Get( SCHATTR_AXIS_AUTO_STEP_HELP )).GetVa… in lcl_isAutoMinor()
476 bool AxisItemConverter::ApplySpecialItem( sal_uInt16 nWhichId, const SfxItemSet & rItemSet ) in ApplySpecialItem() argument
[all …]
H A DDataPointItemConverter.cxx107 bool lcl_NumberFormatFromItemToPropertySet( sal_uInt16 nWhichId, const SfxItemSet & rItemSet, const… in lcl_NumberFormatFromItemToPropertySet() argument
115 if( SFX_ITEM_SET != rItemSet.GetItemState( nSourceWhich ) ) in lcl_NumberFormatFromItemToPropertySet()
120 rItemSet.Get( nSourceWhich )).GetValue() ); in lcl_NumberFormatFromItemToPropertySet()
123 SfxItemState aState = rItemSet.GetItemState( nWhichId ); in lcl_NumberFormatFromItemToPropertySet()
128 rItemSet.Get( nWhichId )).GetValue()); in lcl_NumberFormatFromItemToPropertySet()
154 bool lcl_UseSourceFormatFromItemToPropertySet( sal_uInt16 nWhichId, const SfxItemSet & rItemSet, co… in lcl_UseSourceFormatFromItemToPropertySet() argument
162 if( SFX_ITEM_SET != rItemSet.GetItemState( nWhichId ) ) in lcl_UseSourceFormatFromItemToPropertySet()
167 rItemSet.Get( nWhichId )).GetValue() ); in lcl_UseSourceFormatFromItemToPropertySet()
170 SfxItemState aState = rItemSet.GetItemState( nFormatWhich ); in lcl_UseSourceFormatFromItemToPropertySet()
175 rItemSet.Get( nFormatWhich )).GetValue()); in lcl_UseSourceFormatFromItemToPropertySet()
[all …]
H A DStatisticsItemConverter.cxx216 sal_uInt16 nWhichId, const SfxItemSet & rItemSet ) in ApplySpecialItem() argument
231 static_cast< const SfxBoolItem & >( rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
255 rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
309 rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
334 rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
355 rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
372 rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
400 …eference< beans::XPropertySet > xEqProp( lcl_getEquationProperties( GetPropertySet(), &rItemSet )); in ApplySpecialItem()
406 static_cast< const SfxBoolItem & >( rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
418 …eference< beans::XPropertySet > xEqProp( lcl_getEquationProperties( GetPropertySet(), &rItemSet )); in ApplySpecialItem()
[all …]
H A DErrorBarItemConverter.cxx124 bool ErrorBarItemConverter::ApplyItemSet( const SfxItemSet & rItemSet ) in ApplyItemSet() argument
126 bool bResult = m_spGraphicConverter->ApplyItemSet( rItemSet ); in ApplyItemSet()
129 return ItemConverter::ApplyItemSet( rItemSet ) || bResult; in ApplyItemSet()
146 sal_uInt16 nWhichId, const SfxItemSet & rItemSet ) in ApplySpecialItem() argument
163 rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
208 rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
228 rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
246 rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
264 rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
295 …::rtl::OUString aNewRange( static_cast< const SfxStringItem & >( rItemSet.Get( nWhichId )).GetValu… in ApplySpecialItem()
/AOO41X/main/sc/source/core/tool/
H A Dautoform.cxx680 void ScAutoFormatData::FillToItemSet( sal_uInt16 nIndex, SfxItemSet& rItemSet, ScDocument& rDoc ) c… in FillToItemSet() argument
689 rItemSet.Put( aValueFormat ); in FillToItemSet()
690 rItemSet.Put( SvxLanguageItem( rNumFormat.GetLanguage(), ATTR_LANGUAGE_FORMAT ) ); in FillToItemSet()
694 rItemSet.Put( rField.GetFont() ); in FillToItemSet()
695 rItemSet.Put( rField.GetHeight() ); in FillToItemSet()
696 rItemSet.Put( rField.GetWeight() ); in FillToItemSet()
697 rItemSet.Put( rField.GetPosture() ); in FillToItemSet()
702 rItemSet.Put( rCJKFont ); in FillToItemSet()
703 rItemSet.Put( rField.GetCJKHeight() ); in FillToItemSet()
704 rItemSet.Put( rField.GetCJKWeight() ); in FillToItemSet()
[all …]
/AOO41X/main/sc/source/filter/excel/
H A Dxipage.cxx183 void lclPutMarginItem( SfxItemSet& rItemSet, sal_uInt16 nRecId, double fMarginInch ) in lclPutMarginItem() argument
191 SvxULSpaceItem aItem( GETITEM( rItemSet, SvxULSpaceItem, ATTR_ULSPACE ) ); in lclPutMarginItem()
196 rItemSet.Put( aItem ); in lclPutMarginItem()
202 SvxLRSpaceItem aItem( GETITEM( rItemSet, SvxLRSpaceItem, ATTR_LRSPACE ) ); in lclPutMarginItem()
207 rItemSet.Put( aItem ); in lclPutMarginItem()
232 SfxItemSet& rItemSet = rStyleSheet.GetItemSet(); in Finalize() local
236 …ScfTools::PutItem( rItemSet, SfxBoolItem( ATTR_PAGE_TOPDOWN, !maData.mbPrintInRows ), true ); in Finalize()
237 …ScfTools::PutItem( rItemSet, SfxBoolItem( ATTR_PAGE_HORCENTER, maData.mbHorCenter ), true ); in Finalize()
238 …ScfTools::PutItem( rItemSet, SfxBoolItem( ATTR_PAGE_VERCENTER, maData.mbVerCenter ), true ); in Finalize()
239 …ScfTools::PutItem( rItemSet, SfxBoolItem( ATTR_PAGE_HEADERS, maData.mbPrintHeadings ), true ); in Finalize()
[all …]
H A Dxepage.cxx211 const SfxItemSet& rItemSet = pStyleSheet->GetItemSet(); in XclExpPageSettings() local
216 maData.mbPrintInRows = !GETITEMBOOL( rItemSet, ATTR_PAGE_TOPDOWN ); in XclExpPageSettings()
217 maData.mbHorCenter = GETITEMBOOL( rItemSet, ATTR_PAGE_HORCENTER ); in XclExpPageSettings()
218 maData.mbVerCenter = GETITEMBOOL( rItemSet, ATTR_PAGE_VERCENTER ); in XclExpPageSettings()
219 maData.mbPrintHeadings = GETITEMBOOL( rItemSet, ATTR_PAGE_HEADERS ); in XclExpPageSettings()
220 maData.mbPrintGrid = GETITEMBOOL( rItemSet, ATTR_PAGE_GRID ); in XclExpPageSettings()
221 maData.mbPrintNotes = GETITEMBOOL( rItemSet, ATTR_PAGE_NOTES ); in XclExpPageSettings()
223 …maData.mnStartPage = GETITEMVALUE( rItemSet, SfxUInt16Item, ATTR_PAGE_FIRSTPAGENO, sal_uInt16 … in XclExpPageSettings()
226 const SvxLRSpaceItem& rLRItem = GETITEM( rItemSet, SvxLRSpaceItem, ATTR_LRSPACE ); in XclExpPageSettings()
229 const SvxULSpaceItem& rULItem = GETITEM( rItemSet, SvxULSpaceItem, ATTR_ULSPACE ); in XclExpPageSettings()
[all …]
H A Dxestyle.cxx822 sal_Int16 lclCheckFontItems( const SfxItemSet& rItemSet, in lclCheckFontItems() argument
825 if( ScfTools::CheckItem( rItemSet, rWAS1.first, false ) ) return rWAS1.second; in lclCheckFontItems()
826 if( ScfTools::CheckItem( rItemSet, rWAS2.first, false ) ) return rWAS2.second; in lclCheckFontItems()
827 if( ScfTools::CheckItem( rItemSet, rWAS3.first, false ) ) return rWAS3.second; in lclCheckFontItems()
833 …l_Int16 XclExpFontHelper::GetFirstUsedScript( const XclExpRoot& rRoot, const SfxItemSet& rItemSet ) in GetFirstUsedScript() argument
850 const SfxItemSet* pCurrSet = &rItemSet; in GetFirstUsedScript()
875 …tHelper::GetFontFromItemSet( const XclExpRoot& rRoot, const SfxItemSet& rItemSet, sal_Int16 nScrip… in GetFontFromItemSet() argument
881 nScript = GetFirstUsedScript( rRoot, rItemSet ); in GetFontFromItemSet()
895 ScPatternAttr::GetFont( aFont, rItemSet, SC_AUTOCOL_RAW, 0, 0, 0, nScScript ); in GetFontFromItemSet()
899 /*static*/ bool XclExpFontHelper::CheckItems( const XclExpRoot& rRoot, const SfxItemSet& rItemSet, … in CheckItems() argument
[all …]
H A Dxistyle.cxx240 void XclImpFont::FillToItemSet( SfxItemSet& rItemSet, XclFontItemType eType, bool bSkipPoolDefs ) c… in FillToItemSet() argument
249 ScfTools::PutItem( rItemSet, item, (bEE ? (ee_which) : (sc_which)), bSkipPoolDefs ) in FillToItemSet()
333 rItemSet.Put( SvxEscapementItem( maData.GetScEscapement(), EE_CHAR_ESCAPEMENT ) ); in FillToItemSet()
508 SfxItemSet& rItemSet, XclFontItemType eType, in FillToItemSet() argument
512 pFont->FillToItemSet( rItemSet, eType, bSkipPoolDefs ); in FillToItemSet()
625 void XclImpNumFmtBuffer::FillToItemSet( SfxItemSet& rItemSet, sal_uInt16 nXclNumFmt, bool bSkipPool… in FillToItemSet() argument
630 FillScFmtToItemSet( rItemSet, nScNumFmt, bSkipPoolDefs ); in FillToItemSet()
633 void XclImpNumFmtBuffer::FillScFmtToItemSet( SfxItemSet& rItemSet, sal_uLong nScNumFmt, bool bSkipP… in FillScFmtToItemSet() argument
636 ScfTools::PutItem( rItemSet, SfxUInt32Item( ATTR_VALUE_FORMAT, nScNumFmt ), bSkipPoolDefs ); in FillScFmtToItemSet()
637 if( rItemSet.GetItemState( ATTR_VALUE_FORMAT, sal_False ) == SFX_ITEM_SET ) in FillScFmtToItemSet()
[all …]
/AOO41X/main/sfx2/source/dialog/
H A Ditemconnect.cxx51 sal_uInt16 ItemWrapperHelper::GetWhichId( const SfxItemSet& rItemSet, sal_uInt16 nSlot ) in GetWhichId() argument
53 return rItemSet.GetPool()->GetWhich( nSlot ); in GetWhichId()
56 bool ItemWrapperHelper::IsKnownItem( const SfxItemSet& rItemSet, sal_uInt16 nSlot ) in IsKnownItem() argument
58 return rItemSet.GetItemState( GetWhichId( rItemSet, nSlot ), sal_True ) != SFX_ITEM_UNKNOWN; in IsKnownItem()
61 const SfxPoolItem* ItemWrapperHelper::GetUniqueItem( const SfxItemSet& rItemSet, sal_uInt16 nSlot ) in GetUniqueItem() argument
63 sal_uInt16 nWhich = GetWhichId( rItemSet, nSlot ); in GetUniqueItem()
64 …return (rItemSet.GetItemState( nWhich, sal_True ) >= SFX_ITEM_DEFAULT) ? rItemSet.GetItem( nWhich,… in GetUniqueItem()
67 const SfxPoolItem& ItemWrapperHelper::GetDefaultItem( const SfxItemSet& rItemSet, sal_uInt16 nSlot ) in GetDefaultItem() argument
69 return rItemSet.GetPool()->GetDefaultItem( GetWhichId( rItemSet, nSlot ) ); in GetDefaultItem()
270 void ItemConnectionBase::DoApplyFlags( const SfxItemSet& rItemSet ) in DoApplyFlags() argument
[all …]
/AOO41X/main/svx/source/sdr/contact/
H A Dviewcontactofsdrmeasureobj.cxx55 const SfxItemSet& rItemSet = GetMeasureObj().GetMergedItemSet(); in createViewIndependentPrimitive2DSequence() local
58 rItemSet, in createViewIndependentPrimitive2DSequence()
64 …const double fDistance(((SdrMeasureLineDistItem&)rItemSet.Get(SDRATTR_MEASURELINEDIST)).GetValue()… in createViewIndependentPrimitive2DSequence()
65 …const double fUpperDistance(((SdrMeasureHelplineOverhangItem&)rItemSet.Get(SDRATTR_MEASUREHELPLINE… in createViewIndependentPrimitive2DSequence()
66 …const double fLowerDistance(((SdrMeasureHelplineDistItem&)rItemSet.Get(SDRATTR_MEASUREHELPLINEDIST… in createViewIndependentPrimitive2DSequence()
67 …const double fLeftDelta(((SdrMeasureHelpline1LenItem&)rItemSet.Get(SDRATTR_MEASUREHELPLINE1LEN)).G… in createViewIndependentPrimitive2DSequence()
68 …const double fRightDelta(((SdrMeasureHelpline2LenItem&)rItemSet.Get(SDRATTR_MEASUREHELPLINE2LEN)).… in createViewIndependentPrimitive2DSequence()
69 …const bool bBelow(((SdrMeasureBelowRefEdgeItem&)rItemSet.Get(SDRATTR_MEASUREBELOWREFEDGE)).GetValu… in createViewIndependentPrimitive2DSequence()
70 …const bool bTextRotation(((SdrMeasureTextRota90Item&)rItemSet.Get(SDRATTR_MEASURETEXTROTA90)).GetV… in createViewIndependentPrimitive2DSequence()
71 …const bool bTextAutoAngle(((SdrMeasureTextAutoAngleItem&)rItemSet.Get(SDRATTR_MEASURETEXTAUTOANGLE… in createViewIndependentPrimitive2DSequence()
[all …]
H A Dviewcontactofsdrcaptionobj.cxx64 const SfxItemSet& rItemSet = rCaptionObj.GetMergedItemSet(); in createViewIndependentPrimitive2DSequence() local
67 rItemSet, in createViewIndependentPrimitive2DSequence()
107 … const SdrShadowColorItem& rShadColItem = (SdrShadowColorItem&)(rItemSet.Get(SDRATTR_SHADOWCOLOR)); in createViewIndependentPrimitive2DSequence()
108 …const sal_uInt16 nShadowTransparence(((SdrShadowTransparenceItem&)(rItemSet.Get(SDRATTR_SHADOWTRAN… in createViewIndependentPrimitive2DSequence()
110 … const XFillStyle eShadowStyle = ((XFillStyleItem&)(rItemSet.Get(XATTR_FILLSTYLE))).GetValue(); in createViewIndependentPrimitive2DSequence()
114 SfxItemSet aSet(rItemSet); in createViewIndependentPrimitive2DSequence()
120 … XHatch aHatch = ((XFillHatchItem&)(rItemSet.Get(XATTR_FILLHATCH))).GetHatchValue(); in createViewIndependentPrimitive2DSequence()
144 … const sal_uInt32 nXDist(((SdrShadowXDistItem&)(rItemSet.Get(SDRATTR_SHADOWXDIST))).GetValue()); in createViewIndependentPrimitive2DSequence()
145 … const sal_uInt32 nYDist(((SdrShadowYDistItem&)(rItemSet.Get(SDRATTR_SHADOWYDIST))).GetValue()); in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofgraphic.cxx309 const SfxItemSet& rItemSet = GetGrafObject().GetMergedItemSet(); in createViewIndependentPrimitive2DSequence() local
313 …const sal_uInt16 nTrans(((SdrGrafTransparenceItem&)rItemSet.Get(SDRATTR_GRAFTRANSPARENCE)).GetValu… in createViewIndependentPrimitive2DSequence()
314 const SdrGrafCropItem& rCrop((const SdrGrafCropItem&)rItemSet.Get(SDRATTR_GRAFCROP)); in createViewIndependentPrimitive2DSequence()
315 …aLocalGrafInfo.SetLuminance(((SdrGrafLuminanceItem&)rItemSet.Get(SDRATTR_GRAFLUMINANCE)).GetValue(… in createViewIndependentPrimitive2DSequence()
316 … aLocalGrafInfo.SetContrast(((SdrGrafContrastItem&)rItemSet.Get(SDRATTR_GRAFCONTRAST)).GetValue()); in createViewIndependentPrimitive2DSequence()
317 aLocalGrafInfo.SetChannelR(((SdrGrafRedItem&)rItemSet.Get(SDRATTR_GRAFRED)).GetValue()); in createViewIndependentPrimitive2DSequence()
318 … aLocalGrafInfo.SetChannelG(((SdrGrafGreenItem&)rItemSet.Get(SDRATTR_GRAFGREEN)).GetValue()); in createViewIndependentPrimitive2DSequence()
319 … aLocalGrafInfo.SetChannelB(((SdrGrafBlueItem&)rItemSet.Get(SDRATTR_GRAFBLUE)).GetValue()); in createViewIndependentPrimitive2DSequence()
320 …aLocalGrafInfo.SetGamma(((SdrGrafGamma100Item&)rItemSet.Get(SDRATTR_GRAFGAMMA)).GetValue() * 0.01); in createViewIndependentPrimitive2DSequence()
322 … aLocalGrafInfo.SetInvert(((SdrGrafInvertItem&)rItemSet.Get(SDRATTR_GRAFINVERT)).GetValue()); in createViewIndependentPrimitive2DSequence()
[all …]
/AOO41X/main/sc/source/core/data/
H A Dpatattr.cxx199 SvxCellOrientation ScPatternAttr::GetCellOrientation( const SfxItemSet& rItemSet, const SfxItemSet*… in GetCellOrientation() argument
203 if( ((const SfxBoolItem&)GetItem( ATTR_STACKED, rItemSet, pCondSet )).GetValue() ) in GetCellOrientation()
209 …sal_Int32 nAngle = ((const SfxInt32Item&)GetItem( ATTR_ROTATE_VALUE, rItemSet, pCondSet )).GetValu… in GetCellOrientation()
225 Font& rFont, const SfxItemSet& rItemSet, ScAutoFontColorMode eAutoMode, in GetFont() argument
278 pItem = &rItemSet.Get( nFontId ); in GetFont()
282 pItem = &rItemSet.Get( nHeightId ); in GetFont()
286 pItem = &rItemSet.Get( nWeightId ); in GetFont()
290 pItem = &rItemSet.Get( nPostureId ); in GetFont()
294 pItem = &rItemSet.Get( ATTR_FONT_UNDERLINE ); in GetFont()
298 pItem = &rItemSet.Get( ATTR_FONT_OVERLINE ); in GetFont()
[all …]
/AOO41X/main/sfx2/inc/sfx2/
H A Ditemconnect.hxx204 void DoApplyFlags( const SfxItemSet& rItemSet );
206 void DoReset( const SfxItemSet& rItemSet );
214 virtual void ApplyFlags( const SfxItemSet& rItemSet ) = 0;
216 virtual void Reset( const SfxItemSet& rItemSet ) = 0;
273 virtual void ApplyFlags( const SfxItemSet& rItemSet );
275 virtual void Reset( const SfxItemSet& rItemSet );
302 virtual void ApplyFlags( const SfxItemSet& rItemSet );
303 virtual void Reset( const SfxItemSet& rItemSet );
462 virtual void ApplyFlags( const SfxItemSet& rItemSet );
463 virtual void Reset( const SfxItemSet& rItemSet );
[all …]
H A Ditemwrapper.hxx46 static sal_uInt16 GetWhichId( const SfxItemSet& rItemSet, sal_uInt16 nSlot );
49 static bool IsKnownItem( const SfxItemSet& rItemSet, sal_uInt16 nSlot );
53 static const SfxPoolItem* GetUniqueItem( const SfxItemSet& rItemSet, sal_uInt16 nSlot );
56 static const SfxPoolItem& GetDefaultItem( const SfxItemSet& rItemSet, sal_uInt16 nSlot );
110 const ItemT* GetUniqueItem( const SfxItemSet& rItemSet ) const;
114 const ItemT& GetDefaultItem( const SfxItemSet& rItemSet ) const;
187 const ItemT* SingleItemWrapper< ItemT, ValueT >::GetUniqueItem( const SfxItemSet& rItemSet ) const in GetUniqueItem()
189 return static_cast< const ItemT* >( ItemWrapperHelper::GetUniqueItem( rItemSet, mnSlot ) ); in GetUniqueItem()
193 const ItemT& SingleItemWrapper< ItemT, ValueT >::GetDefaultItem( const SfxItemSet& rItemSet ) const in GetDefaultItem()
195 return static_cast< const ItemT& >( ItemWrapperHelper::GetDefaultItem( rItemSet, mnSlot ) ); in GetDefaultItem()
/AOO41X/main/sc/source/filter/qpro/
H A Dqprostyle.cxx69 SfxItemSet& rItemSet = aPattern.GetItemSet(); in SetFormat() local
100 rItemSet.Put( SvxHorJustifyItem( eJustify, ATTR_HOR_JUSTIFY ) ); in SetFormat()
119 rItemSet.Put(SvxVerJustifyItem( eVerJustify, ATTR_VER_JUSTIFY ) ); in SetFormat()
130 rItemSet.Put( SvxOrientationItem( eOrient, 0) ); in SetFormat()
137 rItemSet.Put( aWrapItem ); in SetFormat()
150 rItemSet.Put( SvxWeightItem( WEIGHT_BOLD,ATTR_FONT_WEIGHT) ); in SetFormat()
152 rItemSet.Put( SvxPostureItem( ITALIC_NORMAL, ATTR_FONT_POSTURE ) ); in SetFormat()
154 rItemSet.Put( SvxUnderlineItem( UNDERLINE_SINGLE, ATTR_FONT_UNDERLINE ) ); in SetFormat()
157rItemSet.Put( SvxFontHeightItem( (sal_uLong) (20 * maFontHeight[ maFont[ nStyle ] ] ), 100, ATTR_F… in SetFormat()
160rItemSet.Put( SvxFontItem( FAMILY_SYSTEM, fntName, EMPTY_STRING, PITCH_DONTKNOW, RTL_TEXTENCODING_… in SetFormat()
/AOO41X/main/sd/source/ui/app/
H A Dsdmod1.cxx351 void SdModule::GetState(SfxItemSet& rItemSet) in GetState() argument
354 if (rItemSet.GetItemState(SID_SD_AUTOPILOT) != SFX_ITEM_UNKNOWN) in GetState()
358 rItemSet.DisableItem(SID_SD_AUTOPILOT); in GetState()
370 rItemSet.DisableItem(SID_SD_AUTOPILOT); in GetState()
377 if( SFX_ITEM_AVAILABLE == rItemSet.GetItemState( SID_ATTR_METRIC ) ) in GetState()
385 rItemSet.Put( SfxUInt16Item( SID_ATTR_METRIC, pOptions->GetMetric() ) ); in GetState()
390 if (rItemSet.GetItemState(SID_OPENDOC) != SFX_ITEM_UNKNOWN) in GetState()
394 rItemSet.Put(*pItem); in GetState()
398 if (rItemSet.GetItemState(SID_OPENHYPERLINK) != SFX_ITEM_UNKNOWN) in GetState()
402 rItemSet.Put(*pItem); in GetState()
[all …]
/AOO41X/main/cui/source/tabpages/
H A Dborderconn.cxx173 explicit MarginConnection( const SfxItemSet& rItemSet,
179 MarginConnection::MarginConnection( const SfxItemSet& rItemSet, in MarginConnection() argument
184 mxCtrlWrp->SetDefaultValue( maItemWrp.GetDefaultItem( rItemSet ) ); in MarginConnection()
261 explicit ShadowConnection( const SfxItemSet& rItemSet,
266 ShadowConnection::ShadowConnection( const SfxItemSet& rItemSet, in ShadowConnection() argument
270 mxCtrlWrp->SetDefaultValue( maItemWrp.GetDefaultItem( rItemSet ) ); in ShadowConnection()
282 sfx::ItemConnectionBase* CreateMarginConnection( const SfxItemSet& rItemSet, in CreateMarginConnection() argument
287 return new MarginConnection( rItemSet, rMfLeft, rMfRight, rMfTop, rMfBottom, nFlags ); in CreateMarginConnection()
290 sfx::ItemConnectionBase* CreateShadowConnection( const SfxItemSet& rItemSet, in CreateShadowConnection() argument
294 return new ShadowConnection( rItemSet, rVsPos, rMfSize, rLbColor, nFlags ); in CreateShadowConnection()
/AOO41X/main/svx/source/sdr/properties/
H A Dproperties.cxx183 void CleanupFillProperties( SfxItemSet& rItemSet ) in CleanupFillProperties() argument
185 … const bool bFillBitmap = rItemSet.GetItemState(XATTR_FILLBITMAP, sal_False) == SFX_ITEM_SET; in CleanupFillProperties()
186 … const bool bFillGradient = rItemSet.GetItemState(XATTR_FILLGRADIENT, sal_False) == SFX_ITEM_SET; in CleanupFillProperties()
187 … const bool bFillHatch = rItemSet.GetItemState(XATTR_FILLHATCH, sal_False) == SFX_ITEM_SET; in CleanupFillProperties()
190 …XFillStyleItem* pFillStyleItem = dynamic_cast< const XFillStyleItem* >( rItemSet.GetItem(XATTR_FIL… in CleanupFillProperties()
195 rItemSet.ClearItem( XATTR_FILLBITMAP ); in CleanupFillProperties()
200 rItemSet.ClearItem( XATTR_FILLGRADIENT ); in CleanupFillProperties()
205 rItemSet.ClearItem( XATTR_FILLHATCH ); in CleanupFillProperties()

1234567