Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-10 | Removed some dead code | Marc-André Laverdière-Papineau | |
2012-02-10 | Removed some warnings on WIN32 build. | Kohei Yoshida | |
2012-02-10 | Remove unused code | Elton Chung | |
2012-02-08 | changes to "tools/table.hxx to std::map conversion" | Eike Rathke | |
* use consistent indenting with 4 spaces (instead of tabs (plus one space)) * use erase(it++) instead of erase(it); ++it to not access invalidated iterator * for First(); Remove(); Next() loops over entire Table use map::clear() at the end if it isn't in a dtor * use existing typedef SvNumberFormatTable in numfmtsh.hxx instead of redefining, which means include zforlist.hxx now and some other forward declarations can be removed * removed inlined duplicated code of GetEntry(), implemented it in zforlist.cxx instead and made const GetFormatEntry() just call GetEntry() * removed the temporary sal_uIntPtr nFormat to be used as key, the sal_uIntPtr was only used because Table effectively had pointer size as keys. * made initial assignments of nDefaultFormat and nDefaultCurrencyFormat use the ternary conditional operator | |||
2012-02-08 | tools/table.hxx to std::map conversion in SV, SVL and SVX modules | Noel Grandin | |
This patch converts one use of tools/table.hxx in svl/inc/svl/zforlist.hxx, whose use in turn spans 3 modules. | |||
2012-02-08 | callcatcher: update list, ByteString is on the ropes | Caolán McNamara | |
2012-02-04 | extract max legal dff length to header | Caolán McNamara | |
2012-02-01 | InsertData to AppendData, to hide the insert position. | Kohei Yoshida | |
Only a few places in sc specified insert position, and those were not strictly necessary. | |||
2012-02-01 | fdo#34425: [Feature] Persist bgcolor toolbar button. | Winfried Donkers | |
This is to avoid background color selection evertime. | |||
2012-02-01 | German comments translations. | Winfried Donkers | |
2012-01-31 | More on string conversion. | Kohei Yoshida | |
2012-01-31 | XubString to rtl::OUString. | Kohei Yoshida | |
2012-01-31 | Re-organized boolean data members. | Kohei Yoshida | |
2012-01-31 | One more method to non-inline. I guess this is the last one... | Kohei Yoshida | |
2012-01-31 | Simplified & non-inlined setUnoShape(). | Kohei Yoshida | |
2012-01-31 | More implicit inline methods to non-inline. | Kohei Yoshida | |
2012-01-31 | XubString to rtl::OUString. | Kohei Yoshida | |
2012-01-31 | More implicit inline method to hide. | Kohei Yoshida | |
2012-01-31 | Container to ptr_vector. | Kohei Yoshida | |
2012-01-31 | One less method that nobody uses. | Kohei Yoshida | |
2012-01-31 | No implicit inlining in the header file. | Kohei Yoshida | |
2012-01-31 | Make these data members private. | Kohei Yoshida | |
2012-01-31 | Use bool & prefer rtl::OUString. | Kohei Yoshida | |
2012-01-27 | Revert "Removed list and numbering paragraph styles and related option page" | Cédric Bosdonnat | |
This reverts commits 359d0fbd03a68d9131e8fb25e7dac9f19ddf6dcb, 6a15a2898b7f822ddfba23553dd127e25af15fff and 21352f88caba9dee73d5a87c8e3724d17ac6b428. This change is not mature enought: needs more work | |||
2012-01-25 | optimized zoom to use more common intervals | Tim Hardeck | |
Round zoom values beginning with 50 to a multiple of 5, with 100 to one of 10, with 500 to one of 50 and with 1000 to one of 100. The step 100 is enforced to have one fixed point. | |||
2012-01-23 | Let's use 2^(1/4) as the zoom factor, instead of 1.2 (thanks, Tor!) | Jan Holesovsky | |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann | |
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers. | |||
2012-01-20 | String to rtl::OUString. | Kohei Yoshida | |
2012-01-20 | sal_Bool to bool. | Kohei Yoshida | |
2012-01-19 | Make this a private member (to make it easier to keep track of its usage). | Kohei Yoshida | |
2012-01-19 | No class derives from SdrPageView. No sense using protected visibility. | Kohei Yoshida | |
2012-01-19 | Don't be a listener if you aren't interested in listening. | Kohei Yoshida | |
2012-01-19 | implemented SubViewSize property for EnhancedCustomShapePath | Radek Doulik | |
2012-01-18 | Make them private instead of protected. | Kohei Yoshida | |
No classes derived from this and they are not virtual methods. | |||
2012-01-18 | This aCropRect data member is no longer used. | Kohei Yoshida | |
2012-01-18 | remove unused code | Thomas Arnhold | |
2012-01-18 | svx: remove unused definitions in globlmn_tmpl.hrc | Ivan Timofeev | |
2012-01-16 | SvPtrarr->std::vector | August Sodora | |
2012-01-13 | fdo#44173: use a geometric progression for zooming | Tim Hardeck | |
Zooming does now base on a geometric progression instead of an arithmetic one. Since the zoom factor is not only used in Draw but for all other applications 1.2 seems like a good choice. | |||
2012-01-13 | svxempty.* not needed anymore | Caolán McNamara | |
2012-01-11 | Remove unnecessary forward declaration | August Sodora | |
2012-01-11 | SvStringsDtor->std::vector | August Sodora | |
2012-01-11 | SvStringsDtor->std::vector | August Sodora | |
2012-01-11 | implemented custom shape subpaths darkening/lighting | Radek Doulik | |
2012-01-11 | n#734734: Text rotation fixes. | Muthu Subramanian | |
PPTX would need rotation of text _inside_ text/object boundaries, rather than the rotation of the text/object itself. | |||
2012-01-10 | Remove _SVSTDARR_STRINGSISORTDTOR | August Sodora | |
2012-01-11 | fdo#38057 implement RTF import progressbar | Miklos Vajna | |
2012-01-10 | callcatcher: update list | Caolán McNamara | |
2012-01-10 | some misc tidyup ( that was reverted ) | Noel Power | |
some id and string renaming from b08e273015d72251b68bca86535cf5919dd9e40e was reverted, those parts of the changes are reapplied here | |||
2012-01-10 | Revert "remove duplicated images for basic dialog form controls ( & misc ↵ | Noel Power | |
tidyup )" This reverts commit 83a28682f21f7b284aa57f9c336bae551621da03. |