Lines Matching refs:bHTML
227 sal_Bool IsInsWithCaption(sal_Bool bHTML) const in IsInsWithCaption()
228 { return bHTML ? sal_False : aInsertConfig.bInsWithCaption; } in IsInsWithCaption()
229 void SetInsWithCaption( sal_Bool bHTML, sal_Bool b ) in SetInsWithCaption() argument
230 { if(!bHTML) in SetInsWithCaption()
244 sal_Bool IsInsTblFormatNum(sal_Bool bHTML) const in IsInsTblFormatNum()
245 { return bHTML ? aWebTableConfig.bInsTblFormatNum : aTableConfig.bInsTblFormatNum; } in IsInsTblFormatNum()
246 void SetInsTblFormatNum( sal_Bool bHTML, sal_Bool b ) in SetInsTblFormatNum() argument
247 { bHTML ? (aWebTableConfig.bInsTblFormatNum = b) : (aTableConfig.bInsTblFormatNum = b); in SetInsTblFormatNum()
248 bHTML ? aWebTableConfig.SetModified() : aTableConfig.SetModified();} in SetInsTblFormatNum()
250 sal_Bool IsInsTblChangeNumFormat(sal_Bool bHTML) const in IsInsTblChangeNumFormat()
251 … { return bHTML ? aWebTableConfig.bInsTblChangeNumFormat : aTableConfig.bInsTblChangeNumFormat; } in IsInsTblChangeNumFormat()
252 void SetInsTblChangeNumFormat( sal_Bool bHTML, sal_Bool b ) in SetInsTblChangeNumFormat() argument
253 …{ bHTML ? (aWebTableConfig.bInsTblChangeNumFormat = b) : (aTableConfig.bInsTblChangeNumFormat = b); in SetInsTblChangeNumFormat()
254 bHTML ? aWebTableConfig.SetModified() : aTableConfig.SetModified();} in SetInsTblChangeNumFormat()
257 sal_Bool IsInsTblAlignNum(sal_Bool bHTML) const in IsInsTblAlignNum()
258 { return bHTML ? aWebTableConfig.bInsTblAlignNum : aTableConfig.bInsTblAlignNum; } in IsInsTblAlignNum()
259 void SetInsTblAlignNum( sal_Bool bHTML, sal_Bool b ) in SetInsTblAlignNum() argument
260 { bHTML ? (aWebTableConfig.bInsTblAlignNum = b) : (aTableConfig.bInsTblAlignNum = b); in SetInsTblAlignNum()
261 bHTML ? aWebTableConfig.SetModified() : aTableConfig.SetModified();;} in SetInsTblAlignNum()
263 SwInsertTableOptions GetInsTblFlags(sal_Bool bHTML) const in GetInsTblFlags()
264 { return bHTML ? aWebInsertConfig.aInsTblOpts : aInsertConfig.aInsTblOpts;} in GetInsTblFlags()
265 void SetInsTblFlags( sal_Bool bHTML, const SwInsertTableOptions& rOpts ) { in SetInsTblFlags() argument
266 bHTML ? (aWebInsertConfig.aInsTblOpts = rOpts) : (aInsertConfig.aInsTblOpts = rOpts); in SetInsTblFlags()
267 bHTML ? aWebInsertConfig.SetModified() : aInsertConfig.SetModified();} in SetInsTblFlags()
269 …const InsCaptionOpt* GetCapOption(sal_Bool bHTML, const SwCapObjType eType, const SvGlobalName *pO…
270 sal_Bool SetCapOption(sal_Bool bHTML, const InsCaptionOpt* pOpt);