- 14 Mar, 2014 40 kayıt (commit)
-
-
Stephan Bergmann yazdı
(and rename to getBaseTypes for clarity) Change-Id: Icfe6202eea9b1f4ec2e46ade3fc8e001ca6b649f
-
Stephan Bergmann yazdı
Change-Id: I1fe694c38b583b9169ee246cdcb9cbeb9bd31542
-
Stephan Bergmann yazdı
...in the mess that is OComponentProxyAggregationHelper and its derived classes dispose/disposing functions. Change-Id: Ic22ab85e86ad6657a5e06027d4fd8ea600367891
-
Caolán McNamara yazdı
Project: help b390ac000fe821b9c0587c7ae3145b6fe7876852
-
Michael Meeks yazdı
Change-Id: I9da62b026b40b08784415e0421556946646d25e2
-
Michael Meeks yazdı
Speeds up sorting large ranges containing formula groups by a computational order or two: can sort 1 million rows of =A1 in sub 10s Change-Id: I729c801e68154986956b1726e1c35ef973cc4248
-
Caolán McNamara yazdı
Change-Id: Ie76ee86f6ae48012c92a3f06ad1372f126f1ea29
-
Caolán McNamara yazdı
so it know that its the same rPPDCache in use to avoid various warnings Change-Id: I89cb7830f375f1907b2457bd05fd2df5d36c3696
-
Caolán McNamara yazdı
Change-Id: I83552efc825d54da9e00d4a9a637118565bd30ca
-
Caolán McNamara yazdı
Change-Id: I127cfc84412984e9c190f3e5b2e37cf76ebf82f1
-
Caolán McNamara yazdı
Change-Id: I9d00dd3020d7bc75b6047cf20da3926f10b3632a
-
Caolán McNamara yazdı
Change-Id: Ic7fad54a0e39d007668e3fd3e2a857f9f9956d7d
-
Caolán McNamara yazdı
Change-Id: I48afa08c5e1bb8a615901177e5baed20ea86d28e
-
Caolán McNamara yazdı
Change-Id: If92b091d06e6de6f137d38a9fa28d4c8604b368c
-
Caolán McNamara yazdı
Change-Id: If6acc11a32b5be1092f0de7c747159ee447edf7c
-
Caolán McNamara yazdı
Change-Id: I681fa40196eb04f4824e49458cba0acc15b26193
-
Miklos Vajna yazdı
Change-Id: I292ab1a6f12a9372b1cfdd4e8e59fbae57c6ceca
-
Caolán McNamara yazdı
Change-Id: Ifb711805a37f7cd49b6063c5d17aa7a3f5dcfdaa
-
Muthu Subramanian yazdı
Change-Id: I1adc46e62c82c23645ccad0e11d5a7cb07114539
-
Miklos Vajna yazdı
I guess this didn't show up in the unused method lists as all of its methods are virtual. Change-Id: I445e28cc47a85e499d12c0873fc19c217e3e9b88
-
Miklos Vajna yazdı
Change-Id: Ibdacb2a5fa3abf28a2907924b4e438699f8b53ae
-
Stephan Bergmann yazdı
...but rather some (non-virtual) base functionality for use in derived classes (that do implement XAccessibleContext) Change-Id: Idb0023906108db22bb9696245f07b9a4c053a0d1
-
Caolán McNamara yazdı
Change-Id: I7de45a208d27ed1b680214808c64e090d9a199f4
-
Kohei Yoshida yazdı
Change-Id: I0014cc8af22e4f2284d8e72b6b79fa300ad89028
-
Stephan Bergmann yazdı
Change-Id: I8983404bc0d10051dcf5ad71842560a0f7eaf3ba
-
Miklos Vajna yazdı
The problem was that dobxpage arrived first, set HoriOrientRelation to FRAME, then dptxbx tried to apply defaults, which overwrote the already set HoriOrientRelation. Fix this by only applying properties which are not set yet. Change-Id: I108f3363a2758eee0242533fe92e511e8c522b68
-
Eike Rathke yazdı
Change-Id: If7d9c032d6025a6c6bf850e338923296ba2590dd
-
Eike Rathke yazdı
Determines how to treat text when encountered as operand in an arithmetic operation or as argument to a function that expects a number instead. Selectable under Tools->Options->Calc->Formula "Detailed calculation settings" "Custom" from "Conversion from text to number" are: Generate #VALUE! error: =1+"1" or =1+"x" give #VALUE! Treat as zero: =1+"1" or =1+"x" give 1 Convert only unambiguous: =1+"1" gives 2, but =1+"1.000" or =1+"x" give #VALUE! Convert also locale dependent: =1+"1.000" may be 2 or 1001 ... =1+"x" gives #VALUE! For "Generate #VALUE! error" and "Treat as zero" the "Treat empty string as zero" option follows these settings, for "Convert only unambiguous" and "Convert also locale dependent" it can be set independently. When reading documents created by other spreadsheet applications or older versions of LibreOffice, and to interchange documents between different locales the "Convert only unambiguous" with "Treat empty string as zero = True" setting is recommended, though LibreOffice so far acted as "Convert also locale dependent" with "Treat empty string as zero = False", which is the reason that option is kept as default. The best setting to create new documents that can be interpreted by all spreadsheet applications without on-the-fly string conversion is "Generate #VALUE! error". Not having to convert strings during calculation ist also faster, of course. Change-Id: Ie6dc34a00a82064a2d862b2178ce715fab945f85
-
Eike Rathke yazdı
Change-Id: Id77f90189d7dffe660ae509f563ea8eb6deb1727
-
Caolán McNamara yazdı
Change-Id: I379c7f06ae87bee5571c1f2ef5053b3b863d6e61
-
Caolán McNamara yazdı
its unused and removing it allows us to remove the associated dialog and resources Change-Id: If2796ca67428f3ba9b12e92728194967a1ab124a
-
Caolán McNamara yazdı
Project: help 4a7afcf2c94a9267ddab51c9a3b58ff13102ea0b
-
Stephan Bergmann yazdı
(and defaulted) Change-Id: I0cccef5710fad801e5541ce581ac976f645a7fdb
-
Michael Stahl yazdı
Change-Id: I62f2f654ac661ebf266b7b5cf70728a616c9b50f
-
Michael Stahl yazdı
Change-Id: Ia9beb721301146fd8ec1d6c141189f580dd20d45
-
Michael Stahl yazdı
Change-Id: Ibb8e8740a3193be8eace206eedc659ed628e9c6b
-
Michael Stahl yazdı
Change-Id: I3a1798c5b2a2d7117d0d5f761f19ab627ba6606a
-
Michael Stahl yazdı
Change-Id: Iab04734140feb293e3d975234da2f727fa58e754
-
Michael Stahl yazdı
Change-Id: I464acbd191aeb25ab4b53d0f28378ee36f7893db
-
Michael Stahl yazdı
Change-Id: I628fd32c035443f0bdb90007f38151c41b1b5c84
-