<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
On 08/18/2011 01:19 AM, Markus Mohrhard wrote:
<blockquote
cite="mid:CAEDdEt5ytLZ_m60xp1+AaLe9bQKP62mTZ+8uv+TuP=XBui9wGQ@mail.gmail.com"
type="cite">Hello,<br>
<br>
<div class="gmail_quote">2011/8/17 Ta Duc Tung <span dir="ltr"><<a
moz-do-not-send="true" href="mailto:tatung2112@gmail.com">tatung2112@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
I'm trying to fix the bug number #34697 in<br>
<a moz-do-not-send="true"
href="https://bugs.freedesktop.org/show_bug.cgi?id=34697"
target="_blank">https://bugs.freedesktop.org/show_bug.cgi?id=34697</a><br>
(No option for printing current page).<br>
<br>
The bug was fixed in Writer. Now I'm trying to make it in
Calc. The problem is that I don't know how to get the current
page number. If in Writer, I can get the current cursor then
get the page number from that cursor, but in Calc, where
should I start?<br>
</blockquote>
<div><br>
I think we have someting in this direction already in calc.
You should have a closer look at ScPrintFunc, especially at
ScPrintfunc::PrintPage.<br>
</div>
<br>
</div>
Regards,<br>
Markus<br>
</blockquote>
Hi, <br>
<br>
I've tried to look into ScPrintFunc. In PrintPage, I see a param
named nPageNo but when I print it out, the value is always 0. This
is probably not the current page :D. But I cannot find any other
hint closed to finding current page rather than the nPageNo one :|.<br>
<br>
I think I can somehow get it from ScDocShell or ScDocument but still
no hope. I'm still losing my way here. Anyone please help!<br>
<br>
Thank and Best Regards,<br>
Ta Tung<br>
</body>
</html>