Searched refs:pTableBox (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/sw/source/filter/ww1/ |
H A D | fltshell.cxx | 1542 return pTableBox; in GetBox() 1556 if(!pTableBox) in NextTableCell() 1571 if(pTableBox) in NextTableCell() 1578 if (pTableBox) in NextTableRow() 1582 aSelBoxes.Insert( pTableBox ); in NextTableRow() 1626 if(pTableBox && pTableBox->GetFrmFmt() ){ in SetCellWidth() 1657 if(!pTableBox) in GetCellAttr() 1666 if(pTableBox) in SetCellBorder() 1678 if(!pTableBox) in SetCellSpace() 1697 if(pTableBox){ in DeleteCell() [all …]
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | swcrsr.cxx | 1705 …pTableBox = & pTableBox->FindEndOfRowSpan( pOldTabSttNode->GetTable(), (sal_uInt16)(pTableBox->get… in LeftRight() 1734 if ( pTableBox->getRowSpan() < 1 ) in LeftRight() 1737 mnRowSpanOffset = pTableBox->getRowSpan(); in LeftRight() 1741 pTableBox = & pTableBox->FindStartOfRowSpan( pTblNd->GetTable(), USHRT_MAX ); in LeftRight() 1992 if ( pTableBox->getRowSpan() > 1 ) in GoPrevNextCell() 1994 …pTableBox = & pTableBox->FindEndOfRowSpan( pTblNd->GetTable(), (sal_uInt16)(pTableBox->getRowSpan(… in GoPrevNextCell() 2014 pTableBox = pTableBoxStartNode->GetTblBox(); in GoPrevNextCell() 2015 if ( pTableBox->getRowSpan() < 1 ) in GoPrevNextCell() 2017 mnRowSpanOffset = pTableBox->getRowSpan(); in GoPrevNextCell() 2019 pTableBox = & pTableBox->FindStartOfRowSpan( pTblNd->GetTable(), USHRT_MAX ); in GoPrevNextCell() [all …]
|
H A D | trvltbl.cxx | 64 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()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | WW8TableInfo.cxx | 109 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 D | WW8TableInfo.hxx | 90 void setTableBox(const SwTableBox * pTableBox); 188 void setTableBox(const SwTableBox *pTableBox); 311 const SwTableBox * pTableBox, 327 const SwTableBox * pTableBox,
|
/aoo42x/main/sw/source/core/edit/ |
H A D | edtab.cxx | 74 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()
|
/aoo42x/main/sc/source/ui/dbgui/ |
H A D | scuiasciiopt.cxx | 709 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()
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | fetab.cxx | 2288 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()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | tblrwcl.cxx | 2221 SwTableBox* pTableBox = pLine->GetTabBoxes()[nCurrCol]; in CopyHeadlineIntoTable() local 2222 ASSERT( pTableBox, "Missing Table Box" ); in CopyHeadlineIntoTable() 2223 pTableBox->setRowSpan( 1 ); in CopyHeadlineIntoTable()
|
Completed in 88 milliseconds