| /trunk/main/sw/inc/ |
| H A D | fmtline.hxx | 34 class SW_DLLPUBLIC SwFmtLineNumber: public SfxPoolItem class 40 SwFmtLineNumber(); 41 ~SwFmtLineNumber(); 63 inline const SwFmtLineNumber &SwAttrSet::GetLineNumber(sal_Bool bInP) const in GetLineNumber() 64 { return (const SwFmtLineNumber&)Get( RES_LINENUMBER,bInP); } in GetLineNumber()
|
| H A D | swatrset.hxx | 88 class SwFmtLineNumber; 301 inline const SwFmtLineNumber &GetLineNumber( sal_Bool = sal_True ) const;
|
| H A D | format.hxx | 261 inline const SwFmtLineNumber &GetLineNumber( sal_Bool = sal_True ) const;
|
| /trunk/main/sw/source/core/doc/ |
| H A D | poolfmt.cxx | 510 SwFmtLineNumber aLN; aLN.SetCountLines( sal_False ); in GetTxtCollFromPool() 557 SwFmtLineNumber aLN; aLN.SetCountLines( sal_False ); in GetTxtCollFromPool() 574 SwFmtLineNumber aLN; aLN.SetCountLines( sal_False ); in GetTxtCollFromPool() 587 SwFmtLineNumber aLN; aLN.SetCountLines( sal_False ); in GetTxtCollFromPool() 598 SwFmtLineNumber aLN; aLN.SetCountLines( sal_False ); in GetTxtCollFromPool() 614 SwFmtLineNumber aLN; aLN.SetCountLines( sal_False ); in GetTxtCollFromPool() 628 SwFmtLineNumber aLN; aLN.SetCountLines( sal_False ); in GetTxtCollFromPool() 637 SwFmtLineNumber aLN; aLN.SetCountLines( sal_False ); in GetTxtCollFromPool() 676 SwFmtLineNumber aLN; aLN.SetCountLines( sal_False ); in GetTxtCollFromPool() 697 SwFmtLineNumber aLN; aLN.SetCountLines( sal_False ); in GetTxtCollFromPool() [all …]
|
| /trunk/main/sw/source/core/layout/ |
| H A D | atrfrm.cxx | 125 TYPEINIT1_AUTOFACTORY(SwFmtLineNumber, SfxPoolItem); 2110 SwFmtLineNumber::SwFmtLineNumber() : in SwFmtLineNumber() function in SwFmtLineNumber 2117 SwFmtLineNumber::~SwFmtLineNumber() in ~SwFmtLineNumber() 2121 int SwFmtLineNumber::operator==( const SfxPoolItem &rAttr ) const in operator ==() 2125 return nStartValue == ((SwFmtLineNumber&)rAttr).GetStartValue() && in operator ==() 2126 bCountLines == ((SwFmtLineNumber&)rAttr).IsCount(); in operator ==() 2129 SfxPoolItem* SwFmtLineNumber::Clone( SfxItemPool* ) const in Clone() 2131 return new SwFmtLineNumber( *this ); in Clone() 2134 sal_Bool SwFmtLineNumber::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue() 2157 sal_Bool SwFmtLineNumber::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue()
|
| /trunk/main/sw/source/ui/chrdlg/ |
| H A D | numpara.cxx | 182 SwFmtLineNumber aFmt; in FillItemSet() 274 SwFmtLineNumber& rNum = (SwFmtLineNumber&)rSet.Get(RES_LINENUMBER); in Reset()
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | attributeoutputbase.hxx | 106 class SwFmtLineNumber; 551 virtual void FormatLineNumbering( const SwFmtLineNumber& ) = 0;
|
| H A D | ww8par6.cxx | 779 SwFmtLineNumber aLN; in HandleLineNumbering() 780 if (const SwFmtLineNumber* pLN in HandleLineNumbering() 781 = (const SwFmtLineNumber*)GetFmtAttr(RES_LINENUMBER)) in HandleLineNumbering() 4044 SwFmtLineNumber aLN; in Read_NoLineNumb() 4045 if (const SwFmtLineNumber* pLN in Read_NoLineNumb() 4046 = (const SwFmtLineNumber*)GetFmtAttr(RES_LINENUMBER)) in Read_NoLineNumb()
|
| H A D | ww8attributeoutput.hxx | 399 virtual void FormatLineNumbering( const SwFmtLineNumber& );
|
| H A D | rtfattributeoutput.hxx | 441 virtual void FormatLineNumbering( const SwFmtLineNumber& );
|
| H A D | docxattributeoutput.hxx | 504 virtual void FormatLineNumbering( const SwFmtLineNumber& );
|
| H A D | ww8atr.cxx | 588 const SwFmtLineNumber* pNItem = 0; in GetSectionLineNo() 591 pNItem = &( ItemGet<SwFmtLineNumber>( *pSet, RES_LINENUMBER ) ); in GetSectionLineNo() 595 pNItem = &( ItemGet<SwFmtLineNumber>( *pNd, RES_LINENUMBER ) ); in GetSectionLineNo() 4498 void WW8AttributeOutput::FormatLineNumbering( const SwFmtLineNumber& rNumbering ) in FormatLineNumbering() 5264 FormatLineNumbering( static_cast< const SwFmtLineNumber& >( rHt ) ); in OutputItem()
|
| H A D | wrtw8sty.cxx | 919 … sal_uLong nRstLnNum = pSet ? ((SwFmtLineNumber&)pSet->Get( RES_LINENUMBER )).GetStartValue() : 0; in MSWordSections()
|
| H A D | wrtw8nds.cxx | 2594 nRstLnNum = ((SwFmtLineNumber&)pSet->Get( in OutputSectionNode()
|
| H A D | docxattributeoutput.cxx | 3231 void DocxAttributeOutput::FormatLineNumbering( const SwFmtLineNumber& rNumbering ) in FormatLineNumbering()
|
| H A D | rtfattributeoutput.cxx | 3179 void RtfAttributeOutput::FormatLineNumbering( const SwFmtLineNumber& rNumbering ) in FormatLineNumbering()
|
| /trunk/main/sw/sdi/ |
| H A D | switems.sdi | 32 item SwLineNumber SwFmtLineNumber;
|
| H A D | swriter.sdi | 9016 SwFmtLineNumber LineNumber FN_FORMAT_LINENUMBER
|
| /trunk/main/sw/source/ui/utlui/ |
| H A D | attrdesc.cxx | 978 SfxItemPresentation SwFmtLineNumber::GetPresentation in GetPresentation()
|
| /trunk/main/sw/source/core/text/ |
| H A D | frmpaint.cxx | 304 const SwFmtLineNumber &rLineNum = GetAttrSet()->GetLineNumber(); in PaintExtraData()
|
| H A D | txtfrm.cxx | 2596 const SwFmtLineNumber &rLineNum = pAttrSet->GetLineNumber(); in RecalcAllLines()
|
| /trunk/main/sw/source/core/bastyp/ |
| H A D | init.cxx | 621 aAttrTab[ RES_LINENUMBER - POOLATTR_BEGIN ] = new SwFmtLineNumber; in _InitCore()
|