iodlg.cxx (07a3d7f1) iodlg.cxx (b1bc2d97)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 3054 unchanged lines hidden (view full) ---

3063 {
3064 _pImp->_pFtTemplates = new FixedText( this, SvtResId( FT_EXPLORERFILE_SHARED_LISTBOX ) );
3065 _pImp->_pFtTemplates->SetText( SvtResId( STR_SVT_FILEPICKER_TEMPLATES ) );
3066
3067 _pImp->_pLbTemplates = new ListBox( this, SvtResId( LB_EXPLORERFILE_SHARED_LISTBOX ) );
3068 _pImp->_pLbTemplates->SetHelpId( HID_FILEOPEN_VERSION );
3069 // This is strange. During the re-factoring during 96930, I discovered that this help id
3070 // is set in the "Templates mode". This was hidden in the previous implementation.
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 3054 unchanged lines hidden (view full) ---

3063 {
3064 _pImp->_pFtTemplates = new FixedText( this, SvtResId( FT_EXPLORERFILE_SHARED_LISTBOX ) );
3065 _pImp->_pFtTemplates->SetText( SvtResId( STR_SVT_FILEPICKER_TEMPLATES ) );
3066
3067 _pImp->_pLbTemplates = new ListBox( this, SvtResId( LB_EXPLORERFILE_SHARED_LISTBOX ) );
3068 _pImp->_pLbTemplates->SetHelpId( HID_FILEOPEN_VERSION );
3069 // This is strange. During the re-factoring during 96930, I discovered that this help id
3070 // is set in the "Templates mode". This was hidden in the previous implementation.
3071 // Shouldn't this be a more meaningfull help id.
3071 // Shouldn't this be a more meaningful help id.
3072 // 96930 - 15.08.2002 - fs@openoffice.org
3073 }
3074 else if ( _nExtraBits & SFX_EXTRA_IMAGE_TEMPLATE )
3075 {
3076 _pImp->_pFtImageTemplates = new FixedText( this, SvtResId( FT_EXPLORERFILE_SHARED_LISTBOX ) );
3077 _pImp->_pFtImageTemplates->SetText( SvtResId( STR_SVT_FILEPICKER_IMAGE_TEMPLATE ) );
3078
3079 _pImp->_pLbImageTemplates = new ListBox( this, SvtResId( LB_EXPLORERFILE_SHARED_LISTBOX ) );

--- 399 unchanged lines hidden ---
3072 // 96930 - 15.08.2002 - fs@openoffice.org
3073 }
3074 else if ( _nExtraBits & SFX_EXTRA_IMAGE_TEMPLATE )
3075 {
3076 _pImp->_pFtImageTemplates = new FixedText( this, SvtResId( FT_EXPLORERFILE_SHARED_LISTBOX ) );
3077 _pImp->_pFtImageTemplates->SetText( SvtResId( STR_SVT_FILEPICKER_IMAGE_TEMPLATE ) );
3078
3079 _pImp->_pLbImageTemplates = new ListBox( this, SvtResId( LB_EXPLORERFILE_SHARED_LISTBOX ) );

--- 399 unchanged lines hidden ---