Home
last modified time | relevance | path

Searched refs:aLN (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Dpoolfmt.cxx510 SwFmtLineNumber aLN; aLN.SetCountLines( sal_False ); in GetTxtCollFromPool() local
511 aSet.Put( aLN ); in GetTxtCollFromPool()
557 SwFmtLineNumber aLN; aLN.SetCountLines( sal_False ); in GetTxtCollFromPool() local
558 aSet.Put( aLN ); in GetTxtCollFromPool()
574 SwFmtLineNumber aLN; aLN.SetCountLines( sal_False ); in GetTxtCollFromPool() local
575 aSet.Put( aLN ); in GetTxtCollFromPool()
587 SwFmtLineNumber aLN; aLN.SetCountLines( sal_False ); in GetTxtCollFromPool() local
588 aSet.Put( aLN ); in GetTxtCollFromPool()
598 SwFmtLineNumber aLN; aLN.SetCountLines( sal_False ); in GetTxtCollFromPool() local
599 aSet.Put( aLN ); in GetTxtCollFromPool()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx779 SwFmtLineNumber aLN; in HandleLineNumbering() local
783 aLN.SetCountLines( pLN->IsCount() ); in HandleLineNumbering()
785 aLN.SetStartValue(1 + rSection.maSep.lnnMin); in HandleLineNumbering()
786 NewAttr(aLN); in HandleLineNumbering()
4044 SwFmtLineNumber aLN; in Read_NoLineNumb() local
4048 aLN.SetStartValue( pLN->GetStartValue() ); in Read_NoLineNumb()
4051 aLN.SetCountLines( pData && (0 == *pData) ); in Read_NoLineNumb()
4052 NewAttr( aLN ); in Read_NoLineNumb()