Home
last modified time | relevance | path

Searched refs:RegisterToFormat (Results 1 – 16 of 16) sorted by relevance

/trunk/main/sw/inc/ !
H A Dfmthdft.hxx63 void RegisterToFormat( SwFmt& rFmt );
97 void RegisterToFormat( SwFmt& rFmt );
H A Dswtable.hxx321 void RegisterToFormat( SwFmt& rFmt );
364 void RegisterToFormat( SwFmt& rFmt );
469 void RegisterToFormat( SwFmt& rFmt ) ;
H A Dfmtcol.hxx258 void RegisterToFormat( SwFmt& );
H A Dfrmfmt.hxx150 void RegisterToFormat( SwFmt& rFmt );
/trunk/main/sw/source/core/table/ !
H A Dswtable.cxx1683 pFrm->RegisterToFormat( *pNewFmt ); in ClaimFrmFmt()
1705 pRow->RegisterToFormat( *pNewFmt ); in ChgFrmFmt()
1910 pCell->RegisterToFormat( *pNewFmt ); in ClaimFrmFmt()
1931 pCell->RegisterToFormat( *pNewFmt ); in ChgFrmFmt()
2898 void SwTable::RegisterToFormat( SwFmt& rFmt ) in RegisterToFormat() function in SwTable
2903 void SwTableLine::RegisterToFormat( SwFmt& rFmt ) in RegisterToFormat() function in SwTableLine
2908 void SwTableBox::RegisterToFormat( SwFmt& rFmt ) in RegisterToFormat() function in SwTableBox
/trunk/main/sw/source/core/layout/ !
H A Datrfrm.cxx537 void SwFmtHeader::RegisterToFormat( SwFmt& rFmt ) in RegisterToFormat() function in SwFmtHeader
572 void SwFmtFooter::RegisterToFormat( SwFmt& rFmt ) in RegisterToFormat() function in SwFmtFooter
2571 pH->RegisterToFormat( *pFmt ); in Modify()
2577 pF->RegisterToFormat( *pFmt ); in Modify()
2591 void SwFrmFmt::RegisterToFormat( SwFmt& rFmt ) in RegisterToFormat() function in SwFrmFmt
H A Dwsfrm.cxx126 void SwFrm::RegisterToFormat( SwFmt& rFmt ) in RegisterToFormat() function in SwFrm
/trunk/main/sw/source/core/undo/ !
H A Duntbl.cxx498 pTblNd->GetTable().RegisterToFormat( *pTableFmt ); in UndoImpl()
1150 pLast->RegisterToFormat(*pFmt); in NewFrmFmt()
1163 const_cast<SwTableLine*>(pTblLn)->RegisterToFormat( *pFmt ); in NewFrmFmt()
1165 const_cast<SwTableBox*>(pTblBx)->RegisterToFormat( *pFmt ); in NewFrmFmt()
1412 pBox->RegisterToFormat( *pFmt ); in CreateNew()
/trunk/main/sw/source/core/doc/ !
H A Dfmtcol.cxx531 void SwCollCondition::RegisterToFormat( SwFmt& rFmt ) in RegisterToFormat() function in SwCollCondition
H A Ddocfmt.cxx2130 ((SwFmtHeader*)pNewItem)->RegisterToFormat(*pNewFmt); in CopyPageDescHeaderFooterImpl()
2132 ((SwFmtFooter*)pNewItem)->RegisterToFormat(*pNewFmt); in CopyPageDescHeaderFooterImpl()
/trunk/main/sw/source/core/docnode/ !
H A Dndtbl.cxx492 pNdTbl->RegisterToFormat( *pTableFmt ); in InsertTable()
788 pNdTbl->RegisterToFormat( *pTableFmt ); in TextToTable()
1219 pNdTbl->RegisterToFormat( *pTableFmt ); in TextToTable()
3553 pNewTblNd->GetTable().RegisterToFormat( *pNewTblFmt ); in SplitTable()
H A Dsection.cxx248 pFmt->RegisterToFormat( *pDoc->GetDfltFrmFmt() ); in ~SwSection()
H A Dndcopy.cxx469 rTbl.RegisterToFormat( *pTblFmt ); in MakeCopy()
/trunk/main/sw/source/filter/rtf/ !
H A Drtftbl.cxx779 pBox->RegisterToFormat( *aBoxFmts[0] ); in ReadTable()
/trunk/main/sw/source/core/inc/ !
H A Dframe.hxx972 void RegisterToFormat( SwFmt& rFmt );
/trunk/main/sw/source/ui/app/ !
H A Ddocstyle.cxx1252 aCond.RegisterToFormat( *pFindFmt ); in SetItemSet()