| /aoo41x/main/sd/source/ui/view/ | 
| H A D | drviews9.cxx | 376 										  (sal_uInt8) pBlue->GetValue ());  in AttrExec()436 									   (sal_uInt8) pBlue->GetValue ());  in AttrExec()
 491 …XDash aNewDash ((XDashStyle) pStyle->GetValue (), (short) pDots->GetValue (), pDotLen->GetValue (),  in AttrExec()
 492 										(short) pDashes->GetValue (), pDashLen->GetValue (), pDistance->GetValue ());  in AttrExec()
 579 												 pAngle->GetValue () * 10, (short) pCenterX->GetValue (),  in AttrExec()
 580 												 (short) pCenterY->GetValue (), (short) pBorder->GetValue (),  in AttrExec()
 581 												 (short) pStart->GetValue (), (short) pEnd->GetValue ());  in AttrExec()
 640 							XHatch aHatch (aBlack, (XHatchStyle) pStyle->GetValue (), pDistance->GetValue (),  in AttrExec()
 641 										   pAngle->GetValue () * 10);  in AttrExec()
 817 				switch (rWhatKind.GetValue ())  in AttrState()
 [all …]
 
 | 
| /aoo41x/main/svx/source/sdr/primitive2d/ | 
| H A D | sdrattributecreator.cxx | 343 			const bool bShadow(((SdrShadowItem&)rSet.Get(SDRATTR_SHADOW)).GetValue());  in createNewSdrShadowAttribute()376 						(double)((SdrShadowXDistItem&)(rSet.Get(SDRATTR_SHADOWXDIST))).GetValue(),  in createNewSdrShadowAttribute()
 377 						(double)((SdrShadowYDistItem&)(rSet.Get(SDRATTR_SHADOWYDIST))).GetValue());  in createNewSdrShadowAttribute()
 482 								((const XFillBackgroundItem&)(rSet.Get(XATTR_FILLBACKGROUND))).GetValue());  in createNewSdrFillAttribute()
 560 				    ((const XFormTextStyleItem&)rSet.Get(XATTR_FORMTXTSTYLE)).GetValue(),  in createNewSdrTextAttribute()
 569 				    ((const XFormTextHideFormItem&)rSet.Get(XATTR_FORMTXTHIDEFORM)).GetValue(),  in createNewSdrTextAttribute()
 679 				(double)((const SfxMetricItem&)(rSet.Get(XATTR_FILLBMP_SIZEX))).GetValue(),  in createNewSdrFillGraphicAttribute()
 680 				(double)((const SfxMetricItem&)(rSet.Get(XATTR_FILLBMP_SIZEY))).GetValue());  in createNewSdrFillGraphicAttribute()
 695 				((const SfxBoolItem&) (rSet.Get(XATTR_FILLBMP_TILE))).GetValue(),  in createNewSdrFillGraphicAttribute()
 696 				((const SfxBoolItem&) (rSet.Get(XATTR_FILLBMP_STRETCH))).GetValue(),  in createNewSdrFillGraphicAttribute()
 [all …]
 
 | 
| /aoo41x/main/svx/inc/svx/ | 
| H A D | scene3d.hxx | 124 …n ((const Svx3DFocalLengthItem&)GetObjectItemSet().Get(SDRATTR_3DSCENE_FOCAL_LENGTH)).GetValue(); }  in GetFocalLength()132 …n ((const Svx3DLightcolor1Item&)GetObjectItemSet().Get(SDRATTR_3DSCENE_LIGHTCOLOR_1)).GetValue(); }  in GetLightColor1()
 154 …turn ((const Svx3DLightOnOff1Item&)GetObjectItemSet().Get(SDRATTR_3DSCENE_LIGHTON_1)).GetValue(); }  in GetLightOnOff1()
 156 …turn ((const Svx3DLightOnOff2Item&)GetObjectItemSet().Get(SDRATTR_3DSCENE_LIGHTON_2)).GetValue(); }  in GetLightOnOff2()
 158 …turn ((const Svx3DLightOnOff3Item&)GetObjectItemSet().Get(SDRATTR_3DSCENE_LIGHTON_3)).GetValue(); }  in GetLightOnOff3()
 160 …turn ((const Svx3DLightOnOff4Item&)GetObjectItemSet().Get(SDRATTR_3DSCENE_LIGHTON_4)).GetValue(); }  in GetLightOnOff4()
 162 …turn ((const Svx3DLightOnOff5Item&)GetObjectItemSet().Get(SDRATTR_3DSCENE_LIGHTON_5)).GetValue(); }  in GetLightOnOff5()
 164 …turn ((const Svx3DLightOnOff6Item&)GetObjectItemSet().Get(SDRATTR_3DSCENE_LIGHTON_6)).GetValue(); }  in GetLightOnOff6()
 166 …turn ((const Svx3DLightOnOff7Item&)GetObjectItemSet().Get(SDRATTR_3DSCENE_LIGHTON_7)).GetValue(); }  in GetLightOnOff7()
 168 …turn ((const Svx3DLightOnOff8Item&)GetObjectItemSet().Get(SDRATTR_3DSCENE_LIGHTON_8)).GetValue(); }  in GetLightOnOff8()
 [all …]
 
 | 
| H A D | chrtitem.hxx | 183 	SvxChartStyle GetValue() const  in GetValue()  function in SvxChartStyleItem184 		{ 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
 243 	SvxChartTextOrder GetValue() const  in GetValue()  function in SvxChartTextOrderItem
 262 	SvxChartTextOrient GetValue() const  in GetValue()  function in SvxChartTextOrientItem
 281 	SvxChartKindError GetValue() const  in GetValue()  function in SvxChartKindErrorItem
 302 	SvxChartIndicate GetValue() const  in GetValue()  function in SvxChartIndicateItem
 303 		{ return (SvxChartIndicate)SfxEnumItem::GetValue(); }  in GetValue()
 [all …]
 
 | 
| /aoo41x/main/sc/source/core/data/ | 
| H A D | patattr.cxx | 303 		bWordLine = ((const SvxWordLineModeItem*)pItem)->GetValue();  in GetFont()311 		bOutline = ((const SvxContourItem*)pItem)->GetValue();  in GetFont()
 315 		bShadow = ((const SvxShadowedItem*)pItem)->GetValue();  in GetFont()
 327 		aColor = ((const SvxColorItem*)pItem)->GetValue();  in GetFont()
 339                         rItemSet.Get( nWeightId )).GetValue();  in GetFont()
 592 		bOutline = ((const SvxContourItem*)pItem)->GetValue();  in FillToEditItemSet()
 596 		bShadow = ((const SvxShadowedItem*)pItem)->GetValue();  in FillToEditItemSet()
 621 		bHyphenate = ((const SfxBoolItem*)pItem)->GetValue();  in FillToEditItemSet()
 687 	if ( aColorItem.GetValue().GetColor() == COL_AUTO )  in FillToEditItemSet()
 1281 					((SfxUInt32Item*)pFormItem)->GetValue(),  in GetNumberFormat()
 [all …]
 
 | 
| /aoo41x/main/solenv/bin/ | 
| H A D | patch_tool.pl | 531 		$target_file_row->GetValue("FileName"),532 		$target_file_row->GetValue("File"));
 854 …if ($source_component_row->GetValue("ComponentId") ne $target_component_row->GetValue("ComponentId…
 858                     $source_component_row->GetValue("ComponentId"),
 859                     $target_component_row->GetValue("ComponentId"),
 860                     $target_component_row->GetValue("Component"),
 912             if ($source_file_row->GetValue('Sequence') ne $target_file_row->GetValue('Sequence'))
 931                 $item->[1]->GetValue("Sequence"),
 932                 $item->[2]->GetValue("Sequence"));
 962         my $sequence_number = $row->GetValue("Sequence");
 [all …]
 
 | 
| /aoo41x/main/cui/source/tabpages/ | 
| H A D | tpgradnt.cxx | 277 						  (sal_uInt16) aMtrCenterX.GetValue(),  in CheckChanges_Impl()278 						  (sal_uInt16) aMtrCenterY.GetValue(),  in CheckChanges_Impl()
 279 						  (sal_uInt16) aMtrBorder.GetValue(),  in CheckChanges_Impl()
 364 						(sal_uInt16) aMtrCenterX.GetValue(),  in FillItemSet()
 365 						(sal_uInt16) aMtrCenterY.GetValue(),  in FillItemSet()
 366 						(sal_uInt16) aMtrBorder.GetValue(),  in FillItemSet()
 367 						(sal_uInt16) aMtrColorFrom.GetValue(),  in FillItemSet()
 368 						(sal_uInt16) aMtrColorTo.GetValue() );  in FillItemSet()
 419 						  (sal_uInt16) aMtrCenterX.GetValue(),  in IMPL_LINK()
 420 						  (sal_uInt16) aMtrCenterY.GetValue(),  in IMPL_LINK()
 [all …]
 
 | 
| H A D | tparea.cxx | 163 				(sal_uInt16)aMtrTrgrCenterX.GetValue(),  in IMPL_LINK()164 				(sal_uInt16)aMtrTrgrCenterY.GetValue(),  in IMPL_LINK()
 165 				(sal_uInt16)aMtrTrgrBorder.GetValue(),  in IMPL_LINK()
 509 		SetPageType(pPageTypeItem->GetValue());  in ActivatePage()
 608 		SetPageType(pPageTypeItem->GetValue());  in PageCreated()
 610 		SetDlgType(pDlgTypeItem->GetValue());  in PageCreated()
 808 		SetPageType(pPageTypeItem->GetValue());  in ActivatePage()
 810 		SetPos(pPosItem->GetValue());  in ActivatePage()
 2586 		SetPageType(pPageTypeItem->GetValue());  in PageCreated()
 2588 		SetDlgType(pDlgTypeItem->GetValue());  in PageCreated()
 [all …]
 
 | 
| H A D | chardlg.cxx | 324 		sal_Bool bOutline = rItem.GetValue();  in ActivatePage()335 		sal_Bool bShadow = rItem.GetValue();  in ActivatePage()
 393 		Color aCol( rItem.GetValue() );  in ActivatePage()
 1289 		if ( rItem.GetValue() == aWeightItem.GetValue() )  in FillItemSet_Impl()
 1304 		 ( (SvxWeightItem*)pItem )->GetValue() != aWeightItem.GetValue() )  in FillItemSet_Impl()
 1338 		if ( rItem.GetValue() == aPostureItem.GetValue() )  in FillItemSet_Impl()
 1353 		 ( (SvxPostureItem*)pItem )->GetValue() != aPostureItem.GetValue() )  in FillItemSet_Impl()
 1490 			Color aColor = rItem.GetValue();  in ResetColor_Impl()
 1980 			Color aColor = rItem.GetValue();  in ResetColor_Impl()
 3936 		if ( rItem.GetValue() )  in Reset()
 [all …]
 
 | 
| H A D | page.cxx | 611 		Paper eSize = (Paper)aPaperAry.GetValue(i);  in Reset()706 								SID_SWREGISTER_MODE)).GetValue());  in Reset()
 1184 					aLeftMarginEdit.GetValue( FUNIT_TWIP ) );  in SwapFirstValues_Impl()
 1188 					aTopMarginEdit.GetValue( FUNIT_TWIP ) );  in SwapFirstValues_Impl()
 1275 		if ( rOn.GetValue() )  in ResetBackground_Impl()
 1306 		if ( rOn.GetValue() )  in ResetBackground_Impl()
 1371 		if ( rHeaderOn.GetValue() )  in InitHeadFoot_Impl()
 1418 		if ( rFooterOn.GetValue() )  in InitHeadFoot_Impl()
 1729 	nValue = aRightMarginEdit.GetValue();  in CheckMarginEdits()
 1732 	nValue = aTopMarginEdit.GetValue();  in CheckMarginEdits()
 [all …]
 
 | 
| H A D | paragrph.cxx | 301 								  (sal_uInt16)aTopDist.GetValue() );  in FillItemSet()347 									(sal_uInt16)aLeftIndent.GetValue() );  in FillItemSet()
 411 		sal_Bool bSet = pRegItem->GetValue();  in FillItemSet()
 921 				aLineDistAtPercentBox.GetValue() ) );  in UpdateExample_Impl()
 995 		SetPageWidth(pPageWidthItem->GetValue());  in PageCreated()
 1410 		if(pBoolItem->GetValue())  in PageCreated()
 1463 		if ( !pOld || ( (const SfxUInt16Item*)pOld )->GetValue() != aPageNum.GetValue() )  in FillItemSet()
 1685 			String aStr( rModel.GetValue() );  in Reset()
 1811 		if ( rKeep.GetValue() )  in Reset()
 1830 		if ( !rSplit.GetValue() )  in Reset()
 [all …]
 
 | 
| /aoo41x/main/svx/source/svdraw/ | 
| H A D | svdattr.cxx | 713 	if(GetValue().IsValid())  in GetPresentation()896 	sal_Int32 nValue(GetValue());  in GetPresentation()
 996 	if (GetValue()!=0) {  in ScaleMetrics()
 997 		BigInt aVal(GetValue());  in ScaleMetrics()
 1009 	long nValue=GetValue();  in GetPresentation()
 1388 	return GetValue()>0;  in HasMetrics()
 1393 	if (GetValue()>0) {  in ScaleMetrics()
 1394 		BigInt aVal(GetValue());  in ScaleMetrics()
 1407 	sal_Int32 nValue(GetValue());  in GetPresentation()
 1553 				if ( ((SdrCustomShapeAdjustmentItem&)rCmp).GetValue( i ).nValue != GetValue( i ).nValue )  in operator ==()
 [all …]
 
 | 
| /aoo41x/main/sw/source/ui/misc/ | 
| H A D | pggrid.cxx | 207            != 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()
 299                 aTextSizeMF.Denormalize(aTextSizeMF.GetValue(FUNIT_TWIP))) );  in PutGridItem()
 318         m_bVertical = rDirItem.GetValue() == FRMDIR_VERT_TOP_RIGHT||  in UpdatePageSize()
 319                     rDirItem.GetValue() == FRMDIR_VERT_TOP_LEFT;  in UpdatePageSize()
 400                 (   aTextSizeMF.Denormalize(aTextSizeMF.GetValue(FUNIT_TWIP)) +  in IMPL_LINK()
 401                     aRubySizeMF.Denormalize(aRubySizeMF.GetValue(FUNIT_TWIP))));  in IMPL_LINK()
 [all …]
 
 | 
| /aoo41x/main/sw/source/ui/shells/ | 
| H A D | grfsh.cxx | 293 									((const SfxBoolItem*)pItem)->GetValue() );  in Execute()300 									((const SfxBoolItem*)pItem)->GetValue() );  in Execute()
 431 							((SfxInt16Item*)pItem)->GetValue() ));  in ExecAttr()
 436 							((SfxInt16Item*)pItem)->GetValue() ));  in ExecAttr()
 441 							((SfxInt16Item*)pItem)->GetValue() ));  in ExecAttr()
 446 							((SfxInt16Item*)pItem)->GetValue() ));  in ExecAttr()
 451 							((SfxInt16Item*)pItem)->GetValue() ));  in ExecAttr()
 456 				double fVal = ((SfxUInt32Item*)pItem)->GetValue();  in ExecAttr()
 468 							((SfxBoolItem*)pItem)->GetValue() ));  in ExecAttr()
 474 							((SfxUInt16Item*)pItem)->GetValue() ));  in ExecAttr()
 [all …]
 
 | 
| /aoo41x/main/sw/source/core/graphic/ | 
| H A D | grfatr.cxx | 99 			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()
 130 									lcl_IsHoriOnOddPages(GetValue()) : bVal;  in PutValue()
 144                 if ( GetValue() == RES_MIRROR_GRAPH_VERT )  in PutValue()
 151                 if ( GetValue() == RES_MIRROR_GRAPH_BOTH )  in PutValue()
 186 	return new SwRotationGrf( GetValue(), aUnrotatedSize );  in Clone()
 201     rVal <<= (sal_Int16)GetValue();  in QueryValue()
 266 		nValue == ((SwGammaGrf&)rCmp).GetValue();  in operator ==()
 [all …]
 
 | 
| /aoo41x/main/chart2/source/controller/dialogs/ | 
| H A D | tp_Scale.cxx | 188         pFmtFied->SetDefaultValue( pFmtFied->GetValue() );  in IMPL_LINK()495 		aCbxAutoMin.Check(((const SfxBoolItem*)pPoolItem)->GetValue());  in Reset()
 499 		fMin = ((const SvxDoubleItem*)pPoolItem)->GetValue();  in Reset()
 508 		fMax = ((const SvxDoubleItem*)pPoolItem)->GetValue();  in Reset()
 517 		fStepMain = ((const SvxDoubleItem*)pPoolItem)->GetValue();  in Reset()
 529 		nStepHelp = ((const SfxInt32Item*)pPoolItem)->GetValue();  in Reset()
 536 		fOrigin = ((const SvxDoubleItem*)pPoolItem)->GetValue();  in Reset()
 586 	fMax = aFmtFldMax.GetValue();  in DeactivatePage()
 587 	fMin = aFmtFldMin.GetValue();  in DeactivatePage()
 588 	fOrigin = aFmtFldOrigin.GetValue();  in DeactivatePage()
 [all …]
 
 | 
| H A D | tp_3D_SceneIllumination.cxx | 420 … 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()
 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()
 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()
 436 …bled = ((const Svx3DLightOnOff4Item&)a3DLightAttributes.Get(SDRATTR_3DSCENE_LIGHTON_4)).GetValue();  in IMPL_LINK()
 441 …bled = ((const Svx3DLightOnOff5Item&)a3DLightAttributes.Get(SDRATTR_3DSCENE_LIGHTON_5)).GetValue();  in IMPL_LINK()
 446 …bled = ((const Svx3DLightOnOff6Item&)a3DLightAttributes.Get(SDRATTR_3DSCENE_LIGHTON_6)).GetValue();  in IMPL_LINK()
 451 …bled = ((const Svx3DLightOnOff7Item&)a3DLightAttributes.Get(SDRATTR_3DSCENE_LIGHTON_7)).GetValue();  in IMPL_LINK()
 [all …]
 
 | 
| /aoo41x/main/sfx2/source/appl/ | 
| H A D | appcfg.cxx | 538 			( (const SfxBoolItem *)pItem)->GetValue() ? 0 : TOOLBOX_STYLE_FLAT;  in SetOptions_Impl()545 		sal_Bool bBigSize = ( (const SfxBoolItem*)pItem )->GetValue();  in SetOptions_Impl()
 563         aSaveOptions.SetBackup( ( (const SfxBoolItem*)pItem )->GetValue() );  in SetOptions_Impl()
 584         aSaveOptions.SetAutoSave( ( (const SfxBoolItem*)pItem )->GetValue() );  in SetOptions_Impl()
 605         aSaveOptions.SetDocInfoSave(((const SfxBoolItem *)pItem)->GetValue());  in SetOptions_Impl()
 619         aSaveOptions.SetSaveDocView(((const SfxBoolItem *)pItem)->GetValue());  in SetOptions_Impl()
 640         aHelpOptions.SetHelpTips(((const SfxBoolItem *)pItem)->GetValue());  in SetOptions_Impl()
 668 		sal_Bool bReset = ((const SfxBoolItem *)pItem)->GetValue();  in SetOptions_Impl()
 684         aSaveOptions.SetSaveRelINet(((const SfxBoolItem *)pItem)->GetValue());  in SetOptions_Impl()
 698         sal_uInt16 nUndoCount = ((const SfxUInt16Item*)pItem)->GetValue();  in SetOptions_Impl()
 [all …]
 
 | 
| /aoo41x/main/svx/source/sdr/attribute/ | 
| H A D | sdrformtextattribute.cxx | 117 		const sal_uInt32 nLineWidth = ((const XLineWidthItem&)(rSet.Get(XATTR_LINEWIDTH))).GetValue();  in impGetLineAttribute()130 		const XLineStyle eLineStyle = ((XLineStyleItem&)(rSet.Get(XATTR_LINESTYLE))).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()
 186 …		mnFormTextShdwYVal(((const XFormTextShadowYValItem&)rSet.Get(XATTR_FORMTXTSHDWYVAL)).GetValue()),  in ImpSdrFormTextAttribute()
 188 				meFormTextStyle(((const XFormTextStyleItem&)rSet.Get(XATTR_FORMTXTSTYLE)).GetValue()),  in ImpSdrFormTextAttribute()
 189 				meFormTextAdjust(((const XFormTextAdjustItem&)rSet.Get(XATTR_FORMTXTADJUST)).GetValue()),  in ImpSdrFormTextAttribute()
 190 				meFormTextShadow(((const XFormTextShadowItem&)rSet.Get(XATTR_FORMTXTSHADOW)).GetValue()),  in ImpSdrFormTextAttribute()
 194 				mbFormTextMirror(((const XFormTextMirrorItem&)rSet.Get(XATTR_FORMTXTMIRROR)).GetValue()),  in ImpSdrFormTextAttribute()
 [all …]
 
 | 
| /aoo41x/main/editeng/source/items/ | 
| H A D | textitem.cxx | 1759 			if ( GetValue() )  in GetPresentation()1820 			if ( GetValue() )  in GetPresentation()
 1882 			if ( GetValue() )  in GetPresentation()
 1943 			if ( GetValue() )  in GetPresentation()
 2171 		  << GetValue();  in Store()
 2271 			if ( GetValue() > 0 )  in GetPresentation()
 2387 	switch( GetValue() )  in QueryValue()
 2954 			if ( GetValue() )  in GetPresentation()
 3217 			if( !GetValue() )  in GetPresentation()
 3309 			if( !GetValue() )  in GetPresentation()
 [all …]
 
 | 
| /aoo41x/main/sc/source/ui/view/ | 
| H A D | cellsh1.cxx | 199 						aFlags = ((const SfxStringItem*)pItem)->GetValue();  in ExecuteEdit()271 						aFlags = ((const SfxStringItem*)pItem)->GetValue();  in ExecuteEdit()
 356 						aFlags = ((const SfxStringItem*)pItem)->GetValue();  in ExecuteEdit()
 1690 				if ( pOkItem->GetValue() )		// OK  in ExecuteEdit()
 1696 					aFormula += pSItem->GetValue();  in ExecuteEdit()
 1761 						bAll = ((const SfxBoolItem*)pItem)->GetValue();  in ExecuteEdit()
 1853 …pTabViewShell->ReplaceNote( aPos, rTextItem.GetValue(), &rAuthorItem.GetValue(), &rDateItem.GetVal…  in ExecuteEdit()
 1905 						aChars = pStringItem->GetValue();  in ExecuteEdit()
 1910 						aFontName = pFontItem->GetValue();  in ExecuteEdit()
 2039                     aFile = pFile->GetValue();  in ExecuteEdit()
 [all …]
 
 | 
| H A D | tabvwsh3.cxx | 143 						aInsertPos = ((const SfxPointItem*)pItem)->GetValue();  in Execute()151 						bAsLink = ((const SfxBoolItem*)pItem)->GetValue();  in Execute()
 251 					aAddress = ((const SfxStringItem*)pItem)->GetValue();  in Execute()
 254 					aAddress = ((const SfxStringItem*)pItem)->GetValue();  in Execute()
 262 					bUnmark = ((const SfxBoolItem*)pItem)->GetValue();  in Execute()
 468 										Get(nSlot)).GetValue() );  in Execute()
 584 					bSet = ((const SfxBoolItem*)pItem)->GetValue();  in Execute()
 597 					bSet = ((const SfxBoolItem*)pItem)->GetValue();  in Execute()
 634 					bSet = ((const SfxBoolItem*)pItem)->GetValue();  in Execute()
 661 					nZoom	  = rZoomItem.GetValue();  in Execute()
 [all …]
 
 | 
| /aoo41x/main/svx/source/sdr/primitive3d/ | 
| H A D | sdrattributecreator3d.cxx | 45 …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 …]
 
 | 
| /aoo41x/main/sw/source/core/text/ | 
| H A D | atrstck.cxx | 250                 *pColor = ((SvxColorItem*)pItem)->GetValue();  in lcl_ChgHyperLinkColor()666              bTwoLineAct = ((SvxTwoLinesItem*)pTwoLineItem)->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()
 774             if( ((SvxAutoKernItem&)rItem).GetValue() )  in FontChg()
 785             rFnt.SetBlink( ((SvxBlinkItem&)rItem).GetValue() );  in FontChg()
 842                 if ( ((SvxCharHiddenItem&)rItem).GetValue() )  in FontChg()
 875                 rFnt.SetVertical( ((SvxCharRotateItem&)rItem).GetValue(),  in FontChg()
 [all …]
 
 | 
| /aoo41x/main/svx/source/dialog/ | 
| H A D | fontwork.cxx | 380 		switch ( pItem->GetValue() )  in SetStyle_Impl()391 		if ( pItem->GetValue() == XFT_NONE )  in SetStyle_Impl()
 427 		if ( pItem->GetValue() == XFT_LEFT || pItem->GetValue() == XFT_RIGHT )  in SetAdjust_Impl()
 505 		aTbxShadow.CheckItem(TBI_SHOWFORM, !pItem->GetValue());  in SetShowForm_Impl()
 517 		aTbxShadow.CheckItem(TBI_OUTLINE, pItem->GetValue());  in SetOutline_Impl()
 535 		if ( pItem->GetValue() == XFTSHADOW_NONE )  in SetShadow_Impl()
 552 			if ( pItem->GetValue() == XFTSHADOW_NORMAL )  in SetShadow_Impl()
 676 			aMtrFldShadowX.SetValue(pItem->GetValue());  in SetShadowXVal_Impl()
 702 			aMtrFldShadowY.SetValue(pItem->GetValue());  in SetShadowYVal_Impl()
 874 		nValueX = static_cast<long>(aMtrFldShadowX.GetValue());  in IMPL_LINK_INLINE_END()
 [all …]
 
 |