Searched refs:pLastBox (Results 1 – 6 of 6) sorted by relevance
336 if( pLastBox ) in _MakeFormel()401 if( pLastBox ) in RelNmsToBoxNms()431 if( pLastBox ) in RelBoxNmsToPtr()470 if( pLastBox ) in BoxNmsToRelNm()494 if( pLastBox ) in PtrToBoxNms()526 if( pLastBox ) in BoxNmsToPtr()902 if( pLastBox ) in _GetFmlBoxes()995 if( pLastBox ) in _HasValidBoxes()1068 String* pTblNmBox = pLastBox ? pLastBox : &rFirstBox; in _SplitMergeBoxNm()1112 if( pLastBox ) in _SplitMergeBoxNm()[all …]
423 BoxStructure::const_iterator pLastBox = pCurrLine->end(); in assignBoxes() local425 if( pFirstBox != pLastBox ) in assignBoxes()427 BoxStructure::const_iterator pTmpBox = pLastBox; in assignBoxes()430 --pLastBox; in assignBoxes()431 if( pFirstBox != pLastBox && pFirstBox->mpBox && in assignBoxes()443 if( pFirstBox != pLastBox ) in assignBoxes()459 if( pCurrBox == pLastBox ) in assignBoxes()468 if( pCurrBox == pLastBox ) in assignBoxes()
1222 SwTableBox* pLastBox = pSelBox; // zum verteilen der TextNodes !! in OldSplitRow() local1227 sal_uLong nSttNd = pLastBox->GetSttIdx() + 1, in OldSplitRow()1228 nEndNd = pLastBox->GetSttNd()->EndOfSectionIndex(); in OldSplitRow()1262 pLastBox, 0 ); in OldSplitRow()1275 const SwNode* pEndNd = pLastBox->GetSttNd()->EndOfSectionNode(); in OldSplitRow()1276 if( pLastBox->GetSttIdx()+2 != pEndNd->GetIndex() ) in OldSplitRow()1279 SwNodeRange aRg( *pLastBox->GetSttNd(), +2, *pEndNd ); in OldSplitRow()1280 pLastBox = pNewLine->GetTabBoxes()[0]; // neu setzen in OldSplitRow()1281 SwNodeIndex aInsPos( *pLastBox->GetSttNd(), 1 ); in OldSplitRow()
1035 SwTableBox* pLastBox = 0; in GetMergeSel() local1084 pLastBox = pBox; in GetMergeSel()1101 pLastBox = pBox; in GetMergeSel()1152 pLastBox = pBox; in GetMergeSel()1196 pLastBox = pBox; in GetMergeSel()1421 if( pLastBox && pFirstBox ) in GetMergeSel()1424 const SvxBoxItem& rBox = pLastBox->GetFrmFmt()->GetBox(); in GetMergeSel()
841 SwTableBox* pLastBox = 0; // the right-bottom (master) cell in PrepareMerge() local881 pLastBox = pBox; in PrepareMerge()951 if( pLastBox ) // Robust in PrepareMerge()956 const SvxBoxItem& rBox = pLastBox->GetFrmFmt()->GetBox(); in PrepareMerge()
1766 SwTableBox* pLastBox = *( rBoxes.GetData() + nBoxes - 1 ); in AddRowCols() local1769 if (pFirstBox && pLastBox) in AddRowCols()1772 lcl_GetCellPosition( pLastBox->GetName(), nLastCol, nLastRow ); in AddRowCols()
Completed in 101 milliseconds