Lines Matching refs:bInP
109 inline const SwTblBoxNumFormat &SwAttrSet::GetTblBoxNumFmt(sal_Bool bInP) const in GetTblBoxNumFmt()
110 { return (const SwTblBoxNumFormat&)Get( RES_BOXATR_FORMAT,bInP); } in GetTblBoxNumFmt()
111 inline const SwTblBoxFormula &SwAttrSet::GetTblBoxFormula(sal_Bool bInP) const in GetTblBoxFormula()
112 { return (const SwTblBoxFormula&)Get( RES_BOXATR_FORMULA,bInP); } in GetTblBoxFormula()
113 inline const SwTblBoxValue &SwAttrSet::GetTblBoxValue(sal_Bool bInP) const in GetTblBoxValue()
114 { return (const SwTblBoxValue&)Get( RES_BOXATR_VALUE, bInP); } in GetTblBoxValue()
118 inline const SwTblBoxNumFormat &SwFmt::GetTblBoxNumFmt(sal_Bool bInP) const in GetTblBoxNumFmt()
119 { return aSet.GetTblBoxNumFmt(bInP); } in GetTblBoxNumFmt()
120 inline const SwTblBoxFormula &SwFmt::GetTblBoxFormula(sal_Bool bInP) const in GetTblBoxFormula()
121 { return aSet.GetTblBoxFormula(bInP); } in GetTblBoxFormula()
122 inline const SwTblBoxValue &SwFmt::GetTblBoxValue(sal_Bool bInP) const in GetTblBoxValue()
123 { return aSet.GetTblBoxValue(bInP); } in GetTblBoxValue()