Lines Matching refs:SvxNumberFormat

170 SvxNumberFormat::SvxNumberFormat( sal_Int16 eType,  in SvxNumberFormat()  function in SvxNumberFormat
201 SvxNumberFormat::SvxNumberFormat(const SvxNumberFormat& rFormat) : in SvxNumberFormat() function in SvxNumberFormat
214 SvxNumberFormat::~SvxNumberFormat() in ~SvxNumberFormat()
222 SvxNumberFormat::SvxNumberFormat(SvStream &rStream) in SvxNumberFormat() function in SvxNumberFormat
330 SvStream& SvxNumberFormat::Store(SvStream &rStream, FontToSubsFontConverter pConverter) in Store()
403 SvxNumberFormat& SvxNumberFormat::operator=( const SvxNumberFormat& rFormat ) in operator =()
437 pGraphicBrush->SetDoneLink( STATIC_LINK( this, SvxNumberFormat, GraphicArrived) ); in operator =()
447 sal_Bool SvxNumberFormat::operator==( const SvxNumberFormat& rFormat) const in operator ==()
498 void SvxNumberFormat::SetGraphicBrush( const SvxBrushItem* pBrushItem, in SetGraphicBrush()
510 pGraphicBrush->SetDoneLink( STATIC_LINK( this, SvxNumberFormat, GraphicArrived) ); in SetGraphicBrush()
525 void SvxNumberFormat::SetGraphic( const String& rName ) in SetGraphic()
536 pGraphicBrush->SetDoneLink( STATIC_LINK( this, SvxNumberFormat, GraphicArrived) ); in SetGraphic()
545 void SvxNumberFormat::SetVertOrient(sal_Int16 eSet) in SetVertOrient()
552 sal_Int16 SvxNumberFormat::GetVertOrient() const in GetVertOrient()
559 void SvxNumberFormat::SetBulletFont(const Font* pFont) in SetBulletFont()
566 SvxNumberFormat::SvxNumPositionAndSpaceMode SvxNumberFormat::GetPositionAndSpaceMode() const in GetPositionAndSpaceMode()
570 void SvxNumberFormat::SetPositionAndSpaceMode( SvxNumPositionAndSpaceMode ePositionAndSpaceMode ) in SetPositionAndSpaceMode()
575 short SvxNumberFormat::GetLSpace() const in GetLSpace()
583 short SvxNumberFormat::GetAbsLSpace() const in GetAbsLSpace()
593 short SvxNumberFormat::GetFirstLineOffset() const in GetFirstLineOffset()
603 short SvxNumberFormat::GetCharTextDistance() const in GetCharTextDistance()
612 void SvxNumberFormat::SetLabelFollowedBy( const SvxNumLabelFollowedBy eLabelFollowedBy ) in SetLabelFollowedBy()
616 SvxNumberFormat::SvxNumLabelFollowedBy SvxNumberFormat::GetLabelFollowedBy() const in GetLabelFollowedBy()
620 void SvxNumberFormat::SetListtabPos( const long nListtabPos ) in SetListtabPos()
624 long SvxNumberFormat::GetListtabPos() const in GetListtabPos()
628 void SvxNumberFormat::SetFirstLineIndent( const long nFirstLineIndent ) in SetFirstLineIndent()
632 long SvxNumberFormat::GetFirstLineIndent() const in GetFirstLineIndent()
636 void SvxNumberFormat::SetIndentAt( const long nIndentAt ) in SetIndentAt()
640 long SvxNumberFormat::GetIndentAt() const in GetIndentAt()
649 IMPL_STATIC_LINK( SvxNumberFormat, GraphicArrived, void *, EMPTYARG ) in IMPL_STATIC_LINK() argument
656 pThis->aGraphicSize = SvxNumberFormat::GetGraphicSizeMM100( pGrf ); in IMPL_STATIC_LINK()
664 void SvxNumberFormat::NotifyGraphicArrived() in NotifyGraphicArrived()
671 Size SvxNumberFormat::GetGraphicSizeMM100(const Graphic* pGraphic) in GetGraphicSizeMM100()
691 String SvxNumberFormat::CreateRomanString( sal_uLong nNo, sal_Bool bUpper ) in CreateRomanString()
737 void SvxNumberFormat::GetCharStr( sal_uLong nNo, String& rStr ) const in GetCharStr()
756 void SvxNumberFormat::GetCharStrN( sal_uLong nNo, String& rStr ) const in GetCharStrN()
773 const String& SvxNumberFormat::GetCharFmtName()const in GetCharFmtName()
781 static SvxNumberFormat* pStdNumFmt = 0;
782 static SvxNumberFormat* pStdOutlineNumFmt = 0;
788 SvxNumberFormat::SvxNumPositionAndSpaceMode in SvxNumRule()
802 aFmts[i] = new SvxNumberFormat(SVX_NUM_CHARS_UPPER_LETTER); in SvxNumRule()
808 SvxNumberFormat::LABEL_WIDTH_AND_POSITION ) in SvxNumRule()
815 SvxNumberFormat::LABEL_ALIGNMENT ) in SvxNumRule()
823 aFmts[i]->SetPositionAndSpaceMode( SvxNumberFormat::LABEL_ALIGNMENT ); in SvxNumRule()
824 aFmts[i]->SetLabelFollowedBy( SvxNumberFormat::LISTTAB ); in SvxNumRule()
857 aFmts[i] = new SvxNumberFormat(*rCopy.aFmts[i]); in SvxNumRule()
888 aFmts[i] = new SvxNumberFormat(rStream); in SvxNumRule()
966 aFmts[i] = new SvxNumberFormat(*rCopy.aFmts[i]); in operator =()
1000 const SvxNumberFormat* SvxNumRule::Get(sal_uInt16 nLevel)const in Get()
1011 const SvxNumberFormat& SvxNumRule::GetLevel(sal_uInt16 nLevel)const in GetLevel()
1015 pStdNumFmt = new SvxNumberFormat(SVX_NUM_ARABIC); in GetLevel()
1016 pStdOutlineNumFmt = new SvxNumberFormat(SVX_NUM_NUMBER_NONE); in GetLevel()
1029 void SvxNumRule::SetLevel( sal_uInt16 i, const SvxNumberFormat& rNumFmt, sal_Bool bIsValid ) in SetLevel()
1036 aFmts[ i ] = new SvxNumberFormat( rNumFmt ); in SetLevel()
1044 void SvxNumRule::SetLevel(sal_uInt16 nLevel, const SvxNumberFormat* pFmt) in SetLevel()
1068 const SvxNumberFormat& rMyNFmt = GetLevel( rNum.GetLevel() ); in MakeNumString()
1088 const SvxNumberFormat& rNFmt = GetLevel( i ); in MakeNumString()
1128 SvxNumberFormat aFmt(GetLevel(i)); in UnLinkGraphics()