Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/coretext
02d9939
configure.in: fix typo
by Korrawit Pruegsanusak
· 14 years ago
feature/coretext
1317fed
fix accidental virtual function overload
by Norbert Thiebaud
· 14 years ago
da7e47c
Fix copy/paste error
by Tor Lillqvist
· 14 years ago
c09adb2
export NOCPPUNIT to disable all cppunit test in gbuild.
by Norbert Thiebaud
· 14 years ago
9e6564a
Initial basic support for CoreText. very partial and highly unstable
by Norbert Thiebaud
· 14 years ago
e2a9584
WaE with MAc SDK > 10.4
by Norbert Thiebaud
· 14 years ago
1f4a9f8
add a configure flag to enable CoreText Support
by Norbert Thiebaud
· 14 years ago
2dd6926
factorize what we can share for salgdi between CoreText and ATSUI
by Norbert Thiebaud
· 14 years ago
442ab3e
move ATSUI entangled-code into its specific sub-directory
by Norbert Thiebaud
· 14 years ago
0e8eb19
Object Catalog pane in Basic IDE
by Tomcsik Bence
· 14 years ago
f32fe9f
Add a virtual destrcutor to value to prevent memory leak in RTFValue
by Arnaud Versini
· 14 years ago
befc846
remove accidental re-add of obsolete build_env
by Norbert Thiebaud
· 14 years ago
b6ff047
remove unused code
by Petr Vorel
· 14 years ago
f96ac4a
Some cppcheck cleaning
by Julien Nabet
· 14 years ago
820c23d
sal_Bool to bool in SAL_LOG if possible
by Luboš Luňák
· 14 years ago
df6097a
operator must be in template or argument namespace
by Luboš Luňák
· 14 years ago
5bec57a
Correct some mistranslated comments
by Stefan Knorr (astron)
· 14 years ago
caacafe
Translate German comments in core/cppuhelper
by Tom Thorogood
· 14 years ago
f722666
Add more values that zoom shouldn't skip
by Stefan Knorr (astron)
· 14 years ago
c289ee2
sdext: fix unit test for Windows
by Matúš Kukan
· 14 years ago
bf5380c
no i prefix for lcms2.lib
by Matúš Kukan
· 14 years ago
6c1c06f
gbuild: remove some more realpaths
by Matúš Kukan
· 14 years ago
84b3f7b
gbuild: get rid of realpath in gb_Foo_set_include
by Matúš Kukan
· 14 years ago
156202b
extensions: export npsoplugin's symbols
by Matúš Kukan
· 14 years ago
f2abfdb
embedserv: convert to gbuild
by Matúš Kukan
· 14 years ago
c604a73
Fix Possible null pointer dereference
by Julien Nabet
· 14 years ago
638f68e
Fix Prefer prefix ++/-- operators for non-primitive types
by Julien Nabet
· 14 years ago
4c5fd7a
Fix : statement following break will never be executed
by Julien Nabet
· 14 years ago
305cfc1
clang has broken -fvisibility-inlines-hidden
by Luboš Luňák
· 14 years ago
91fc0f3
clang does not know -ggdb2
by Luboš Luňák
· 14 years ago
34f8495
exported templates need to be marked as such
by Luboš Luňák
· 14 years ago
a680eba
SAL_DLLPUBLIC_IMPORT with gcc should not be empty
by Luboš Luňák
· 14 years ago
41d7a44
patch clucene to avoid narrowing conversions
by Luboš Luňák
· 14 years ago
4dd7a3f
write unsigned char[] contents as numbers rather than string literal
by Luboš Luňák
· 14 years ago
80e4b4e
mark static data that is const as const
by Luboš Luňák
· 14 years ago
1ed8aae
take explicit number format before implicit number format, fdo#47084
by Markus Mohrhard
· 14 years ago
2ddf3a7
add two accidently removed return statements
by Markus Mohrhard
· 14 years ago
137b53e
vector and rtl::Reference over manual ref-counting.
by Kohei Yoshida
· 14 years ago
3ec7ba9
These don't have to be virtual.
by Kohei Yoshida
· 14 years ago
bdd3495
Keep vector as vector.
by Kohei Yoshida
· 14 years ago
372cfda
Store only one number format per field.
by Kohei Yoshida
· 14 years ago
3a30ced
Some header cleanup.
by Kohei Yoshida
· 14 years ago
8d089c8
Use std::vector instead of boost::ptr_vector for ScDPItemData.
by Kohei Yoshida
· 14 years ago
cc32ce4
fix semantic error in layout calculation
by Andras Timar
· 14 years ago
3a28389
Use flat_segment_tree to store the empty row flags.
by Kohei Yoshida
· 14 years ago
2877147
IsValid() is superfluous.
by Kohei Yoshida
· 14 years ago
bded4b7
dptablecache.* to dpcache.*
by Kohei Yoshida
· 14 years ago
87279e0
fdo#45962: fix context menu key yanking cursor out of header/footer
by Michael Stahl
· 14 years ago
7dafa7a
fix error comparing a struct vs an uno prop containing a struct fdo#42819
by Noel Power
· 14 years ago
bee742e
Fix sense of r/o detection code, and clean up
by Stephan Bergmann
· 14 years ago
4c2370c
Fix infinite looping memory devouring on refreshing table with date grouping.
by Kohei Yoshida
· 14 years ago
0ee9a1c
Use the common method over the local clone.
by Kohei Yoshida
· 14 years ago
57e531e
Bit more organized & Error item has string too.
by Kohei Yoshida
· 14 years ago
8efa446
use the target document not the source document
by Markus Mohrhard
· 14 years ago
1bb7875
Correct equality check & disable Dump() for normal build.
by Kohei Yoshida
· 14 years ago
5e9d811
Apparently nobody uses Hash() anymore.
by Kohei Yoshida
· 14 years ago
59e4ac4
-Werror={deprecated-declarations,sign-compare,unused-parameter}
by Stephan Bergmann
· 14 years ago
eea51b7
minor documentation tweaks
by Michael Meeks
· 14 years ago
d319294
fdo#40607 - osl_syncFile having written, and avoid doing that on start
by Michael Meeks
· 14 years ago
2d5c1a3
Even more cleanup and fixing.
by Kohei Yoshida
· 14 years ago
d049b05
Cleaned up code.
by Kohei Yoshida
· 14 years ago
0637ca0
Populate group dimensions directly to the cache.
by Kohei Yoshida
· 14 years ago
593f6ac
Added hook to create group field data at cache creation time.
by Kohei Yoshida
· 14 years ago
32b61ed
Get normal grouping to work again.
by Kohei Yoshida
· 14 years ago
6553fc9
Some adjustments.
by Kohei Yoshida
· 14 years ago
57c0ff6
Properly display grouped range values for range-based grouping.
by Kohei Yoshida
· 14 years ago
e3ebacf
These functions are no longer used.
by Kohei Yoshida
· 14 years ago
7d53e6d
Get number-grouping to work again.
by Kohei Yoshida
· 14 years ago
f96c760
More scope reduction.
by Kohei Yoshida
· 14 years ago
dcf9b30
We can't deal with "date" field mixed with ordinary strings.
by Kohei Yoshida
· 14 years ago
464cdfa
Scope reduction.
by Kohei Yoshida
· 14 years ago
2e9bba6
Bool-ness.
by Kohei Yoshida
· 14 years ago
abb5bc4
Only load members of the clicked field, not of all fields.
by Kohei Yoshida
· 14 years ago
1957c22
Fixed a bug on sorting members.
by Kohei Yoshida
· 14 years ago
9c0c38d
Removed most of my debug statements.
by Kohei Yoshida
· 14 years ago
5e7daf4
Display special first/last date names correctly.
by Kohei Yoshida
· 14 years ago
c2f8b7a
More on correctly formatting grouped values.
by Kohei Yoshida
· 14 years ago
98057df
Make sure to clear group field data when reloading the cache.
by Kohei Yoshida
· 14 years ago
ee4a524
We can't take a reference here since the value will change after removal.
by Kohei Yoshida
· 14 years ago
1472ce9
String and boolean cleanups.
by Kohei Yoshida
· 14 years ago
b4ffdcc
No need to create a copy just to refresh pivot table.
by Kohei Yoshida
· 14 years ago
c516a4f
Scope reduction.
by Kohei Yoshida
· 14 years ago
8720c87
Fixed TestInclude for reverse-sorted dimensions.
by Kohei Yoshida
· 14 years ago
b814c17
Display date group values correctly.
by Kohei Yoshida
· 14 years ago
db60d94
Fix the result hierarchy construction. Still lots of places remain broken.
by Kohei Yoshida
· 14 years ago
f63490c
At least pass all unit tests.
by Kohei Yoshida
· 14 years ago
20624fe
Custom copy constructor and assignment operator to fix segfault.
by Kohei Yoshida
· 14 years ago
246521c
Massive rework to reduce the size of ScDPItemData.
by Kohei Yoshida
· 14 years ago
98b4bee
Date field is now determined outside of ScDPItemData.
by Kohei Yoshida
· 14 years ago
244a9ef
ScDPItemData no longer stores number format.
by Kohei Yoshida
· 14 years ago
fb52861
We don't need the date part flag.
by Kohei Yoshida
· 14 years ago
f43ceb0
Group by Field struct, instead of keeping 2 dimensional arrays in each.
by Kohei Yoshida
· 14 years ago
68c1a73
mnDatePart in ScDPItemData not used in any meaningful way. Removed.
by Kohei Yoshida
· 14 years ago
c7ad399
Line breaks in registrymodifications.xcu
by Stephan Bergmann
· 14 years ago
347de41
The project files for vs2008 are identical in the two directories
by Fridrich Štrba
· 14 years ago
c7de2dd
document how to update the damn bibliography database
by Caolán McNamara
· 14 years ago
c9af260
Resolves: fdo#45033 use LibreOffice references in bibliography
by Italo Vignoli
· 14 years ago
77ee92a
change vcl's SETTINGS_* #define's to const int
by Luboš Luňák
· 14 years ago
b8d8672
add regression test for writer
by Markus Mohrhard
· 14 years ago
1390a2c
Upload new libcdr-0.0.4 release
by Fridrich Štrba
· 14 years ago
Next »