Issue 70923 - CFilePicker::initialize doesn't handle arguments properly
Summary: CFilePicker::initialize doesn't handle arguments properly
Status: CONFIRMED
Alias: None
Product: gsl
Classification: Code
Component: code (show other issues)
Version: current
Hardware: PC Windows, all
: P3 Trivial (vote)
Target Milestone: OOo 3.x
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-27 01:20 UTC by tml
Modified: 2013-02-07 22:01 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description tml 2006-10-27 01:20:12 UTC
Comparing the code of the Win32 system file picker in
fpicker/source/win32/FilePicker.cxx: CFilePicker::initialize() and the "Office"
file picker in fpicker/source/office/OfficeFilePicker.cxx:
SvtFilePicker::initialize(), and also looking at the way the file picker is
called from sfx2/source/dialog/filedlghelper.cxx:
FileDialogHelper_Impl::FileDialogHelper_Impl() you notice that the system file
picker code does not handle the arguments to the initialize() method properly,
and effectively then ignores them in some (all?) cases.

This is mentioned in the TODO comment in filedlghelper.cxx, but I thought it is
good to have an issue for it, too.
Comment 1 philipp.lohmann 2006-10-27 08:36:57 UTC
pl->hro: you still own that code, yes ?
Comment 2 hennes.rohling 2007-01-22 18:28:59 UTC
Changed target.
Comment 3 hennes.rohling 2007-05-22 09:35:34 UTC
Accepted
Comment 4 Martin Hollmichel 2008-01-28 02:33:46 UTC
set target 3.0
Comment 5 hennes.rohling 2008-05-30 13:50:02 UTC
Retargeted.
Comment 6 kai.sommerfeld 2009-07-13 14:24:22 UTC
cd: Please take over.