summaryrefslogtreecommitdiffstats
path: root/fpicker
Commit message (Collapse)AuthorAgeFilesLines
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const ↵Stephan Bergmann2011-09-291-13/+9
| | | | *() in Mac OS X only code.
* WaE: 'fileAttributesAtPath:traverseLink:' is deprecatedTor Lillqvist2011-09-291-0/+15
|
* Add mode linesTor Lillqvist2011-09-293-0/+9
|
* WaE: class 'AquaFilePickerDelegate' does not implement the ↵Tor Lillqvist2011-09-291-1/+8
| | | | 'NSOpenSavePanelDelegate' protocol
* Avoid "jump to case label crosses initialization" errors with gcc 4.2.1Tor Lillqvist2011-09-293-36/+46
| | | | | | | | | | | | | | | Reduce scope of variables declared inside a switch statement. OK, so make those code snippets into blocks then, to reduce the scope of those variables. Workaround for weird errors as reported by gcc 4.2.1 in the 10.6 SDK: SalAquaPicker.cxx: In member function 'void SalAquaPicker::implInitialize()': SalAquaPicker.cxx:134: error: jump to case label SalAquaPicker.cxx:127: error: crosses initialization of 'NSNumber* pExtn' SalAquaPicker.cxx:126: error: crosses initialization of 'NSUserDefaults* pDefaults' SalAquaPicker.cxx:141: error: jump to case label SalAquaPicker.cxx:127: error: crosses initialization of 'NSNumber* pExtn' SalAquaPicker.cxx:126: error: crosses initialization of 'NSUserDefaults* pDefaults'
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-271-2/+2
|
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-213-34/+34
| | | | | | | Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
* Revert "Trying to chop out the uwinapi library"Fridrich Štrba2011-09-161-0/+2
| | | | This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
* Trying to chop out the uwinapi libraryFridrich Štrba2011-09-161-2/+0
|
* Rewrite a bit so that Windows dbgutils build does not shoutFridrich Štrba2011-09-151-8/+8
|
* We can't #define _HAS_ITERATOR_DEBUGGING 0 in just some of the source filesTor Lillqvist2011-09-151-4/+0
| | | | | | | | | | | | It seems that _HAS_ITERATOR_DEBUGGING affects the layout of some classes, which of course means horrible breakage if some of the source files are compiled with it, the rest not. http://msdn.microsoft.com/en-us/library/aa985939%28v=vs.80%29.aspx http://connect.microsoft.com/VisualStudio/feedback/details/334315/has-iterator-debugging-0-causes-crash I will just have to fix the code in this handful of source files so that it compiles with _DEBUG defined. If I can be bothered.
* Drop Win9x codeTor Lillqvist2011-09-121-18/+10
|
* deletion of unneded variable in fpicker, previewadapter.cxxPierre-André Jacquod2011-09-121-2/+2
|
* More #define _HAS_ITERATOR_DEBUGGING 0 to fix _DEBUG MSVC buildsTor Lillqvist2011-08-291-0/+2
|
* fpicker depends on ucb thanks to the ODMA headers.Jan Holesovsky2011-08-241-1/+1
|
* Avoid compilation error in dbgutil (_DEBUG) MSVC buildTor Lillqvist2011-08-231-0/+2
| | | | | | | Define _HAS_ITERATOR_DEBUGGING as 0 so that we don't use the debugging ordering predicates, which cause compilation errors thanks to the way we use std::equal_range(). In this case it seemed fairly hairy to fix that, so...
* cppcheck: possibly efficient checking for emptinessTakeshi Abe2011-08-171-3/+3
|
* More header name case fixes for MinGW cross-compilationTor Lillqvist2011-07-203-5/+5
|
* Use delay loading only with MSCTor Lillqvist2011-07-201-1/+5
|
* Fix MSVC warnings and errors, fallout from previous commitTor Lillqvist2011-07-204-11/+8
|
* MinGW fixesTor Lillqvist2011-07-2011-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.
* Fix some MinGW warnings and errorsTor Lillqvist2011-07-204-3/+7
|
* The file is Fps.rc, not fps.rcTor Lillqvist2011-07-201-1/+1
|
* Drop Win9x dialogs and make compatible with windresTor Lillqvist2011-07-201-196/+15
|
* Drop Win9x stuffTor Lillqvist2011-07-207-312/+15
|
* Fix MinGW compilation errorsTor Lillqvist2011-07-205-2/+8
|
* Remove component_getImplementationEnvironment methodsMatúš Kukan2011-07-1211-111/+0
|
* adapt for new apiCaolán McNamara2011-06-221-1/+1
|
* ByteString -> rtl::OStringBufferCaolán McNamara2011-06-202-3/+3
|
* Use DESKTOP and NATIVE where appropriateTor Lillqvist2011-06-161-1/+1
|
* Sanity test, seems to fix fdo#37930Tor Lillqvist2011-06-061-0/+3
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-10/+10
|
* Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky2011-05-278-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
| * Merge commit 'ooo/DEV300_m106' into integration/dev300_m106Thorsten Behrens2011-04-288-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
| | * fwk167: Rebase to DEV300m103Carsten Driesner2011-03-214-1/+7
| | |\
| | * | fwk167: #i93666# Added separators to the new Vista/7 file dialogCarsten Driesner2011-03-186-84/+78
| | | |
| | * | fwk167: #i117379# Use bool instead of Windows type BOOL to prevent misuseCarsten Driesner2011-03-161-1/+1
| | | |
| | * | fwk167: #i117378# Use safer way to check for visibilityCarsten Driesner2011-03-161-1/+1
| | | |
| | * | fwk167: #i117378# Use BOOL instead of sal_Bool for Windows specific code.Carsten Driesner2011-03-161-1/+1
| | | |
| | * | fwk167: #i90917# Filter out requests for controls which are not available ↵Carsten Driesner2011-03-031-5/+28
| | | | | | | | | | | | | | | | for the explorer-style Windows file picker.
* | | | Drop OS2Tor Lillqvist2011-05-212-13/+3
| | | |
* | | | do not leak memoryDavid Tardon2011-05-121-2/+12
| | | |
* | | | use rtl::OUStringDavid Tardon2011-05-121-2/+2
| | | |
* | | | OpenOffice.org -> LibreOfficeLuboš Luňák2011-04-281-3/+3
| | | |
* | | | Easyhack: Add visibility markup to all component_get* functionsJulien Nabet2011-04-217-14/+13
| | | |
* | | | silence virtual overriden warningLuboš Luňák2011-04-111-0/+1
| | | |
* | | | -Wno-shadow for KDE sourcesLuboš Luňák2011-04-111-0/+4
|/ / / | | | | | | | | | KDE builds without this warning, so headers trigger it a lot.
* | | remove obsolete component_writeInfo methodsMichael Meeks2011-04-011-7/+1
| | |
* | | drop bogus executable flag from idl/build/src and config filesFrancisco Saito2011-03-291-0/+0
| | |
* | | using disposingCaolán McNamara2011-03-281-0/+4
| | |