summaryrefslogtreecommitdiff
path: root/sfx2/source/doc
AgeCommit message (Collapse)AuthorFilesLines
2012-01-05Removed unnecessary tools includes.Marcel Metz2-2/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz2-2/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz4-4/+0
Hello lo-devs, this patch series removes a lot of unnecessary includes for the various tools header. The patches without suffix should be applied to the core repository, the .binfilter.patch suffix should be applied to the binfilter repository. I've tested the build with the configuration --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient or did I miss another important configuration, that enables some conditional compiled code? I've only build this on linux-x86_64, but the patch also touches some of the mac specific code like fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good idea to test this patch. regards Marcel Metz
2012-01-05unnecessary includeCaolán McNamara1-1/+0
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara2-4/+6
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test
2011-12-26catch exception by constant referenceTakeshi Abe2-2/+2
2011-12-22catch by const refCaolán McNamara4-13/+27
2011-12-08childs -> childrenMichael T. Whiteley3-19/+19
2011-12-03sfx2::FileDialogHelper: refactor construction:Michael Stahl2-2/+7
There are currently 2 different ways to specify what kind of file dialog should be created: the nDialogType and nFlags ctor parameters. Simplify that by using the nDialogType for the API specified variety, and the nFlags only for options that cannot be specified by the API. This allows to get rid of 3 constructors, and the following constants: WB_OPEN, WB_SAVEAS, WB_PASSWORD, SFXWB_PASSWORD, SFXWB_SHOWSTYLES
2011-12-03sfx2::DocumentInserter: remove nFlags ctor paramMichael Stahl1-7/+6
2011-12-03sfx2::FileDialogHelper: remove use of WB_OPENMichael Stahl1-1/+1
This can really be derived from the dialog type, don't duplicate it.
2011-12-03remove unused #include sfx2/filedlghelper.hxxMichael Stahl2-2/+0
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke6-9/+9
2011-11-30renamed Date::IsValid() to IsValidAndGregorian() to prevent misassumptionsEike Rathke2-2/+2
Once smaller than 1582-10-15 decrementing a Date will not produce a valid date.
2011-11-29Replace formattings with formattingLior Kaplan1-1/+1
2011-11-27remove include of pch header from sfx2Norbert Thiebaud40-79/+0
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon1-1/+1
2011-11-21Convert Sal to rtl::O(U)StringDavid Tardon1-3/+2
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara1-1/+3
2011-11-16add RTL_CONSTASCII_STRINGPARAM to appendAscii on string literalsCaolán McNamara2-9/+9
2011-11-16replaced String in SfxPickList with rtl::OUStringTakeshi Abe1-1/+1
this consists of 12df49396e6bcb07bafc95255a8526caac96e60a and related changes
2011-11-15Revert "replaced String in SfxPickList with rtl::OUString"Takeshi Abe1-1/+1
This reverts commit 12df49396e6bcb07bafc95255a8526caac96e60a.
2011-11-15replaced String in SfxPickList with rtl::OUStringTakeshi Abe1-1/+1
2011-11-11Heavily simplified utl::ConfigManager.Stephan Bergmann1-4/+1
2011-11-01eliminate SvUShorts typeDaniel Di Marco1-10/+6
2011-10-28remove pointless SfxBaseModel::setDocumentProperties()Michael Stahl1-10/+0
2011-10-28SfxBaseModel impl_setDocumentProperties to impl classMichael Stahl1-6/+11
2011-10-18CMIS: Fixed the smoketests failure by catching some exceptionsMichael Stahl1-12/+19
2011-10-18Reapply "CMIS: use another name to show than the one extracted from the base URLCédric Bosdonnat1-3/+19
This reverts commit 4901bdf4c4971e9b8235ab9bfbd0ee1088d51b45.
2011-10-17Revert "CMIS: use another name to show than the one extracted from the base URL"Luboš Luňák1-19/+3
The commit makes LO unusable, it fails during startup, smoketest fails as well. This reverts commit cd1a12dc552e9d34c7481c83b07a6f6af0e8762b.
2011-10-17CMIS: use another name to show than the one extracted from the base URLCédric Bosdonnat1-3/+19
In CMIS, the URL is only providing an easy access to the CMIS interface and doesn't reflect the public path on the server. A new property has been added in the SfxMedium items to hold the document name on the server and set it as the window title.
2011-10-06WaE: class has virtual functions, but destructor is not virtualTor Lillqvist1-1/+5
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara1-0/+3
2011-09-29Replace SvULongs with std::vector in sfx2Maciej Rumianowski1-7/+6
Bug 38831, replace SvULongs with std::vector in sfx2 and related svtools
2011-09-22Fix of localized template name problems in Impress part 2Peter Rabi4-74/+132
Template entries now appear in the correct word order in their representation in SfxDocumentTemplates. That makes template listboxes in a few dialogs work as expected. Contributed under license LGPLv3+/MPL.
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold1-9/+9
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
2011-09-13I believe the src charset pragma is archaic and unusedCaolán McNamara2-5/+2
2011-09-03operator fixingJulien Nabet1-1/+1
2011-08-31various unused codeCaolán McNamara1-6/+0
2011-08-31grabbag of unused codeCaolán McNamara2-54/+0
2011-08-29deconfuse this api somewhatCaolán McNamara1-1/+1
2011-08-29ByteString->rtl::OString and destupid-api a bitCaolán McNamara1-3/+4
2011-08-29callcatcher: variousCaolán McNamara3-42/+0
2011-08-25callcatcher: yet more unused codeCaolán McNamara1-52/+0
2011-08-23callcatcher: yet more unused codeCaolán McNamara3-64/+0
2011-08-22unusedcode: sfx:: sfx2::Matúš Kukan1-16/+0
2011-08-22Make template names appear in the correct word orderPeter Rabi3-0/+11
This patch turns on sorting in many listboxes containing template or region names in Impress. Contributed under license LGPLv3+/MPL.
2011-08-18callcatcher: unused codeCaolán McNamara1-35/+0
2011-08-17remove freshly unused codeCaolán McNamara1-50/+0
2011-08-17regenerate listCaolán McNamara1-302/+0