Home
last modified time | relevance | path

Searched refs:splitHeaderFooter (Results 1 – 4 of 4) sorted by relevance

/dports/deskutils/treeline/TreeLine/source/
H A Dprintdata.py505 textParts = printdialogs.splitHeaderFooter(self.headerText)
507 textParts = printdialogs.splitHeaderFooter(self.footerText)
H A Dprintdialogs.py1205 for text, lineEdit in zip(splitHeaderFooter(self.printData.headerText),
1210 for text, lineEdit in zip(splitHeaderFooter(self.printData.footerText),
1434 def splitHeaderFooter(combinedText): function
/dports/textproc/R-cran-openxlsx/openxlsx/R/
H A DhelperFunctions.R906 splitHeaderFooter <- function(x) { function
H A DloadWorkbook.R498 … wb$worksheets[[i]]$headerFooter <- lapply(wb$worksheets[[i]]$headerFooter, splitHeaderFooter)