a7571a96c3
2009-03-26 21:27:56 +0100 pl r270106 : #i10000# fix an include path missing when using configure 2009-03-16 12:18:24 +0100 pl r269518 : #i98963# revert change 2009-03-13 14:56:47 +0100 pl r269483 : #i98980# work around a mysterious crash 2009-03-12 20:02:48 +0100 pl r269440 : resolve some warnings 2009-03-12 19:30:32 +0100 pl r269439 : resolve some warnings 2009-03-12 18:07:47 +0100 pl r269432 : solve some warnings 2009-03-12 09:07:33 +0100 hdu r269358 : #i100134# remove obsolete RCS/CVS keywords from source 2009-03-11 21:18:28 +0100 pl r269355 : #i100134# change sft.h and ttcr.h to c++ headers 2009-03-11 20:19:15 +0100 pl r269353 : #i100134# remove some ugly C style lists 2009-03-11 18:19:35 +0100 hdu r269347 : #i100134# make psprint.fontsubset source C++ and make it compile 2009-03-11 14:44:35 +0100 hdu r269334 : #i99862# fix justification of vocalized hebrew (thanks hennerdrewes) 2009-03-11 13:40:35 +0100 pl r269327 : CWS-TOOLING: rebase CWS vcl100 to trunk@269297 (milestone: DEV300:m43) 2009-03-10 16:49:34 +0100 hdu r269284 : #i1000020# add style-matching heuristics for single-char stylenames 2009-03-10 15:42:53 +0100 hdu r269278 : use fast ASCII-matching for extracting attributes from PSName 2009-03-09 16:29:08 +0100 pl r269200 : #i98980# skip bundles that are not NP plugins 2009-03-09 13:26:14 +0100 hdu r269083 : #i99868# fix text breaking for large nCharExtra 2009-03-09 12:20:01 +0100 hdu r269078 : #i99868# fix text breaking for large nCharExtra 2009-03-06 17:35:27 +0100 pl r269032 : #i98980# mouse events 2009-03-06 17:10:14 +0100 pl r269024 : #i98980# flash animations, initial paint problem 2009-03-05 20:00:21 +0100 pl r268939 : #i98980# more plugin support 2009-03-05 15:35:06 +0100 pl r268914 : #i98980# first twitches of a live plugin 2009-03-05 15:34:10 +0100 pl r268913 : #i98980# access to carbon headers 2009-03-04 15:46:29 +0100 pl r268839 : #i98980# generalize vcl SystemChildWindow from QTMovieView to NSView 2009-03-04 15:40:20 +0100 pl r268838 : #i98980# generalize vcl SystemChildWindow from QTMovieView to NSView 2009-03-04 11:30:49 +0100 hdu r268801 : #i99722# for OSX any anisotropy reported for the display resolution is best ignored 2009-03-02 15:52:21 +0100 pl r268655 : #i99770# fix ambiguous looking if statements (thanks cmc) 2009-03-02 13:28:17 +0100 pl r268649 : #i99770# fix ambiguous looking if statements (thanks cmc) 2009-02-27 15:39:30 +0100 pl r268603 : #i97512# omit degenrate current matrix 2009-02-27 12:37:29 +0100 pl r268579 : #i99716# remove unused code (thanks cmc) 2009-02-27 11:21:18 +0100 pl r268569 : #i99705 remove unused code (thanks cmc) 2009-02-23 10:42:00 +0100 pl r268345 : #i99492# remove a typo (thanks tono) 2009-02-19 12:46:21 +0100 pl r268274 : #i99411# add new mimetype 2009-02-10 12:57:59 +0100 pl r267548 : #i98980# more aqua plugin changes 2009-02-06 16:50:34 +0100 pl r267475 : #i98980# plugin detection 2009-02-06 16:46:48 +0100 pl r267474 : #i98980# make debug compilation work 2009-02-06 12:16:37 +0100 pl r267449 : #98963# add missing wrapper 2009-02-04 20:06:59 +0100 pl r267402 : #i97135# work around a gcc x64 optimizer bug 2009-02-04 13:45:36 +0100 pl r267380 : #159153# do not emit empty glyph vector 2009-02-03 17:47:16 +0100 pl r267338 : #i98533# recent gtk versions do not support GTK_MODULES for accessibility anymore 2009-02-03 10:39:46 +0100 pl r267305 : #i97146# check if the idle formatted view is still valid 2009-01-28 11:23:23 +0100 pl r267045 : #i42227# #i48965# refinement of check markings images 2009-01-27 19:40:01 +0100 pl r267016 : #i42227# #i48965# change menus wrt checkmarks and images
216 lines
5.7 KiB
C++
216 lines
5.7 KiB
C++
/*************************************************************************
|
|
*
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
*
|
|
* Copyright 2008 by Sun Microsystems, Inc.
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* $RCSfile: prtsetup.hxx,v $
|
|
* $Revision: 1.5 $
|
|
*
|
|
* This file is part of OpenOffice.org.
|
|
*
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
* only, as published by the Free Software Foundation.
|
|
*
|
|
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Lesser General Public License version 3 for more details
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
* <http://www.openoffice.org/license.html>
|
|
* for a copy of the LGPLv3 License.
|
|
*
|
|
************************************************************************/
|
|
|
|
#ifndef _PAD_PRTSETUP_HXX_
|
|
#define _PAD_PRTSETUP_HXX_
|
|
|
|
#include "helper.hxx"
|
|
|
|
#include "tools/link.hxx"
|
|
|
|
#include "vcl/tabdlg.hxx"
|
|
#include "vcl/tabpage.hxx"
|
|
#include "vcl/tabctrl.hxx"
|
|
#include "vcl/button.hxx"
|
|
#include "vcl/fixed.hxx"
|
|
#include "vcl/lstbox.hxx"
|
|
#include "vcl/field.hxx"
|
|
#include "vcl/combobox.hxx"
|
|
#include "vcl/ppdparser.hxx"
|
|
#include "vcl/printerinfomanager.hxx"
|
|
|
|
namespace padmin {
|
|
|
|
class RTSPaperPage;
|
|
class RTSDevicePage;
|
|
class RTSOtherPage;
|
|
class RTSFontSubstPage;
|
|
class RTSCommandPage;
|
|
|
|
class RTSDialog : public TabDialog
|
|
{
|
|
friend class RTSPaperPage;
|
|
friend class RTSDevicePage;
|
|
friend class RTSOtherPage;
|
|
friend class RTSFontSubstPage;
|
|
friend class RTSCommandPage;
|
|
|
|
::psp::PrinterInfo m_aJobData;
|
|
String m_aPrinter;
|
|
|
|
// controls
|
|
TabControl m_aTabControl;
|
|
OKButton m_aOKButton;
|
|
CancelButton m_aCancelButton;
|
|
|
|
// pages
|
|
RTSPaperPage* m_pPaperPage;
|
|
RTSDevicePage* m_pDevicePage;
|
|
RTSOtherPage* m_pOtherPage;
|
|
RTSFontSubstPage* m_pFontSubstPage;
|
|
RTSCommandPage* m_pCommandPage;
|
|
|
|
// some resources
|
|
String m_aInvalidString;
|
|
String m_aFromDriverString;
|
|
|
|
DECL_LINK( ActivatePage, TabControl* );
|
|
DECL_LINK( ClickButton, Button* );
|
|
|
|
// helper functions
|
|
void insertAllPPDValues( ListBox&, const ::psp::PPDKey* );
|
|
public:
|
|
RTSDialog( const ::psp::PrinterInfo& rJobData, const String& rPrinter, bool bAllPages, Window* pParent = NULL );
|
|
~RTSDialog();
|
|
|
|
const ::psp::PrinterInfo& getSetup() const { return m_aJobData; }
|
|
};
|
|
|
|
class RTSPaperPage : public TabPage
|
|
{
|
|
RTSDialog* m_pParent;
|
|
|
|
FixedText m_aPaperText;
|
|
ListBox m_aPaperBox;
|
|
|
|
FixedText m_aOrientText;
|
|
ListBox m_aOrientBox;
|
|
|
|
FixedText m_aDuplexText;
|
|
ListBox m_aDuplexBox;
|
|
|
|
FixedText m_aSlotText;
|
|
ListBox m_aSlotBox;
|
|
|
|
DECL_LINK( SelectHdl, ListBox* );
|
|
public:
|
|
RTSPaperPage( RTSDialog* );
|
|
~RTSPaperPage();
|
|
|
|
void update();
|
|
|
|
String getOrientation() { return m_aOrientBox.GetSelectEntry(); }
|
|
};
|
|
|
|
class RTSDevicePage : public TabPage
|
|
{
|
|
RTSDialog* m_pParent;
|
|
|
|
String m_aSpaceColor;
|
|
String m_aSpaceGray;
|
|
|
|
FixedText m_aPPDKeyText;
|
|
ListBox m_aPPDKeyBox;
|
|
|
|
FixedText m_aPPDValueText;
|
|
ListBox m_aPPDValueBox;
|
|
|
|
FixedText m_aLevelText;
|
|
ListBox m_aLevelBox;
|
|
|
|
FixedText m_aSpaceText;
|
|
ListBox m_aSpaceBox;
|
|
|
|
FixedText m_aDepthText;
|
|
ListBox m_aDepthBox;
|
|
|
|
void FillValueBox( const ::psp::PPDKey* );
|
|
|
|
DECL_LINK( SelectHdl, ListBox* );
|
|
public:
|
|
RTSDevicePage( RTSDialog* );
|
|
~RTSDevicePage();
|
|
|
|
void update();
|
|
|
|
ULONG getLevel() { return m_aLevelBox.GetSelectEntry().ToInt32(); }
|
|
ULONG getDepth() { return m_aDepthBox.GetSelectEntry().ToInt32(); }
|
|
ULONG getColorDevice()
|
|
{
|
|
String aSpace( m_aSpaceBox.GetSelectEntry() );
|
|
return aSpace == m_aSpaceColor ? 1 : ( aSpace == m_aSpaceGray ? -1 : 0 );
|
|
}
|
|
};
|
|
|
|
class RTSOtherPage : public TabPage
|
|
{
|
|
RTSDialog* m_pParent;
|
|
|
|
FixedText m_aLeftTxt;
|
|
MetricField m_aLeftLB;
|
|
FixedText m_aTopTxt;
|
|
MetricField m_aTopLB;
|
|
FixedText m_aRightTxt;
|
|
MetricField m_aRightLB;
|
|
FixedText m_aBottomTxt;
|
|
MetricField m_aBottomLB;
|
|
FixedText m_aCommentTxt;
|
|
Edit m_aCommentEdt;
|
|
PushButton m_aDefaultBtn;
|
|
|
|
void initValues();
|
|
|
|
DECL_LINK( ClickBtnHdl, Button *);
|
|
|
|
public:
|
|
RTSOtherPage( RTSDialog* );
|
|
~RTSOtherPage();
|
|
|
|
void save();
|
|
};
|
|
|
|
class RTSFontSubstPage : public TabPage
|
|
{
|
|
RTSDialog* m_pParent;
|
|
|
|
FixedText m_aSubstitutionsText;
|
|
DelMultiListBox m_aSubstitutionsBox;
|
|
FixedText m_aFromFontText;
|
|
ComboBox m_aFromFontBox;
|
|
FixedText m_aToFontText;
|
|
ListBox m_aToFontBox;
|
|
|
|
PushButton m_aAddButton;
|
|
PushButton m_aRemoveButton;
|
|
CheckBox m_aEnableBox;
|
|
|
|
DECL_LINK( ClickBtnHdl, Button* );
|
|
DECL_LINK( SelectHdl, ListBox* );
|
|
DECL_LINK( DelPressedHdl, ListBox* );
|
|
|
|
void update();
|
|
public:
|
|
RTSFontSubstPage( RTSDialog* );
|
|
~RTSFontSubstPage();
|
|
};
|
|
|
|
} // namespace
|
|
|
|
#endif // _PAD_PRTSETUP_HXX
|