Searched refs:VclResId (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/vcl/source/window/ |
H A D | printdlg.cxx | 645 , maPrinters( this, VclResId( SV_PRINT_PRINTERS ) ) in JobTabPage() 654 , maCopies( this, VclResId( SV_PRINT_COPIES ) ) in JobTabPage() 656 , maCopyCount( this, VclResId( SV_PRINT_COPYCOUNT ) ) in JobTabPage() 658 , maCollateBox( this, VclResId( SV_PRINT_COLLATE ) ) in JobTabPage() 661 , maCollateImg( VclResId( SV_PRINT_COLLATE_IMG ) ) in JobTabPage() 835 : ModalDialog( i_pParent, VclResId( SV_DLG_PRINT ) ) in PrintDialog() 836 , maOKButton( this, VclResId( SV_PRINT_OK ) ) in PrintDialog() 838 , maHelpButton( this, VclResId( SV_PRINT_HELP ) ) in PrintDialog() 840 , maPageEdit( this, VclResId( SV_PRINT_PAGE_EDIT ) ) in PrintDialog() 844 , maTabCtrl( this, VclResId( SV_PRINT_TABCTRL ) ) in PrintDialog() [all …]
|
/aoo42x/main/vcl/inc/ |
H A D | svdata.hxx | 384 VCL_PLUGIN_PUBLIC ResId VclResId( sal_Int32 nId ); // throws std::bad_alloc if no res mgr
|
/aoo42x/main/vcl/source/gdi/ |
H A D | print3.cxx | 251 …xFilterMgr->appendFilter( String( VclResId( SV_STDTEXT_ALLFILETYPES ) ), ::rtl::OUString( RTL_CONS… in queryFile() 324 ErrorBox aBox( NULL, VclResId( SV_PRINT_NOPRINTERWARNING ) ); in ImplPrintJob() 464 ErrorBox aBox( NULL, VclResId( SV_PRINT_NOCONTENT ) ); in ImplPrintJob()
|
H A D | print.cxx | 1301 ResStringArray aPaperStrings( VclResId( RID_STR_PAPERNAMES ) ); in GetPaperName()
|
/aoo42x/main/vcl/source/control/ |
H A D | button.cxx | 4298 rCtrlData.mpDisclosurePlus = new Image( BitmapEx( VclResId( SV_DISCLOSURE_PLUS ) ) ); in ImplDrawCheckBoxState() 4300 … rCtrlData.mpDisclosurePlusHC = new Image( BitmapEx( VclResId( SV_DISCLOSURE_PLUS_HC ) ) ); in ImplDrawCheckBoxState() 4302 rCtrlData.mpDisclosureMinus = new Image( BitmapEx( VclResId( SV_DISCLOSURE_MINUS ) ) ); in ImplDrawCheckBoxState() 4304 … rCtrlData.mpDisclosureMinusHC = new Image( BitmapEx( VclResId( SV_DISCLOSURE_MINUS_HC ) ) ); in ImplDrawCheckBoxState()
|
/aoo42x/main/vcl/source/app/ |
H A D | svdata.cxx | 265 ResId VclResId( sal_Int32 nId ) in VclResId() function
|
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | aquaprintaccessoryview.mm | 109 maLocalizedStrings( VclResId( SV_PRINT_NATIVE_STRINGS ) )
|
Completed in 82 milliseconds