summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-16Same with EditUndoConnectParas.Kohei Yoshida
2012-04-16Same with EditUndoDelContent.Kohei Yoshida
2012-04-16same with EditUndoRemoveChars.Kohei Yoshida
2012-04-16EditUndoInsertCharts is no longer a friend of ImpEditEngine.Kohei Yoshida
2012-04-16Have EditUndo also return EditEngine*.Kohei Yoshida
This is the first step toward having the undo classes use EditEngine instead of ImpEditEngine.
2012-04-16fdo#48431: More reliable way to check for RTL text.Kohei Yoshida
This is probably more reliable way to fix fdo#32530 such that it won't cause the regression in rendering Thai texts as reported in fdo#48431.
2012-04-17More static UNO component linkageTor Lillqvist
2012-04-17More static UNO component linkageTor Lillqvist
2012-04-17More informative warning messageTor Lillqvist
2012-04-17Deduplicate some functions for iOS static linking (DISABLE_DYNLOADING)Tor Lillqvist
2012-04-17prefix the component_getFactory name for DISABLE_DYNLOADINGTor Lillqvist
2012-04-16EdtAutoCorrDoc no longer a friend of ImpEditEngine.Kohei Yoshida
2012-04-16Let's use boost::scoped_ptr for this.Kohei Yoshida
2012-04-16EditHTMLParser is no loger a friend of ImpEditEngine.Kohei Yoshida
2012-04-16Use boost::scoped_ptr for this.Kohei Yoshida
2012-04-16EditRTFParser no longer a friend of ImpEditEngine.Kohei Yoshida
2012-04-16Removed StgHeader::SetClassId(ClsId const &)Laureano G. Linde
2012-04-16a tiny spelling mistakUdo Schuermann
2012-04-16Remove unused code in sdSantiago Martinez
2012-04-16Remove unused code in connectivity.Santiago Martinez
2012-04-16Remove unused code in sc.santi
2012-04-17removed useless static dataTakeshi Abe
2012-04-17removed unused definesTakeshi Abe
2012-04-16Resolves: fdo#48368 CRASH closing IDEJulien Nabet
2012-04-16make that warning, not errorDavid Tardon
2012-04-16mingw: unbreak make checkDavid Tardon
Even if it does nothing because there is no installation available .-)
2012-04-16this is only for _building_ on windowsDavid Tardon
2012-04-16WaE: could not convert ... from 'const char*' to 'const rtl::OUString'David Tardon
2012-04-16mingw: avoid weird build error and -WerrorDavid Tardon
The error message is: "'*((void*)& aBoundColumn +2)' may be used uninitialized in this function" using gcc 4.7.0 in gnu++11 mode and boost 1.48.0 .
2012-04-16mingw: avoid weird build error and -WerrorDavid Tardon
The error message is: "'*((void*)& aValue +1)' may be used uninitialized in this function" using gcc 4.7.0 in gnu++11 mode and boost 1.48.0 .
2012-04-16WaE: "NOMINMAX" redefinedDavid Tardon
2012-04-16WaE: declaration of 'size' shadows a member of 'this'David Tardon
2012-04-16WaE: passing NULL to non-pointer argumentDavid Tardon
2012-04-16WaE: deprecated conversion from string constant to 'LPTSTR'David Tardon
2012-04-16WaE: 'auto_ptr' is deprecatedDavid Tardon
2012-04-16WaE: deprecated conversion from string constant to 'LPTSTR'David Tardon
2012-04-16WaE: "_WIN32_WINNT" redefinedDavid Tardon
2012-04-16WaE: variable 'GDIError' set but not usedDavid Tardon
2012-04-16WaE: deprecated conversion from string constant to 'LPTSTR'David Tardon
2012-04-16WaE: deprecated conversion from string constant to 'LPSTR'David Tardon
2012-04-16WaE: "isnan" redefinedDavid Tardon
2012-04-16WaE: ignoring #pragma warningDavid Tardon
2012-04-16WaE: declaration of 'argc' shadows a previous localDavid Tardon
2012-04-16WaE: variable 'dwWaitResult' set but not usedDavid Tardon
2012-04-16WaE: unused variable 'hProcess'David Tardon
2012-04-16convert tabs to spacesDavid Tardon
2012-04-16WaE: unused parameterDavid Tardon
2012-04-16WaE: initialization orderDavid Tardon
2012-04-16WaE: declaration of 'nInd' shadows a previous localDavid Tardon
2012-04-16WaE: declaration of 'hr' shadows a previous localDavid Tardon