Home
last modified time | relevance | path

Searched refs:GetValue (Results 101 – 125 of 1075) sorted by relevance

12345678910>>...43

/trunk/main/chart2/source/controller/dialogs/
H A Dres_ErrorBar.cxx416 m_aMfPositive.GetValue() == m_aMfNegative.GetValue());
440 m_aMfNegative.SetValue( m_aMfPositive.GetValue()); in IMPL_LINK()
523 m_eErrorKind = ((const SvxChartKindErrorItem*) pPoolItem)->GetValue(); in Reset()
565 fPlusValue = ((const SvxDoubleItem*) pPoolItem)->GetValue(); in Reset()
575 fMinusValue = ((const SvxDoubleItem*) pPoolItem)->GetValue(); in Reset()
588 m_eIndicate = ((const SvxChartIndicateItem * ) pPoolItem)->GetValue(); in Reset()
618 String sRangePositive = (static_cast< const SfxStringItem * >( pPoolItem ))->GetValue(); in Reset()
626 String sRangeNegative = (static_cast< const SfxStringItem * >( pPoolItem ))->GetValue(); in Reset()
675 double fPosValue = static_cast< double >( m_aMfPositive.GetValue()) / in FillItemSet()
682 fNegValue = static_cast< double >( m_aMfNegative.GetValue()) / in FillItemSet()
H A Dres_DataLabel.cxx73 rnFormatKeyOut = pNumItem->GetValue(); in lcl_ReadNumberFormatFromItemSet()
85 rbSourceFormatOut = pBoolItem->GetValue(); in lcl_ReadNumberFormatFromItemSet()
98 rCheckbox.Check( ((const SfxBoolItem*)pPoolItem)->GetValue() ); in lcl_setBoolItemToCheckBox()
213 …tatic_cast< const SfxBoolItem & >( rInAttrs.Get( SCHATTR_DATADESCR_NO_PERCENTVALUE )).GetValue() ); in DataLabelResources()
345 rOutAttrs.Put( SfxStringItem( SCHATTR_DATADESCR_SEPARATOR, m_aSeparatorResources.GetValue() ) ); in FillItemSet()
380 m_aSeparatorResources.SetValue( ((const SfxStringItem*)pPoolItem)->GetValue() ); in Reset()
386 sal_Int32 nPlacement = ((const SfxInt32Item*)pPoolItem)->GetValue(); in Reset()
400 …ction.SelectEntryValue( SvxFrameDirection(((const SvxFrameDirectionItem*)pPoolItem)->GetValue()) ); in Reset()
404 sal_Int32 nDegrees = static_cast< const SfxInt32Item * >( pPoolItem )->GetValue(); in Reset()
H A Dtp_3D_SceneGeometry.cxx186 m_nZRotation = m_aMFZRotation.GetValue(); in applyAnglesToModel()
203 m_nXRotation = m_aMFXRotation.GetValue(); in IMPL_LINK()
204 m_nYRotation = m_aMFYRotation.GetValue(); in IMPL_LINK()
227 …ies->setPropertyValue( C2U("Perspective"), uno::makeAny( (sal_Int32)m_aMFPerspective.GetValue() )); in applyPerspectiveToModel()
266 m_nXRotation = m_aMFXRotation.GetValue(); in IMPL_LINK()
267 m_nYRotation = m_aMFYRotation.GetValue(); in IMPL_LINK()
268 m_nZRotation = m_aMFZRotation.GetValue(); in IMPL_LINK()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DStatisticsItemConverter.cxx154 eRegress = static_cast< const SvxChartRegressItem * >( pPoolItem )->GetValue(); in lcl_getEquationProperties()
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()
406 static_cast< const SfxBoolItem & >( rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
424 static_cast< const SfxBoolItem & >( rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
442 rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
[all …]
H A DSeriesOptionsItemConverter.cxx205 rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
225 … rBarPosition = static_cast< const SfxInt32Item & >( rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
242 …Axis = static_cast< const SfxBoolItem & >(rItemSet.Get( SCHATTR_GROUP_BARS_PER_AXIS )).GetValue(); in ApplySpecialItem()
265 rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
284 rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
303 … m_nStartingAngle = static_cast< const SfxInt32Item & >( rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
317 rItemSet.Get( nWhichId )).GetValue() ); in ApplySpecialItem()
336 … sal_Int32 nNew = static_cast< const SfxInt32Item & >( rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem()
360 … bool bIncludeHiddenCells = static_cast<const SfxBoolItem &>(rItemSet.Get(nWhichId)).GetValue(); in ApplySpecialItem()
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx126 && ((SfxUInt16Item*)pItem)->GetValue() & HTMLMODE_ON) in SwContentOptPage()
148 FieldUnit eFUnit = (FieldUnit)aMetricArr.GetValue( i ); in SwContentOptPage()
383 && ((SfxUInt16Item*)pItem)->GetValue() & HTMLMODE_ON) in SwAddPrinterTabPage()
584 SetPreview(pPreviewItem->GetValue()); in IMPL_LINK_INLINE_END()
587 if (pListItem && pListItem->GetValue()) in IMPL_LINK_INLINE_END()
907 pPrt = (SfxPrinter*)((const SwPtrItem*)pItem)->GetValue(); in Reset()
1152 sal_Int64 nValue = pBox->GetValue(FUNIT_TWIP); in IMPL_LINK()
1382 FieldUnit eFieldUnit = (FieldUnit)rItem.GetValue(); in Reset()
1486 SetWrtShell(pWrtSh->GetValue()); in PageCreated()
1539 && ((SfxUInt16Item*)pItem)->GetValue() & HTMLMODE_ON) in SwShdwCrsrOptionsTabPage()
[all …]
/trunk/main/svx/source/dialog/
H A Doptgrid.cxx286 aGridItem.nFldDivisionX = static_cast<long>(aNumFldDivisionX.GetValue()-1); in FillItemSet()
287 aGridItem.nFldDivisionY = static_cast<long>(aNumFldDivisionY.GetValue()-1); in FillItemSet()
344 FieldUnit eFUnit = (FieldUnit)(long)pItem->GetValue(); in ActivatePage()
350 long nVal = static_cast<long>(aMtrFldDrawX.Denormalize( aMtrFldDrawX.GetValue( FUNIT_TWIP ) )); in ActivatePage()
358 nVal = static_cast<long>(aMtrFldDrawY.Denormalize( aMtrFldDrawY.GetValue( FUNIT_TWIP ) )); in ActivatePage()
382 aMtrFldDrawY.SetValue( aMtrFldDrawX.GetValue() ); in IMPL_LINK()
384 aMtrFldDrawX.SetValue( aMtrFldDrawY.GetValue() ); in IMPL_LINK()
408 aNumFldDivisionY.SetValue( aNumFldDivisionX.GetValue() ); in IMPL_LINK()
410 aNumFldDivisionX.SetValue( aNumFldDivisionY.GetValue() ); in IMPL_LINK()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofgraphic.cxx313 …t sal_uInt16 nTrans(((SdrGrafTransparenceItem&)rItemSet.Get(SDRATTR_GRAFTRANSPARENCE)).GetValue()); in createViewIndependentPrimitive2DSequence()
315 …ocalGrafInfo.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()
323 aLocalGrafInfo.SetDrawMode(((SdrGrafModeItem&)rItemSet.Get(SDRATTR_GRAFMODE)).GetValue()); in createViewIndependentPrimitive2DSequence()
/trunk/main/sc/source/core/data/
H A Dcolumn2.cxx233 pPattern->GetItem( ATTR_HOR_JUSTIFY )).GetValue(); in GetNeededSize()
239 bBreak = ((const SfxBoolItem*)pCondItem)->GetValue(); in GetNeededSize()
271 nRotate = ((const SfxInt32Item*)pCondItem)->GetValue(); in GetNeededSize()
281 pPattern->GetItem(ATTR_ROTATE_MODE)).GetValue(); in GetNeededSize()
307 nIndent = ((const SfxUInt16Item*)pCondItem)->GetValue(); in GetNeededSize()
448 if ( ((const SfxBoolItem&)pSet->Get(EE_PARA_HYPHENATE)).GetValue() ) { in GetNeededSize()
805 GetItem( ATTR_HOR_JUSTIFY )).GetValue() == in GetOptimalHeight()
811 GetItem(ATTR_CONDITIONAL)).GetValue() ) in GetOptimalHeight()
816 GetItem(ATTR_ROTATE_VALUE)).GetValue() ) in GetOptimalHeight()
1737 nValue = ((ScValueCell*)pCell)->GetValue(); in lcl_UpdateSubTotal()
[all …]
/trunk/main/sc/source/ui/view/
H A Dtabvwshf.cxx93 bVisible = ((const SfxBoolItem*)pItem)->GetValue(); in ExecuteTable()
135 aName = ((const SfxStringItem*)pItem)->GetValue(); in ExecuteTable()
161 aName = ((const SfxStringItem*)pItem)->GetValue(); in ExecuteTable()
228 aName = ((const SfxStringItem*)pNameItem)->GetValue(); in ExecuteTable()
229 nTabNr = ((const SfxUInt16Item*)pTabItem)->GetValue() - 1; in ExecuteTable()
393 nTabNr = ((const SfxUInt16Item*)pItem)->GetValue(); in ExecuteTable()
396 aName = ((const SfxStringItem*)pItem)->GetValue(); in ExecuteTable()
509 aDocName = ((const SfxStringItem*)pItem)->GetValue(); in ExecuteTable()
513 nTab = ((const SfxUInt16Item*)pItem)->GetValue() - 1; in ExecuteTable()
518 bCpy = ((const SfxBoolItem*)pItem)->GetValue(); in ExecuteTable()
[all …]
/trunk/main/sc/inc/
H A Dattrib.hxx96 sal_Bool IsHorOverlapped() const { return ( GetValue() & SC_MF_HOR ) != 0; } in IsHorOverlapped()
97 sal_Bool IsVerOverlapped() const { return ( GetValue() & SC_MF_VER ) != 0; } in IsVerOverlapped()
98 sal_Bool IsOverlapped() const { return ( GetValue() & ( SC_MF_HOR | SC_MF_VER ) ) != 0; } in IsOverlapped()
100 sal_Bool HasAutoFilter() const { return ( GetValue() & SC_MF_AUTO ) != 0; } in HasAutoFilter()
101 sal_Bool HasButton() const { return ( GetValue() & SC_MF_BUTTON ) != 0; } in HasButton()
102 bool HasDPTable() const { return ( GetValue() & SC_MF_DP_TABLE ) != 0; } in HasDPTable()
104 sal_Bool IsScenario() const { return ( GetValue() & SC_MF_SCENARIO ) != 0; } in IsScenario()
338 double GetValue() const { return nValue; } in GetValue() function in ScDoubleItem
/trunk/main/sd/source/ui/view/
H A DViewShellImplementation.cxx162 AutoLayout aLayout ((AutoLayout)pNewAutoLayout->GetValue ()); in ProcessModifyPageSlot()
166 aNewName = pNewName->GetValue (); in ProcessModifyPageSlot()
167 aNewAutoLayout = (AutoLayout) pNewAutoLayout->GetValue (); in ProcessModifyPageSlot()
168 bBVisible = pBVisible->GetValue (); in ProcessModifyPageSlot()
169 bBObjsVisible = pBObjsVisible->GetValue (); in ProcessModifyPageSlot()
243 bSetModified = (sal_Bool) ((SfxBoolItem&) pArgs->Get(SID_MODIFYPAGE)).GetValue(); in ProcessModifyPageSlot()
270 pPage = pDocument->GetSdPage(static_cast<sal_uInt16>(pWhatPage->GetValue()), ePageKind); in AssignLayout()
281 eLayout = static_cast< AutoLayout >( pWhatLayout->GetValue() ); in AssignLayout()
/trunk/main/sc/source/ui/dbgui/
H A Dvalidate.cxx397 static_cast< const SfxAllEnumItem* >( pItem )->GetValue() ) ); in Reset()
403 static_cast< const SfxAllEnumItem* >( pItem )->GetValue() ) ); in Reset()
409 bCheck = static_cast< const SfxBoolItem* >( pItem )->GetValue(); in Reset()
414 nListType = static_cast< const SfxInt16Item* >( pItem )->GetValue(); in Reset()
421 aFmlaStr = static_cast< const SfxStringItem* >( pItem )->GetValue(); in Reset()
426 aFmlaStr = static_cast< const SfxStringItem* >( pItem )->GetValue(); in Reset()
747 aEdtTitle.SetText( ((const SfxStringItem*)pItem)->GetValue() ); in Reset()
752 aEdInputHelp.SetText( ((const SfxStringItem*)pItem)->GetValue() ); in Reset()
840 aLbAction.SelectEntryPos( ((const SfxAllEnumItem*)pItem)->GetValue() ); in Reset()
845 aEdtTitle.SetText( ((const SfxStringItem*)pItem)->GetValue() ); in Reset()
[all …]
H A Ddpgroupdlg.cxx88 double ScDPGroupEditHelper::GetValue() const in GetValue() function in ScDPGroupEditHelper
138 return mrEdValue.GetValue( rfValue ); in ImplGetValue()
216 aInfo.Start = maStartHelper.GetValue(); in GetGroupInfo()
217 aInfo.End = maEndHelper.GetValue(); in GetGroupInfo()
218 if( !maEdBy.GetValue( aInfo.Step ) || (aInfo.Step <= 0.0) ) in GetGroupInfo()
313 aInfo.Start = maStartHelper.GetValue(); in GetGroupInfo()
314 aInfo.End = maEndHelper.GetValue(); in GetGroupInfo()
315 sal_Int64 nNumDays = maEdNumDays.GetValue(); in GetGroupInfo()
/trunk/main/sd/source/ui/dlg/
H A Dlayeroptionsdlg.cxx59 maEdtName.SetText( ( ( const SdAttrLayerName& ) mrOutAttrs.Get( ATTR_LAYER_NAME ) ).GetValue() ); in SdInsertLayerDlg()
60 …maEdtTitle.SetText( ( ( const SdAttrLayerTitle& ) mrOutAttrs.Get( ATTR_LAYER_TITLE ) ).GetValue() … in SdInsertLayerDlg()
61 maEdtDesc.SetText( ( ( const SdAttrLayerDesc& ) mrOutAttrs.Get( ATTR_LAYER_DESC ) ).GetValue() ); in SdInsertLayerDlg()
62 …Visible.Check( ( ( const SdAttrLayerVisible& ) mrOutAttrs.Get( ATTR_LAYER_VISIBLE ) ).GetValue() ); in SdInsertLayerDlg()
63 …ble.Check( ( ( const SdAttrLayerPrintable& ) mrOutAttrs.Get( ATTR_LAYER_PRINTABLE ) ).GetValue() ); in SdInsertLayerDlg()
64 …maCbxLocked.Check( ( ( const SdAttrLayerLocked& ) mrOutAttrs.Get( ATTR_LAYER_LOCKED ) ).GetValue()… in SdInsertLayerDlg()
/trunk/main/svx/source/items/
H A Dpostattr.cxx72 rText = GetValue(); in GetPresentation()
76 rText += GetValue(); in GetPresentation()
121 rText = GetValue(); in GetPresentation()
125 rText += GetValue(); in GetPresentation()
170 rText = GetValue(); in GetPresentation()
174 rText += GetValue(); in GetPresentation()
H A Dalgitem.cxx97 rText = GetValueText( GetValue() ); in GetPresentation()
115 switch ( (SvxCellHorJustify)GetValue() ) in QueryValue()
133 switch ( (SvxCellHorJustify)GetValue() ) in QueryValue()
263 rText = GetValueText( GetValue() ); in GetPresentation()
280 switch ( (SvxCellVerJustify)GetValue() ) in QueryValue()
293 switch ( (SvxCellVerJustify)GetValue() ) in QueryValue()
420 rText = GetValueText( GetValue() ); in GetPresentation()
432 switch ( (SvxCellOrientation)GetValue() ) in QueryValue()
501 return static_cast< SvxCellOrientation >( GetValue() ) == SVX_ORIENTATION_STACKED; in IsStacked()
507 switch( static_cast< SvxCellOrientation >( GetValue() ) ) in GetRotation()
/trunk/main/svx/source/sidebar/text/
H A DTextPropertyPanel.cxx551 long nSize = pSizeBox->GetValue(); in IMPL_LINK()
699 sal_Int64 iValue = maFontSizeBox.GetValue(); in IMPL_LINK()
732 sal_Int64 iValue = maFontSizeBox.GetValue(); in IMPL_LINK()
974 meWeight = (FontWeight)pItem->GetValue(); in NotifyItemUpdate()
989 meItalic = (FontItalic)pItem->GetValue(); in NotifyItemUpdate()
1005 meUnderline = (FontUnderline)pItem->GetValue(); in NotifyItemUpdate()
1021 mbShadow = pItem->GetValue(); in NotifyItemUpdate()
1035 meStrike = (FontStrikeout)pItem->GetValue(); in NotifyItemUpdate()
1100 mbSub = pItem->GetValue(); in NotifyItemUpdate()
1114 mbSuper = pItem->GetValue(); in NotifyItemUpdate()
[all …]
/trunk/main/sw/source/ui/shells/
H A Dtextglos.cxx78 String aGroup = (( const SfxStringItem *)pItem)->GetValue(); in ExecGlossary()
81 aName = (( const SfxStringItem *)pItem)->GetValue(); in ExecGlossary()
84 aShortName = (( const SfxStringItem *)pItem)->GetValue(); in ExecGlossary()
101 String aGroup = (( const SfxStringItem *)pItem)->GetValue(); in ExecGlossary()
114 String aGroup = (( const SfxStringItem *)pItem)->GetValue(); in ExecGlossary()
117 aName = (( const SfxStringItem *)pItem)->GetValue(); in ExecGlossary()
/trunk/main/sd/inc/
H A Dsdattr.hxx122 ::com::sun::star::presentation::FadeEffect GetValue() const in GetValue() function in DiaEffectItem
123 { return (::com::sun::star::presentation::FadeEffect) SfxEnumItem::GetValue(); } in GetValue()
138 FadeSpeed GetValue() const in GetValue() function in DiaSpeedItem
139 { return (FadeSpeed) SfxEnumItem::GetValue(); } in GetValue()
154 PresChange GetValue() const { return (PresChange) SfxEnumItem::GetValue(); } in GetValue() function in DiaAutoItem
/trunk/main/sw/source/core/graphic/
H A Dndgrf.cxx1186 switch (rMirror.GetValue()) in GetGraphicAttr()
1203 switch (rMirror.GetValue()) in GetGraphicAttr()
1225 rGA.SetRotation( rRotation.GetValue() ); in GetGraphicAttr()
1227 rGA.SetLuminance( rSet.GetLuminanceGrf().GetValue() ); in GetGraphicAttr()
1228 rGA.SetContrast( rSet.GetContrastGrf().GetValue() ); in GetGraphicAttr()
1229 rGA.SetChannelR( rSet.GetChannelRGrf().GetValue() ); in GetGraphicAttr()
1230 rGA.SetChannelG( rSet.GetChannelGGrf().GetValue() ); in GetGraphicAttr()
1231 rGA.SetChannelB( rSet.GetChannelBGrf().GetValue() ); in GetGraphicAttr()
1232 rGA.SetGamma( rSet.GetGammaGrf().GetValue() ); in GetGraphicAttr()
1233 rGA.SetInvert( rSet.GetInvertGrf().GetValue() ); in GetGraphicAttr()
[all …]
/trunk/main/svx/source/xoutdev/
H A Dxattr2.cxx131 rText += XubString( UniString::CreateFromInt32((sal_uInt16) GetValue()) ); in GetPresentation()
201 switch( GetValue() ) in GetPresentation()
244 const ::com::sun::star::drawing::LineJoint eJoint = GetValue(); in QueryValue()
449 switch( GetValue() ) in GetPresentation()
478 const com::sun::star::drawing::LineCap eCap(GetValue()); in QueryValue()
521 com::sun::star::drawing::LineCap XLineCapItem::GetValue() const in GetValue() function in XLineCapItem
523 …om::sun::star::drawing::LineCap eRetval((com::sun::star::drawing::LineCap)SfxEnumItem::GetValue()); in GetValue()
616 rText += XubString( UniString::CreateFromInt32((sal_uInt16) GetValue() )); in GetPresentation()
775 rText += XubString( UniString::CreateFromInt32((sal_uInt16) GetValue() )); in GetPresentation()
1110 return GetValue() > 0L; in HasMetrics()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dfield.hxx214 virtual sal_Int64 GetValue() const;
275 virtual sal_Int64 GetValue( FieldUnit eOutUnit ) const;
276 virtual sal_Int64 GetValue() const;
310 virtual sal_Int64 GetValue() const;
759 using NumericFormatter::GetValue;
760 sal_Int64 GetValue( sal_uInt16 nPos ) const;
788 sal_Int64 GetValue( sal_uInt16 nPos, FieldUnit eOutUnit = FUNIT_NONE ) const;
793 virtual sal_Int64 GetValue( FieldUnit eOutUnit ) const;
794 virtual sal_Int64 GetValue() const;
819 sal_Int64 GetValue( sal_uInt16 nPos ) const;
[all …]
/trunk/main/svx/source/unodraw/
H A Dunobrushitemhelper.cxx159 …nst XFillTransparenceItem& >(rSourceSet.Get(XATTR_FILLTRANSPARENCE, bSearchInParents)).GetValue()); in getTransparenceForSvxBrushItem()
202 if(!pXFillStyleItem || XFILL_NONE == pXFillStyleItem->GetValue()) in getSvxBrushItemFromSourceSet()
213 switch(pXFillStyleItem->GetValue()) in getSvxBrushItemFromSourceSet()
256 …ground(static_cast< const XFillBackgroundItem& >(rSourceSet.Get(XATTR_FILLBACKGROUND)).GetValue()); in getSvxBrushItemFromSourceSet()
297 if(rTileItem.GetValue()) in getSvxBrushItemFromSourceSet()
301 else if(rStretchItem.GetValue()) in getSvxBrushItemFromSourceSet()
309 switch(rPosItem.GetValue()) in getSvxBrushItemFromSourceSet()
/trunk/main/sw/source/ui/utlui/
H A Dprcntfld.cxx85 nOldValue = GetValue(); in ShowPercent()
118 sal_Int64 nOldPercent = GetValue(FUNIT_CUSTOM); in ShowPercent()
120 nOldValue = Convert(GetValue(), GetUnit(), eOldUnit); in ShowPercent()
217 sal_Int64 PercentField::GetValue( FieldUnit eOutUnit ) in GetValue() function in PercentField
219 return Convert(MetricField::GetValue(), GetUnit(), eOutUnit); in GetValue()
322 return GetValue(eOutUnit); in GetRealValue()
324 return Convert(GetValue(), GetUnit(), eOutUnit); in GetRealValue()

Completed in 169 milliseconds

12345678910>>...43