Searched refs:pFndBox (Results 1 – 7 of 7) sorted by relevance
/trunk/main/sw/source/core/doc/ |
H A D | tblrwcl.cxx | 697 delete pFndBox; in _FndBoxAppendRowBox() 989 pFndBox = 0; in lcl_FndNxtPrvDelBox() 999 pFndBox = 0; in lcl_FndNxtPrvDelBox() 1005 return pFndBox; in lcl_FndNxtPrvDelBox() 1786 pFndBox = pFndBox->GetLines()[0]->GetBoxes()[0]; in OldMerge() 1790 !pFndBox->GetUpper() ? 0 : pFndBox->GetBox() ); in OldMerge() 3569 return pFndBox; in lcl_SaveInsDelData() 4032 if( pFndBox ) in SetColWidth() 4045 delete pFndBox; in SetColWidth() 4098 return pFndBox; in lcl_SaveInsDelData() [all …]
|
H A D | docsort.cxx | 276 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 D | tblcpy.cxx | 224 _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()
|
/trunk/main/sw/inc/ |
H A D | tblsel.hxx | 214 _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()
|
/trunk/main/sw/source/core/frmedt/ |
H A D | tblsel.cxx | 1559 _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() 2155 _FndPara aPara( *pFndPara, pFndBox ); in _FndBoxCopyCol() 2157 if( !pFndBox->GetLines().Count() ) in _FndBoxCopyCol() 2159 delete pFndBox; in _FndBoxCopyCol() 2169 delete pFndBox; in _FndBoxCopyCol() [all …]
|
H A D | fetab.cxx | 394 _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()
|
/trunk/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 1913 _FndBox* pFndBox = &aFndBox; in DeleteRow() local 1920 pFndBox = pTmp; in DeleteRow() 3844 _FndBox* pFndBox = &aFndBox; in SetTableAutoFmt() local 3845 while( 1 == pFndBox->GetLines().Count() && in SetTableAutoFmt() 3847 pFndBox = pFndBox->GetLines()[0]->GetBoxes()[0]; in SetTableAutoFmt() 3850 pFndBox = pFndBox->GetUpper()->GetUpper(); in SetTableAutoFmt() 3864 _FndLines& rFLns = pFndBox->GetLines(); in SetTableAutoFmt() 3920 _FndBox* pFndBox = &aFndBox; in GetTableAutoFmt() local 3923 pFndBox = pFndBox->GetLines()[0]->GetBoxes()[0]; in GetTableAutoFmt() 3926 pFndBox = pFndBox->GetUpper()->GetUpper(); in GetTableAutoFmt() [all …]
|
Completed in 158 milliseconds