Home
last modified time | relevance | path

Searched refs:VclResId (Results 1 – 7 of 7) sorted by relevance

/trunk/main/vcl/source/window/
H A Dprintdlg.cxx64 , maToolTipString( String( VclResId( SV_PRINT_PRINTPREVIEW_TXT ) ) ) in PrintPreviewWindow()
464 , maNupLine( this, VclResId( SV_PRINT_PRT_NUP_LAYOUT_FL ) ) in NUpTabPage()
465 , maPagesBtn( this, VclResId( SV_PRINT_PRT_NUP_PAGES_BTN ) ) in NUpTabPage()
466 , maBrochureBtn( this, VclResId( SV_PRINT_PRT_NUP_BROCHURE_BTN ) ) in NUpTabPage()
468 , maNupPagesBox( this, VclResId( SV_PRINT_PRT_NUP_PAGES_BOX ) ) in NUpTabPage()
469 , maNupNumPagesTxt( this, VclResId( SV_PRINT_PRT_NUP_NUM_PAGES_TXT ) ) in NUpTabPage()
470 , maNupColEdt( this, VclResId( SV_PRINT_PRT_NUP_COLS_EDT ) ) in NUpTabPage()
471 , maNupTimesTxt( this, VclResId( SV_PRINT_PRT_NUP_TIMES_TXT ) ) in NUpTabPage()
472 , maNupRowsEdt( this, VclResId( SV_PRINT_PRT_NUP_ROWS_EDT ) ) in NUpTabPage()
473 , maPageMarginTxt1( this, VclResId( SV_PRINT_PRT_NUP_MARGINS_PAGES_1_TXT ) ) in NUpTabPage()
[all …]
/trunk/main/vcl/inc/
H A Dsvdata.hxx384 VCL_PLUGIN_PUBLIC ResId VclResId( sal_Int32 nId ); // throws std::bad_alloc if no res mgr
/trunk/main/vcl/source/gdi/
H A Dprint3.cxx251 …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 Dprint.cxx1301 ResStringArray aPaperStrings( VclResId( RID_STR_PAPERNAMES ) ); in GetPaperName()
/trunk/main/vcl/source/control/
H A Dbutton.cxx4295 rCtrlData.mpDisclosurePlus = new Image( BitmapEx( VclResId( SV_DISCLOSURE_PLUS ) ) ); in ImplDrawCheckBoxState()
4297 … rCtrlData.mpDisclosurePlusHC = new Image( BitmapEx( VclResId( SV_DISCLOSURE_PLUS_HC ) ) ); in ImplDrawCheckBoxState()
4299 rCtrlData.mpDisclosureMinus = new Image( BitmapEx( VclResId( SV_DISCLOSURE_MINUS ) ) ); in ImplDrawCheckBoxState()
4301 … rCtrlData.mpDisclosureMinusHC = new Image( BitmapEx( VclResId( SV_DISCLOSURE_MINUS_HC ) ) ); in ImplDrawCheckBoxState()
/trunk/main/vcl/source/app/
H A Dsvdata.cxx265 ResId VclResId( sal_Int32 nId ) in VclResId() function
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm109 maLocalizedStrings( VclResId( SV_PRINT_NATIVE_STRINGS ) )