#i92516# print with XRenderable API

This commit is contained in:
Philipp Lohmann
2009-05-19 11:32:44 +00:00
parent 5b16a85b74
commit 04e3607173
11 changed files with 86 additions and 39 deletions

View File

@@ -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();