summaryrefslogtreecommitdiff
path: root/fpicker/source/win32
AgeCommit message (Collapse)AuthorFilesLines
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-06-07nuke dead codeTakeshi Abe1-10/+0
Change-Id: Id9920ea7b82ea178e904f78bbd41ffc434813e0b
2012-06-01nuke unused namespaceTakeshi Abe1-2/+0
Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976
2012-05-29targetted SAL_N_ELEMENTS reversion.Michael Meeks1-1/+2
Change-Id: I30be93ccaeb1f9fd17cbe9e3ed3165e094810b2e
2012-05-27break dep. cycle between vcl and fpickerDavid Tardon1-2/+1
Change-Id: I04c68440d7c5e5b6c620b406ff52b1cca9e2fbfb
2012-05-23removed unused temporary rtl::OUStringTakeshi Abe1-1/+0
Change-Id: I9d118a5fbe2306465d8bcdb9ddd0596588137e5e
2012-05-04fpicker: fixed build problems for macos and windowsCédric Bosdonnat1-1/+1
Change-Id: I34a7d62f8ee55cbc7f8506c1bdc4b12fe6e5d7bf
2012-05-04fpicker: make the place edition dialog workingCédric Bosdonnat1-1/+1
Change-Id: If290ea4c1418162902e00bcc29c3afe69685ec5d
2012-04-21Partially revert: "Replace css macro with namespace for nicer namespacing"Thomas Arnhold2-2/+14
To fix the build. I can't test it on win32, thought it would work...
2012-04-21Replace css macro with namespace for nicer namespacingThomas Arnhold6-42/+6
2012-04-16WaE: declaration of 'size' shadows a member of 'this'David Tardon2-3/+3
2012-04-16WaE: passing NULL to non-pointer argumentDavid Tardon1-1/+1
2012-04-16WaE: deprecated conversion from string constant to 'LPTSTR'David Tardon1-1/+1
2012-04-16WaE: 'auto_ptr' is deprecatedDavid Tardon1-3/+4
2012-04-16WaE: deprecated conversion from string constant to 'LPTSTR'David Tardon1-1/+1
2012-04-16WaE: "_WIN32_WINNT" redefinedDavid Tardon1-0/+3
2012-04-16WaE: variable 'GDIError' set but not usedDavid Tardon1-1/+4
2012-04-16WaE: deprecated conversion from string constant to 'LPTSTR'David Tardon1-1/+1
2012-03-15fdo#47246: fpicker: merge fop into fps: remove Fopentry.cxxMichael Stahl1-102/+0
Forgot that in 095528351c3c916ef3c79f7275113ec628b4d473.
2012-03-15error: 'XFolderPicker' was not declared in this scopeDavid Tardon1-0/+1
2012-03-14fdo#47246: fpicker: merge fop library into fps:Michael Stahl3-1/+66
Since nobody seems to know why these are separate, merge fop into fps. In case this untested change doesn't work out it should be reverted :)
2012-02-24MinGW: IFileDialog is present, but IFileDialogCustomize is still missing.Jan Holesovsky6-16/+16
2012-02-24Rewrite fix to use the same SimpleResMgr ctor as it did beforeStephan Bergmann1-3/+2
...as the two actually behave subtly differently.
2012-02-23fix build on Windows: use OUStringMatus Kukan1-1/+1
2012-02-19Get rid of size() == 0Elton Chung1-1/+1
2012-02-17Possible inefficient checking for 'm_EventList' emptiness.Mariusz Dykierek1-1/+1
2012-02-13Fix typos in commentsElton Chung1-2/+2
2011-12-27fpicker: convert to gbuildMatúš Kukan3-189/+0
2011-11-27remove include of pch header from fpickerNorbert Thiebaud32-64/+0
2011-10-25WaE: misc. windows related fixesMichael Meeks2-4/+2
2011-10-05Use OUString::getStr()Tor Lillqvist1-2/+2
2011-10-05Fix fpicker windows buildFridrich Štrba2-5/+5
2011-09-12Drop Win9x codeTor Lillqvist1-18/+10
2011-09-12deletion of unneded variable in fpicker, previewadapter.cxxPierre-André Jacquod1-2/+2
2011-08-17cppcheck: possibly efficient checking for emptinessTakeshi Abe1-3/+3
2011-07-20More header name case fixes for MinGW cross-compilationTor Lillqvist3-5/+5
2011-07-20Fix MSVC warnings and errors, fallout from previous commitTor Lillqvist4-11/+8
2011-07-20MinGW fixesTor Lillqvist11-22/+56
Unfortunately IFileDialog is missing from both mingw-w64 and Wine headers, so we can't build the specialized file picker for Vista or newer with MinGW. That sucks. Also fix some file name case and backslash botches in #include statements.
2011-07-20Fix some MinGW warnings and errorsTor Lillqvist4-3/+7
2011-07-20The file is Fps.rc, not fps.rcTor Lillqvist1-1/+1
2011-07-20Drop Win9x dialogs and make compatible with windresTor Lillqvist1-196/+15
2011-07-20Drop Win9x stuffTor Lillqvist7-312/+15
2011-07-20Fix MinGW compilation errorsTor Lillqvist5-2/+8
2011-07-12Remove component_getImplementationEnvironment methodsMatúš Kukan2-32/+0
2011-06-06Sanity test, seems to fix fdo#37930Tor Lillqvist1-0/+3
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky8-64/+107
Conflicts: basic/source/classes/sbunoobj.cxx basic/source/inc/runtime.hxx basic/source/runtime/step1.cxx desktop/source/deployment/dp_services.cxx drawinglayer/prj/d.lst drawinglayer/source/primitive2d/makefile.mk sfx2/source/appl/appinit.cxx sfx2/source/appl/appquit.cxx sfx2/source/inc/appdata.hxx sfx2/source/view/viewfrm.cxx svx/source/fmcomp/gridctrl.cxx vbahelper/source/vbahelper/vbahelper.cxx
2011-04-28Merge commit 'ooo/DEV300_m106' into integration/dev300_m106Thorsten Behrens8-64/+107
Conflicts: avmedia/source/gstreamer/gstframegrabber.cxx avmedia/source/gstreamer/gstplayer.cxx avmedia/source/gstreamer/gstplayer.hxx basic/inc/basic/sbxdef.hxx basic/source/classes/sbxmod.cxx basic/source/comp/makefile.mk basic/source/comp/sbcomp.cxx basic/source/inc/namecont.hxx basic/source/inc/scriptcont.hxx basic/source/runtime/methods.cxx basic/source/runtime/runtime.cxx basic/source/runtime/stdobj.cxx basic/source/runtime/step1.cxx basic/source/uno/namecont.cxx basic/util/makefile.mk connectivity/source/commontools/predicateinput.cxx connectivity/source/drivers/dbase/DNoException.cxx connectivity/source/drivers/dbase/DTable.cxx connectivity/source/drivers/file/fcomp.cxx connectivity/source/drivers/jdbc/JConnection.cxx connectivity/source/drivers/odbcbase/OResultSet.cxx connectivity/source/drivers/odbcbase/OStatement.cxx connectivity/source/parse/sqlnode.cxx desktop/source/app/app.cxx drawinglayer/inc/drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx drawinglayer/source/processor2d/vclprocessor2d.cxx formula/inc/formula/token.hxx formula/source/core/api/token.cxx fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx fpicker/source/win32/filepicker/platform_vista.h framework/source/helper/persistentwindowstate.cxx framework/source/uielement/menubarmanager.cxx oovbaapi/ooo/vba/XFoundFiles.idl oovbaapi/ooo/vba/excel/XApplication.idl oovbaapi/ooo/vba/msforms/XCheckBox.idl oovbaapi/ooo/vba/msforms/XComboBox.idl oovbaapi/ooo/vba/msforms/XControl.idl oovbaapi/ooo/vba/msforms/XGroupBox.idl oovbaapi/ooo/vba/msforms/XLabel.idl oovbaapi/ooo/vba/msforms/XListBox.idl oovbaapi/ooo/vba/msforms/XNewFont.idl oovbaapi/ooo/vba/msforms/XRadioButton.idl oovbaapi/ooo/vba/msforms/XTextBox.idl oovbaapi/ooo/vba/msforms/XToggleButton.idl scripting/source/dlgprov/dlgevtatt.cxx sfx2/source/control/unoctitm.cxx sfx2/source/doc/objstor.cxx sfx2/source/doc/objxtor.cxx svx/inc/svx/svdograf.hxx svx/source/form/fmpage.cxx svx/source/form/fmpgeimp.cxx svx/source/svdraw/svdedtv.cxx svx/source/svdraw/svdfmtf.cxx svx/source/svdraw/svdograf.cxx svx/source/svdraw/svdouno.cxx svx/source/xml/xmlgrhlp.cxx uui/source/iahndl-ssl.cxx vbahelper/Library_msforms.mk vbahelper/Library_vbahelper.mk vbahelper/inc/vbahelper/vbahelper.hxx vbahelper/prj/build.lst vbahelper/source/msforms/vbacombobox.cxx vbahelper/source/msforms/vbacontrol.cxx vbahelper/source/msforms/vbacontrols.cxx vbahelper/source/msforms/vbaframe.cxx vbahelper/source/msforms/vbaframe.hxx vbahelper/source/msforms/vbalabel.cxx vbahelper/source/msforms/vbalabel.hxx vbahelper/source/msforms/vbalistbox.cxx vbahelper/source/msforms/vbalistbox.hxx vbahelper/source/msforms/vbamultipage.cxx vbahelper/source/msforms/vbatogglebutton.cxx vbahelper/source/msforms/vbauserform.cxx vbahelper/source/vbahelper/vbacommandbar.cxx vbahelper/source/vbahelper/vbacommandbarcontrol.cxx vbahelper/source/vbahelper/vbacommandbarcontrols.hxx vbahelper/source/vbahelper/vbahelper.cxx vbahelper/source/vbahelper/vbawindowbase.cxx xmloff/source/meta/xmlmetai.cxx xmloff/source/style/PageMasterExportPropMapper.cxx xmloff/source/style/PageMasterStyleMap.cxx xmloff/source/text/txtexppr.cxx xmloff/source/text/txtprmap.cxx
2011-04-21Easyhack: Add visibility markup to all component_get* functionsJulien Nabet2-4/+4
2011-03-24remove executable bit from files that are not executablesLuboš Luňák87-0/+0
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold8-20/+20