- 14 Şub, 2012 40 kayıt (commit)
-
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
And cleaned up the code a bit. The new code should be much more robust.
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
Data layout dimension can be anywhere in the row/column fields. Use the appropriate boolean property to determine if the field is data layout.
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
The Excel import filter code assumed that the data layout field be always the last row field, which is totally wrong. The data layout field can be at any column/row field position in fact.
-
Eike Rathke yazdı
-
Kate Goss yazdı
Remove methods getDataBuf(int), getParamLength(int), getPrecision(int).
-
Lionel Elie Mamane yazdı
-
Lionel Elie Mamane yazdı
-
Lionel Elie Mamane yazdı
Don't duplicate the decision point for "data at execution or copied data"
-
Eike Rathke yazdı
-
Santiago Martinez yazdı
-
Tomcsik Bence yazdı
I changed the sizes and the positions of the checkboxes. So there won't be truncated checkboxes in any languages.
-
Thomas Arnhold yazdı
On Solaris gcc should be used. See: 514cefbc 19480ddf
-
Thomas Arnhold yazdı
-
Thomas Arnhold yazdı
-
Thomas Arnhold yazdı
see 08d49db2
-
Thomas Arnhold yazdı
-
Thomas Arnhold yazdı
-
Thomas Arnhold yazdı
-
Santiago Martinez yazdı
-
Muhammad Haggag yazdı
This patch changes LO behavior so that we update recent documents on file save, save as, save all, and close. The previous behavior was to only update the list on document close. = Changes = SfxPickList (sfxpicklist.cxx/hxx): . Extracted the logic to add a document to the "Recent Documents" list into a function of its own: AddDocumentToPickList - Simplified the logic used by removing the check of SfxObjectShell_impl::bWaitingForPickList (see SfxObjectShell_impl::bWaitingForPickList below for details) . Modified SfxPickList::Notify to call the aforementioned function on save, save-to, and save-as. SfxObjectShell::APISaveAs_Impl (objserv.cxx): . Modified it to allow picklist entry when doing "Save As". SfxObjectShell_impl::bWaitingForPickList (objstor.cxx, objxtor.cxx, objshimp.hxx): . Removed this flag. It was used to indicate that a document wants to be added to the picklist, then cleared after it's added. Since we now always add documents to the picklist on saving, we no longer need it. = Verification = The change is in sfx2, so it should apply to all LO apps. I verified the new behavior in both writer and calc with the following actions: . File->Save . File->Save As . File->Save All . File->Close
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
remove unneeded comments, includes and macros
-
Lionel Elie Mamane yazdı
-
Michael Meeks yazdı
-
Lionel Elie Mamane yazdı
-
Lionel Elie Mamane yazdı
And calls the default constructor, naturally.
-
Lionel Elie Mamane yazdı
-
Lionel Elie Mamane yazdı
-
Muthu Subramanian yazdı
-
Tor Lillqvist yazdı
-