Searched refs:_FndLine (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/sw/inc/ |
H A D | tblsel.hxx | 153 class _FndLine; 156 SV_DECL_PTRARR_DEL( _FndLines, _FndLine*,10, 20 ) 162 _FndLine* pUpper; 168 _FndBox( SwTableBox* pB, _FndLine* pFL ) : in _FndBox() 175 const _FndLine* GetUpper() const { return pUpper; } in GetUpper() 176 _FndLine* GetUpper() { return pUpper; } in GetUpper() 192 class _FndLine class 198 _FndLine(SwTableLine* pL, _FndBox* pFB=0) : pLine(pL), pUpper(pFB) {} in _FndLine() function in _FndLine 213 _FndLine* pFndLine; 220 _FndPara( const _FndPara& rPara, _FndLine* pFL ) in _FndPara()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | tblrwcl.hxx | 37 class _FndLine; 49 sal_Bool lcl_CopyRow( const _FndLine*& rpFndLine, void* pPara ); 56 sal_Bool lcl_Merge_MoveLine( const _FndLine*& rpFndLine, void* pPara ); 59 sal_Bool lcl_CopyLineToDoc( const _FndLine*& rpFndLn, void* pPara );
|
H A D | docsort.hxx | 37 class _FndLine; 150 sal_Bool CheckBoxSymmetry(const _FndLine& rLn);
|
/aoo42x/main/sw/source/core/doc/ |
H A D | tblcpy.cxx | 223 _FndLine *pInsLine = new _FndLine( pLine2, &rFndBox ); in TableStructure() 226 rFndLines.C40_INSERT( _FndLine, pInsLine, rFndLines.Count() ); in TableStructure() 859 _FndLine *pFLine, *pInsFLine = 0; in InsTable() 955 pInsFLine = new _FndLine( GetTabLines()[ nSttLine + nLn ], in InsTable() 981 aFndBox.GetLines().C40_INSERT( _FndLine, pInsFLine, nLn ); in InsTable()
|
H A D | tblrwcl.cxx | 352 _FndLine* pCmpLine = NULL; in lcl_CopyCol() 464 sal_Bool lcl_CopyRow( const _FndLine*& rpFndLine, void* pPara ) in lcl_CopyRow() 481 ((_FndLine*)rpFndLine)->GetBoxes().ForEach( &lcl_CopyCol, &aPara ); in lcl_CopyRow() 608 _FndLine* pFndLine; in _InsertRow() 708 _FndLine* pFndLine = new _FndLine( (SwTableLine*)rpLine, pFndPara->pFndBox ); in _FndBoxAppendRowLine() 713 pFndPara->pFndBox->GetLines().C40_INSERT( _FndLine, pFndLine, in _FndBoxAppendRowLine() 1737 ((_FndLine*)rpFndLine)->GetBoxes().ForEach( nStt, nEnd, in lcl_Merge_MoveLine() 1906 sal_uInt16 lcl_GetLineWidth( const _FndLine& rLine ) in lcl_GetLineWidth() 1928 const _FndLine *pFndLine = rFndLines[ nLine ]; in lcl_CalcNewWidths() 2124 sal_Bool lcl_CopyLineToDoc( const _FndLine*& rpFndLine, void* pPara ) in lcl_CopyLineToDoc() [all …]
|
H A D | docsort.cxx | 851 _FndLine* pLn = rLines[i]; in CheckLineSymmetry() 871 sal_Bool FlatFndBox::CheckBoxSymmetry(const _FndLine& rLn) in CheckBoxSymmetry()
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | tblsel.cxx | 143 SV_IMPL_PTRARR( _FndLines, _FndLine* ) 1504 static sal_Bool lcl_CheckRow( const _FndLine*& rpFndLine, void* pPara ) in lcl_CheckRow() 1506 ((_FndLine*)rpFndLine)->GetBoxes().ForEach( &lcl_CheckCol, pPara ); in lcl_CheckRow() 1560 _FndLine* pFndLine = 0; in CheckMergeSel() 2181 _FndLine* pFndLine = new _FndLine( (SwTableLine*)rpLine, pFndPara->pFndBox ); in _FndLineCopyCol() 2186 pFndPara->pFndBox->GetLines().C40_INSERT( _FndLine, pFndLine, in _FndLineCopyCol()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | ndtbl1.cxx | 201 sal_Bool _FindLine( const _FndLine*& rpLine, void* pPara ); 230 sal_Bool _FindLine( const _FndLine*& rpLine, void* pPara ) in _FindLine() 232 ((_FndLine*)rpLine)->GetBoxes().ForEach( _FindBox, pPara ); in _FindLine()
|
H A D | ndtbl.cxx | 3758 sal_Bool lcl_SetAFmtLine( const _FndLine*&, void *pPara ); 3760 sal_Bool lcl_SetAFmtLine( const _FndLine*& rpLine, void *pPara ) in lcl_SetAFmtLine() 3762 ((_FndLine*&)rpLine)->GetBoxes().ForEach( &lcl_SetAFmtBox, pPara ); in lcl_SetAFmtLine() 3865 _FndLine* pLine; in SetTableAutoFmt() 3938 _FndLine& rLine = *rFLns[ aLnArr[ nLine ] ]; in GetTableAutoFmt()
|
/aoo42x/main/sw/source/ui/misc/ |
H A D | srtdlg.cxx | 57 SV_IMPL_PTRARR( _FndLines, _FndLine* )
|
Completed in 148 milliseconds