summaryrefslogtreecommitdiff
path: root/framework/source
AgeCommit message (Collapse)Author
2012-01-23can replace all PLACEHOLDER_PATH tokensCaolán McNamara
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz
2012-01-16convert low hanging Strings to OUStringCaolán McNamara
2012-01-15The "Open..." button's more room problem solved fdo#33794Tomcsik Bence
By adding a int i_nExtraWidth parameter to the layoutButton function there will be enough space for the open button and its black triangle.
2012-01-13noone uses ShareableMutex::getShareableOslMutexCaolán McNamara
2012-01-10workaround internal compiler error with gcc 4.7David Tardon
2012-01-10simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2012-01-06Removed unnecessary tools/link.hxx includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
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-04make these variables staticMatúš Kukan
2011-12-30Fix for fdo43460 Part XX getLength() to isEmpty()Olivier Hallot
Part XX Module framework
2011-12-21Remove HelpAgentWindowAugust Sodora
2011-12-20pretty up exception message for display in StarBasic dialogsCaolán McNamara
2011-12-18Always load res of LibO UI locale, not system deflocale fdo#43475Andras Timar
2011-12-15Removed extra semicolonsJesse
2011-12-14shrinked useless constants/definesTakeshi Abe
2011-12-14catch exception by constant referenceTakeshi Abe
2011-12-12No need to register LibO, so drop the Register iconsStefan Knorr (astron)
2011-12-08childs -> childrenMichael T. Whiteley
2011-12-07Remove oooimprovementAugust Sodora
2011-12-07Change "menues" to "menus"Michael T. Whiteley
2011-12-06Make dialogs fail with an exception in headless tests.Stephan Bergmann
2011-12-05add some form control support for basic dialogsNoel Power
2011-12-03property name spelling s/Visiable/Visible/Michael Stahl
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke
2011-11-28s/weather/whether/ where appropriateKorrawit Pruegsanusak
2011-11-28typos fixingKorrawit Pruegsanusak
2011-11-27remove include of pch header from frameworkNorbert Thiebaud
2011-11-26Remove some uses of OUString::setCharAtAugust Sodora
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon
2011-11-21cppcheck: C-style pointer castingAugust Sodora
2011-11-14LoadEnv::impl_makeFrameWindowVisible: fix crash:Michael Stahl
do not insert "Preview" property if it does not exist already (dbaccess crashes after throwing uncaught exception because of this when creating new database; regression in 88285f84bdf54147ee5238e97d0d805fa1c127c1)
2011-11-14Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann
2011-11-13spellingLionel Elie Mamane
2011-11-13fdo#35091 do not honour ForceFocusAndToFront preference for previewLionel Elie Mamane
2011-11-11Heavily simplified utl::ConfigManager.Stephan Bergmann
2011-11-08remove empty Text [ x-comment ] entriesAndras Timar
2011-10-18Undo basis/brand split: move program/{addin,filter,plugin} from basis to brand.Stephan Bergmann
And let $(prog), $(progpath), $(progurl) point to brand program/ instead of basis program/.
2011-10-18Undo basis/brand split: move presets/ from basis to brand.Stephan Bergmann
Also let utl::Bootstrap::locateBaseInstallation return $BRAND_BASE_DIR instead of $OOO_BASE_DIR, so that things match again.
2011-10-07Undo basis/brand split: merge basis share/ into brand share/.Stephan Bergmann
2011-10-07Improved exception reporting.Stephan Bergmann
2011-10-07cppcheck scope reduction in framework/.. menubarmanager.cxxPierre-André Jacquod
2011-10-07cppcheck scope reduction in framework/... menumanager.cxxPierre-André Jacquod
2011-10-06WaE: unreferenced local variableTor Lillqvist
2011-10-06WaE: unreachable codeTor Lillqvist