Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/undo/
H A Dunattr.cxx177 SwTableBox * pTblBox = SwIterator<SwTableBox,SwFmt>::FirstElement( *m_pFmt ); in Init() local
178 if ( pTblBox ) in Init()
180 m_nNodeIndex = pTblBox->GetSttIdx(); in Init()
/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx2064 const SwTableBox* pTblBox = pTblNd->GetTable().GetTblBox( rName ); in GotoTblBox() local
2065 if( pTblBox && pTblBox->GetSttNd() && in GotoTblBox()
2066 ( !pTblBox->GetFrmFmt()->GetProtect().IsCntntProtected() || in GotoTblBox()
2070 GetPoint()->nNode = *pTblBox->GetSttNd(); in GotoTblBox()
/trunk/main/sw/source/core/fields/
H A Dcellfml.cxx363 const SwTableBox* pTblBox = aBoxes[n]; in _MakeFormel() local
364 if ( pTblBox->getRowSpan() >= 1 ) in _MakeFormel()
370 pTblBox->GetValue( *pCalcPara ), sal_False ); in _MakeFormel()
/trunk/main/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx1116 const SwTableBox *pTblBox = pTableTextNodeInfoInner->getTableBox( ); in TableCellProperties() local
1120 SwFrmFmt *pFmt = pTblBox->GetFrmFmt( ); in TableCellProperties()
1125 long vSpan = pTblBox->getRowSpan( ); in TableCellProperties()
1368 const SwTableBox *pTblBox = pTableTextNodeInfoInner->getTableBox( ); in TableBackgrounds() local
1369 const SwFrmFmt *pFmt = pTblBox->GetFrmFmt( ); in TableBackgrounds()
H A Drtfattributeoutput.cxx784 const SwTableBox *pTblBox = pTableTextNodeInfoInner->getTableBox( ); in TableDefinition() local
785 SwFrmFmt *pFmt = pTblBox->GetFrmFmt( ); in TableDefinition()
856 const SwTableBox *pTblBox = pTableTextNodeInfoInner->getTableBox( ); in TableDefaultBorders() local
857 SwFrmFmt *pFmt = pTblBox->GetFrmFmt( ); in TableDefaultBorders()

Completed in 80 milliseconds