Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/fields/
H A Dcellfml.cxx332 SwTableBox* pSttBox, *pEndBox = 0; in _MakeFormel() local
342 pEndBox = 0; in _MakeFormel()
351 if( pEndBox && pSttBox ) // Bereich ? in _MakeFormel()
356 GetBoxes( *pSttBox, *pEndBox, aBoxes ); in _MakeFormel()
898 SwTableBox* pSttBox, *pEndBox = 0; in _GetFmlBoxes() local
908 pEndBox = 0; in _GetFmlBoxes()
917 if( pEndBox && pSttBox ) // Bereich ? in _GetFmlBoxes()
1027 ( !pEndBox || !rTbl.GetTabSortBoxes().Seek_Entry( pEndBox ) ) ) || in _HasValidBoxes()
1108 SwTableBox* pSttBox = 0, *pEndBox = 0; in _SplitMergeBoxNm() local
1136 pEndBox = 0; in _SplitMergeBoxNm()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocchart.cxx68 const SwTableBox* pSttBox, *pEndBox; in IsTblComplexForChart() local
80 pEndBox = GetTblBox( sBox.Copy( nTrenner+1 )); in IsTblComplexForChart()
91 pEndBox = (*pBoxes)[ pBoxes->Count()-1 ]; in IsTblComplexForChart()
92 while( !pEndBox->GetSttNd() ) in IsTblComplexForChart()
95 pLns = &pEndBox->GetTabLines(); in IsTblComplexForChart()
97 pEndBox = (*pBoxes)[ pBoxes->Count()-1 ]; in IsTblComplexForChart()
101 return !pSttBox || !pEndBox || !::ChkChartSel( *pSttBox->GetSttNd(), in IsTblComplexForChart()
102 *pEndBox->GetSttNd(), pGetCLines ); in IsTblComplexForChart()
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx281 const SwTableBox* pEndBox = 0; in GetCellRangeName() local
287 pEndBox = pTable->GetTblBox( pStart->GetIndex()); in GetCellRangeName()
288 aRes = pEndBox->GetName(); in GetCellRangeName()
296 DBG_ASSERT( pEndBox, "end box not found" ); in GetCellRangeName()
301 pStartBox = pEndBox; in GetCellRangeName()
302 pEndBox = pTmpBox; in GetCellRangeName()
307 if (pEndBox) in GetCellRangeName()
308 aRes += pEndBox->GetName(); in GetCellRangeName()
2801 const SwTableBox *pEndBox = 0; in ExtendTo() local
2812 pEndBox = pTable->GetTblBox( pStartNd->GetIndex() ); in ExtendTo()
[all …]
H A Dunotbl.cxx1530 const SwTableBox* pEndBox = pTable->GetTblBox( pNode->GetIndex()); in getRangeName() local
1531 String aTmp( pEndBox->GetName() ); in getRangeName()
1537 if(pEndBox != pStartBox) in getRangeName()
1543 pStartBox = pEndBox; in getRangeName()
1544 pEndBox = pTmpBox; in getRangeName()
1549 aTmp += pEndBox->GetName(); in getRangeName()
/trunk/main/sw/source/ui/dialog/
H A Duiregionsw.cxx2265 CheckBox *pNumBox, *pNumFmtBox, *pEndBox; in IMPL_LINK() local
2274 pEndBox = &aFtnNtAtTextEndCB; in IMPL_LINK()
2287 pEndBox = &aEndNtAtTextEndCB; in IMPL_LINK()
2299 sal_Bool bEnableAtEnd = STATE_CHECK == pEndBox->GetState(); in IMPL_LINK()

Completed in 63 milliseconds