Searched refs:pRightBox (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sw/source/core/doc/ |
H A D | tblrwcl.cxx | 1489 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 …]
|
/aoo42x/main/sw/source/core/table/ |
H A D | swnewtable.cxx | 402 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()
|
/aoo42x/main/sfx2/source/view/ |
H A D | orgmgr.cxx | 237 pRightBox(pRight), in SfxOrganizeMgr() 275 pLeftBox = pRightBox = NULL; in ~SfxOrganizeMgr()
|
/aoo42x/main/sc/source/core/data/ |
H A D | table4.cxx | 1803 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()
|
/aoo42x/main/sfx2/inc/ |
H A D | orgmgr.hxx | 64 SfxOrganizeListBox_Impl* pRightBox; member in SfxOrganizeMgr
|
Completed in 58 milliseconds