Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/filter/ww1/
H A Dfltshell.cxx1545 return pTableBox; in GetBox()
1559 if(!pTableBox) in NextTableCell()
1574 if(pTableBox) in NextTableCell()
1581 if (pTableBox) in NextTableRow()
1585 aSelBoxes.Insert( pTableBox ); in NextTableRow()
1629 if(pTableBox && pTableBox->GetFrmFmt() ){ in SetCellWidth()
1660 if(!pTableBox) in GetCellAttr()
1669 if(pTableBox) in SetCellBorder()
1681 if(!pTableBox) in SetCellSpace()
1700 if(pTableBox){ in DeleteCell()
[all …]
/aoo41x/main/sw/source/core/crsr/
H A Dswcrsr.cxx1693pTableBox = & pTableBox->FindEndOfRowSpan( pOldTabSttNode->GetTable(), (sal_uInt16)(pTableBox->get… in LeftRight()
1722 if ( pTableBox->getRowSpan() < 1 ) in LeftRight()
1725 mnRowSpanOffset = pTableBox->getRowSpan(); in LeftRight()
1729 pTableBox = & pTableBox->FindStartOfRowSpan( pTblNd->GetTable(), USHRT_MAX ); in LeftRight()
1980 if ( pTableBox->getRowSpan() > 1 ) in GoPrevNextCell()
1982pTableBox = & pTableBox->FindEndOfRowSpan( pTblNd->GetTable(), (sal_uInt16)(pTableBox->getRowSpan(… in GoPrevNextCell()
2002 pTableBox = pTableBoxStartNode->GetTblBox(); in GoPrevNextCell()
2003 if ( pTableBox->getRowSpan() < 1 ) in GoPrevNextCell()
2005 mnRowSpanOffset = pTableBox->getRowSpan(); in GoPrevNextCell()
2007 pTableBox = & pTableBox->FindStartOfRowSpan( pTblNd->GetTable(), USHRT_MAX ); in GoPrevNextCell()
[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()
/aoo41x/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,
/aoo41x/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()
/aoo41x/main/sc/source/ui/dbgui/
H A Dscuiasciiopt.cxx710 IMPL_LINK( ScImportAsciiDlg, ColTypeHdl, ScCsvTableBox*, pTableBox ) in IMPL_LINK() argument
712 DBG_ASSERT( pTableBox, "ScImportAsciiDlg::ColTypeHdl - missing sender" ); in IMPL_LINK()
714 sal_Int32 nType = pTableBox->GetSelColumnType(); in IMPL_LINK()
/aoo41x/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()
/aoo41x/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()

Completed in 92 milliseconds