Home
last modified time | relevance | path

Searched refs:SaneResId (Results 1 – 2 of 2) sorted by relevance

/trunk/main/extensions/source/scanner/
H A Dsanedlg.cxx38 ResId SaneResId( sal_uInt32 nID ) in SaneResId() function
45 ModalDialog( pParent, SaneResId( RID_SANE_DIALOG ) ), in SaneDlg()
50 maOKButton( this, SaneResId( RID_SCAN_OK ) ), in SaneDlg()
60 maLeftField( this, SaneResId( RID_SCAN_LEFT_BOX ) ), in SaneDlg()
61 maScanTopTxt( this, SaneResId( RID_SCAN_TOP_TXT ) ), in SaneDlg()
62 maTopField( this, SaneResId( RID_SCAN_TOP_BOX ) ), in SaneDlg()
68 maDeviceBox( this, SaneResId( RID_DEVICE_BOX ) ), in SaneDlg()
76 maPreviewBox( this, SaneResId( RID_PREVIEW_BOX ) ), in SaneDlg()
77 maAreaBox( this, SaneResId( RID_SCANAREA_BOX ) ), in SaneDlg()
114 Bitmap( SaneResId( RID_SCAN_BITMAP_PLUS ) ), in SaneDlg()
[all …]
H A Dgrid.cxx39 ResId SaneResId( sal_uInt32 );
50 : ModalDialog( pParent, SaneResId( GRID_DIALOG ) ), in GridWindow()
59 m_aMarkerBitmap( Bitmap( SaneResId( GRID_DIALOG_HANDLE_BMP ) ), Color( 255, 255, 255 ) ), in GridWindow()
60 m_aOKButton( this, SaneResId( GRID_DIALOG_OK_BTN ) ), in GridWindow()
61 m_aCancelButton( this, SaneResId( GRID_DIALOG_CANCEL_BTN ) ), in GridWindow()
62 m_aResetTypeBox( this, SaneResId( GRID_DIALOG_TYPE_BOX ) ), in GridWindow()
63 m_aResetButton( this, SaneResId( GRID_DIALOG_RESET_BTN ) ) in GridWindow()
65 …sal_uInt16 nPos = m_aResetTypeBox.InsertEntry( String( SaneResId( RESET_TYPE_LINEAR_ASCENDING ) ) … in GridWindow()
68 nPos = m_aResetTypeBox.InsertEntry( String( SaneResId( RESET_TYPE_LINEAR_DESCENDING ) ) ); in GridWindow()
71 nPos = m_aResetTypeBox.InsertEntry( String( SaneResId( RESET_TYPE_RESET ) ) ); in GridWindow()
[all …]

Completed in 38 milliseconds