| /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() 125 ChgValue( rIdx, rIdx.nIndex + nIdx ); in SwIndex() 137 ChgValue( rIdx, rIdx.nIndex ); in SwIndex() 145 SwIndex& SwIndex::ChgValue( const SwIndex& rIdx, xub_StrLen nNewValue ) in ChgValue() function 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 ++() [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() 427 …case EscZAbst: AktAtr.ZAbst =(sal_uInt8)(ChgValue(Atr0.ZAbst, 1,255 ,FlgVal,NumVal)); b… in ProcessOne() 428 …case EscHJust: AktAtr.Justify=(sal_uInt8)(ChgValue(Atr0.Justify & 0x0F,0,5 ,FlgVal,NumVal)); b… 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()
|