Home
last modified time | relevance | path

Searched refs:ChgValue (Results 1 – 7 of 7) sorted by path

/trunk/main/svtools/source/filter/
H A Dsgvtext.cxx329 long ChgValue(long Def, long Min, long Max, UCHAR FlgVal, long NumVal) in ChgValue() function
420 …case EscFont : AktAtr.SetFont(sal_uLong (ChgValue(Atr0.GetFont(),0,0 ,FlgVal,NumVal)));br… in ProcessOne()
421 …case EscGrad : AktAtr.Grad =sal_uInt16(ChgValue(Atr0.Grad, 2,2000 ,FlgVal,NumVal)); br… in ProcessOne()
422 …case EscBreit: AktAtr.Breite =sal_uInt16(ChgValue(Atr0.Breite, 1,1000 ,FlgVal,NumVal)); br… in ProcessOne()
423 …case EscKaptS: AktAtr.Kapit =(sal_uInt8)(ChgValue(Atr0.Kapit, 1,255 ,FlgVal,NumVal)); b… in ProcessOne()
424 …case EscLFeed: AktAtr.LnFeed =sal_uInt16(ChgValue(Atr0.LnFeed, 1,65535 ,FlgVal,NumVal)); br… in ProcessOne()
425 …case EscSlant: AktAtr.Slant =sal_uInt16(ChgValue(Atr0.Slant, 1,MaxCharSlant ,FlgVal,NumVal)); br… in ProcessOne()
426 … case EscVPos : AktAtr.ChrVPos=char (ChgValue(Atr0.ChrVPos,-128,127 ,FlgVal,NumVal)); break; in ProcessOne()
433 …case EscMustr: { AktAtr.F.FMuster=sal_uInt16(ChgValue(Atr0.F.FMuster,0,65535,FlgVal,NumVal)); } br… in ProcessOne()
443 … case EscSXDst: { AktAtr.ShdVers.x=(short)ChgValue(Atr0.ShdVers.x,0,30000,FlgVal,NumVal); } break; in ProcessOne()
[all …]
/trunk/main/sw/inc/
H A Ddbfld.hxx96 void ChgValue( double d, sal_Bool bVal );
H A Dindex.hxx58 SwIndex& ChgValue( const SwIndex& rIdx, xub_StrLen nNewValue );
150 return ChgValue( *this, nIndex+1 ).nIndex; in operator ++()
154 return ChgValue( *this, nIndex-1 ).nIndex; in operator --()
160 ChgValue( *this, nIndex+1 ); in operator ++()
166 ChgValue( *this, nIndex-1 ); in operator --()
173 return ChgValue( *this, nIndex + nWert ).nIndex; in operator +=()
177 return ChgValue( *this, nIndex - nWert ).nIndex; in operator -=()
181 return ChgValue( *this, nIndex + rIndex.nIndex ).nIndex; in operator +=()
185 return ChgValue( *this, nIndex - rIndex.nIndex ).nIndex; in operator -=()
207 ChgValue( *this, nWert ); in operator =()
/trunk/main/sw/source/core/bastyp/
H A Dindex.cxx111 ChgValue( *pArray->pLast, nIdx ); in SwIndex()
113 ChgValue( *pArray->pFirst, nIdx ); in SwIndex()
137 ChgValue( rIdx, rIdx.nIndex ); in SwIndex()
302 ChgValue( rIdx, rIdx.nIndex ); in operator =()
336 ChgValue( *pArr->pLast, nIdx ); in Assign()
338 ChgValue( *pArr->pFirst, nIdx ); in Assign()
341 ChgValue( *this, nIdx ); in Assign()
423 ChgValue( *this, nIndex+1 ); in operator ++()
433 ChgValue( *this, nIndex+1 ); in operator ++()
454 ChgValue( *this, nIndex-1 ); in operator --()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocfld.cxx2787 pDBFld->ChgValue( pDBFld->GetValue(), sal_True ); in UpdateFld()
/trunk/main/sw/source/core/fields/
H A Ddbfld.cxx291 void SwDBField::ChgValue( double d, sal_Bool bVal ) in ChgValue() function in SwDBField
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx1383 pFld->ChgValue( nValue, sal_True ); in DataToDoc()

Completed in 65 milliseconds