Searched refs:pSectionFmtTbl (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sw/source/core/doc/ |
H A D | docdde.cxx | 176 ((SwSectionFmts&)*pSectionFmtTbl).ForEach( 0, pSectionFmtTbl->Count(), in GetData() 215 …pSectionFmtTbl->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 D | docnew.cxx | 237 pSectionFmtTbl( new SwSectionFmts() ), in SwDoc() 610 ((SwFrmFmts&)*pSectionFmtTbl).ForEach( &lcl_DelFmtIndizes, this ); in ~SwDoc() 684 delete pSectionFmtTbl; in ~SwDoc()
|
H A D | doctxm.cxx | 666 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()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | ndsect.cxx | 516 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()
|
/aoo42x/main/sw/inc/ |
H A D | doc.hxx | 320 SwSectionFmts *pSectionFmtTbl; member in SwDoc 1825 SwSectionFmts& GetSections() { return *pSectionFmtTbl; } in GetSections() 1826 const SwSectionFmts& GetSections() const { return *pSectionFmtTbl; } in GetSections()
|
Completed in 45 milliseconds