Searched refs:SwBorderAttrAccess (Results 1 – 14 of 14) sorted by relevance
/aoo4110/main/sw/source/core/layout/ |
H A D | calcmove.cxx | 164 SwBorderAttrAccess aAccess( SwFrm::GetCache(), pLastFrm ); in ShouldBwdMoved() 712 SwBorderAttrAccess *pAccess = 0; in MakeAll() 736 pAccess = new SwBorderAttrAccess( SwFrm::GetCache(), this ); in MakeAll() 884 SwBorderAttrAccess *pAccess = 0; in MakeAll() 943 pAccess = new SwBorderAttrAccess( SwFrm::GetCache(), this ); in MakeAll() 1193 SwBorderAttrAccess aAccess( SwFrm::GetCache(), this ); in MakeAll() 1833 SwBorderAttrAccess aAccess( SwFrm::GetCache(), pNxt ); in MakeNxt() 1848 SwBorderAttrAccess aAccess( SwFrm::GetCache(), pNxt ); in MakeNxt() 1963 SwBorderAttrAccess aAccess( SwFrm::GetCache(), pFrm ); in _WouldFit()
|
H A D | hffrm.cxx | 457 SwBorderAttrAccess * pAccess = in GrowFrm() 458 new SwBorderAttrAccess( SwFrm::GetCache(), this ); in GrowFrm() 590 SwBorderAttrAccess * pAccess = in ShrinkFrm() 591 new SwBorderAttrAccess( SwFrm::GetCache(), this ); in ShrinkFrm()
|
H A D | flowfrm.cxx | 1463 SwBorderAttrAccess *pAccess; in CalcUpperSpace() 1478 pAccess= new SwBorderAttrAccess( SwFrm::GetCache(), pOwn ); in CalcUpperSpace() 1749 SwBorderAttrAccess* pAttrAccess = 0L; in CalcLowerSpace() 1752 pAttrAccess = new SwBorderAttrAccess( SwFrm::GetCache(), &rThis ); in CalcLowerSpace() 1813 SwBorderAttrAccess* pAttrAccess = 0L; in CalcAddLowerSpaceAsLastInTableCell() 1816 pAttrAccess = new SwBorderAttrAccess( SwFrm::GetCache(), pFrm ); in CalcAddLowerSpaceAsLastInTableCell()
|
H A D | tabfrm.cxx | 568 SwBorderAttrAccess aAccess( SwFrm::GetCache(), pCell ); in lcl_PreprocessRowsInCells() 1960 SwBorderAttrAccess *pAccess= new SwBorderAttrAccess( SwFrm::GetCache(), this ); in MakeAll() 2067 pAccess = new SwBorderAttrAccess( SwFrm::GetCache(), this ); in MakeAll() 2108 pAccess= new SwBorderAttrAccess( SwFrm::GetCache(), this ); in MakeAll() 2160 pAccess= new SwBorderAttrAccess( SwFrm::GetCache(), this ); in MakeAll() 2339 pAccess= new SwBorderAttrAccess( SwFrm::GetCache(), this ); in MakeAll() 2587 pAccess= new SwBorderAttrAccess( SwFrm::GetCache(), this ); in MakeAll() 4165 SwBorderAttrAccess aAccess( SwFrm::GetCache(), _pCell ); in lcl_CalcMinCellHeight() 5751 SwBorderAttrAccess aAccess( SwFrm::GetCache(), pCurrSourceCell ); in lcl_CalcHeightOfFirstContentLine()
|
H A D | paintfrm.cxx | 1457 SwBorderAttrAccess aAccess( SwFrm::GetCache(), (SwFrm*)pFly ); in lcl_SubtractFlys() 2203 SwBorderAttrAccess aAccess( SwFrm::GetCache(), &rLayoutFrm ); in HandleFrame() 3640 SwBorderAttrAccess aAccess( SwFrm::GetCache(), (SwFrm*)this ); in Paint() 3779 SwBorderAttrAccess aAccess( SwFrm::GetCache(), (SwFrm*)this ); in Paint() 4622 SwBorderAttrAccess aAccess( SwFrm::GetCache(), pNextCell ); in lcl_GetCellFrmForBorderAttrs() 4811 SwBorderAttrAccess aAccess( SwFrm::GetCache(), in PaintBorder() 4832 SwBorderAttrAccess aAccess( SwFrm::GetCache(), in PaintBorder() 5669 SwBorderAttrAccess aAccess( SwFrm::GetCache(), (SwFrm*)this ); in PaintBaBo() 5874 SwBorderAttrAccess aAccess( SwFrm::GetCache(), (SwFrm*)pFrm ); in PaintBackground() 6625 SwBorderAttrAccess aAccess( SwFrm::GetCache(), pFrm ); in GetBackgroundBrush() [all …]
|
H A D | frmtool.cxx | 2079 SwBorderAttrAccess aCmpAccess( SwFrm::GetCache(), &_rCmpFrm ); in _JoinWithCmp() 2220 SwBorderAttrAccess::SwBorderAttrAccess( SwCache &rCach, const SwFrm *pFrm ) : in SwBorderAttrAccess() function in SwBorderAttrAccess 2233 SwCacheObj *SwBorderAttrAccess::NewObj() in NewObj() 2239 SwBorderAttrs *SwBorderAttrAccess::Get() in Get() 3301 SwBorderAttrAccess aAccess( SwFrm::GetCache(), pCell ); in lcl_CalcCellRstHeight()
|
H A D | flyincnt.cxx | 300 SwBorderAttrAccess aAccess( SwFrm::GetCache(), this ); in MakeAll()
|
H A D | ssfrm.cxx | 775 SwBorderAttrAccess aAccess( SwFrm::GetCache(), this ); in UnionFrm()
|
H A D | flylay.cxx | 200 SwBorderAttrAccess aAccess( SwFrm::GetCache(), this ); in MakeAll()
|
H A D | pagechg.cxx | 1808 SwBorderAttrAccess aAccess( SwFrm::GetCache(), pFrm ); in ImplCalcBrowseWidth()
|
/aoo4110/main/sw/source/core/inc/ |
H A D | frmtool.hxx | 381 class SwBorderAttrAccess : public SwCacheAccess class 388 SwBorderAttrAccess( SwCache &rCache, const SwFrm *pOwner );
|
/aoo4110/main/sw/source/core/draw/ |
H A D | dflyobj.cxx | 860 SwBorderAttrAccess aAccess( SwFrm::GetCache(), GetFlyFrm() ); in NbcResize()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | notxtfrm.cxx | 551 SwBorderAttrAccess aAccess( SwFrm::GetCache(), this ); in MakeAll()
|
/aoo4110/main/sw/source/core/text/ |
H A D | txtfrm.cxx | 1905 SwBorderAttrAccess aAccess( SwFrm::GetCache(), pFrm ); in SwTestFormat()
|
Completed in 140 milliseconds