Home
last modified time | relevance | path

Searched refs:pSttBox (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/fields/
H A Dcellfml.cxx332 SwTableBox* pSttBox, *pEndBox = 0; in _MakeFormel() local
345 pSttBox = reinterpret_cast<SwTableBox*>(sal::static_int_cast<sal_IntPtr>(rFirstBox.ToInt64())); in _MakeFormel()
347 if( !rTbl.GetTabSortBoxes().Seek_Entry( pSttBox )) in _MakeFormel()
348 pSttBox = 0; in _MakeFormel()
351 if( pEndBox && pSttBox ) // Bereich ? in _MakeFormel()
356 GetBoxes( *pSttBox, *pEndBox, aBoxes ); in _MakeFormel()
375 else if( pSttBox && !pLastBox ) // nur die StartBox ? in _MakeFormel()
379 if ( pSttBox->getRowSpan() >= 1 ) in _MakeFormel()
382 pSttBox->GetValue( *pCalcPara ), sal_False ); in _MakeFormel()
898 SwTableBox* pSttBox, *pEndBox = 0; in _GetFmlBoxes() local
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocchart.cxx68 const SwTableBox* pSttBox, *pEndBox; in IsTblComplexForChart() local
79 pSttBox = GetTblBox( sBox.Copy( 0, nTrenner )); in IsTblComplexForChart()
85 pSttBox = (*pLns)[ 0 ]->GetTabBoxes()[ 0 ]; in IsTblComplexForChart()
86 while( !pSttBox->GetSttNd() ) in IsTblComplexForChart()
88 pSttBox = pSttBox->GetTabLines()[ 0 ]->GetTabBoxes()[ 0 ]; in IsTblComplexForChart()
101 return !pSttBox || !pEndBox || !::ChkChartSel( *pSttBox->GetSttNd(), in IsTblComplexForChart()
H A Dtblcpy.cxx856 SwTableBox *pTmpBox, *pSttBox = (SwTableBox*)rSelBoxes[0]; in InsTable() local
871 SwTableLine* pSttLine = pSttBox->GetUpper(); in InsTable()
872 sal_uInt16 nSttBox = pSttLine->GetTabBoxes().C40_GETPOS( SwTableBox, pSttBox ); in InsTable()
904 pSttBox = pFLine->GetBoxes()[0]->GetBox(); in InsTable()
905 nSttBox = pFLine->GetLine()->GetTabBoxes().C40_GETPOS( SwTableBox, pSttBox ); in InsTable()
950 pSttBox = pFLine->GetBoxes()[0]->GetBox(); in InsTable()
951 nSttBox = pLine->GetTabBoxes().C40_GETPOS( SwTableBox, pSttBox ); in InsTable()