Home
last modified time | relevance | path

Searched refs:pTableBox (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx1539 SwTableBox* pTableBox = (*pTableBoxes)[nx]; in GetBox() local
1541 ASSERT(pTableBox != 0, "SwFltOutDoc:GetBox:pTableBox"); in GetBox()
1542 return pTableBox; in GetBox()
1554 SwTableBox* pTableBox = (*pTableBoxes)[usTableX]; in NextTableCell() local
1555 ASSERT(pTableBox != 0, "SwFltOutDoc:NextTableCell:pTableBox"); in NextTableCell()
1556 if(!pTableBox) in NextTableCell()
1564 (SwTableBoxFmt*)pTableBox->GetFrmFmt(), in NextTableCell()
1569 pTableBox = (*pTableBoxes)[usTableX]; in NextTableCell()
1570 ASSERT(pTableBox != 0, "SwFltOutDoc:pTableBox"); in NextTableCell()
1571 if(pTableBox) in NextTableCell()
[all …]
/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx1701 SwTableBox* pTableBox = pOldTabBoxSttNode->GetTblBox(); in LeftRight() local
1702 const long nRowSpan = pTableBox->getRowSpan(); in LeftRight()
1705pTableBox = & pTableBox->FindEndOfRowSpan( pOldTabSttNode->GetTable(), (sal_uInt16)(pTableBox->get… in LeftRight()
1707 SwNodeIndex aNewIdx( *pTableBox->GetSttNd() ); in LeftRight()
1733 const SwTableBox* pTableBox = pTableBoxStartNode->GetTblBox(); in LeftRight() local
1734 if ( pTableBox->getRowSpan() < 1 ) in LeftRight()
1737 mnRowSpanOffset = pTableBox->getRowSpan(); in LeftRight()
1741 pTableBox = & pTableBox->FindStartOfRowSpan( pTblNd->GetTable(), USHRT_MAX ); in LeftRight()
1743 SwNodeIndex aNewIdx( *pTableBox->GetSttNd() ); in LeftRight()
1986 const SwTableBox* pTableBox = pTableBoxStartNode->GetTblBox(); in GoPrevNextCell() local
[all …]
H A Dtrvltbl.cxx64 const SwTableBox* pTableBox = 0; in GoNextCell() local
68 pTableBox = pTableBoxStartNode->GetTblBox(); in GoNextCell()
69 if ( pTableBox->getRowSpan() > 1 ) in GoNextCell()
73 pTableBox = & pTableBox->FindEndOfRowSpan( pTblNd->GetTable(), in GoNextCell()
74 … (sal_uInt16)(pTableBox->getRowSpan() + pCrsr->GetCrsrRowSpanOffset() ) ); in GoNextCell()
75 pTableBoxStartNode = pTableBox->GetSttNd(); in GoNextCell()
92 if ( !pTableBox ) in GoNextCell()
93 pTableBox = pTblNd->GetTable().GetTblBox( in GoNextCell()
97 ASSERT( pTableBox, "Box steht nicht in dieser Tabelle" ); in GoNextCell()
104 SelLineFromBox( pTableBox, aBoxes, sal_False )); in GoNextCell()
/trunk/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx109 void WW8TableNodeInfoInner::setTableBox(const SwTableBox * pTableBox) in setTableBox() argument
111 mpTableBox = pTableBox; in setTableBox()
432 void WW8TableNodeInfo::setTableBox(const SwTableBox * pTableBox) in setTableBox() argument
434 getInnerForDepth(mnDepth)->setTableBox(pTableBox); in setTableBox()
603 const SwTableBox * pTableBox = aTableCellInfo.getTableBox(); in processSwTableByLayout() local
604 const SwStartNode * pSttNd = pTableBox->GetSttNd(); in processSwTableByLayout()
615 insertTableNodeInfo(&rNode, pTable, pTableBox, 0, 0, 1, & aRect); in processSwTableByLayout()
866 const SwTableBox * pTableBox, in insertTableNodeInfo() argument
884 pNodeInfo->setTableBox(pTableBox); in insertTableNodeInfo()
H A DWW8TableInfo.hxx90 void setTableBox(const SwTableBox * pTableBox);
188 void setTableBox(const SwTableBox *pTableBox);
311 const SwTableBox * pTableBox,
327 const SwTableBox * pTableBox,
/trunk/main/sw/source/core/edit/
H A Dedtab.cxx74 SwTableBox* pTableBox = pTableLine->GetTabBoxes()[ i ]; in ConvertNestedTablesToText() local
75 if ( !pTableBox->GetTabLines().Count() ) in ConvertNestedTablesToText()
77 SwNodeIndex nodeIndex( *pTableBox->GetSttNd(), 1 ); in ConvertNestedTablesToText()
78 SwNodeIndex endNodeIndex( *pTableBox->GetSttNd()->EndOfSectionNode() ); in ConvertNestedTablesToText()
87 ConvertNestedTablesToText( pTableBox->GetTabLines(), cCh ); in ConvertNestedTablesToText()
/trunk/main/sc/source/ui/dbgui/
H A Dscuiasciiopt.cxx709 IMPL_LINK( ScImportAsciiDlg, ColTypeHdl, ScCsvTableBox*, pTableBox ) in IMPL_LINK() argument
711 DBG_ASSERT( pTableBox, "ScImportAsciiDlg::ColTypeHdl - missing sender" ); in IMPL_LINK()
713 sal_Int32 nType = pTableBox->GetSelColumnType(); in IMPL_LINK()
/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx2288 const SwStartNode* pTableBox = pPam->GetNode()->FindTableBoxStartNode(); in lcl_GoTableRow() local
2289 ASSERT( pTableBox != NULL, "I'm living in a box... NOT!" ); in lcl_GoTableRow()
2292 pPam->GetPoint()->nNode = pTableBox->GetIndex(); in lcl_GoTableRow()
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx2221 SwTableBox* pTableBox = pLine->GetTabBoxes()[nCurrCol]; in CopyHeadlineIntoTable() local
2222 ASSERT( pTableBox, "Missing Table Box" ); in CopyHeadlineIntoTable()
2223 pTableBox->setRowSpan( 1 ); in CopyHeadlineIntoTable()