summaryrefslogtreecommitdiff
path: root/toolkit/source
AgeCommit message (Collapse)Author
2011-03-11Move DBG_ERROR5 to OSL_TRACEThomas Arnhold
2011-03-11Move DBG_ERROR2 to OSL_TRACEThomas Arnhold
2011-03-11Move DBG_ERROR1 to OSL_TRACEThomas Arnhold
2011-03-11Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-03-11Move DBG_ERROR to OSL_FAIL and correct OString usageThomas Arnhold
2011-03-04Remove bogus and useless comments.Guillaume Poussel
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-03-01avoid implicit castCaolán McNamara
2011-02-27Remove "using namespace ::rtl"Julien Nabet
2011-02-27Fix small bugJulien Nabet
2011-02-23Some more #include <boost/ptr_container/ptr_vector.hpp> fixesJoseph Powers
2011-02-19Some more #include <tools/list.hxx> cleanupJoseph Powers
I basically removed them for everywhere and then added back in only the ones required to get it to build. I did a "make distclean" on Mac and it worked.
2011-02-10Remove DECLARE_LIST( ComponentEntryList, ComponentEntry* )Joseph Powers
2011-02-10Remove DECLARE_LIST( UnoControlModelEntryListBase, UnoControlModelEntry* )Joseph Powers
2011-02-10Remove DECLARE_LIST( PopupMenuRefList, uno::Reference< awt::XPopupMenu >* )Joseph Powers
2011-02-08Remove a comment out DECLARE_LISTJoseph Powers
The easyiest type.
2011-02-09prewin.h already includes <windows.h>Tor Lillqvist
2011-02-08Port stuff to our private implementation of SGI extensionsFridrich Štrba
2011-02-08Move prewin.h and postwin.h to solenv and adaptTor Lillqvist
2011-02-04Bulk move libs-gui to boost unordered containersFridrich Strba
2011-01-31use the right variableDavid Tardon
Not that it matters much, as nWheelBehavior has the same value...
2011-01-28Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold
2011-01-25WaE: remove unused variableDavid Tardon
2011-01-25WaE: gcc 4.6.0 various warningsCaolán McNamara
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2011-01-16move these global static to be local staticsCaolán McNamara
2011-01-06cppunit: prefer prefix variantCaolán McNamara
2011-01-06cppunit: prefer prefix variantCaolán McNamara
2011-01-01cppcheck: prefer prefix variantCaolán McNamara
2011-01-01cppcheck: prefer prefix variantCaolán McNamara
2011-01-01cppcheck: prefer prefix variantCaolán McNamara
2011-01-01cppcheck: prefer prefix variantCaolán McNamara
2010-12-29cppcheck: prefer prefix variantsCaolán McNamara
2010-12-24cppcheck: prefer prefix variantCaolán McNamara
2010-12-24cppcheck: prefer prefix variantCaolán McNamara
2010-12-23cppcheck: prefer prefix variantCaolán McNamara
2010-12-23cppcheck: prefer prefix variantCaolán McNamara
2010-12-23cppcheck: prefer prefix variantCaolán McNamara
2010-12-23cppcheck: prefer prefix variantCaolán McNamara
2010-12-20RTL_CONSTASCII_USTRINGPARAMserval
2010-12-18cppcheck: uninit member variableCaolán McNamara
2010-12-13Change unnamespaced file.hxx macrosAndy Holder
2010-12-09finish cleanup of missing icon handling codeJoachim Tremouroux
2010-12-06remove obsolete __FAR_DATAMichael Callahan
2010-11-28cppcheck: can use prefix variantCaolán McNamara
2010-11-27cppcheck: use prefix formCaolán McNamara
2010-11-27cppcheck: use prefix formCaolán McNamara
2010-11-27cppcheck: use prefix formCaolán McNamara
2010-11-25RTL_CONSTASCII_USTRINGPARAM in libs-gui 22Gert Faller
2010-11-22RTL_CONSTASCII_USTRINGPARAM in libs-gui 08Gert Faller