summaryrefslogtreecommitdiff
path: root/basctl/source/inc/dlged.hxx
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2009-05-19 11:32:44 +0000
committerPhilipp Lohmann <pl@openoffice.org>2009-05-19 11:32:44 +0000
commit04e36071737ccca11f77d2c943248b08d66e76d6 (patch)
tree316ffb0f826eebdd7c1789748ee3e3226e22f6d1 /basctl/source/inc/dlged.hxx
parent5b16a85b74f89bd4a57304b00bb0ac084d61d67b (diff)
#i92516# print with XRenderable API
Diffstat (limited to 'basctl/source/inc/dlged.hxx')
-rw-r--r--basctl/source/inc/dlged.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/basctl/source/inc/dlged.hxx b/basctl/source/inc/dlged.hxx
index 908331b0ad63..2d8420fe59be 100644
--- a/basctl/source/inc/dlged.hxx
+++ b/basctl/source/inc/dlged.hxx
@@ -102,6 +102,8 @@ private:
DECL_LINK( PaintTimeout, Timer * );
DECL_LINK( MarkTimeout, Timer * );
+ void DlgEditor::Print( Printer* pPrinter, const String& rTitle );
+
protected:
ScrollBar* pHScroll;
ScrollBar* pVScroll;
@@ -199,7 +201,8 @@ public:
void ShowProperties();
void UpdatePropertyBrowserDelayed();
- void PrintData( Printer*, const String& rTitle ); // not working yet
+ sal_Int32 countPages( Printer* pPrinter );
+ void printPage( sal_Int32 nPage, Printer* pPrinter, const String& );
bool AdjustPageSize();