Home
last modified time | relevance | path

Searched refs:GetValue (Results 1 – 25 of 1075) sorted by relevance

12345678910>>...43

/AOO42X/main/sd/source/ui/view/
H A Ddrviews9.cxx270 if (CHECK_RANGE (XFILL_NONE, (sal_Int32)pFillStyle->GetValue (), XFILL_BITMAP)) in AttrExec()
273 … pAttr->Put (XFillStyleItem ((XFillStyle) pFillStyle->GetValue ()), XATTR_FILLSTYLE); in AttrExec()
290 if (CHECK_RANGE (XLINE_NONE, (sal_Int32)pLineStyle->GetValue (), XLINE_DASH)) in AttrExec()
293 … pAttr->Put (XLineStyleItem ((XLineStyle) pLineStyle->GetValue ()), XATTR_LINESTYLE); in AttrExec()
311 pAttr->Put (XLineWidthItem (pLineWidth->GetValue ()), XATTR_LINEWIDTH); in AttrExec()
329 pAttr->Put (XFillColorItem (-1, Color ((sal_uInt8) pRed->GetValue (), in AttrExec()
330 (sal_uInt8) pGreen->GetValue (), in AttrExec()
331 (sal_uInt8) pBlue->GetValue ())), in AttrExec()
351 pAttr->Put (XLineColorItem (-1, Color ((sal_uInt8) pRed->GetValue (), in AttrExec()
352 (sal_uInt8) pGreen->GetValue (), in AttrExec()
[all …]
/AOO42X/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx226 const XLineStyle eStyle(((XLineStyleItem&)(rSet.Get(XATTR_LINESTYLE))).GetValue()); in createNewSdrLineAttribute()
230 …Int16 nTransparence(((const XLineTransparenceItem&)(rSet.Get(XATTR_LINETRANSPARENCE))).GetValue()); in createNewSdrLineAttribute()
239 … const sal_uInt32 nWidth(((const XLineWidthItem&)(rSet.Get(XATTR_LINEWIDTH))).GetValue()); in createNewSdrLineAttribute()
241 …::star::drawing::LineJoint eJoint(((const XLineJointItem&)(rSet.Get(XATTR_LINEJOINT))).GetValue()); in createNewSdrLineAttribute()
242 …com::sun::star::drawing::LineCap eCap(((const XLineCapItem&)(rSet.Get(XATTR_LINECAP))).GetValue()); in createNewSdrLineAttribute()
274 …l_Int32 nTempStartWidth(((const XLineStartWidthItem&)(rSet.Get(XATTR_LINESTARTWIDTH))).GetValue()); in createNewSdrLineStartEndAttribute()
275 …nst sal_Int32 nTempEndWidth(((const XLineEndWidthItem&)(rSet.Get(XATTR_LINEENDWIDTH))).GetValue()); in createNewSdrLineStartEndAttribute()
303 … bStartCentered = ((const XLineStartCenterItem&)(rSet.Get(XATTR_LINESTARTCENTER))).GetValue(); in createNewSdrLineStartEndAttribute()
326 … bEndCentered = ((const XLineEndCenterItem&)(rSet.Get(XATTR_LINEENDCENTER))).GetValue(); in createNewSdrLineStartEndAttribute()
343 const bool bShadow(((SdrShadowItem&)rSet.Get(SDRATTR_SHADOW)).GetValue()); in createNewSdrShadowAttribute()
[all …]
/AOO42X/main/svx/inc/svx/
H A Dscene3d.hxx116 …pe)((const Svx3DPerspectiveItem&)GetObjectItemSet().Get(SDRATTR_3DSCENE_PERSPECTIVE)).GetValue(); } in GetPerspective()
120 … (double)((const Svx3DDistanceItem&)GetObjectItemSet().Get(SDRATTR_3DSCENE_DISTANCE)).GetValue(); } in GetDistance()
124 …n ((const Svx3DFocalLengthItem&)GetObjectItemSet().Get(SDRATTR_3DSCENE_FOCAL_LENGTH)).GetValue(); } in GetFocalLength()
128 …vx3DTwoSidedLightingItem&)GetObjectItemSet().Get(SDRATTR_3DSCENE_TWO_SIDED_LIGHTING)).GetValue(); } in GetTwoSidedLighting()
132 …n ((const Svx3DLightcolor1Item&)GetObjectItemSet().Get(SDRATTR_3DSCENE_LIGHTCOLOR_1)).GetValue(); } in GetLightColor1()
134 …n ((const Svx3DLightcolor2Item&)GetObjectItemSet().Get(SDRATTR_3DSCENE_LIGHTCOLOR_2)).GetValue(); } in GetLightColor2()
136 …n ((const Svx3DLightcolor3Item&)GetObjectItemSet().Get(SDRATTR_3DSCENE_LIGHTCOLOR_3)).GetValue(); } in GetLightColor3()
138 …n ((const Svx3DLightcolor4Item&)GetObjectItemSet().Get(SDRATTR_3DSCENE_LIGHTCOLOR_4)).GetValue(); } in GetLightColor4()
140 …n ((const Svx3DLightcolor5Item&)GetObjectItemSet().Get(SDRATTR_3DSCENE_LIGHTCOLOR_5)).GetValue(); } in GetLightColor5()
142 …n ((const Svx3DLightcolor6Item&)GetObjectItemSet().Get(SDRATTR_3DSCENE_LIGHTCOLOR_6)).GetValue(); } in GetLightColor6()
[all …]
H A Dchrtitem.hxx183 SvxChartStyle GetValue() const in GetValue() function in SvxChartStyleItem
184 { return (SvxChartStyle)SfxEnumItem::GetValue(); } in GetValue()
201 SvxChartRegress GetValue() const in GetValue() function in SvxChartRegressItem
202 { return (SvxChartRegress)SfxEnumItem::GetValue(); } in GetValue()
221 SvxChartDataDescr GetValue() const in GetValue() function in SvxChartDataDescrItem
222 { return (SvxChartDataDescr)SfxEnumItem::GetValue(); } in GetValue()
243 SvxChartTextOrder GetValue() const in GetValue() function in SvxChartTextOrderItem
244 { return (SvxChartTextOrder)SfxEnumItem::GetValue(); } in GetValue()
262 SvxChartTextOrient GetValue() const in GetValue() function in SvxChartTextOrientItem
263 { return (SvxChartTextOrient)SfxEnumItem::GetValue(); } in GetValue()
[all …]
/AOO42X/main/sc/source/core/data/
H A Dpatattr.cxx203 if( ((const SfxBoolItem&)GetItem( ATTR_STACKED, rItemSet, pCondSet )).GetValue() ) in GetCellOrientation()
209 …_Int32 nAngle = ((const SfxInt32Item&)GetItem( ATTR_ROTATE_VALUE, rItemSet, pCondSet )).GetValue(); in GetCellOrientation()
287 eWeight = (FontWeight)((const SvxWeightItem*)pItem)->GetValue(); in GetFont()
291 eItalic = (FontItalic)((const SvxPostureItem*)pItem)->GetValue(); in GetFont()
295 eUnder = (FontUnderline)((const SvxUnderlineItem*)pItem)->GetValue(); in GetFont()
299 eOver = (FontUnderline)((const SvxOverlineItem*)pItem)->GetValue(); in GetFont()
303 bWordLine = ((const SvxWordLineModeItem*)pItem)->GetValue(); in GetFont()
307 eStrike = (FontStrikeout)((const SvxCrossedOutItem*)pItem)->GetValue(); in GetFont()
311 bOutline = ((const SvxContourItem*)pItem)->GetValue(); in GetFont()
315 bShadow = ((const SvxShadowedItem*)pItem)->GetValue(); in GetFont()
[all …]
/AOO42X/main/solenv/bin/
H A Dpatch_tool.pl344 …my $source_upgrade_code = $source_msi->GetTable("Property")->GetValue("Property", "UpgradeCode", "…
345 …my $target_upgrade_code = $target_msi->GetTable("Property")->GetValue("Property", "UpgradeCode", "…
372 …my $source_product_code = $source_msi->GetTable("Property")->GetValue("Property", "ProductCode", "…
373 …my $target_product_code = $target_msi->GetTable("Property")->GetValue("Property", "ProductCode", "…
403 …my $source_build_id = $source_msi->GetTable("Property")->GetValue("Property", "PRODUCTBUILDID", "V…
404 …my $target_build_id = $target_msi->GetTable("Property")->GetValue("Property", "PRODUCTBUILDID", "V…
428 …my $source_product_name = $source_msi->GetTable("Property")->GetValue("Property", "DEFINEDPRODUCT"…
429 …my $target_product_name = $target_msi->GetTable("Property")->GetValue("Property", "DEFINEDPRODUCT"…
461 my @source_files = map {$_->GetValue("File")} @{$source_file_table->GetAllRows()};
462 my %target_file_map = map {$_->GetValue("File") => $_} @{$target_file_table->GetAllRows()};
[all …]
/AOO42X/main/cui/source/tabpages/
H A Dtpgradnt.cxx276 … static_cast<long>(aMtrAngle.GetValue() * 10), // sollte in Resource geaendert werden in CheckChanges_Impl()
277 (sal_uInt16) aMtrCenterX.GetValue(), in CheckChanges_Impl()
278 (sal_uInt16) aMtrCenterY.GetValue(), in CheckChanges_Impl()
279 (sal_uInt16) aMtrBorder.GetValue(), in CheckChanges_Impl()
280 (sal_uInt16) aMtrColorFrom.GetValue(), in CheckChanges_Impl()
281 (sal_uInt16) aMtrColorTo.GetValue() ); in CheckChanges_Impl()
363 … static_cast<long>(aMtrAngle.GetValue() * 10), // sollte in Resource geaendert werden in FillItemSet()
364 (sal_uInt16) aMtrCenterX.GetValue(), in FillItemSet()
365 (sal_uInt16) aMtrCenterY.GetValue(), in FillItemSet()
366 (sal_uInt16) aMtrBorder.GetValue(), in FillItemSet()
[all …]
H A Dchardlg.cxx221 ::rtl::OUString aString = rItem.GetValue(); in ActivatePage()
234 eUnderline = ( FontUnderline ) rItem.GetValue(); in ActivatePage()
250 eOverline = ( FontUnderline ) rItem.GetValue(); in ActivatePage()
266 eStrikeout = ( FontStrikeout ) rItem.GetValue(); in ActivatePage()
280 rFont.SetWordLineMode( rItem.GetValue() ); in ActivatePage()
281 rCJKFont.SetWordLineMode( rItem.GetValue() ); in ActivatePage()
282 rCTLFont.SetWordLineMode( rItem.GetValue() ); in ActivatePage()
301 FontRelief eFontRelief = ( FontRelief ) rItem.GetValue(); in ActivatePage()
312 SvxCaseMap eCaseMap = ( SvxCaseMap ) rItem.GetValue(); in ActivatePage()
324 sal_Bool bOutline = rItem.GetValue(); in ActivatePage()
[all …]
H A Dtparea.cxx142 sal_uInt16 nPos = (sal_uInt16)aMtrTransparent.GetValue(); in IMPL_LINK()
161 sal_uInt8 nStartCol = (sal_uInt8)(((sal_uInt16)aMtrTrgrStartValue.GetValue() * 255) / 100); in IMPL_LINK()
162 sal_uInt8 nEndCol = (sal_uInt8)(((sal_uInt16)aMtrTrgrEndValue.GetValue() * 255) / 100); in IMPL_LINK()
167 (sal_uInt16)aMtrTrgrAngle.GetValue() * 10, in IMPL_LINK()
168 (sal_uInt16)aMtrTrgrCenterX.GetValue(), in IMPL_LINK()
169 (sal_uInt16)aMtrTrgrCenterY.GetValue(), in IMPL_LINK()
170 (sal_uInt16)aMtrTrgrBorder.GetValue(), in IMPL_LINK()
346 …rActive = (eStateLinear == SFX_ITEM_SET && ((XFillTransparenceItem*)pLinearItem)->GetValue() != 0); in FillItemSet()
359 sal_uInt16 nPos = (sal_uInt16)aMtrTransparent.GetValue(); in FillItemSet()
379 … || (sal_uInt16)aMtrTrgrAngle.GetValue() != (sal_uInt16)aMtrTrgrAngle.GetSavedValue().ToInt32() in FillItemSet()
[all …]
H A Dpage.cxx322 bWeb = 0 != (((const SfxUInt16Item*)pItem)->GetValue() & HTMLMODE_ON); in SvxPageDescPage()
552 nPaperBin = ( (const SvxPaperBinItem*)pItem )->GetValue(); in Reset()
624 Paper eSize = (Paper)aPaperAry.GetValue(i); in Reset()
649 aHorzBox.Check( pItem ? ( (const SfxBoolItem*)pItem )->GetValue() in Reset()
654 aVertBox.Check( pItem ? ( (const SfxBoolItem*)pItem )->GetValue() in Reset()
671 ( (const SfxBoolItem*)pItem )->GetValue() : sal_False ); in Reset()
719 SID_SWREGISTER_MODE)).GetValue()); in Reset()
726 ((const SfxStringItem&)rSet.Get(SID_SWREGISTER_COLLECTION)).GetValue()); in Reset()
735 ? ((SvxFrameDirectionItem*)pItem)->GetValue() in Reset()
826 if ( !pOld || ( (const SvxPaperBinItem*)pOld )->GetValue() != nBin ) in FillItemSet()
[all …]
H A Dparagrph.cxx168 nHtmlMode = ((SfxUInt16Item*)pItem)->GetValue(); in GetHtmlMode_Impl()
186 sal_Int64 nL = aLeftIndent.Denormalize( aLeftIndent.GetValue( eUnit ) ); in IMPL_LINK()
187 sal_Int64 nR = aRightIndent.Denormalize( aRightIndent.GetValue( eUnit ) ); in IMPL_LINK()
260 aLineDistAtPercentBox.GetValue() )) ); in FillItemSet()
301 (sal_uInt16)aTopDist.GetValue() ); in FillItemSet()
307 (sal_uInt16)aBottomDist.GetValue() ); in FillItemSet()
347 (sal_uInt16)aLeftIndent.GetValue() ); in FillItemSet()
353 (sal_uInt16)aRightIndent.GetValue() ); in FillItemSet()
359 (sal_uInt16)aFLineIndent.GetValue() ); in FillItemSet()
411 sal_Bool bSet = pRegItem->GetValue(); in FillItemSet()
[all …]
/AOO42X/main/svx/source/svdraw/
H A Dsvdattr.cxx642 ((SdrFractionItem&)rCmp).GetValue()==nValue; in operator ==()
692 return new SdrFractionItem(Which(),GetValue()); in Clone()
713 if(GetValue().IsValid()) in GetPresentation()
715 sal_Int32 nDiv = GetValue().GetDenominator(); in GetPresentation()
717 rText = UniString::CreateFromInt32(GetValue().GetNumerator()); in GetPresentation()
746 return new SdrScaleItem(Which(),GetValue()); in Clone()
757 return new SdrOnOffItem(Which(),GetValue()); in Clone()
774 rText=GetValueTextByVal(GetValue()); in GetPresentation()
797 return new SdrYesNoItem(Which(),GetValue()); in Clone()
814 rText=GetValueTextByVal(GetValue()); in GetPresentation()
[all …]
/AOO42X/main/sw/source/ui/misc/
H A Dpggrid.cxx207 != aLinesPerPageNF.GetValue()|| in FillItemSet()
208 aTextSizeMF.GetSavedValue().ToInt32() != aTextSizeMF.GetValue()|| in FillItemSet()
210 != aCharsPerLineNF.GetValue()|| in FillItemSet()
212 aRubySizeMF.GetSavedValue().ToInt32() != aRubySizeMF.GetValue()|| in FillItemSet()
213 aCharWidthMF.GetSavedValue().ToInt32() != aCharWidthMF.GetValue()|| in FillItemSet()
296 aGridItem.SetLines( static_cast< sal_uInt16 >(aLinesPerPageNF.GetValue()) ); in PutGridItem()
299 aTextSizeMF.Denormalize(aTextSizeMF.GetValue(FUNIT_TWIP))) ); in PutGridItem()
300 …RubyHeight( static_cast< sal_uInt16 >(aRubySizeMF.Denormalize(aRubySizeMF.GetValue(FUNIT_TWIP))) ); in PutGridItem()
301 …aseWidth( static_cast< sal_uInt16 >(aCharWidthMF.Denormalize(aCharWidthMF.GetValue(FUNIT_TWIP))) ); in PutGridItem()
318 m_bVertical = rDirItem.GetValue() == FRMDIR_VERT_TOP_RIGHT|| in UpdatePageSize()
[all …]
/AOO42X/main/chart2/source/controller/dialogs/
H A Dtp_Scale.cxx188 pFmtFied->SetDefaultValue( pFmtFied->GetValue() ); in IMPL_LINK()
337 lcl_setValue( aFmtFldStepMain, m_aMt_MainDateStep.GetValue() ); in EnableControls()
339 m_aMt_MainDateStep.SetValue( static_cast<sal_Int32>(aFmtFldStepMain.GetValue()) ); in EnableControls()
458 m_bAllowDateAxis = (bool) ((const SfxBoolItem*)pPoolItem)->GetValue(); in Reset()
461 m_nAxisType = (int) ((const SfxInt32Item*)pPoolItem)->GetValue(); in Reset()
468 bAutoDateAxis = (bool) ((const SfxBoolItem*)pPoolItem)->GetValue(); in Reset()
495 aCbxAutoMin.Check(((const SfxBoolItem*)pPoolItem)->GetValue()); in Reset()
499 fMin = ((const SvxDoubleItem*)pPoolItem)->GetValue(); in Reset()
504 aCbxAutoMax.Check(((const SfxBoolItem*)pPoolItem)->GetValue()); in Reset()
508 fMax = ((const SvxDoubleItem*)pPoolItem)->GetValue(); in Reset()
[all …]
H A Dtp_3D_SceneIllumination.cxx420 … Svx3DLightcolor1Item&)a3DLightAttributes.Get(SDRATTR_3DSCENE_LIGHTCOLOR_1)).GetValue().GetColor(); in IMPL_LINK()
421 …bled = ((const Svx3DLightOnOff1Item&)a3DLightAttributes.Get(SDRATTR_3DSCENE_LIGHTON_1)).GetValue(); in IMPL_LINK()
422 …st Svx3DLightDirection1Item&)a3DLightAttributes.Get(SDRATTR_3DSCENE_LIGHTDIRECTION_1)).GetValue()); in IMPL_LINK()
425 … Svx3DLightcolor2Item&)a3DLightAttributes.Get(SDRATTR_3DSCENE_LIGHTCOLOR_2)).GetValue().GetColor(); in IMPL_LINK()
426 …bled = ((const Svx3DLightOnOff2Item&)a3DLightAttributes.Get(SDRATTR_3DSCENE_LIGHTON_2)).GetValue(); in IMPL_LINK()
427 …st Svx3DLightDirection2Item&)a3DLightAttributes.Get(SDRATTR_3DSCENE_LIGHTDIRECTION_2)).GetValue()); in IMPL_LINK()
430 … Svx3DLightcolor3Item&)a3DLightAttributes.Get(SDRATTR_3DSCENE_LIGHTCOLOR_3)).GetValue().GetColor(); in IMPL_LINK()
431 …bled = ((const Svx3DLightOnOff3Item&)a3DLightAttributes.Get(SDRATTR_3DSCENE_LIGHTON_3)).GetValue(); in IMPL_LINK()
432 …st Svx3DLightDirection3Item&)a3DLightAttributes.Get(SDRATTR_3DSCENE_LIGHTDIRECTION_3)).GetValue()); in IMPL_LINK()
435 … Svx3DLightcolor4Item&)a3DLightAttributes.Get(SDRATTR_3DSCENE_LIGHTCOLOR_4)).GetValue().GetColor(); in IMPL_LINK()
[all …]
/AOO42X/main/sw/source/ui/shells/
H A Dgrfsh.cxx306 ((const SfxBoolItem*)pItem)->GetValue() ); in Execute()
313 ((const SfxBoolItem*)pItem)->GetValue() ); in Execute()
354 rSh.SetObjTitle( ((const SfxStringItem*)pItem)->GetValue() ); in Execute()
410 sal_uInt16 nMirror = aMirror.GetValue(); in ExecAttr()
444 ((SfxInt16Item*)pItem)->GetValue() )); in ExecAttr()
449 ((SfxInt16Item*)pItem)->GetValue() )); in ExecAttr()
454 ((SfxInt16Item*)pItem)->GetValue() )); in ExecAttr()
459 ((SfxInt16Item*)pItem)->GetValue() )); in ExecAttr()
464 ((SfxInt16Item*)pItem)->GetValue() )); in ExecAttr()
469 double fVal = ((SfxUInt32Item*)pItem)->GetValue(); in ExecAttr()
[all …]
/AOO42X/main/sfx2/source/appl/
H A Dappcfg.cxx548 ( (const SfxBoolItem *)pItem)->GetValue() ? 0 : TOOLBOX_STYLE_FLAT; in SetOptions_Impl()
555 sal_Bool bBigSize = ( (const SfxBoolItem*)pItem )->GetValue(); in SetOptions_Impl()
573 aSaveOptions.SetBackup( ( (const SfxBoolItem*)pItem )->GetValue() ); in SetOptions_Impl()
580 sal_Bool bItemValue = static_cast< const SfxBoolItem*>(pItem)->GetValue(); in SetOptions_Impl()
590 aSaveOptions.SetPrettyPrinting( static_cast< const SfxBoolItem*> ( pItem )->GetValue() ); in SetOptions_Impl()
597 aSaveOptions.SetWarnAlienFormat( static_cast< const SfxBoolItem*> ( pItem )->GetValue() ); in SetOptions_Impl()
604 aSaveOptions.SetAutoSave( ( (const SfxBoolItem*)pItem )->GetValue() ); in SetOptions_Impl()
611 aSaveOptions.SetAutoSavePrompt(((const SfxBoolItem *)pItem)->GetValue()); in SetOptions_Impl()
618 aSaveOptions.SetAutoSaveTime(((const SfxUInt16Item *)pItem)->GetValue()); in SetOptions_Impl()
625 aSaveOptions.SetDocInfoSave(((const SfxBoolItem *)pItem)->GetValue()); in SetOptions_Impl()
[all …]
/AOO42X/main/editeng/source/items/
H A Dtextitem.cxx520 rStrm << (sal_uInt8)GetValue(); in Store()
550 rText = GetValueTextByPos( GetValue() ); in GetPresentation()
594 … rVal <<= (awt::FontSlant)GetValue(); // Werte von awt::FontSlant und FontItalic sind gleich in QueryValue()
638 return ( (FontItalic)GetValue() >= ITALIC_OBLIQUE ); in GetBoolValue()
668 return (FontWeight)GetValue() >= WEIGHT_BOLD; in GetBoolValue()
696 rStrm << (sal_uInt8)GetValue(); in Store()
726 rText = GetValueTextByPos( GetValue() ); in GetPresentation()
755 rVal <<= (float)( VCLUnoHelper::ConvertFontWeight( (FontWeight)GetValue() ) ); in QueryValue()
1355 return (FontUnderline)GetValue() != UNDERLINE_NONE; in GetBoolValue()
1385 rStrm << (sal_uInt8)GetValue(); in Store()
[all …]
/AOO42X/main/sw/source/core/graphic/
H A Dgrfatr.cxx99 bVal = lcl_IsHoriOnEvenPages(GetValue(), IsGrfToggle()); in QueryValue()
102 bVal = lcl_IsHoriOnOddPages(GetValue()); in QueryValue()
105 bVal = GetValue() == RES_MIRROR_GRAPH_HOR || in QueryValue()
106 GetValue() == RES_MIRROR_GRAPH_BOTH; in QueryValue()
127 sal_Bool bIsVert = GetValue() == RES_MIRROR_GRAPH_HOR || in PutValue()
128 GetValue() == RES_MIRROR_GRAPH_BOTH; in PutValue()
130 lcl_IsHoriOnOddPages(GetValue()) : bVal; in PutValue()
132 lcl_IsHoriOnEvenPages(GetValue(), IsGrfToggle()) : bVal; in PutValue()
144 if ( GetValue() == RES_MIRROR_GRAPH_VERT ) in PutValue()
146 else if ( GetValue() != RES_MIRROR_GRAPH_BOTH ) in PutValue()
[all …]
/AOO42X/main/sc/source/ui/view/
H A Dcellsh1.cxx199 aFlags = ((const SfxStringItem*)pItem)->GetValue(); in ExecuteEdit()
271 aFlags = ((const SfxStringItem*)pItem)->GetValue(); in ExecuteEdit()
356 aFlags = ((const SfxStringItem*)pItem)->GetValue(); in ExecuteEdit()
471 aFlags = ((const SfxStringItem*)pItem)->GetValue(); in ExecuteEdit()
594 aFillDir = ((const SfxStringItem*)pItem)->GetValue(); in ExecuteEdit()
596 aFillCmd = ((const SfxStringItem*)pItem)->GetValue(); in ExecuteEdit()
598 aFillDateCmd = ((const SfxStringItem*)pItem)->GetValue(); in ExecuteEdit()
600 aFillStep = ((const SfxStringItem*)pItem)->GetValue(); in ExecuteEdit()
602 aFillStart = ((const SfxStringItem*)pItem)->GetValue(); in ExecuteEdit()
604 aFillMax = ((const SfxStringItem*)pItem)->GetValue(); in ExecuteEdit()
[all …]
H A Dtabvwsh3.cxx85 #define GET_STRING(nid) ((const SfxStringItem&)pReqArgs->Get(nid)).GetValue()
86 #define GET_UINT16(nid) ((const SfxUInt16Item&)pReqArgs->Get(nid)).GetValue()
87 #define GET_BOOL(nid) ((const SfxBoolItem&)pReqArgs->Get(nid)).GetValue()
133 String aFileName = ((const SfxStringItem*)pItem)->GetValue(); in Execute()
139 aInsertPos = ((const SfxPointItem*)pItem)->GetValue(); in Execute()
147 bAsLink = ((const SfxBoolItem*)pItem)->GetValue(); in Execute()
175 aPrintStr = static_cast<const SfxStringItem*>(pItem)->GetValue(); in Execute()
177 aRowStr = static_cast<const SfxStringItem*>(pItem)->GetValue(); in Execute()
179 aColStr = static_cast<const SfxStringItem*>(pItem)->GetValue(); in Execute()
181 bEntire = static_cast<const SfxBoolItem*>(pItem)->GetValue(); in Execute()
[all …]
/AOO42X/main/svx/source/sdr/attribute/
H A Dsdrformtextattribute.cxx92 …t8)((((SdrShadowTransparenceItem&)(rSet.Get(SDRATTR_SHADOWTRANSPARENCE))).GetValue() * 255) / 100); in impGetStrokeTransparence()
96 …(sal_uInt8)((((XLineTransparenceItem&)(rSet.Get(XATTR_LINETRANSPARENCE))).GetValue() * 255) / 100); in impGetStrokeTransparence()
117 … const sal_uInt32 nLineWidth = ((const XLineWidthItem&)(rSet.Get(XATTR_LINEWIDTH))).GetValue(); in impGetLineAttribute()
118 …r::drawing::LineJoint eLineJoint = ((const XLineJointItem&)(rSet.Get(XATTR_LINEJOINT))).GetValue(); in impGetLineAttribute()
119 …sun::star::drawing::LineCap eLineCap = ((const XLineCapItem&)(rSet.Get(XATTR_LINECAP))).GetValue(); in impGetLineAttribute()
130 const XLineStyle eLineStyle = ((XLineStyleItem&)(rSet.Get(XATTR_LINESTYLE))).GetValue(); in impGetStrokeAttribute()
140 … const sal_uInt32 nLineWidth = ((const XLineWidthItem&)(rSet.Get(XATTR_LINEWIDTH))).GetValue(); in impGetStrokeAttribute()
183 … mnFormTextDistance(((const XFormTextDistanceItem&)rSet.Get(XATTR_FORMTXTDISTANCE)).GetValue()), in ImpSdrFormTextAttribute()
184 … mnFormTextStart(((const XFormTextStartItem&)rSet.Get(XATTR_FORMTXTSTART)).GetValue()), in ImpSdrFormTextAttribute()
185 … mnFormTextShdwXVal(((const XFormTextShadowXValItem&)rSet.Get(XATTR_FORMTXTSHDWXVAL)).GetValue()), in ImpSdrFormTextAttribute()
[all …]
/AOO42X/main/sw/source/core/text/
H A Datrstck.cxx250 *pColor = ((SvxColorItem*)pItem)->GetValue(); in lcl_ChgHyperLinkColor()
666 bTwoLineAct = ((SvxTwoLinesItem*)pTwoLineItem)->GetValue(); in ActivateTop()
670 ((SvxTwoLinesItem*)pDefaultArray[ nTwoLineStack ])->GetValue(); in ActivateTop()
683 rFnt.SetVertical( ((SvxCharRotateItem*)pRotateItem)->GetValue(), in ActivateTop()
688 ((SvxCharRotateItem*)pDefaultArray[ nRotateStack ])->GetValue(), in ActivateTop()
712 rFnt.SetColor( ((SvxColorItem&)rItem).GetValue() ); in FontChg()
715 rFnt.SetOutline( ((SvxContourItem&)rItem).GetValue() ); in FontChg()
735 rFnt.SetFixKerning( ((SvxKerningItem&)rItem).GetValue() ); in FontChg()
744 rFnt.SetShadow( ((SvxShadowedItem&)rItem).GetValue() ); in FontChg()
756 (pTmpItem && !static_cast<const SvxCharHiddenItem*>(pTmpItem)->GetValue()) ) in FontChg()
[all …]
/AOO42X/main/svx/source/sdr/primitive3d/
H A Dsdrattributecreator3d.cxx45 …nt16 nNormalsValue(((const Svx3DNormalsKindItem&)rSet.Get(SDRATTR_3DOBJ_NORMALS_KIND)).GetValue()); in createNewSdr3DObjectAttribute()
57 …bInvertNormals(((const Svx3DNormalsInvertItem&)rSet.Get(SDRATTR_3DOBJ_NORMALS_INVERT)).GetValue()); in createNewSdr3DObjectAttribute()
61 …ureValueX(((const Svx3DTextureProjectionXItem&)rSet.Get(SDRATTR_3DOBJ_TEXTURE_PROJ_X)).GetValue()); in createNewSdr3DObjectAttribute()
74 …ureValueY(((const Svx3DTextureProjectionYItem&)rSet.Get(SDRATTR_3DOBJ_TEXTURE_PROJ_Y)).GetValue()); in createNewSdr3DObjectAttribute()
86 … bool bDoubleSided(((const Svx3DDoubleSidedItem&)rSet.Get(SDRATTR_3DOBJ_DOUBLE_SIDED)).GetValue()); in createNewSdr3DObjectAttribute()
89 … const bool bShadow3D(((const Svx3DShadow3DItem&)rSet.Get(SDRATTR_3DOBJ_SHADOW_3D)).GetValue()); in createNewSdr3DObjectAttribute()
92 …bTextureFilter(((const Svx3DTextureFilterItem&)rSet.Get(SDRATTR_3DOBJ_TEXTURE_FILTER)).GetValue()); in createNewSdr3DObjectAttribute()
97 …Int16 nTextureKind(((const Svx3DTextureKindItem&)rSet.Get(SDRATTR_3DOBJ_TEXTURE_KIND)).GetValue()); in createNewSdr3DObjectAttribute()
111 …Int16 nTextureMode(((const Svx3DTextureModeItem&)rSet.Get(SDRATTR_3DOBJ_TEXTURE_MODE)).GetValue()); in createNewSdr3DObjectAttribute()
126 …r(((const Svx3DMaterialSpecularItem&)rSet.Get(SDRATTR_3DOBJ_MAT_SPECULAR)).GetValue().getBColor()); in createNewSdr3DObjectAttribute()
[all …]
/AOO42X/main/svx/source/engine3d/
H A Dfloat3d.cxx598 sal_uInt32 nState = ( ( const SfxUInt32Item* )pItem )->GetValue(); in Update()
680 … XFillStyle eXFS = (XFillStyle)((const XFillStyleItem&)rAttrs.Get(XATTR_FILLSTYLE)).GetValue(); in Update()
711 …nt32 nValue = ((const Svx3DHorizontalSegmentsItem&)rAttrs.Get(SDRATTR_3DOBJ_HORZ_SEGS)).GetValue(); in Update()
712 if(nValue != (sal_uInt32 )aNumHorizontal.GetValue()) in Update()
738 …uInt32 nValue = ((const Svx3DVerticalSegmentsItem&)rAttrs.Get(SDRATTR_3DOBJ_VERT_SEGS)).GetValue(); in Update()
739 if( nValue != (sal_uInt32) aNumVertical.GetValue() ) in Update()
765 sal_uInt32 nValue = ((const Svx3DDepthItem&)rAttrs.Get(SDRATTR_3DOBJ_DEPTH)).GetValue(); in Update()
776 aMtrDepth.SetValue( aMtrDepth.GetValue() ); in Update()
792 …sal_Bool bValue = ((const Svx3DDoubleSidedItem&)rAttrs.Get(SDRATTR_3DOBJ_DOUBLE_SIDED)).GetValue(); in Update()
816 … nValue = ((const Svx3DPercentDiagonalItem&)rAttrs.Get(SDRATTR_3DOBJ_PERCENT_DIAGONAL)).GetValue(); in Update()
[all …]

12345678910>>...43