Searched refs:bDfltTxtFmtColl (Results 1 – 1 of 1) sorted by relevance
236 sal_Bool bDfltTxtFmtColl : 1;// nTxtFmtColl is only a default member in _HTMLAttrContext262 bDfltTxtFmtColl( bDfltColl ), in _HTMLAttrContext()284 bDfltTxtFmtColl( sal_False ), in _HTMLAttrContext()297 sal_uInt16 GetTxtFmtColl() const { return bDfltTxtFmtColl ? 0 : nTxtFmtColl; } in GetTxtFmtColl()298 sal_uInt16 GetDfltTxtFmtColl() const { return bDfltTxtFmtColl ? nTxtFmtColl : 0; } in GetDfltTxtFmtColl()
Completed in 31 milliseconds