~bibledit/bibledit/ubuntu-cloud

« back to all changes in this revision

Viewing changes to database/styles.cpp

  • Committer: Teus Benschop
  • Date: 2022-08-30 18:42:32 UTC
  • Revision ID: teusjannette@gmail.com-20220830184232-a5bf5fkj14cqdx01
new upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
670
670
}
671
671
 
672
672
 
673
 
Database_Styles_Item::Database_Styles_Item ()
674
 
{
675
 
  // Defaults.
676
 
  type = 0;
677
 
  subtype = 0;
678
 
  fontsize = 12;
679
 
  italic = 0;
680
 
  bold = 0;
681
 
  underline = 0;
682
 
  smallcaps = 0;
683
 
  superscript = 0;
684
 
  justification = 0;
685
 
  spacebefore = 0;
686
 
  spaceafter = 0;
687
 
  leftmargin = 0;
688
 
  rightmargin = 0;
689
 
  firstlineindent = 0;
690
 
  spancolumns = false;
691
 
  color = "#000000";
692
 
  print = false;
693
 
  userbool1 = false;
694
 
  userbool2 = false;
695
 
  userbool3 = false;
696
 
  userint1 = 0;
697
 
  userint2 = 0;
698
 
  userint3 = 0;
699
 
  userstring1 = "";
700
 
  userstring2 = "";
701
 
  userstring3 = "";
702
 
  backgroundcolor = "#FFFFFF";
703
 
}