Home
last modified time | relevance | path

Searched refs:pRightBox (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/sw/source/core/doc/
H A Dtblrwcl.cxx1489 SwTableBox* pRightBox; member
1496 pLeftBox( pLeft ), pRightBox( pRight ), pMergeBox( pMerge ) in _InsULPara()
1647 SwTableLine* pInsLine = pULPara->pRightBox->GetUpper(); in lcl_Merge_MoveLine()
1652 (SwTableBoxFmt*)pULPara->pRightBox->GetFrmFmt(), 0, pInsLine ); in lcl_Merge_MoveLine()
1668 sal_uInt16 nMvPos = pULPara->pRightBox->GetUpper()->GetTabBoxes(). in lcl_Merge_MoveLine()
1669 C40_GETPOS( SwTableBox, pULPara->pRightBox ); in lcl_Merge_MoveLine()
1671 pULPara->pRightBox->GetUpper()->GetTabBoxes(), in lcl_Merge_MoveLine()
1802 SwTableBox* pRightBox = new SwTableBox( (SwTableBoxFmt*)pMergeBox->GetFrmFmt(), 0, pInsLine ); in OldMerge() local
1807 pInsLine->GetTabBoxes().C40_INSERT( SwTableBox, pRightBox, 2 ); in OldMerge()
1808 pRightBox->ClaimFrmFmt(); in OldMerge()
[all …]
/AOO41X/main/sw/source/core/table/
H A Dswnewtable.cxx402 SwTableBox* pRightBox = 0; in CollectBoxSelection() local
419 pRightBox = pLine->GetTabBoxes()[nCurrBox+1]; in CollectBoxSelection()
463 pRightBox = pLine->GetTabBoxes()[nCurrBox+1]; in CollectBoxSelection()
471 pRightBox = pBox; in CollectBoxSelection()
541 ( nRightSpanCnt && pRightBox == pOuterBox ) ) in CollectBoxSelection()
551 pOuterBox = pOuterBox == pRightBox ? 0 : pRightBox; in CollectBoxSelection()
/AOO41X/main/sfx2/source/view/
H A Dorgmgr.cxx237 pRightBox(pRight), in SfxOrganizeMgr()
275 pLeftBox = pRightBox = NULL; in ~SfxOrganizeMgr()
/AOO41X/main/sc/source/core/data/
H A Dtable4.cxx1803 const SvxBoxItem* pRightBox = (SvxBoxItem*)GetAttr(nCol + 1, nRow, ATTR_BORDER); in GetAutoFormatFrame() local
1833 if (pRightBox) in GetAutoFormatFrame()
1835 if (ScHasPriority(pTheBox->GetRight(), pRightBox->GetLeft())) in GetAutoFormatFrame()
1838 aBox.SetLine(pRightBox->GetLeft(), BOX_LINE_RIGHT); in GetAutoFormatFrame()
/AOO41X/main/sfx2/inc/
H A Dorgmgr.hxx64 SfxOrganizeListBox_Impl* pRightBox; member in SfxOrganizeMgr