Searched refs:rAktBox (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sw/source/core/doc/ |
H A D | tblrwcl.cxx | 3588 sal_uLong nBoxIdx = rAktBox.GetSttIdx(); in SetColWidth() 3596 (SwTableNode*)rAktBox.GetSttNd()->FindTableNode() ); in SetColWidth() 3935 bRet = SetColWidth( rAktBox, eType, nAbsDiff, nRelDiff, in SetColWidth() 3947 SwTableBox* pBox = &rAktBox; in SetColWidth() 3948 SwTableLine* pLine = rAktBox.GetUpper(); in SetColWidth() 3983 if( !bRet && !aParam.bBigger && rAktBox.GetFrmFmt()-> in SetColWidth() 4310 SwTableLine* pLine = rAktBox.GetUpper(); in SetRowHeight() 4324 sal_uLong nBoxIdx = rAktBox.GetSttIdx(); in SetRowHeight() 4327 (SwTableNode*)rAktBox.GetSttNd()->FindTableNode() ); in SetRowHeight() 4375 bRet = SetRowHeight( rAktBox, eType, nAbsDiff, in SetRowHeight() [all …]
|
/aoo42x/main/sw/inc/ |
H A D | swtable.hxx | 317 sal_Bool SetColWidth( SwTableBox& rAktBox, sal_uInt16 eType, 319 sal_Bool SetRowHeight( SwTableBox& rAktBox, sal_uInt16 eType,
|
H A D | doc.hxx | 1748 sal_Bool SetColRowWidthHeight( SwTableBox& rAktBox, sal_uInt16 eType, 1754 void ChkBoxNumFmt( SwTableBox& rAktBox, sal_Bool bCallUpdate );
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 4034 sal_Bool SwDoc::SetColRowWidthHeight( SwTableBox& rAktBox, sal_uInt16 eType, in SetColRowWidthHeight() argument 4037 SwTableNode* pTblNd = (SwTableNode*)rAktBox.GetSttNd()->FindTableNode(); in SetColRowWidthHeight() 4056 bRet = pTblNd->GetTable().SetColWidth( rAktBox, in SetColRowWidthHeight() 4065 bRet = pTblNd->GetTable().SetRowHeight( rAktBox, in SetColRowWidthHeight()
|
Completed in 79 milliseconds