/aoo42x/main/cui/source/tabpages/ |
H A D | transfrm.cxx | 479 case RP_LT: aMtrAngle.SetUserValue( 13500, FUNIT_NONE ); break; in PointChanged() 480 case RP_MT: aMtrAngle.SetUserValue( 9000, FUNIT_NONE ); break; in PointChanged() 481 case RP_RT: aMtrAngle.SetUserValue( 4500, FUNIT_NONE ); break; in PointChanged() 482 case RP_LM: aMtrAngle.SetUserValue( 18000, FUNIT_NONE ); break; in PointChanged() 483 case RP_RM: aMtrAngle.SetUserValue( 0, FUNIT_NONE ); break; in PointChanged() 1634 maMtrHeight.SetUserValue(nHeight, FUNIT_NONE); in IMPL_LINK() 1639 maMtrHeight.SetUserValue(nHeight); in IMPL_LINK() 1642 maMtrWidth.SetUserValue(nWidth, FUNIT_NONE); in IMPL_LINK() 1659 maMtrWidth.SetUserValue(nWidth, FUNIT_NONE); in IMPL_LINK() 1664 maMtrWidth.SetUserValue(nWidth); in IMPL_LINK() [all …]
|
H A D | grfpage.cxx | 347 aWidthMF.SetUserValue(nWidth, FUNIT_TWIP); in ActivatePage() 360 aHeightMF.SetUserValue(nHeight, FUNIT_TWIP); in ActivatePage()
|
H A D | tpline.cxx | 1985 aSymbolHeightMF.SetUserValue(aSymbolHeightMF.Normalize(aSymbolSize.Height()), FUNIT_100TH_MM); in IMPL_LINK() 1997 aSymbolWidthMF.SetUserValue(aSymbolWidthMF.Normalize(aSymbolSize.Width()), FUNIT_100TH_MM); in IMPL_LINK()
|
H A D | numpages.cxx | 2483 aHeightMF.SetUserValue(aHeightMF.Normalize( in IMPL_LINK() 2495 aWidthMF.SetUserValue(aWidthMF.Normalize( in IMPL_LINK()
|
/aoo42x/main/sw/source/ui/utlui/ |
H A D | prcntfld.cxx | 177 void PercentField::SetUserValue( sal_Int64 nNewValue, FieldUnit eInUnit ) in SetUserValue() function in PercentField 180 MetricField::SetUserValue(Convert(nNewValue, eInUnit, GetUnit()),FUNIT_NONE); in SetUserValue() 196 MetricField::SetUserValue(nPercent,FUNIT_NONE); in SetUserValue()
|
/aoo42x/main/svx/source/sidebar/possize/ |
H A D | PosSizePropertyPanel.cxx | 614 mpMtrHeight->SetUserValue( nHeight, FUNIT_NONE ); 619 mpMtrHeight->SetUserValue( nHeight ); 621 mpMtrWidth->SetUserValue( nWidth, FUNIT_NONE ); 638 mpMtrWidth->SetUserValue( nWidth, FUNIT_NONE ); in IMPL_LINK() 643 mpMtrWidth->SetUserValue( nWidth ); in IMPL_LINK() 645 mpMtrHeight->SetUserValue( nHeight, FUNIT_NONE ); in IMPL_LINK()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | ctrlbox.hxx | 491 void SetUserValue( sal_Int64 nNewValue, FieldUnit eInUnit ); 492 void SetUserValue( sal_Int64 nNewValue ) { SetUserValue( nNewValue, FUNIT_NONE ); } in SetUserValue() function in FontSizeBox
|
/aoo42x/main/sw/source/ui/frmdlg/ |
H A D | wrap.cxx | 663 aRightMarginED.SetUserValue(nValue, FUNIT_NONE); in IMPL_LINK() 665 aLeftMarginED.SetUserValue(nValue, FUNIT_NONE); in IMPL_LINK() 667 aBottomMarginED.SetUserValue(nValue, FUNIT_NONE); in IMPL_LINK() 669 aTopMarginED.SetUserValue(nValue, FUNIT_NONE); in IMPL_LINK()
|
H A D | frmpage.cxx | 2084 aWidthED.SetUserValue( aWidthED. NormalizePercent(aGrfSize.Width() ), FUNIT_TWIP); in IMPL_LINK_INLINE_START() 2085 aHeightED.SetUserValue(aHeightED.NormalizePercent(aGrfSize.Height()), FUNIT_TWIP); in IMPL_LINK_INLINE_START() 2229 aWidthED.SetUserValue(nWidth, FUNIT_TWIP); in Init() 2241 aHeightED.SetUserValue(nHeight, FUNIT_TWIP); in Init()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | prcntfld.hxx | 49 using MetricFormatter::SetUserValue; 63 void SetUserValue(sal_Int64 nNewValue, FieldUnit eInUnit = FUNIT_NONE);
|
/aoo42x/main/vcl/source/control/ |
H A D | field.cxx | 603 SetUserValue( nNewValue ); in SetValue() 631 void NumericFormatter::SetUserValue( sal_Int64 nNewValue ) in SetUserValue() function in NumericFormatter 1575 SetUserValue( nNewValue, eInUnit ); in SetValue() 1598 void MetricFormatter::SetUserValue( sal_Int64 nNewValue, FieldUnit eInUnit ) in SetUserValue() function in MetricFormatter 1602 NumericFormatter::SetUserValue( nNewValue ); in SetUserValue() 2184 SetUserValue( nNewValue ); in SetValue()
|
H A D | longcurr.cxx | 401 SetUserValue( nNewValue ); in SetValue() 408 void LongCurrencyFormatter::SetUserValue( BigInt nNewValue ) in SetUserValue() function in LongCurrencyFormatter 578 pField->SetUserValue( nNewValue ); in ImplNewLongCurrencyFieldValue()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | field.hxx | 212 void SetUserValue( sal_Int64 nNewValue ); 273 using NumericFormatter::SetUserValue; 274 void SetUserValue( sal_Int64 nNewValue, FieldUnit eInUnit );
|
H A D | longcurr.hxx | 79 void SetUserValue( BigInt nNewValue );
|
H A D | menu.hxx | 257 void SetUserValue( sal_uInt16 nItemId, sal_uLong nValue );
|
/aoo42x/main/framework/source/fwe/classes/ |
H A D | bmkmenu.cxx | 215 SetUserValue( nId, (sal_uIntPtr)pUserAttributes ); in Initialize()
|
H A D | addonmenu.cxx | 397 …pCurrentMenu->SetUserValue( nId, sal_uIntPtr( new MenuConfiguration::Attributes( aTarget, aImageId… in BuildMenu()
|
/aoo42x/main/svtools/source/control/ |
H A D | ctrlbox.cxx | 1502 void FontSizeBox::SetUserValue( sal_Int64 nNewValue, FieldUnit eInUnit ) in SetUserValue() function in FontSizeBox 1519 MetricBox::SetUserValue( nNewValue, eInUnit ); in SetUserValue()
|
/aoo42x/main/framework/source/uielement/ |
H A D | toolbarsmenucontroller.cxx | 477 … pVCLPopupMenu->SetUserValue( nIndex, sal_uIntPtr( aSortedTbs[i].bContextSensitive ? 1L : 0L )); in fillPopupMenu()
|
H A D | menubarmanager.cxx | 1820 pMenu->SetUserValue( nId, (sal_uIntPtr)( pAttributes )); in FillMenu()
|
/aoo42x/main/vcl/source/window/ |
H A D | menu.cxx | 1622 void Menu::SetUserValue( sal_uInt16 nItemId, sal_uLong nValue ) in SetUserValue() function in Menu
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxwindows.cxx | 5609 GetMetricFormatter()->SetUserValue( Value, MetricUnitUnoToVcl( Unit ) ); in setUserValue()
|