Home
last modified time | relevance | path

Searched refs:pFndBox (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/sw/source/core/doc/
H A Dtblrwcl.cxx606 _FndBox* pFndBox = &aFndBox; in _InsertRow() local
609 while( 1 == pFndBox->GetLines().Count() && in _InsertRow()
610 1 == ( pFndLine = pFndBox->GetLines()[ 0 ])->GetBoxes().Count() ) in _InsertRow()
615 pFndBox = pTmpBox; in _InsertRow()
628 if( pFndBox != &aFndBox ) in _InsertRow()
637 SwTableLine* pLine = pFndBox->GetLines()[ bBehind ? in _InsertRow()
638 pFndBox->GetLines().Count()-1 : 0 ]->GetLine(); in _InsertRow()
639 if( &aFndBox == pFndBox ) in _InsertRow()
643 aCpyPara.pInsBox = pFndBox->GetBox(); in _InsertRow()
644 aCpyPara.nInsPos = pFndBox->GetBox()->GetTabLines().C40_GETPOS( SwTableLine, pLine ); in _InsertRow()
[all …]
H A Ddocsort.cxx276 const _FndBox* pFndBox; in GetKey() local
280 pFndBox = pBox->GetBox(nCol, nRow); // Zeilen sortieren in GetKey()
282 pFndBox = pBox->GetBox(nRow, nCol); // Spalten sortieren in GetKey()
286 if( pFndBox ) in GetKey()
288 const SwTableBox* pMyBox = pFndBox->GetBox(); in GetKey()
305 const _FndBox* pFndBox; in GetValue() local
309 pFndBox = pBox->GetBox(nCol, nRow); // Zeilen sortieren in GetValue()
311 pFndBox = pBox->GetBox(nRow, nCol); // Spalten sortieren in GetValue()
314 if( pFndBox ) in GetValue()
316 const SwFmt *pFmt = pFndBox->GetBox()->GetFrmFmt(); in GetValue()
H A Dtblcpy.cxx224 _FndBox *pFndBox = new _FndBox( pTmpBox, pInsLine ); in TableStructure() local
225 pInsLine->GetBoxes().C40_INSERT( _FndBox, pFndBox, 0 ); in TableStructure()
874 _FndBox* pFndBox; in InsTable() local
978 pFndBox = new _FndBox( pTmpBox, pInsFLine ); in InsTable()
979 pInsFLine->GetBoxes().C40_INSERT( _FndBox, pFndBox, nBx ); in InsTable()
999 pFndBox = new _FndBox( pTmpBox, pFLine ); in InsTable()
1000 pFLine->GetBoxes().C40_INSERT( _FndBox, pFndBox, nBx ); in InsTable()
/AOO41X/main/sw/inc/
H A Dtblsel.hxx214 _FndBox* pFndBox; member
217 : rBoxes(rBxs), pFndLine(0), pFndBox(pFB) {} in _FndPara()
219 : rBoxes(rPara.rBoxes), pFndLine(rPara.pFndLine), pFndBox(pFB) {} in _FndPara()
221 : rBoxes(rPara.rBoxes), pFndLine(pFL), pFndBox(rPara.pFndBox) {} in _FndPara()
/AOO41X/main/sw/source/core/frmedt/
H A Dtblsel.cxx1559 _FndBox* pFndBox = &aFndBox; in CheckMergeSel() local
1561 while( pFndBox && 1 == pFndBox->GetLines().Count() ) in CheckMergeSel()
1563 pFndLine = pFndBox->GetLines()[0]; in CheckMergeSel()
1565 pFndBox = pFndLine->GetBoxes()[0]; in CheckMergeSel()
1567 pFndBox = 0; in CheckMergeSel()
1569 if( pFndBox ) in CheckMergeSel()
1570 pFndBox->GetLines().ForEach( &lcl_CheckRow, &bMergeSelOk ); in CheckMergeSel()
2152 _FndBox* pFndBox = new _FndBox( (SwTableBox*)rpBox, pFndPara->pFndLine ); in _FndBoxCopyCol() local
2155 _FndPara aPara( *pFndPara, pFndBox ); in _FndBoxCopyCol()
2156 pFndBox->GetBox()->GetTabLines().ForEach( &_FndLineCopyCol, &aPara ); in _FndBoxCopyCol()
[all …]
H A Dfetab.cxx394 _FndBox* pFndBox = &aFndBox; in DeleteRow() local
395 while( 1 == pFndBox->GetLines().Count() && in DeleteRow()
396 1 == pFndBox->GetLines()[0]->GetBoxes().Count() ) in DeleteRow()
398 _FndBox* pTmp = pFndBox->GetLines()[0]->GetBoxes()[0]; in DeleteRow()
401 pFndBox = pTmp; in DeleteRow()
404 SwTableLine* pDelLine = pFndBox->GetLines()[ in DeleteRow()
405 pFndBox->GetLines().Count()-1 ]->GetLine(); in DeleteRow()
422 pDelLine = pFndBox->GetLines()[ 0 ]->GetLine(); in DeleteRow()
/AOO41X/main/sw/source/core/docnode/
H A Dndtbl.cxx1913 _FndBox* pFndBox = &aFndBox; in DeleteRow() local
1914 while( 1 == pFndBox->GetLines().Count() && in DeleteRow()
1915 1 == pFndBox->GetLines()[0]->GetBoxes().Count() ) in DeleteRow()
1917 _FndBox* pTmp = pFndBox->GetLines()[0]->GetBoxes()[0]; in DeleteRow()
1920 pFndBox = pTmp; in DeleteRow()
1923 SwTableLine* pDelLine = pFndBox->GetLines()[ in DeleteRow()
1924 pFndBox->GetLines().Count()-1 ]->GetLine(); in DeleteRow()
1941 pDelLine = pFndBox->GetLines()[ 0 ]->GetLine(); in DeleteRow()
3844 _FndBox* pFndBox = &aFndBox; in SetTableAutoFmt() local
3845 while( 1 == pFndBox->GetLines().Count() && in SetTableAutoFmt()
[all …]