anagr.h Risolto conflittucolo inesistente
confapp.cpp Semplificata add di una stringa ad un array form.cpp Cambiata indentazione git-svn-id: svn://10.65.10.50/trunk@5174 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
e03113068a
commit
f25c982655
@ -15,7 +15,7 @@
|
|||||||
#define ANA_INDRF "INDRF"
|
#define ANA_INDRF "INDRF"
|
||||||
#define ANA_CIVRF "CIVRF"
|
#define ANA_CIVRF "CIVRF"
|
||||||
#define ANA_CAPRF "CAPRF"
|
#define ANA_CAPRF "CAPRF"
|
||||||
#define ANA_SOGGNRES "SOGGNRES"
|
#define ANA_SOGGNRES "SOGGNRES"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -20,10 +20,7 @@ bool TConfig_application::create()
|
|||||||
if (arg[0] == '-')
|
if (arg[0] == '-')
|
||||||
continue;
|
continue;
|
||||||
else
|
else
|
||||||
{
|
_paragraphs.add(arg);
|
||||||
TString* argp = new TString(arg);
|
|
||||||
_paragraphs.add(argp);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
user_create();
|
user_create();
|
||||||
|
@ -3978,11 +3978,14 @@ word TForm::set_footer(
|
|||||||
|
|
||||||
void TForm::header_handler(TPrinter& p)
|
void TForm::header_handler(TPrinter& p)
|
||||||
{
|
{
|
||||||
if (form().firstpage_is_lastpage()) {
|
if (form().firstpage_is_lastpage())
|
||||||
|
{
|
||||||
form().set_background(1, TRUE);
|
form().set_background(1, TRUE);
|
||||||
form().set_header(1, TRUE);
|
form().set_header(1, TRUE);
|
||||||
form().set_footer(0, FALSE);
|
form().set_footer(0, FALSE);
|
||||||
} else {
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
const word page = form().page(p);
|
const word page = form().page(p);
|
||||||
form().set_background(page, TRUE);
|
form().set_background(page, TRUE);
|
||||||
form().set_header(page, TRUE);
|
form().set_header(page, TRUE);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user