Lines Matching refs:SwTable

57 const SwTableBox* lcl_RelToBox( const SwTable&, const SwTableBox*, const String& );
58 String lcl_BoxNmToRel( const SwTable&, const SwTableNode&,
115 const SwTable* pTmp = rCalcPara.pTbl; in GetValue()
181 const SwTable* pTmp = rCalcPara.pTbl; in GetValue()
261 SwTblCalcPara::SwTblCalcPara( SwCalc& rCalculator, const SwTable& rTable ) in SwTblCalcPara()
325 void SwTableFormula::_MakeFormel( const SwTable& rTbl, String& rNewStr, in _MakeFormel()
390 void SwTableFormula::RelNmsToBoxNms( const SwTable& rTbl, String& rNewStr, in RelNmsToBoxNms()
420 void SwTableFormula::RelBoxNmsToPtr( const SwTable& rTbl, String& rNewStr, in RelBoxNmsToPtr()
451 void SwTableFormula::BoxNmsToRelNm( const SwTable& rTbl, String& rNewStr, in BoxNmsToRelNm()
486 void SwTableFormula::PtrToBoxNms( const SwTable& rTbl, String& rNewStr, in PtrToBoxNms()
518 void SwTableFormula::BoxNmsToPtr( const SwTable& rTbl, String& rNewStr, in BoxNmsToPtr()
542 void SwTableFormula::PtrToBoxNm( const SwTable* pTbl ) in PtrToBoxNm()
567 void SwTableFormula::BoxNmToPtr( const SwTable* pTbl ) in BoxNmToPtr()
592 void SwTableFormula::ToRelBoxNm( const SwTable* pTbl ) in ToRelBoxNm()
614 String SwTableFormula::ScanString( FnScanFormel fnFormel, const SwTable& rTbl, in ScanString()
623 const SwTable* pTbl = &rTbl; in ScanString()
673 const SwTable* pFnd = FindTable( in ScanString()
702 const SwTable* SwTableFormula::FindTable( SwDoc& rDoc, const String& rNm ) const in FindTable()
705 const SwTable* pTmpTbl, *pRet = 0; in FindTable()
714 0 != ( pTmpTbl = SwTable::FindTable( pFmt ) ) && in FindTable()
753 const SwTableBox* lcl_RelToBox( const SwTable& rTbl, in lcl_RelToBox()
804 nSttBox = SwTable::_GetBoxNum( sGetName ); in lcl_RelToBox()
809 nSttLine = SwTable::_GetBoxNum( sGetName ); in lcl_RelToBox()
839 String lcl_BoxNmToRel( const SwTable& rTbl, const SwTableNode& rTblNd, in lcl_BoxNmToRel()
858 long nBox = SwTable::_GetBoxNum( sTmp, sal_True ); in lcl_BoxNmToRel()
859 nBox -= SwTable::_GetBoxNum( sCpy, sal_True ); in lcl_BoxNmToRel()
860 long nLine = SwTable::_GetBoxNum( sTmp ); in lcl_BoxNmToRel()
861 nLine -= SwTable::_GetBoxNum( sCpy ); in lcl_BoxNmToRel()
883 sal_uInt16 SwTableFormula::GetBoxesOfFormula( const SwTable& rTbl, in GetBoxesOfFormula()
894 void SwTableFormula::_GetFmlBoxes( const SwTable& rTbl, String& , in _GetFmlBoxes()
943 const SwTable* pTbl = pStt->FindTabFrm()->GetTable(); in GetBoxes()
985 void SwTableFormula::_HasValidBoxes( const SwTable& rTbl, String& , in _HasValidBoxes()
1044 sal_uInt16 SwTableFormula::GetLnPosInTbl( const SwTable& rTbl, const SwTableBox* pBox ) in GetLnPosInTbl()
1057 void SwTableFormula::_SplitMergeBoxNm( const SwTable& rTbl, String& rNewStr, in _SplitMergeBoxNm()
1066 const SwTable* pTbl = &rTbl; in _SplitMergeBoxNm()
1079 const SwTable* pFnd = FindTable( *rTbl.GetFrmFmt()->GetDoc(), sTblNm ); in _SplitMergeBoxNm()
1209 const SwTable* pTbl; in ToSplitMergeBoxNm()