Home
last modified time | relevance | path

Searched refs:SetValue (Results 51 – 75 of 437) sorted by relevance

12345678910>>...18

/aoo42x/main/sw/source/ui/frmdlg/
H A Dwrap.cxx324 aLeftMarginED.SetValue(aLeftMarginED.Normalize(rLR.GetLeft()), FUNIT_TWIP); in Reset()
325 aRightMarginED.SetValue(aRightMarginED.Normalize(rLR.GetRight()), FUNIT_TWIP); in Reset()
326 aTopMarginED.SetValue(aTopMarginED.Normalize(rUL.GetUpper()), FUNIT_TWIP); in Reset()
327 aBottomMarginED.SetValue(aBottomMarginED.Normalize(rUL.GetLower()), FUNIT_TWIP); in Reset()
353 aOp.SetValue(sal_True); in FillItemSet()
368 aOp.SetValue(sal_False); in FillItemSet()
688 pOpposite->SetValue(pOpposite->GetMax() - nValue); in IMPL_LINK()
/aoo42x/main/sw/source/core/fields/
H A Dtblcalc.cxx62 SetValue( rCalcPara.rCalc.Calculate( sFml ).GetDouble() ); in CalcField()
81 pTmp->SwValueField::SetValue(GetValue()); in Copy()
157 void SwTblField::SetValue( const double& rVal ) in SetValue() function in SwTblField
159 SwValueField::SetValue(rVal); in SetValue()
/aoo42x/main/cui/source/options/
H A Doptmemory.cxx89 aNfGraphicCache.SetValue( nSizeInBytes >> 20 ); in SetNfGraphicCacheVal()
99 aNfGraphicObjectCache.SetValue( long( ::rtl::math::round( double( nSizeInBytes ) * BYTES2NF ) ) ); in SetNfGraphicObjectCacheVal()
224 aUndoEdit.SetValue( SvtUndoOptions().GetUndoCount() ); in Reset()
239 …aNfOLECache.SetValue( Max( aCacheOptions.GetWriterOLE_Objects(), aCacheOptions.GetDrawingEngineOLE… in Reset()
/aoo42x/main/xmloff/source/chart/
H A DMultiPropertySetHandler.hxx62 virtual void SetValue (const ::com::sun::star::uno::Any & rValue) = 0;
86 virtual void SetValue (const ::com::sun::star::uno::Any & rValue) in SetValue() function in PropertyWrapper
250 I->second->SetValue (aValueList[i++]); in MultiGet()
276 I->second->SetValue (xSingleSet->getPropertyValue (rNameList[i++])); in SingleGet()
/aoo42x/main/sw/source/core/doc/
H A Dtblafmt.cxx308 aStacked.SetValue( rNew.aStacked.GetValue() ); in operator =()
310 aLinebreak.SetValue( rNew.aLinebreak.GetValue() ); in operator =()
311 aRotateAngle.SetValue( rNew.aRotateAngle.GetValue() ); in operator =()
312 aRotateMode.SetValue( rNew.aRotateMode.GetValue() ); in operator =()
383 aLinebreak.SetValue( ((SfxBoolItem*)pNew)->GetValue() ); in Load()
389 aRotateAngle.SetValue( ((SfxInt32Item*)pNew)->GetValue() ); in Load()
392 aRotateMode.SetValue( ((SvxRotateModeItem*)pNew)->GetValue() ); in Load()
409 aStacked.SetValue( aOrientation.IsStacked() ); in Load()
410 aRotateAngle.SetValue( aOrientation.GetRotation( aRotateAngle.GetValue() ) ); in Load()
/aoo42x/main/cui/source/tabpages/
H A Dswpossizetabpage.cxx802 pFollow->SetValue(m_aFollowCB.IsChecked()); in FillItemSet()
946 m_aWidthMF.SetValue(m_aWidthMF.Normalize(nWidth), FUNIT_TWIP); in Reset()
950 m_aHeightMF.SetValue(m_aHeightMF.Normalize(nHeight), FUNIT_TWIP); in Reset()
1142 m_aHoriByMF.SetValue(m_aHoriByMF.Normalize(aVal.nHPos), FUNIT_TWIP); in IMPL_LINK()
1147 m_aVertByMF.SetValue(m_aVertByMF.Normalize(aVal.nVPos), FUNIT_TWIP); in IMPL_LINK()
1364 m_aHeightMF.SetValue(m_aHeightMF.Normalize(nHeight), FUNIT_TWIP); in IMPL_LINK()
1369 m_aWidthMF.SetValue(m_aWidthMF.Normalize(nWidth), FUNIT_TWIP); in IMPL_LINK()
1580 m_aHoriByMF.SetValue( 0, FUNIT_TWIP ); in InitPos()
1591 m_aHoriByMF.SetValue( m_aHoriByMF.Normalize(nX), FUNIT_TWIP ); in InitPos()
1599 m_aVertByMF.SetValue( 0, FUNIT_TWIP ); in InitPos()
[all …]
/aoo42x/main/sw/source/ui/misc/
H A Dnum.cxx333 aDistBorderMF.SetValue(aDistBorderMF.Normalize(nDistBorderNum),FUNIT_TWIP); in InitControls()
339 aDistNumMF .SetValue(aDistNumMF.Normalize(aNumFmtArr[nLvl]->GetCharTextDistance()), FUNIT_TWIP); in InitControls()
343 aIndentMF.SetValue(aIndentMF.Normalize(-aNumFmtArr[nLvl]->GetFirstLineOffset()), FUNIT_TWIP); in InitControls()
392 aListtabMF.SetValue(aListtabMF.Normalize(aNumFmtArr[nLvl]->GetListtabPos()),FUNIT_TWIP); in InitControls()
408 aAlignedAtMF.SetValue( in InitControls()
420 aIndentAtMF.SetValue( in InitControls()
846 aDistBorderMF.SetValue(aDistBorderMF.Normalize(nValue), FUNIT_TWIP); in IMPL_LINK()
903 aListtabMF.SetValue( in IMPL_LINK()
/aoo42x/main/sw/source/ui/config/
H A Doptpage.cxx1096 aStandardHeightLB.SetValue( CalcToPoint( in IMPL_LINK()
1099 aTitleHeightLB .SetValue(CalcToPoint( in IMPL_LINK()
1102 aListHeightLB .SetValue(CalcToPoint( in IMPL_LINK()
1105 aLabelHeightLB .SetValue(CalcToPoint( in IMPL_LINK()
1108 aIndexHeightLB .SetValue(CalcToPoint( in IMPL_LINK()
1154 aListHeightLB.SetValue(nValue, FUNIT_TWIP); in IMPL_LINK()
1156 aLabelHeightLB.SetValue(nValue, FUNIT_TWIP); in IMPL_LINK()
1158 aIndexHeightLB.SetValue(nValue, FUNIT_TWIP); in IMPL_LINK()
1389 aRowMoveMF .SetValue(aRowMoveMF.Normalize(pModOpt->GetTblHMove()), FUNIT_TWIP); in Reset()
1390 aColMoveMF .SetValue(aColMoveMF.Normalize(pModOpt->GetTblVMove()), FUNIT_TWIP); in Reset()
[all …]
/aoo42x/main/sc/source/ui/miscdlgs/
H A Dsolveroptions.cxx360 aValDialog.SetValue( pStringItem->GetDoubleValue() ); in EditOption()
371 aIntDialog.SetValue( pStringItem->GetIntValue() ); in EditOption()
452 void ScSolverIntegerDialog::SetValue( sal_Int32 nValue ) in SetValue() function in ScSolverIntegerDialog
454 maNfValue.SetValue( nValue ); in SetValue()
489 void ScSolverValueDialog::SetValue( double fValue ) in SetValue() function in ScSolverValueDialog
/aoo42x/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistryvalueimpl.hxx104 void SetValue(const std::wstring& NewValue);
108 void SetValue(const std::string& NewValue);
112 void SetValue(int NewValue);
H A Dregistryvalueimpl.cxx188 void RegistryValueImpl::SetValue(const std::wstring& NewValue) in SetValue() function in RegistryValueImpl
197 void RegistryValueImpl::SetValue(const std::string& NewValue) in SetValue() function in RegistryValueImpl
206 void RegistryValueImpl::SetValue(int NewValue) in SetValue() function in RegistryValueImpl
H A Dregistry.cxx209 SetValue((const RegistryValue&)(RegistryKey->GetValue(Name))); in CopyValue()
211 SetValue(RegistryKey->GetValue(Name)); in CopyValue()
235 SetValue(RegVal); in CopyValue()
/aoo42x/main/extensions/source/propctrlr/
H A Dusercontrol.cxx86 SetValue( 1234.56789 ); in SetFormatSupplier()
122 … getTypedControlWindow()->SetValue( pEntry ? getPreviewValue( *pEntry ) : 1234.56789 ); in setValue()
204 getTypedControlWindow()->SetValue( nValue ); in setValue()
358 getTypedControlWindow()->SetValue( getTypedControlWindow()->GetLastValue() * nMultiplier );
/aoo42x/main/svtools/source/filter/
H A Dexportdialog.cxx805 maNfResolution.SetValue( nResolution ); in createSizeControls()
895 maNfCompression.SetValue( nQuality ); in createFilterOptions()
934 maNfCompression.SetValue( 9 ); in createFilterOptions()
1196 maNfZoom.SetValue( GetZoomValueFromThumbPos( maSbZoom.GetThumbPos() ) ); in updatePreview()
1322 maMfSizeX.SetValue( aSize.Width() ); in updateControls()
1323 maMfSizeY.SetValue( aSize.Height() ); in updateControls()
1332 maMfSizeX.SetValue( maSize.Width ); in updateControls()
1333 maMfSizeY.SetValue( maSize.Height ); in updateControls()
1348 …maMfSizeX.SetValue( static_cast< sal_Int32 >( ( static_cast< double >( maSize.Width * 100 ) / fRat… in updateControls()
1360 maNfResolution.SetValue( nResolution ); in updateControls()
[all …]
/aoo42x/main/editeng/inc/editeng/
H A Dcharrotateitem.hxx70 SetValue( rItem.GetValue() ); in operator =()
78 void SetTopToBotton() { SetValue( 2700 ); } in SetTopToBotton()
79 void SetBottomToTop() { SetValue( 900 ); } in SetBottomToTop()
/aoo42x/main/svx/inc/svx/
H A Dpostattr.hxx57 SetValue( rAuthor.GetValue() ); in operator =()
88 SetValue( rDate.GetValue() ); in operator =()
121 SetValue( rText.GetValue() ); in operator =()
/aoo42x/main/sc/source/core/data/
H A Dcompressedarray.cxx127 void ScCompressedArray<A,D>::SetValue( A nStart, A nEnd, const D& rValue ) in SetValue() function in ScCompressedArray
267 SetValue( j, nRegionEnd, rValue); in CopyFrom()
303 SetValue( nStart, nEnd, pData[nIndex].aValue); in Remove()
435 this->SetValue( nS, nE, this->pData[nIndex].aValue & rValueToAnd); in AndValue()
462 this->SetValue( nS, nE, this->pData[nIndex].aValue | rValueToOr); in OrValue()
490 this->SetValue( j, nRegionEnd, rValue & rValueToAnd); in CopyFromAnded()
511 this->SetValue( j, nRegionEnd, rValue | rValueToOr); in CopyFromOred()
/aoo42x/main/writerfilter/source/dmapper/
H A DNumberingManager.cxx101 void ListLevel::SetValue( Id nId, sal_Int32 nValue ) in SetValue() function in writerfilter::dmapper::ListLevel
383 void AbstractListDef::SetValue( sal_uInt32 nSprmId, sal_Int32 nValue ) in SetValue() function in writerfilter::dmapper::AbstractListDef
685 pCurrentLvl->SetValue( nName, sal_Int32( nIntValue ) ); in lcl_attribute()
701 m_pCurrentDefinition->SetValue( nName, nIntValue ); in lcl_attribute()
746 pCurrentLvl->SetValue( nName, in lcl_attribute()
835 m_pCurrentDefinition->SetValue( nSprmId, nIntValue ); in lcl_sprm()
868 m_pCurrentDefinition->GetCurrentLevel( )->SetValue( nSprmId, nIntValue ); in lcl_sprm()
/aoo42x/main/dbaccess/source/ext/macromigration/
H A Dmacromigrationpages.cxx254 m_aCurrentProgress.SetValue( (sal_uInt32)0 ); in startObject()
274 m_aCurrentProgress.SetValue( _nValue ); in setObjectProgressValue()
282 m_aCurrentProgress.SetValue( m_aCurrentProgress.GetRange() ); in endObject()
304 m_aAllProgress.SetValue( _nValue ); in setOverallProgressValue()
/aoo42x/main/sw/source/ui/table/
H A Dtabledlg.cxx642 aTopMF.SetValue(aTopMF.Normalize( in Reset()
644 aBottomMF.SetValue(aBottomMF.Normalize( in Reset()
1227 aSpaceED.SetValue(aSpaceED.Normalize( pTblData->GetSpace() - nTableWidth) , FUNIT_TWIP); in UpdateCols()
1282 aSpaceED.SetValue(aSpaceED.Normalize( in ActivatePage()
1602 aBreak.SetValue( SVX_BREAK_PAGE_BEFORE ); in FillItemSet()
1604 aBreak.SetValue( SVX_BREAK_PAGE_AFTER ); in FillItemSet()
1609 aBreak.SetValue( SVX_BREAK_COLUMN_BEFORE ); in FillItemSet()
1611 aBreak.SetValue( SVX_BREAK_COLUMN_AFTER ); in FillItemSet()
1616 aBreak.SetValue( SVX_BREAK_NONE ); in FillItemSet()
1704 aPageNoNF.SetValue(((const SwFmtPageDesc*)pItem)->GetNumOffset()); in Reset()
[all …]
/aoo42x/main/sw/source/ui/chrdlg/
H A Dnumpara.cxx148 pOutlineLv->SetValue( aOutlineLv ); in FillItemSet()
161 pRule->SetValue(aStyle); in FillItemSet()
263 aNewStartNF.SetValue(nNewStart); in Reset()
279 aRestartNF.SetValue(nStartValue == 0 ? 1 : nStartValue); in Reset()
/aoo42x/main/sc/inc/
H A Dautoform.hxx175 …void SetStacked( const SfxBoolItem& rStacked ) { aStacked.SetValue( rStacked.GetV… in SetStacked()
176 …void SetLinebreak( const SfxBoolItem& rLinebreak ) { aLinebreak.SetValue( rLinebreak.… in SetLinebreak()
183 …void SetRotateAngle( const SfxInt32Item& rRotateAngle ) { aRotateAngle.SetValue( rRotateAn… in SetRotateAngle()
184 …void SetRotateMode( const SvxRotateModeItem& rRotateMode ) { aRotateMode.SetValue( rRotateMod… in SetRotateMode()
/aoo42x/main/sw/inc/
H A Dusrfld.hxx62 inline void SetValue(const double nVal);
86 inline void SwUserFieldType::SetValue(const double nVal) in SetValue() function in SwUserFieldType
116 virtual void SetValue( const double& rVal );
/aoo42x/main/svx/source/tbxctrls/
H A Dtbunocontroller.cxx98 SetValue( 0 ); in SvxFontSizeBox_Impl()
151 SetValue( nVal ); in statusChanged_Impl()
156 SetValue( -1L ); in statusChanged_Impl()
184 SetValue( nOldVal ); // alten Wert wiederherstellen in UpdateFont()
/aoo42x/main/sfx2/source/doc/
H A Doleprops.cxx73 inline void SetValue( sal_Int32 nValue ) { mnValue = nValue; } in SetValue() function in SfxOleInt32Property
92 inline void SetValue( double fValue ) { mfValue = fValue; } in SetValue() function in SfxOleDoubleProperty
111 inline void SetValue( bool bValue ) { mbValue = bValue; } in SetValue() function in SfxOleBoolProperty
141 inline void SetValue( const String& rValue ) { maValue = rValue; } in SetValue() function in SfxOleStringPropertyBase
191 inline void SetValue( const util::DateTime& rDateTime ) { maDateTime = rDateTime; } in SetValue() function in SfxOleFileTimeProperty
522 SetValue( LoadString8( rStrm ) ); in ImplLoad()
544 SetValue( LoadString16( rStrm ) ); in ImplLoad()

Completed in 150 milliseconds

12345678910>>...18