Home
last modified time | relevance | path

Searched refs:showcomm (Results 1 – 2 of 2) sorted by relevance

/trunk/main/filter/source/t602/
H A Dt602filter.cxx221 if(!ini.showcomm&&pst.comment) return; in inschr()
472 ini.showcomm = false; in Reset602()
570 if(ini.showcomm||!pst.comment) { in par602()
816 if (ini.showcomm||!pst.comment) inschr(' '); in Read602()
822 if(ini.showcomm||!pst.comment) { //formatovaci pomlcka in Read602()
1063 _propShort(xPSetCommCB,"State",ini.showcomm); in OptionsDlg()
1131 any = _propGet(xPSetCommCB, "State"); any >>= tt; ini.showcomm = tt; in OptionsDlg()
H A Dt602filter.hxx75 bool showcomm; // true show comment lines member
83 : showcomm( true ) in inistruct()