Searched refs:ChgValue (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/sw/source/core/bastyp/ |
H A D | index.cxx | 111 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 …]
|
/aoo42x/main/sw/inc/ |
H A D | index.hxx | 58 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 =()
|
H A D | dbfld.hxx | 96 void ChgValue( double d, sal_Bool bVal );
|
/aoo42x/main/svtools/source/filter/ |
H A D | sgvtext.cxx | 329 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 …]
|
/aoo42x/main/sw/source/core/fields/ |
H A D | dbfld.cxx | 291 void SwDBField::ChgValue( double d, sal_Bool bVal ) in ChgValue() function in SwDBField
|
/aoo42x/main/sw/source/ui/dbui/ |
H A D | dbinsdlg.cxx | 1383 pFld->ChgValue( nValue, sal_True ); in DataToDoc()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docfld.cxx | 2787 pDBFld->ChgValue( pDBFld->GetValue(), sal_True ); in UpdateFld()
|
Completed in 56 milliseconds