Searched refs:PrinterOptionsHelper (Results 1 – 10 of 10) sorted by relevance
| /trunk/main/sd/source/ui/view/ |
| H A D | DocumentRenderer.cxx | 84 const vcl::PrinterOptionsHelper& rHelper, in PrintOptions() 212 const vcl::PrinterOptionsHelper& mrProperties; 433 AddDialogControl( vcl::PrinterOptionsHelper::getGroupControlOpt( in ProcessResource() 441 vcl::PrinterOptionsHelper::UIControlOptions aPrintOpt; in ProcessResource() 443 AddDialogControl( vcl::PrinterOptionsHelper::getSubgroupControlOpt( in ProcessResource() 451 AddDialogControl( vcl::PrinterOptionsHelper::getChoiceControlOpt( in ProcessResource() 462 vcl::PrinterOptionsHelper::UIControlOptions in ProcessResource() 464 AddDialogControl( vcl::PrinterOptionsHelper::getChoiceControlOpt( in ProcessResource() 477 vcl::PrinterOptionsHelper::UIControlOptions in ProcessResource() 479 AddDialogControl( vcl::PrinterOptionsHelper::getChoiceControlOpt( in ProcessResource() [all …]
|
| /trunk/main/vcl/source/gdi/ |
| H A D | print3.cxx | 1700 Any PrinterOptionsHelper::getValue( const rtl::OUString& i_rPropertyName ) const in getValue() 1710 void PrinterOptionsHelper::setValue( const rtl::OUString& i_rPropertyName, const Any& i_rValue ) in setValue() 1715 bool PrinterOptionsHelper::hasProperty( const rtl::OUString& i_rPropertyName ) const in hasProperty() 1723 sal_Bool PrinterOptionsHelper::getBoolValue( const rtl::OUString& i_rPropertyName, sal_Bool i_bDefa… in getBoolValue() 1730 sal_Int64 PrinterOptionsHelper::getIntValue( const rtl::OUString& i_rPropertyName, sal_Int64 i_nDef… in getIntValue() 1737 rtl::OUString PrinterOptionsHelper::getStringValue( const rtl::OUString& i_rPropertyName, const rtl… in getStringValue() 1744 bool PrinterOptionsHelper::processProperties( const Sequence< PropertyValue >& i_rNewProp, in processProperties() 1779 void PrinterOptionsHelper::appendPrintUIOptions( uno::Sequence< beans::PropertyValue >& io_rProps )… in appendPrintUIOptions() 1792 Any PrinterOptionsHelper::getUIControlOpt( const rtl::OUString& i_rTitle, in getUIControlOpt() 1796 … const PrinterOptionsHelper::UIControlOptions& i_rControlOptions in getUIControlOpt() [all …]
|
| /trunk/main/sw/source/core/view/ |
| H A D | printdata.cxx | 293 vcl::PrinterOptionsHelper::UIControlOptions aPaperTrayOpt; in SwPrintUIOptions() 303 vcl::PrinterOptionsHelper::UIControlOptions aPrintRangeOpt; in SwPrintUIOptions() 334 vcl::PrinterOptionsHelper::UIControlOptions aPageRangeOpt( aPrintRangeName, 1, sal_True ); in SwPrintUIOptions() 342 vcl::PrinterOptionsHelper::UIControlOptions aContentsOpt; in SwPrintUIOptions() 358 …vcl::PrinterOptionsHelper::UIControlOptions aAnnotOpt( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(… in SwPrintUIOptions() 371 vcl::PrinterOptionsHelper::UIControlOptions aPageSetOpt; in SwPrintUIOptions() 422 …vcl::PrinterOptionsHelper::UIControlOptions aBrochureRTLOpt( aBrochurePropertyName, -1, sal_True ); in SwPrintUIOptions()
|
| /trunk/main/vcl/inc/vcl/ |
| H A D | print.hxx | 552 class VCL_DLLPUBLIC PrinterOptionsHelper class 559 PrinterOptionsHelper() {} // create without ui properties in PrinterOptionsHelper() function in vcl::PrinterOptionsHelper 560 …PrinterOptionsHelper( const com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >&… in PrinterOptionsHelper() function in vcl::PrinterOptionsHelper 563 ~PrinterOptionsHelper() in ~PrinterOptionsHelper()
|
| /trunk/main/basctl/source/basicide/ |
| H A D | basicrenderable.cxx | 51 vcl::PrinterOptionsHelper::UIControlOptions aPrintRangeOpt; in BasicRenderable() 74 vcl::PrinterOptionsHelper::UIControlOptions aPageRangeOpt( aPrintContentName, 1, sal_True ); in BasicRenderable()
|
| H A D | basicrenderable.hxx | 37 public vcl::PrinterOptionsHelper
|
| /trunk/main/starmath/inc/ |
| H A D | unomodel.hxx | 46 class SmPrintUIOptions : public vcl::PrinterOptionsHelper
|
| /trunk/main/sw/inc/ |
| H A D | printdata.hxx | 185 class SwPrintUIOptions : public vcl::PrinterOptionsHelper
|
| /trunk/main/sc/source/ui/unoobj/ |
| H A D | docuno.cxx | 217 class ScPrintUIOptions : public vcl::PrinterOptionsHelper 254 vcl::PrinterOptionsHelper::UIControlOptions aPrintRangeOpt; in ScPrintUIOptions() 297 vcl::PrinterOptionsHelper::UIControlOptions aPageRangeOpt( aPrintRangeName, 1, sal_True ); in ScPrintUIOptions()
|
| /trunk/main/starmath/source/ |
| H A D | unomodel.cxx | 140 vcl::PrinterOptionsHelper::UIControlOptions aRangeOpt( aPrintFormatProp, 2, sal_True ); in SmPrintUIOptions()
|