/aoo4110/main/sw/source/core/undo/ |
H A D | SwUndoFmt.cxx | 78 SwFmt * pDerivedFrom = Find(sDerivedFrom); in RedoImpl() local 79 SwFmt * pFmt = Create(pDerivedFrom); in RedoImpl() 124 SwFmt * pDerivedFrom = Find(sDerivedFrom); in UndoImpl() local 126 SwFmt * pFmt = Create(pDerivedFrom); in UndoImpl() 208 SwFmt * SwUndoTxtFmtCollCreate::Create(SwFmt * pDerivedFrom) in Create() argument 229 SwFmt * SwUndoTxtFmtCollDelete::Create(SwFmt * pDerivedFrom) in Create() argument 263 SwFmt * SwUndoCharFmtCreate::Create(SwFmt * pDerivedFrom) in Create() argument 283 SwFmt * SwUndoCharFmtDelete::Create(SwFmt * pDerivedFrom) in Create() argument 311 SwFrmFmt * pDerivedFrom, in SwUndoFrmFmtCreate() argument 318 SwFmt * SwUndoFrmFmtCreate::Create(SwFmt * pDerivedFrom) in Create() argument [all …]
|
/aoo4110/main/sw/source/core/inc/ |
H A D | SwUndoFmt.hxx | 50 SwUndoFmtCreate(SwUndoId nUndoId, SwFmt * pNew, SwFmt * pDerivedFrom, 59 virtual SwFmt * Create(SwFmt * pDerivedFrom) = 0; 83 virtual SwFmt * Create(SwFmt * pDerivedFrom) = 0; 115 virtual SwFmt * Create(SwFmt * pDerivedFrom); 125 virtual SwFmt * Create(SwFmt * pDerivedFrom); 143 SwUndoCharFmtCreate(SwCharFmt * pNew, SwCharFmt * pDerivedFrom, 146 virtual SwFmt * Create(SwFmt * pDerivedFrom); 156 virtual SwFmt * Create(SwFmt * pDerivedFrom); 176 SwUndoFrmFmtCreate(SwFrmFmt * pNew, SwFrmFmt * pDerivedFrom, 179 virtual SwFmt * Create(SwFmt * pDerivedFrom); [all …]
|
/aoo4110/main/sw/source/core/doc/ |
H A D | docfmt.cxx | 1449 SwFrmFmt *pDerivedFrom ) in MakeFlyFrmFmt() argument 1458 SwFrmFmt *pDerivedFrom ) in MakeDrawFrmFmt() argument 1503 SwFrmFmt *pDerivedFrom ) in MakeTblFrmFmt() argument 1513 SwFrmFmt *pDerivedFrom, in MakeFrmFmt() argument 1540 SwFmt *pDerivedFrom, in _MakeFrmFmt() argument 1578 SwFmt *pDerivedFrom, in _MakeCharFmt() argument 1593 SwTxtFmtColl *pDerivedFrom, in MakeTxtFmtColl() argument 1599 pDerivedFrom ); in MakeTxtFmtColl() 1619 SwFmt *pDerivedFrom, in _MakeTxtFmtColl() argument 1634 rFmtName, pDerivedFrom ); in MakeCondTxtFmtColl() [all …]
|
/aoo4110/main/sw/inc/ |
H A D | charfmt.hxx | 34 SwCharFmt *pDerivedFrom ) in SwCharFmt() argument 35 : SwFmt( rPool, pFmtName, aCharFmtSetRange, pDerivedFrom, RES_CHRFMT ) in SwCharFmt() 38 SwCharFmt *pDerivedFrom ) in SwCharFmt() argument 39 : SwFmt( rPool, rFmtName, aCharFmtSetRange, pDerivedFrom, RES_CHRFMT ) in SwCharFmt()
|
H A D | doc.hxx | 1089 SwFlyFrmFmt *MakeFlyFrmFmt (const String &rFmtName, SwFrmFmt *pDerivedFrom); 1090 SwDrawFrmFmt *MakeDrawFrmFmt(const String &rFmtName, SwFrmFmt *pDerivedFrom); 1275 SwFrmFmt *MakeFrmFmt(const String &rFmtName, SwFrmFmt *pDerivedFrom, 1282 SwCharFmt *MakeCharFmt(const String &rFmtName, SwCharFmt *pDerivedFrom, 1297 SwTxtFmtColl *pDerivedFrom, 1302 SwTxtFmtColl *pDerivedFrom, 1329 SwGrfFmtColl *pDerivedFrom); 1338 SwTableFmt* MakeTblFrmFmt(const String &rFmtName, SwFrmFmt *pDerivedFrom); 1835 SwSectionFmt *MakeSectionFmt( SwSectionFmt *pDerivedFrom );
|
H A D | editsh.hxx | 287 SwCharFmt* MakeCharFmt( const String& rName, SwCharFmt* pDerivedFrom = 0 ); 312 SwTxtFmtColl *pDerivedFrom = 0);
|
H A D | format.hxx | 88 sal_Bool SetDerivedFrom(SwFmt *pDerivedFrom = 0);
|
/aoo4110/main/sw/source/core/edit/ |
H A D | edfmt.cxx | 144 SwCharFmt* pDerivedFrom ) in MakeCharFmt() argument 146 if( !pDerivedFrom ) in MakeCharFmt() 147 pDerivedFrom = GetDoc()->GetDfltCharFmt(); in MakeCharFmt() 149 return GetDoc()->MakeCharFmt( rName, pDerivedFrom ); in MakeCharFmt()
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | viewdlg2.cxx | 139 SwTxtFmtColl* pDerivedFrom = rSh.GetTxtCollFromPool(RES_POOLCOLL_LABEL); in InsertCaption() local 140 rSh.MakeTxtFmtColl(rName, pDerivedFrom); in InsertCaption()
|
/aoo4110/main/sw/source/core/docnode/ |
H A D | ndsect.cxx | 511 SwSectionFmt* SwDoc::MakeSectionFmt( SwSectionFmt *pDerivedFrom ) in MakeSectionFmt() argument 513 if( !pDerivedFrom ) in MakeSectionFmt() 514 pDerivedFrom = (SwSectionFmt*)pDfltFrmFmt; in MakeSectionFmt() 515 SwSectionFmt* pNew = new SwSectionFmt( pDerivedFrom, this ); in MakeSectionFmt()
|