summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-10remove commented out codeThomas Arnhold1-18/+1
2013-04-10equalsAsciiL() -> operator==()Thomas Arnhold4-31/+21
2013-04-09rename overly generic placeware TempFile class to avoid symbol clashesPeter Foley3-11/+11
2013-04-09Related: fdo#62287 make it impossible to use a dead AquaSalFrameCaolán McNamara1-2/+8
2013-04-09Related: #i120237# cache the updated frame reference in AquaSalGraphicsHerbert Dürr1-1/+8
2013-04-09Resolves: #i120237# workaround a crash on OSX...Herbert Dürr1-3/+4
2013-04-09no mkdtemp on AIX eitherCaolán McNamara1-1/+1
2013-04-09get liblangtag to build on AIXCaolán McNamara1-1/+1
2013-04-09move dep on solenv_inc to platformDavid Tardon3-1/+13
2013-04-09only build WinResTarget on windowsDavid Tardon1-0/+5
2013-04-09add external for unistd.hDavid Tardon5-12/+32
2013-04-09there is no package icu_dataDavid Tardon1-2/+0
2013-04-09depend on headers also when using library objectsDavid Tardon1-0/+2
2013-04-09add missing dep on connectivity/FValue.hxxDavid Tardon1-0/+4
2013-04-09add missing dep on salhelper/simplereferenceobject.hxxDavid Tardon3-0/+3
2013-04-09Oops. Forgot to remove this debug statement.Kohei Yoshida1-1/+0
2013-04-09Get the whole thing to build after the SfxFilter interface change.Kohei Yoshida6-8/+10
2013-04-09String cleanup inside SfxFilter.Kohei Yoshida5-62/+70
2013-04-09com::sun::star cleanup.Kohei Yoshida1-42/+44
2013-04-09Make the member mutable to avoid ugly casting.Kohei Yoshida2-11/+28
2013-04-09Reduce indentation by early bail-out.Kohei Yoshida1-317/+318
2013-04-09Store filter provider property with SfxMedium.Kohei Yoshida2-1/+19
2013-04-09Use scoped_ptr for this for better exception safety.Kohei Yoshida1-6/+5
2013-04-09Sort the header includes and get it to build.Kohei Yoshida2-77/+70
2013-04-09The 'else if (nCount)' check is not necessary; remove it for less indentation.Kohei Yoshida1-551/+553
2013-04-09Remove unnecessary ::com::sun::star:: .Kohei Yoshida2-129/+126
2013-04-09Add xlsx and ods bits. Those file types are still not loadable.Kohei Yoshida1-15/+14
2013-04-09Use ucb to load bytes from file URL.Kohei Yoshida2-5/+30
2013-04-09Get it to build with the latest orcus. It may not be fully functional.Kohei Yoshida3-1/+44
2013-04-09Kill not necessasy OUString member variables.Jan Holesovsky2-48/+27
2013-04-09equalsAscii() and equalsAsciiL() -> operator==()Jan Holesovsky1-17/+17
2013-04-09Make this readable on a normal screen too.Jan Holesovsky1-2/+18
2013-04-09Kill m_xToolBarWindow here too.Jan Holesovsky2-3/+0
2013-04-09m_xToolBarWindow is apparently unused.Jan Holesovsky2-3/+0
2013-04-09Kill unused constants.Jan Holesovsky1-24/+15
2013-04-09equalsAsciiL() -> operator==().Jan Holesovsky1-50/+27
2013-04-09Kill unused member variable.Jan Holesovsky1-1/+0
2013-04-09sal_Bool -> bool.Jan Holesovsky2-25/+25
2013-04-09Include is better here.Jan Holesovsky1-14/+1
2013-04-09fdo#61389 - Display Properties, Set as default actions in save mode.Rafael Dominguez2-12/+44
2013-04-09Display correct region name in error messages.Rafael Dominguez3-3/+16
2013-04-09Fetch thumbnails position and id from filter array instead.Rafael Dominguez2-15/+28
2013-04-09Update template item path when moving it to another folder.Rafael Dominguez1-2/+2
2013-04-09Mark thumbnailview item as unselected when updating filter.Rafael Dominguez1-0/+1
2013-04-09Explicitely mention --disable-gio in distro-configs/LibreOfficeLinux.confPetr Mladek1-0/+1
2013-04-09remove unused icons, move icons to their place: hicontrastAndras Timar56-0/+0
2013-04-09remove unused icons: crystalAndras Timar23-0/+0
2013-04-09remove unused imagesAndras Timar8-0/+0
2013-04-09use common image from res/ folderAndras Timar1-1/+1
2013-04-09Resolves: fdo#61948 delayed delete deletes nothing under windowsCaolán McNamara1-1/+1