Lines Matching refs:rTbl

325 void SwTableFormula::_MakeFormel( const SwTable& rTbl, String& rNewStr,  in _MakeFormel()  argument
341 if( !rTbl.GetTabSortBoxes().Seek_Entry( pEndBox )) in _MakeFormel()
347 if( !rTbl.GetTabSortBoxes().Seek_Entry( pSttBox )) in _MakeFormel()
390 void SwTableFormula::RelNmsToBoxNms( const SwTable& rTbl, String& rNewStr, in RelNmsToBoxNms() argument
396 const SwTableBox *pRelBox, *pBox = (SwTableBox *)rTbl.GetTblBox( in RelNmsToBoxNms()
403 if( 0 != ( pRelBox = lcl_RelToBox( rTbl, pBox, *pLastBox )) ) in RelNmsToBoxNms()
411 if( 0 != ( pRelBox = lcl_RelToBox( rTbl, pBox, rFirstBox )) ) in RelNmsToBoxNms()
420 void SwTableFormula::RelBoxNmsToPtr( const SwTable& rTbl, String& rNewStr, in RelBoxNmsToPtr() argument
426 const SwTableBox *pRelBox, *pBox = (SwTableBox*)rTbl.GetTblBox( in RelBoxNmsToPtr()
433 if( 0 != ( pRelBox = lcl_RelToBox( rTbl, pBox, *pLastBox )) ) in RelBoxNmsToPtr()
441 if( 0 != ( pRelBox = lcl_RelToBox( rTbl, pBox, rFirstBox )) ) in RelBoxNmsToPtr()
451 void SwTableFormula::BoxNmsToRelNm( const SwTable& rTbl, String& rNewStr, in BoxNmsToRelNm() argument
460 if( &pTblNd->GetTable() == &rTbl ) in BoxNmsToRelNm()
462 const SwTableBox *pBox = rTbl.GetTblBox( in BoxNmsToRelNm()
472 rNewStr += lcl_BoxNmToRel( rTbl, *pTblNd, sRefBoxNm, *pLastBox, in BoxNmsToRelNm()
478 rNewStr += lcl_BoxNmToRel( rTbl, *pTblNd, sRefBoxNm, rFirstBox, in BoxNmsToRelNm()
486 void SwTableFormula::PtrToBoxNms( const SwTable& rTbl, String& rNewStr, in PtrToBoxNms() argument
499 if( rTbl.GetTabSortBoxes().Seek_Entry( pBox )) in PtrToBoxNms()
509 if( rTbl.GetTabSortBoxes().Seek_Entry( pBox )) in PtrToBoxNms()
518 void SwTableFormula::BoxNmsToPtr( const SwTable& rTbl, String& rNewStr, in BoxNmsToPtr() argument
528 pBox = rTbl.GetTblBox( *pLastBox ); in BoxNmsToPtr()
534 pBox = rTbl.GetTblBox( rFirstBox ); in BoxNmsToPtr()
614 String SwTableFormula::ScanString( FnScanFormel fnFormel, const SwTable& rTbl, in ScanString() argument
623 const SwTable* pTbl = &rTbl; in ScanString()
670 if( sTblNm != rTbl.GetFrmFmt()->GetName() ) in ScanString()
674 *rTbl.GetFrmFmt()->GetDoc(), in ScanString()
753 const SwTableBox* lcl_RelToBox( const SwTable& rTbl, in lcl_RelToBox() argument
769 const SwTableLines* pLines = (SwTableLines*)&rTbl.GetTabLines(); in lcl_RelToBox()
782 sal_uInt16 nSttLine = rTbl.GetTabLines().GetPos( pLine ); in lcl_RelToBox()
834 pBox = rTbl.GetTblBox( sGetName ); in lcl_RelToBox()
839 String lcl_BoxNmToRel( const SwTable& rTbl, const SwTableNode& rTblNd, in lcl_BoxNmToRel() argument
849 if( !rTbl.GetTabSortBoxes().Seek_Entry( pBox )) in lcl_BoxNmToRel()
856 if( &rTbl == &rTblNd.GetTable() ) in lcl_BoxNmToRel()
883 sal_uInt16 SwTableFormula::GetBoxesOfFormula( const SwTable& rTbl, in GetBoxesOfFormula() argument
889 BoxNmToPtr( &rTbl ); in GetBoxesOfFormula()
890 ScanString( &SwTableFormula::_GetFmlBoxes, rTbl, &rBoxes ); in GetBoxesOfFormula()
894 void SwTableFormula::_GetFmlBoxes( const SwTable& rTbl, String& , in _GetFmlBoxes() argument
907 if( !rTbl.GetTabSortBoxes().Seek_Entry( pEndBox )) in _GetFmlBoxes()
914 if( !rTbl.GetTabSortBoxes().Seek_Entry( pSttBox )) in _GetFmlBoxes()
985 void SwTableFormula::_HasValidBoxes( const SwTable& rTbl, String& , in _HasValidBoxes() argument
1010 : (SwTableBox *)rTbl.GetTblBox( in _HasValidBoxes()
1013 pEndBox = (SwTableBox*)lcl_RelToBox( rTbl, pBox, *pLastBox ); in _HasValidBoxes()
1014 pSttBox = (SwTableBox*)lcl_RelToBox( rTbl, pBox, rFirstBox ); in _HasValidBoxes()
1020 pEndBox = (SwTableBox*)rTbl.GetTblBox( *pLastBox ); in _HasValidBoxes()
1021 pSttBox = (SwTableBox*)rTbl.GetTblBox( rFirstBox ); in _HasValidBoxes()
1027 ( !pEndBox || !rTbl.GetTabSortBoxes().Seek_Entry( pEndBox ) ) ) || in _HasValidBoxes()
1028 ( !pSttBox || !rTbl.GetTabSortBoxes().Seek_Entry( pSttBox ) ) ) in _HasValidBoxes()
1044 sal_uInt16 SwTableFormula::GetLnPosInTbl( const SwTable& rTbl, const SwTableBox* pBox ) in GetLnPosInTbl() argument
1052 nRet = rTbl.GetTabLines().GetPos( pLn ); in GetLnPosInTbl()
1057 void SwTableFormula::_SplitMergeBoxNm( const SwTable& rTbl, String& rNewStr, in _SplitMergeBoxNm() argument
1066 const SwTable* pTbl = &rTbl; in _SplitMergeBoxNm()
1079 const SwTable* pFnd = FindTable( *rTbl.GetFrmFmt()->GetDoc(), sTblNm ); in _SplitMergeBoxNm()
1089 if( rTblUpd.pTbl != &rTbl ) // es ist nicht die akt. in _SplitMergeBoxNm()
1095 ( rTblUpd.pTbl != &rTbl && &rTbl != rTblUpd.DATA.pDelTbl)) in _SplitMergeBoxNm()