Searched refs:pSttBox (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sw/source/core/fields/ |
H A D | cellfml.cxx | 332 SwTableBox* pSttBox, *pEndBox = 0; in _MakeFormel() local 348 pSttBox = 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 915 pSttBox = 0; in _GetFmlBoxes() 917 if( pEndBox && pSttBox ) // Bereich ? in _GetFmlBoxes() 926 pBoxes->Insert( pSttBox ); in _GetFmlBoxes() 1028 ( !pSttBox || !rTbl.GetTabSortBoxes().Seek_Entry( pSttBox ) ) ) in _HasValidBoxes() 1108 SwTableBox* pSttBox = 0, *pEndBox = 0; in _SplitMergeBoxNm() local [all …]
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docchart.cxx | 68 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 D | tblcpy.cxx | 856 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()
|
Completed in 18 milliseconds