- 23 Kas, 2011 20 kayıt (commit)
-
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
move namepast.cxx to namedlg namedefdlg is "modeless"(only in technical sense) and needs to be in sc while namepast is modal and needs to be in scui move the table implementation to an own file, we can reuse it for namepast.cxx
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
missing are: -undo -range options -help -test for correct expression is not working
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
the new concept does not have an dialog local undo stack, instead we use the global undo stack
-
Markus Mohrhard yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
- 22 Kas, 2011 20 kayıt (commit)
-
-
Jan Holesovsky yazdı
-
Stephan Bergmann yazdı
-
Kohei Yoshida yazdı
-
Stephan Bergmann yazdı
Discovered by Michael Meeks <michael.meeks@suse.com>.
-
Kohei Yoshida yazdı
It was due to a simple mis-placement of an operator. No idea how the compiler may have parsed that statement...
-
Miklos Vajna yazdı
-
Stephan Bergmann yazdı
-
Andras Timar yazdı
-
Takeshi Abe yazdı
-
Kohei Yoshida yazdı
Some (presumably Russian) 3rd party programs generate invalid xls docs that have BOUNDSHEET record pointing to invalid BOF record position. The real BOF position may be before or after the record pointed to by the BOUNDSHEET. So, let's check if the BOUNDSHEET points to a valid BOF, and if not, manually search for one from the BOUNDSHEET record position.
-
Noel Power yazdı
-
Stephan Bergmann yazdı
-
Daniel Di Marco yazdı
-
Cédric Bosdonnat yazdı
-
Cédric Bosdonnat yazdı
-
Cédric Bosdonnat yazdı
The paragraph properties weren't propagated to the empty paragraphs in the tables. Called checkNeedPap() to do that job when finding \par.
-
Eike Rathke yazdı
-
Eike Rathke yazdı
* Locale data: * nominative (nouns) month names always given in <MonthsOfYear> element * optional genitive case month names in <GenitiveMonths> element, following the <MonthsOfYear> element; if not given take nominative names * optional partitive case month names in <PartitiveMonths> element, following the <GenitiveMonths> element, or following the <MonthsOfYear> element if the <GenitiveMonths> element is not present; if not given take genitive case names, or nominative if genitive names aren't defined * currently known partitive case matters in Finnish locales * Rules for use of nominative / genitive / partitive case month names in number formatter: * no day of month (D or DD) present in format code => MMM or MMMM display nominative month name (noun) * day of month (D or DD) after MMM or MMMM => genitive name * no genitive names defined => nominative names * day of month (D or DD) before MMM or MMMM => partitive name * no partitive names defined => genitive names * no genitive names defined => nominative names
-
Andras Timar yazdı
-
Andras Timar yazdı
-