Home
last modified time | relevance | path

Searched refs:nNewValue (Results 26 – 30 of 30) sorted by relevance

12

/aoo42x/main/filter/source/msfilter/
H A Dmsocximex.cxx5695 sal_Int32& rnCoreValue, sal_Int32 nNewValue, sal_Int32 nBlockFlag ) in UpdateInt32Property() argument
5697 if( nNewValue != rnCoreValue ) in UpdateInt32Property()
5699 rnCoreValue = nNewValue; in UpdateInt32Property()
5708 sal_Int32 nNewValue = 0; in GetInt32Property() local
5709 if( rxPropSet->getPropertyValue( rPropName ) >>= nNewValue ) in GetInt32Property()
5710 UpdateInt32Property( rnCoreValue, nNewValue, nBlockFlag ); in GetInt32Property()
/aoo42x/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx79 sal_Int32 nNewValue = nValue; in SetEnhancedCustomShapeParameter() local
84 nNewValue = (sal_uInt16)nDat; in SetEnhancedCustomShapeParameter()
89 rParameter.Value <<= nNewValue; in SetEnhancedCustomShapeParameter()
/aoo42x/main/sw/source/filter/ww8/
H A Dww8par6.cxx4642 FontRelief nNewValue = 0x854 == nId ? RELIEF_ENGRAVED in Read_Relief() local
4645 if( pOld->GetValue() == nNewValue ) in Read_Relief()
4647 if( RELIEF_NONE != nNewValue ) in Read_Relief()
4648 nNewValue = RELIEF_NONE; in Read_Relief()
4650 NewAttr( SvxCharReliefItem( nNewValue, RES_CHRATR_RELIEF )); in Read_Relief()
/aoo42x/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx1355 sal_Int32& rnCoreValue, sal_Int32 nNewValue,
/aoo42x/main/editeng/source/editeng/
H A Dimpedit3.cxx1405 long nNewValue = ( nPosInArray ? pLine->GetCharPosArray()[ nPosInArray-1 ] : 0 ) + n; in CreateLines() local
1406 pLine->GetCharPosArray()[ nPosInArray ] = nNewValue; in CreateLines()

Completed in 109 milliseconds

12