Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx1488 SwTableBox* pLeftBox; member
1496 pLeftBox( pLeft ), pRightBox( pRight ), pMergeBox( pMerge ) in _InsULPara()
1615 SwTableLine* pInsLine = pULPara->pLeftBox->GetUpper(); in lcl_Merge_MoveLine()
1617 (SwTableBoxFmt*)pULPara->pLeftBox->GetFrmFmt(), 0, pInsLine ); in lcl_Merge_MoveLine()
1649 if( pULPara->pLeftBox->GetUpper() == pInsLine ) in lcl_Merge_MoveLine()
1667 pInsLine = pULPara->pLeftBox->GetUpper(); in lcl_Merge_MoveLine()
1801 SwTableBox* pLeftBox = new SwTableBox( (SwTableBoxFmt*)pMergeBox->GetFrmFmt(), 0, pInsLine ); in OldMerge() local
1804 pInsLine->GetTabBoxes().C40_INSERT( SwTableBox, pLeftBox, 0 ); in OldMerge()
1805 pLeftBox->ClaimFrmFmt(); in OldMerge()
1812 _InsULPara aPara( pTblNd, sal_True, sal_True, pLeftBox, pMergeBox, pRightBox, pInsLine ); in OldMerge()
[all …]
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx401 SwTableBox* pLeftBox = 0; in CollectBoxSelection() local
413 pLeftBox = pLine->GetTabBoxes()[nCurrBox-1]; in CollectBoxSelection()
433 pLeftBox = pBox; in CollectBoxSelection()
490 SwTableBox* pOuterBox = pLeftBox; in CollectBoxSelection()
508 if( pOuterBox == pLeftBox ) in CollectBoxSelection()
521 if( pOuterBox == pLeftBox ) in CollectBoxSelection()
540 else if( ( nLeftSpanCnt && pLeftBox == pOuterBox ) || in CollectBoxSelection()
/trunk/main/sfx2/source/view/
H A Dorgmgr.cxx236 pLeftBox(pLeft), in SfxOrganizeMgr()
275 pLeftBox = pRightBox = NULL; in ~SfxOrganizeMgr()
/trunk/main/sc/source/core/data/
H A Dtable4.cxx1801 const SvxBoxItem* pLeftBox = (SvxBoxItem*)GetAttr(nCol - 1, nRow, ATTR_BORDER); in GetAutoFormatFrame() local
1809 if (pLeftBox) in GetAutoFormatFrame()
1811 if (ScHasPriority(pTheBox->GetLeft(), pLeftBox->GetRight())) in GetAutoFormatFrame()
1814 aBox.SetLine(pLeftBox->GetRight(), BOX_LINE_LEFT); in GetAutoFormatFrame()
/trunk/main/sfx2/inc/
H A Dorgmgr.hxx63 SfxOrganizeListBox_Impl* pLeftBox; member in SfxOrganizeMgr