Lines Matching refs:aFmt

363 	: aFmt( rFmt ), nCharPoolId( USHRT_MAX )  in _SwNumFmtGlobal()
385 aFmt.SetCharFmt( 0 ); in _SwNumFmtGlobal()
395 aFmt( rFmt.aFmt ), in _SwNumFmtGlobal()
419 rStream >> nUS; aFmt.SetNumberingType((sal_Int16)nUS ); in _SwNumFmtGlobal()
422 rStream >> cChar; aFmt.SetBulletChar( cChar ); in _SwNumFmtGlobal()
426 rStream >> nUS; aFmt.SetBulletChar( nUS ); in _SwNumFmtGlobal()
429 rStream >> bFlag; aFmt.SetIncludeUpperLevels( bFlag ); in _SwNumFmtGlobal()
434 rStream >> cChar; aFmt.SetStart( (sal_uInt16)cChar ); in _SwNumFmtGlobal()
437 aFmt.SetPrefix( sStr ); in _SwNumFmtGlobal()
439 aFmt.SetSuffix( sStr ); in _SwNumFmtGlobal()
440 rStream >> nUS; aFmt.SetNumAdjust( SvxAdjust( nUS ) ); in _SwNumFmtGlobal()
441 rStream >> nL; aFmt.SetLSpace( lNumIndent ); in _SwNumFmtGlobal()
442 rStream >> nL; aFmt.SetFirstLineOffset( (short)nL ); in _SwNumFmtGlobal()
446 rStream >> nUS; aFmt.SetStart( nUS ); in _SwNumFmtGlobal()
448 aFmt.SetPrefix( sStr ); in _SwNumFmtGlobal()
450 aFmt.SetSuffix( sStr ); in _SwNumFmtGlobal()
451 rStream >> nUS; aFmt.SetNumAdjust( SvxAdjust( nUS ) ); in _SwNumFmtGlobal()
452 rStream >> nUS; aFmt.SetAbsLSpace( nUS ); in _SwNumFmtGlobal()
453 rStream >> nShort; aFmt.SetFirstLineOffset( nShort ); in _SwNumFmtGlobal()
454 rStream >> nUS; aFmt.SetCharTextDistance( nUS ); in _SwNumFmtGlobal()
455 rStream >> nShort; aFmt.SetLSpace( nShort ); in _SwNumFmtGlobal()
476 aFmt.SetBulletFont( &aFont ); in _SwNumFmtGlobal()
482 aFmt.SetBulletChar( ByteString::ConvertToUnicode( in _SwNumFmtGlobal()
483 sal_Char(aFmt.GetBulletChar()), nCharSet )); in _SwNumFmtGlobal()
502 if( VERSION_40A == nVersion && SVX_NUM_BITMAP == aFmt.GetNumberingType() ) in _SwNumFmtGlobal()
532 aFmt.SetGraphicBrush( pBrush, &aSz, pVOrient ? &eOrient : 0 ); in _SwNumFmtGlobal()
558 const Font* pFnt = aFmt.GetBulletFont(); in Store()
569 rStream << sal_uInt16(aFmt.GetNumberingType()) in Store()
570 << aFmt.GetBulletChar() in Store()
571 << (aFmt.GetIncludeUpperLevels() > 0) in Store()
572 << aFmt.GetStart(); in Store()
573 rStream.WriteByteString( aFmt.GetPrefix(), eEncoding ); in Store()
574 rStream.WriteByteString( aFmt.GetSuffix(), eEncoding ); in Store()
575 rStream << sal_uInt16( aFmt.GetNumAdjust() ) in Store()
576 << aFmt.GetAbsLSpace() in Store()
577 << aFmt.GetFirstLineOffset() in Store()
578 << aFmt.GetCharTextDistance() in Store()
579 << aFmt.GetLSpace() in Store()
605 if( SVX_NUM_BITMAP == aFmt.GetNumberingType() ) in Store()
607 rStream << (sal_Int32)aFmt.GetGraphicSize().Width() in Store()
608 << (sal_Int32)aFmt.GetGraphicSize().Height(); in Store()
609 sal_uInt8 cFlg = ( 0 != aFmt.GetBrush() ? 1 : 0 ) + in Store()
610 ( 0 != aFmt.GetGraphicOrientation() ? 2 : 0 ); in Store()
613 if( aFmt.GetBrush() ) in Store()
615 sal_uInt16 nVersion = aFmt.GetBrush()->GetVersion( SOFFICE_FILEFORMAT_50 ); in Store()
617 aFmt.GetBrush()->Store( rStream, nVersion ); in Store()
619 if( aFmt.GetGraphicOrientation() ) in Store()
621 sal_uInt16 nVersion = aFmt.GetGraphicOrientation()->GetVersion( SOFFICE_FILEFORMAT_50 ); in Store()
623 aFmt.GetGraphicOrientation()->Store( rStream, nVersion ); in Store()
664 ((SwNumFmt&)aFmt).SetCharFmt( pFmt ); in ChgNumFmt()
665 rNew = aFmt; in ChgNumFmt()
667 ((SwNumFmt&)aFmt).SetCharFmt( 0 ); in ChgNumFmt()