Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java1441 final String sPageCount = sPageNumber.replaceAll("#count#", "\" & PageCount() & \""); in insertPageFooter() local
1442 …final String sNoLastUnusedQuotes = sPageCount.replaceAll(" & \\\"\\\"", PropertyNames.EMPTY_STRING… in insertPageFooter()
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx3313 ::rtl::OUString sPageCount(RTL_CONSTASCII_USTRINGPARAM("PageCount()")); in createPageNumber()
3315 sFunction.SearchAndReplace(String::CreateFromAscii("#PAGECOUNT#"),sPageCount); in createPageNumber()