/aoo41x/main/sw/source/core/layout/ |
H A D | colfrm.cxx | 62 SwBodyFrm* pColBody = new SwBodyFrm( pFmt->GetDoc()->GetDfltFrmFmt(), pSib ); in SwColumnFrm() 75 pDoc->GetDfltFrmFmt()->Add( this ); in ~SwColumnFrm() 185 SwFrmFmt *pFmt = pDoc->MakeFrmFmt( aEmptyStr, pDoc->GetDfltFrmFmt()); in lcl_AddColumns() 257 SetFrmFmt( pDoc->GetDfltFrmFmt() ); in ChgColumns()
|
H A D | ftnfrm.cxx | 1118 SwFtnContFrm *pNew = new SwFtnContFrm( GetFmt()->GetDoc()->GetDfltFrmFmt(), this ); in MakeFtnCont() 1783 SwFtnFrm *pNew = new SwFtnFrm( pDoc->GetDfltFrmFmt(), this, pRef, pAttr ); in AppendFtn() 3090 pTmpFtn = new SwFtnFrm( pOld->GetFmt()->GetDoc()->GetDfltFrmFmt(), in MoveFtnCntFwd()
|
H A D | pagechg.cxx | 242 SwBodyFrm *pBodyFrm = new SwBodyFrm( pDoc->GetDfltFrmFmt(), this ); in SwPageFrm()
|
/aoo41x/main/sw/source/core/view/ |
H A D | vnew.cxx | 142 pLayout = SwRootFrmPtr(new SwRootFrm( pDoc->GetDfltFrmFmt(), this ));//swmod081016 in Init() 143 pLayout->Init( pDoc->GetDfltFrmFmt() ); in Init()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docdesc.cxx | 288 GetDfltFrmFmt() ); in ChgPageDesc() 350 GetDfltFrmFmt() ); in ChgPageDesc() 574 pNew = new SwPageDesc( rName, GetDfltFrmFmt(), this ); in MakePageDesc()
|
H A D | doclay.cxx | 160 GetDfltFrmFmt() ); in MakeLayoutFmt() 193 pFmt = MakeDrawFrmFmt( aEmptyStr, GetDfltFrmFmt() ); in MakeLayoutFmt() 429 SwFrmFmt* pDest = GetDfltFrmFmt(); in CopyLayoutFmt() 430 if( rSource.GetRegisteredIn() != pSrcDoc->GetDfltFrmFmt() ) in CopyLayoutFmt() 932 SwDrawFrmFmt* pFmt = MakeDrawFrmFmt( aEmptyStr, GetDfltFrmFmt() ); in InsertDrawObj()
|
H A D | docdraw.cxx | 280 GetDfltFrmFmt() ); in GroupSelection() 373 GetDfltFrmFmt() ); in UnGroupSelection()
|
H A D | docfmt.cxx | 1852 *GetDfltFrmFmt() ); in CopyFrmFmt() 2091 GetDfltFrmFmt() ); in CopyPageDescHeaderFooterImpl()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | section.cxx | 247 if( pFmt->DerivedFrom() != pDoc->GetDfltFrmFmt() ) in ~SwSection() 248 pFmt->RegisterToFormat( *pDoc->GetDfltFrmFmt() ); in ~SwSection()
|
H A D | ndtbl.cxx | 425 SwTableFmt* pTableFmt = MakeTblFrmFmt( aTblName, GetDfltFrmFmt() ); in InsertTable() 738 SwTableFmt* pTableFmt = MakeTblFrmFmt( GetUniqueTblName(), GetDfltFrmFmt() ); in TextToTable() 1191 SwTableFmt* pTableFmt = MakeTblFrmFmt( GetUniqueTblName(), GetDfltFrmFmt() ); in TextToTable() 3550 pOldTblFmt->GetDoc()->GetDfltFrmFmt() ); in SplitTable()
|
H A D | ndsect.cxx | 1389 : pDoc->GetDfltFrmFmt() ); in NodesArrChgd()
|
H A D | ndcopy.cxx | 462 SwFrmFmt* pTblFmt = pDoc->MakeTblFrmFmt( sTblName, pDoc->GetDfltFrmFmt() ); in MakeCopy()
|
/aoo41x/main/sw/inc/ |
H A D | doc.hxx | 1260 const SwFrmFmt *GetDfltFrmFmt() const { return pDfltFrmFmt; } in GetDfltFrmFmt() function in SwDoc 1261 SwFrmFmt *GetDfltFrmFmt() { return pDfltFrmFmt; } in GetDfltFrmFmt() function in SwDoc
|
/aoo41x/main/sw/source/core/text/ |
H A D | txtftn.cxx | 692 SwFtnFrm *pNew = new SwFtnFrm(pDoc->GetDfltFrmFmt(),this,this,pFtn); in ConnectFtn()
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | fefly1.cxx | 1290 GetDoc()->GetDfltFrmFmt() ) in GetCurFrmFmt()
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | view2.cxx | 446 pDocShell->GetDoc()->GetDfltFrmFmt(), in InsertGraphicDlg()
|
/aoo41x/main/sw/source/ui/app/ |
H A D | docstyle.cxx | 1775 pFrmFmt = rDoc.MakeFrmFmt(aName, rDoc.GetDfltFrmFmt(), sal_False, sal_False); in Create()
|
/aoo41x/main/sw/source/core/undo/ |
H A D | untbl.cxx | 497 SwTableFmt* pTableFmt = rDoc.MakeTblFrmFmt( sTblNm, rDoc.GetDfltFrmFmt() ); in UndoImpl()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unostyle.cxx | 2574 pFmt = m_pDoc->GetDfltFrmFmt(); in GetPropertyValues_Impl()
|