Home
last modified time | relevance | path

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

/trunk/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()
/trunk/main/sfx2/inc/
H A Dorgmgr.hxx64 SfxOrganizeListBox_Impl* pRightBox; member in SfxOrganizeMgr
/trunk/main/sfx2/source/view/
H A Dorgmgr.cxx237 pRightBox(pRight), in SfxOrganizeMgr()
275 pLeftBox = pRightBox = NULL; in ~SfxOrganizeMgr()
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx1489 SwTableBox* pRightBox; member
1647 SwTableLine* pInsLine = pULPara->pRightBox->GetUpper(); in lcl_Merge_MoveLine()
1669 C40_GETPOS( SwTableBox, pULPara->pRightBox ); in lcl_Merge_MoveLine()
1671 pULPara->pRightBox->GetUpper()->GetTabBoxes(), in lcl_Merge_MoveLine()
1808 pRightBox->ClaimFrmFmt(); in OldMerge()
1826 aPara.SetRight( pRightBox ); in OldMerge()
1837 if( !pRightBox->GetTabLines().Count() ) in OldMerge()
1838 _DeleteBox( *this, pRightBox, 0, sal_False, sal_False ); in OldMerge()
1841 lcl_CalcWidth( pRightBox ); // bereche die Breite der Box in OldMerge()
1842 if( pUndo && pRightBox->GetSttNd() ) in OldMerge()
[all …]
/trunk/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()

Completed in 63 milliseconds