Home
last modified time | relevance | path

Searched refs:pSectionFmtTbl (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Ddocdde.cxx176 ((SwSectionFmts&)*pSectionFmtTbl).ForEach( 0, pSectionFmtTbl->Count(), in GetData()
215pSectionFmtTbl->ForEach( 0, pSectionFmtTbl->Count(), bCaseSensitive ? lcl_FindSectionCaseSensitive… in SetData()
262 …((SwSectionFmts&)*pSectionFmtTbl).ForEach(0, pSectionFmtTbl->Count(), bCaseSensitive ? lcl_FindSec… in CreateLinkSource()
400 if( pSectionFmtTbl->Count() ) in SelectServerObj()
402 ((SwSectionFmts&)*pSectionFmtTbl).ForEach( 0, pSectionFmtTbl->Count(), in SelectServerObj()
H A Ddocnew.cxx237 pSectionFmtTbl( new SwSectionFmts() ), in SwDoc()
610 ((SwFrmFmts&)*pSectionFmtTbl).ForEach( &lcl_DelFmtIndizes, this ); in ~SwDoc()
684 delete pSectionFmtTbl; in ~SwDoc()
H A Ddoctxm.cxx666 sal_uInt16 nFlagSize = ( pSectionFmtTbl->Count() / 8 ) +2; in GetUniqueTOXBaseName()
670 for( n = 0; n < pSectionFmtTbl->Count(); ++n ) in GetUniqueTOXBaseName()
671 if( 0 != ( pSectNd = (*pSectionFmtTbl)[ n ]->GetSectionNode( sal_False ) )&& in GetUniqueTOXBaseName()
679 if( nNum-- && nNum < pSectionFmtTbl->Count() ) in GetUniqueTOXBaseName()
689 nNum = pSectionFmtTbl->Count(); in GetUniqueTOXBaseName()
/trunk/main/sw/source/core/docnode/
H A Dndsect.cxx516 pSectionFmtTbl->Insert( pNew, pSectionFmtTbl->Count() ); in MakeSectionFmt()
522 sal_uInt16 nPos = pSectionFmtTbl->GetPos( pFmt ); in DelSectionFmt()
575 nPos = pSectionFmtTbl->GetPos( pFmt ); in DelSectionFmt()
580 pSectionFmtTbl->Remove( nPos ); in DelSectionFmt()
616 SwSectionFmt* pFmt = (*pSectionFmtTbl)[ nPos ]; in UpdateSection()
1437 sal_uInt16 nTmp, nFlagSize = ( pSectionFmtTbl->Count() / 8 ) +2; in GetUniqueSectionName()
1444 for( n = 0; n < pSectionFmtTbl->Count(); ++n ) in GetUniqueSectionName()
1445 if( 0 != ( pSectNd = (*pSectionFmtTbl)[ n ]->GetSectionNode( sal_False ) )) in GetUniqueSectionName()
1452 if( nNum-- && nNum < pSectionFmtTbl->Count() ) in GetUniqueSectionName()
1462 nNum = pSectionFmtTbl->Count(); in GetUniqueSectionName()
/trunk/main/sw/inc/
H A Ddoc.hxx320 SwSectionFmts *pSectionFmtTbl; member in SwDoc
1825 SwSectionFmts& GetSections() { return *pSectionFmtTbl; } in GetSections()
1826 const SwSectionFmts& GetSections() const { return *pSectionFmtTbl; } in GetSections()

Completed in 167 milliseconds