/aoo42x/main/sw/inc/ |
H A D | tblsel.hxx | 152 class _FndBox; 155 SV_DECL_PTRARR_DEL( _FndBoxes, _FndBox*, 10, 20 ) 158 class _FndBox class 168 _FndBox( SwTableBox* pB, _FndLine* pFL ) : in _FndBox() function in _FndBox 196 _FndBox* pUpper; 203 const _FndBox* GetUpper() const { return pUpper; } in GetUpper() 204 _FndBox* GetUpper() { return pUpper; } in GetUpper() 206 void SetUpper( _FndBox* pUp ) { pUpper = pUp; } in SetUpper() 214 _FndBox* pFndBox; 216 _FndPara( const SwSelBoxes& rBxs, _FndBox* pFB ) in _FndPara() [all …]
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docsort.cxx | 276 const _FndBox* pFndBox; in GetKey() 305 const _FndBox* pFndBox; in GetValue() 529 _FndBox aFndBox( 0, 0 ); in SortTbl() 655 const _FndBox* pSource = rBox.GetBox(i, nS); in MoveRow() 658 const _FndBox* pTarget = rBox.GetBox(i, nT); in MoveRow() 703 const _FndBox* pSource = rBox.GetBox(nS, i); in MoveCol() 820 _FndBox** ppTmp = (_FndBox**)pArr; in FlatFndBox() 831 _FndBox** ppTmp = (_FndBox**)pArr; in ~FlatFndBox() 879 _FndBox* pBox = rBoxes[i]; in CheckBoxSymmetry() 968 const _FndBox* pBox = rBoxes[ j ]; in FillFlat() [all …]
|
H A D | tblcpy.cxx | 100 TableStructure( const SwTable& rTable, _FndBox &rFndBox, 190 _FndBox &rFndBox, const SwSelBoxes& rSelBoxes, in TableStructure() 224 _FndBox *pFndBox = new _FndBox( pTmpBox, pInsLine ); in TableStructure() 699 _FndBox aFndBox( 0, 0 ); in InsNewTable() 774 _FndBox aFndBox( 0, 0 ); in InsTable() 860 _FndBox aFndBox( 0, 0 ); in InsTable() 874 _FndBox* pFndBox; in InsTable() 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() [all …]
|
H A D | tblrwcl.cxx | 494 _FndBox* pFBox; in lcl_InsCol() 545 _FndBox aFndBox( 0, 0 ); in InsertCol() 596 _FndBox aFndBox( 0, 0 ); in _InsertRow() 691 _FndBox* pFndBox = new _FndBox( (SwTableBox*)rpBox, pFndPara->pFndLine ); in _FndBoxAppendRowBox() 729 _FndBox aFndBox( 0, 0 ); in AppendRow() 1102 _FndBox aFndBox( 0, 0 ); in DeleteSel() 1193 _FndBox aFndBox( 0, 0 ); in OldSplitRow() 1323 _FndBox aFndBox( 0, 0 ); in SplitCol() 1761 _FndBox aFndBox( 0, 0 ); in OldMerge() 3548 _FndBox* pFndBox = new _FndBox( 0, 0 ); in lcl_SaveInsDelData() [all …]
|
/aoo42x/main/sw/source/core/inc/ |
H A D | docsort.hxx | 36 class _FndBox; 49 typedef const _FndBox* _FndBoxPtr; 135 FlatFndBox(SwDoc* pDocPtr, const _FndBox& rBox); 142 const _FndBox* GetBox(sal_uInt16 nCol, sal_uInt16 nRow) const; 149 sal_Bool CheckLineSymmetry(const _FndBox& rBox); 151 sal_uInt16 GetColCount(const _FndBox& rBox); 152 sal_uInt16 GetRowCount(const _FndBox& rBox); 153 void FillFlat(const _FndBox&, sal_Bool bLastBox=sal_False); 156 const _FndBox& rBoxRef;
|
H A D | tblrwcl.hxx | 38 class _FndBox; 50 sal_Bool lcl_CopyCol( const _FndBox*& rpFndBox, void* pPara ); 55 sal_Bool lcl_Merge_MoveBox( const _FndBox*& rpFndBox, void* pPara ); 58 sal_Bool lcl_CopyBoxToDoc( const _FndBox*& rpFndBox, void* pPara );
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | tblsel.cxx | 142 SV_IMPL_PTRARR( _FndBoxes, _FndBox* ) 1510 static sal_Bool lcl_CheckCol( const _FndBox*& rpFndBox, void* pPara ) in lcl_CheckCol() 1518 ((_FndBox*)rpFndBox)->GetLines().ForEach( &lcl_CheckRow, pPara ); in lcl_CheckCol() 1551 _FndBox aFndBox( 0, 0 ); in CheckMergeSel() 1559 _FndBox* pFndBox = &aFndBox; in CheckMergeSel() 2152 _FndBox* pFndBox = new _FndBox( (SwTableBox*)rpBox, pFndPara->pFndLine ); in _FndBoxCopyCol() 2173 pFndPara->pFndLine->GetBoxes().C40_INSERT( _FndBox, pFndBox, in _FndBoxCopyCol() 2228 void _FndBox::SetTableLines( const SwTable &rTable ) in SetTableLines() 2260 void _FndBox::DelFrms( SwTable &rTable,sal_Bool bAccTableDispose ) in DelFrms() 2429 void _FndBox::MakeFrms( SwTable &rTable ) in MakeFrms() [all …]
|
H A D | fetab.cxx | 380 _FndBox aFndBox( 0, 0 ); in DeleteRow() 394 _FndBox* pFndBox = &aFndBox; in DeleteRow() 398 _FndBox* pTmp = pFndBox->GetLines()[0]->GetBoxes()[0]; in DeleteRow()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 1897 _FndBox aFndBox( 0, 0 ); in DeleteRow() 1913 _FndBox* pFndBox = &aFndBox; in DeleteRow() 1917 _FndBox* pTmp = pFndBox->GetLines()[0]->GetBoxes()[0]; in DeleteRow() 3256 _FndBox aFndBox( 0, 0 ); in SplitTable() 3645 _FndBox aFndBox( 0, 0 ); in MergeTable() 3757 sal_Bool lcl_SetAFmtBox( const _FndBox*&, void *pPara ); 3834 _FndBox aFndBox( 0, 0 ); in SetTableAutoFmt() 3844 _FndBox* pFndBox = &aFndBox; in SetTableAutoFmt() 3872 _FndBox* pSaveBox = pLine->GetUpper(); in SetTableAutoFmt() 3912 _FndBox aFndBox( 0, 0 ); in GetTableAutoFmt() [all …]
|
H A D | ndtbl1.cxx | 203 sal_Bool _FindBox( const _FndBox*& rpBox, void* pPara ) in _FindBox() 208 ((_FndBox*)rpBox)->GetLines().ForEach( _FindLine, pPara ); in _FindBox() 246 _FndBox aFndBox( 0, 0 ); in lcl_CollectLines() 253 const _FndBox *pTmp = &aFndBox; in lcl_CollectLines()
|
/aoo42x/main/sw/source/ui/misc/ |
H A D | srtdlg.cxx | 56 SV_IMPL_PTRARR( _FndBoxes, _FndBox* ) 107 _FndBox aFndBox( 0, 0 ); in lcl_GetSelTbl()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | untbl.cxx | 1035 _FndBox aTmpBox( 0, 0 ); in CreateNew() 1782 _FndBox aTmpBox( 0, 0 ); in UndoImpl() 2032 _FndBox aTmpBox( 0, 0 ); in UndoImpl() 3019 _FndBox aTmpBox( 0, 0 ); in UndoImpl() 3118 _FndBox aFndBox( 0, 0 ); in UndoImpl()
|
/aoo42x/main/sw/source/core/table/ |
H A D | swnewtable.cxx | 690 _FndBox aFndBox( 0, 0 ); in NewInsertCol() 1407 _FndBox aFndBox( 0, 0 ); in NewSplitRow() 1498 _FndBox aFndBox( 0, 0 ); in InsertRow()
|