/trunk/main/sw/source/filter/xml/ |
H A D | xmlithlp.cxx | 226 sal_Bool bRet = 0 != rpLine; in lcl_frmitems_setXMLBorder() 227 if( rpLine ) in lcl_frmitems_setXMLBorder() 229 delete rpLine; in lcl_frmitems_setXMLBorder() 230 rpLine = 0; in lcl_frmitems_setXMLBorder() 241 if( !rpLine ) in lcl_frmitems_setXMLBorder() 242 rpLine = new SvxBorderLine; in lcl_frmitems_setXMLBorder() 254 rpLine->GetDistance(); in lcl_frmitems_setXMLBorder() 270 nWidth = rpLine->GetInWidth() + rpLine->GetDistance() + in lcl_frmitems_setXMLBorder() 279 rpLine->SetColor( rColor ); in lcl_frmitems_setXMLBorder() 288 if( !rpLine ) in lcl_frmitems_setXMLBorder() [all …]
|
H A D | xmlithlp.hxx | 67 sal_Bool lcl_frmitems_setXMLBorder( SvxBorderLine*& rpLine, 73 void lcl_frmitems_setXMLBorder( SvxBorderLine*& rpLine,
|
H A D | xmltble.cxx | 1115 sal_Bool lcl_xmltble_ClearName_Line( const SwTableLine*& rpLine, void* ); 1134 sal_Bool lcl_xmltble_ClearName_Line( const SwTableLine*& rpLine, void* ) in lcl_xmltble_ClearName_Line() argument 1136 ((SwTableLine *)rpLine)->GetTabBoxes().ForEach( in lcl_xmltble_ClearName_Line()
|
/trunk/main/sw/source/core/doc/ |
H A D | gctable.cxx | 56 sal_Bool lcl_GCBorder_ChkBoxBrd_L( const SwTableLine*& rpLine, void* pPara ) in lcl_GCBorder_ChkBoxBrd_L() argument 58 const SwTableBox* pBox = rpLine->GetTabBoxes()[ 0 ]; in lcl_GCBorder_ChkBoxBrd_L() 82 sal_Bool lcl_GCBorder_GetLastBox_L( const SwTableLine*& rpLine, void* pPara ) in lcl_GCBorder_GetLastBox_L() argument 84 const SwTableBoxes& rBoxes = rpLine->GetTabBoxes(); in lcl_GCBorder_GetLastBox_L() 168 sal_Bool lcl_GC_Line_Border( const SwTableLine*& rpLine, void* pPara ) in lcl_GC_Line_Border() argument 178 const SwTableBoxes& rBoxes = rpLine->GetTabBoxes(); in lcl_GC_Line_Border() 220 ::lcl_Line_CollectBox( rpLine, &aBottom ); in lcl_GC_Line_Border() 308 ((SwTableLine*)rpLine)->GetTabBoxes().ForEach( &lcl_GC_Box_Border, pPara ); in lcl_GC_Line_Border() 370 sal_Bool lcl_MergeGCLine( const SwTableLine*& rpLine, void* pPara ) in lcl_MergeGCLine() argument 372 SwTableLine* pLn = (SwTableLine*)rpLine; in lcl_MergeGCLine()
|
H A D | tblcpy.cxx | 53 sal_Bool _FndCntntLine( const SwTableLine*& rpLine, void* pPara ); 1075 sal_Bool _FndCntntLine( const SwTableLine*& rpLine, void* pPara ) in _FndCntntLine() argument 1077 ((SwTableLine*)rpLine)->GetTabBoxes().ForEach( &_FndCntntBox, pPara ); in _FndCntntLine()
|
H A D | htmltbl.cxx | 1610 static sal_Bool lcl_ResizeLine( const SwTableLine*& rpLine, void* pPara ); 1631 static sal_Bool lcl_ResizeLine( const SwTableLine*& rpLine, void* pPara ) in lcl_ResizeLine() argument 1638 ((SwTableLine *)rpLine)->GetTabBoxes().ForEach( &lcl_ResizeBox, pWidth ); in lcl_ResizeLine()
|
H A D | tblrwcl.cxx | 686 sal_Bool _FndBoxAppendRowLine( const SwTableLine*& rpLine, void* pPara ); 705 sal_Bool _FndBoxAppendRowLine( const SwTableLine*& rpLine, void* pPara ) in _FndBoxAppendRowLine() argument 708 _FndLine* pFndLine = new _FndLine( (SwTableLine*)rpLine, pFndPara->pFndBox ); in _FndBoxAppendRowLine() 2509 sal_Bool lcl_LineSetHeadCondColl( const SwTableLine*& rpLine, void* ) in lcl_LineSetHeadCondColl() argument 2511 ((SwTableLine*)rpLine)->GetTabBoxes().ForEach( &lcl_BoxSetHeadCondColl, 0 ); in lcl_LineSetHeadCondColl()
|
/trunk/main/sw/source/core/docnode/ |
H A D | ndcopy.cxx | 319 sal_Bool lcl_CopyTblLine( const SwTableLine*& rpLine, void* pPara ); 397 sal_Bool lcl_CopyTblLine( const SwTableLine*& rpLine, void* pPara ) in lcl_CopyTblLine() argument 400 SwTableLineFmt* pLineFmt = (SwTableLineFmt*)rpLine->GetFrmFmt(); in lcl_CopyTblLine() 402 if( pLineFmt == rpLine->GetFrmFmt() ) // ein neues anlegen ?? in lcl_CopyTblLine() 405 pLineFmt->CopyAttrs( *rpLine->GetFrmFmt() ); in lcl_CopyTblLine() 406 pCT->rMapArr.Insert( _MapTblFrmFmt( rpLine->GetFrmFmt(), pLineFmt ), in lcl_CopyTblLine() 410 rpLine->GetTabBoxes().Count(), pCT->pInsBox ); in lcl_CopyTblLine() 423 ((SwTableLine*)rpLine)->GetTabBoxes().ForEach( &lcl_CopyTblBox, pCT ); in lcl_CopyTblLine()
|
H A D | ndtbl.cxx | 1545 sal_Bool lcl_DelLine( const SwTableLine*& rpLine, void* pPara ) in lcl_DelLine() argument 1549 ((SwTableLine*&)rpLine)->GetTabBoxes().ForEach( &lcl_DelBox, &aPara ); in lcl_DelLine() 1550 if( rpLine->GetUpper() ) // gibt es noch eine uebergeordnete Box ?? in lcl_DelLine() 3110 sal_Bool lcl_Line_CollectBox( const SwTableLine*& rpLine, void* pPara ) in lcl_Line_CollectBox() argument 3114 ((SwTableLine*)rpLine)->GetTabBoxes().ForEach( &lcl_Box_CollectBox, pPara ); in lcl_Line_CollectBox() 3116 ((SwTableLine*)rpLine)->GetTabBoxes().ForEach( &lcl_BoxSetSplitBoxFmts, pPara ); in lcl_Line_CollectBox() 3415 sal_Bool lcl_SplitTable_CpyLine( const SwTableLine*& rpLine, void* pPara ) in lcl_SplitTable_CpyLine() argument 3417 SwTableLine* pLn = (SwTableLine*)rpLine; in lcl_SplitTable_CpyLine() 3760 sal_Bool lcl_SetAFmtLine( const _FndLine*& rpLine, void *pPara ) in lcl_SetAFmtLine() argument 3762 ((_FndLine*&)rpLine)->GetBoxes().ForEach( &lcl_SetAFmtBox, pPara ); in lcl_SetAFmtLine()
|
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() argument 232 ((_FndLine*)rpLine)->GetBoxes().ForEach( _FindBox, pPara ); in _FindLine()
|
/trunk/main/sw/source/core/table/ |
H A D | swnewtable.cxx | 1969 void SwTable::CheckRowSpan( SwTableLinePtr &rpLine, bool bUp ) const in CheckRowSpan() argument 1972 sal_uInt16 nLineIdx = GetTabLines().C40_GETPOS( SwTableLine, rpLine ); in CheckRowSpan() 1980 rpLine = GetTabLines()[ nLineIdx ]; in CheckRowSpan() 1981 sal_uInt16 nCols = rpLine->GetTabBoxes().Count(); in CheckRowSpan() 1984 SwTableBox* pBox = rpLine->GetTabBoxes()[nCol]; in CheckRowSpan() 1995 rpLine = 0; in CheckRowSpan() 2006 rpLine = GetTabLines()[ nLineIdx ]; in CheckRowSpan() 2007 sal_uInt16 nCols = rpLine->GetTabBoxes().Count(); in CheckRowSpan() 2010 SwTableBox* pBox = rpLine->GetTabBoxes()[nCol]; in CheckRowSpan() 2020 rpLine = 0; in CheckRowSpan()
|
/trunk/main/sw/source/core/inc/ |
H A D | tblrwcl.hxx | 53 sal_Bool lcl_MergeGCLine( const SwTableLine*& rpLine, void* pPara ); 62 sal_Bool lcl_LineSetHeadCondColl( const SwTableLine*& rpLine, void* pPara ); 123 sal_Bool lcl_Line_CollectBox( const SwTableLine*& rpLine, void* pPara );
|
/trunk/main/sw/source/filter/html/ |
H A D | htmltabw.cxx | 212 sal_Bool lcl_WrtHTMLTbl_HasTabBorders( const SwTableLine*& rpLine, void* pPara ); 237 sal_Bool lcl_WrtHTMLTbl_HasTabBorders( const SwTableLine*& rpLine, void* pPara ) in lcl_WrtHTMLTbl_HasTabBorders() argument 243 ((SwTableLine *)rpLine)->GetTabBoxes().ForEach( in lcl_WrtHTMLTbl_HasTabBorders()
|
/trunk/main/sw/inc/ |
H A D | tblsel.hxx | 225 SW_DLLPUBLIC sal_Bool _FndLineCopyCol( const SwTableLine*& rpLine, void* pPara );
|
H A D | swtable.hxx | 242 void CheckRowSpan( SwTableLinePtr &rpLine, bool bUp ) const;
|
/trunk/main/sw/source/core/frmedt/ |
H A D | tblsel.cxx | 2178 sal_Bool _FndLineCopyCol( const SwTableLine*& rpLine, void* pPara ) in _FndLineCopyCol() argument 2181 _FndLine* pFndLine = new _FndLine( (SwTableLine*)rpLine, pFndPara->pFndBox ); in _FndLineCopyCol()
|