/starmath/

on> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/fpicker/source
AgeCommit message (Collapse)Author
2013-02-05"Fix" bnc#777788Tor Lillqvist
Always call IFileDialog::SetFolder() in VistaFilePickerImpl::impl_sta_SetFileName() as that seems to be what the customer wants. And overall, it is a more reasonable behavior. Change-Id: I53807847d1d8f954caefe7d9e4b4e4807e6dcbfb Signed-off-by: Jan Holesovsky <kendy@suse.cz>
2012-12-05Bye bye ODMATor Lillqvist
SUSE has no interest in it any longer, and I doubt anybody else has either.
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
2012-11-29Make ODMA file picker UNO component passiveStephan Bergmann
Change-Id: I0f036781914b8aeec15dbfc8c99acefae935d1b7
2012-11-29Remove useless ODMAFolderPickerStephan Bergmann
...that effectively is just a wrapper around a SystemFolderPicker service implementation, as its m_bUseDMS is always false. Change-Id: I95eb4a36fde0b98020b5fbe57e242cd2ae47ab8b
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist
We can drop or simplify many conditionals. Change-Id: I37e820e515cc09845c30b62c89ddb3b6ff370f97
2012-11-27fdo#46808: Missing adaptions to XFolderPicker2Stephan Bergmann
c988da288ec473a28f61ebb53aa3ff82bab11ef4 "fdo#46808, Adapt ui::dialogs::FolderPicker UNO service to new style" had left some FolderPicker implementations at XFolderPicker, so creating them caused DeploymentExceptions. Change-Id: I3463161f9bb87a69a2777c331eb5b93d487790b0
2012-11-22one more GetUILocale leftoverEike Rathke
Change-Id: Ic3bd623f4c87f36bee9042f6a29039ade1f3372e
2012-11-21SvtURLBox derives from ComboBox not EditCaolán McNamara
so should use ComboBox in .src file once that's done we can remove the dummy Edit's which seem to exist only to get the right size/position onto the SvtURLBox. All of this removes the resource assert spew on loading the built-in filepicker Change-Id: I9e6249bc34ee563fc73784c46bb733901d4d55d6
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida
Also removed a fair amount of implicit inline methods to promote use of more forward declaration. Change-Id: I5ad21f0d7abc85281708b7e87f1036b02a053627