Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/core/frmedt/
H A Dfetab.cxx83 SwTabCols *pLastCols = 0; variable
538 DELETEZ( pLastCols ); in SplitTab()
557 if ( pLastCols ) in _GetTabCols()
580 pLastCols->SetLeftMin( nLeftMin ); in _GetTabCols()
593 pLastCols->GetLeftMin () == (sal_uInt16)nLeftMin && in _GetTabCols()
594 pLastCols->GetLeft () == (sal_uInt16)(pTab->Prt().*fnRect->fnGetLeft)() && in _GetTabCols()
595 pLastCols->GetRight () == (sal_uInt16)(pTab->Prt().*fnRect->fnGetRight)()&& in _GetTabCols()
596 pLastCols->GetRightMax() == (sal_uInt16)nRightMax - pLastCols->GetLeftMin() ) in _GetTabCols()
600 pTab->GetTable()->GetTabCols( *pLastCols, in _GetTabCols()
604 rToFill = *pLastCols; in _GetTabCols()
[all …]