Commit graph

299377 commits

Author SHA1 Message Date
Matúš Kukan
b99010d1eb np_sdk: convert to gbuild and add to tail_build 2012-01-11 20:20:17 +01:00
Eike Rathke
317bbb5e8f generalized the [hu-HU] case to generate a second pattern
For known separators '-' '.' '/' in the edit format code if they differ
from the defined DateSeparator generate a second date acceptance pattern
that uses the format code's separator, additionally to the one with
DateSeparator.
2012-01-11 20:19:07 +01:00
Andras Timar
aab14cb9fb fix prefix of command line switches (-- instead of -) 2012-01-11 19:25:45 +01:00
Noel Power
8a3b584528 export vertical and horizontal flip attribute for customshapes 2012-01-11 18:13:33 +00:00
Noel Power
aaa4e47cbc add missing ooxml customshape -> mso shape name entries ( for export support ) 2012-01-11 18:13:33 +00:00
Noel Power
c323e60157 ignore the (unsupported ) group customshape when exporting xlsx
currently the xml export code in oox doesn't handle grouped shapes very well, it produces an extra twoCellAnchor entry for the group ( which is incorrect ). This causes mso2010 to reject the content as corrupt. We need to handle grouping correctly ( e.g. a twoCellAnchor entry for the group and separate drawing shape (xdr:sp) elements for the shapes that are elements of the group ). As a stop gap we can just export the individual shapes of the group ( but not the grouping itself )
2012-01-11 18:13:33 +00:00
Lionel Elie Mamane
a3261b1647 fdo#44283: finish 8a17792f2e5 (Handle/invalid column ID cleanup) 2012-01-11 18:59:44 +01:00
Kohei Yoshida
34219bd53d fdo#44661: No need to update the source range when it's a named range.
Otherwise deleting a sheet that shifts the position of the pivot table
would turn the named range into the raw range that the name references.
2012-01-11 11:52:41 -05:00
David Tardon
7ad72045d7 avoid generating a file in the source tree 2012-01-11 17:32:41 +01:00
David Tardon
2e30b7ca1e bah, i forgot *export* 2012-01-11 17:32:15 +01:00
David Tardon
f5b96148cb we need a var. assignment here, not a value 2012-01-11 16:55:09 +01:00
Caolán McNamara
eea8a6e218 fix windows build error 2012-01-11 15:05:15 +00:00
Radek Doulik
f7aca07bf7 pptx: regenerated custom shape presets after last path element changes 2012-01-11 16:03:26 +01:00
Radek Doulik
909b58fc55 pptx: support fill=[darken|darkenLess|lighten|lightenLess] in path element 2012-01-11 16:03:25 +01:00
Radek Doulik
158e9271f4 implemented custom shape subpaths darkening/lighting 2012-01-11 16:03:25 +01:00
Radek Doulik
81856eecf4 added new custom shape path segment commands - darken/lighten fill color 2012-01-11 16:03:25 +01:00
Norbert Thiebaud
42bd571e07 OS_FOR_BUILD is not right do decide Host module name 2012-01-11 15:50:35 +01:00
Caolán McNamara
211e147ac6 add README to document how to bump the font version 2012-01-11 14:44:42 +00:00
Caolán McNamara
6c06dd347c Resolves: fdo#44492 look up font by FC_FILE+FC_INDEX rather than FC_FAMILY 2012-01-11 14:13:32 +00:00
Caolán McNamara
6b5eacd10d align m_nCollectionEntry with getFontFaceNumber and FC_FACE, bump cache magic 2012-01-11 14:13:32 +00:00
Caolán McNamara
6eddd1b54c further shrinkage of padmin non-fontconfig code-paths 2012-01-11 14:13:32 +00:00
Caolán McNamara
44cf768131 adapt findFontFileID to know about multiple font faces in a font file 2012-01-11 14:13:32 +00:00
Caolán McNamara
42aeb8d9e1 addFontFile always add all font faces in that file 2012-01-11 14:13:31 +00:00
Caolán McNamara
7c3545a138 align getFontFaceNumber with FC_FACE
getFontFaceNumber returns the index of the font in the collection,
font formats without indexes are now "0" rather than -1. All
existing code already converted < 0 to 0 anyway, so simplifys a
little.
2012-01-11 14:13:31 +00:00
Caolán McNamara
67ddbfa97c on generic X11 unix we always use fontconfig 2012-01-11 14:13:31 +00:00
Caolán McNamara
0e3292f7c7 remove redundant Clipboard_getSupportedServiceNames 2012-01-11 14:13:31 +00:00
Caolán McNamara
ac310071eb callcatcher: lets trust my own tooling 2012-01-11 14:13:31 +00:00
Caolán McNamara
988829d533 valgrind: update unused code post virtual dtor cmis fix 2012-01-11 14:13:30 +00:00
Caolán McNamara
199fdd4ace add a virtual dtor 2012-01-11 14:13:30 +00:00
Caolán McNamara
06d3fb621f add debugging symbols to raptor in debugging levels 2012-01-11 14:13:30 +00:00
Kohei Yoshida
98aadb63dd Avoid iterating beyond the last existing drawing page. 2012-01-11 09:04:04 -05:00
Petr Mladek
25e0d64a6f Add 256x256 desktop and MIME type icons (fdo#39555, bnc#722644) 2012-01-11 14:34:26 +01:00
Tor Lillqvist
3267d34fb9 Need to trim trailing newline from the indirect command line string 2012-01-11 14:27:44 +02:00
Eike Rathke
51a5998433 adapted test case cell input to new date acceptance reality
Cell input in testDataPilotLabels() like 1.2.3 was prefixed with single
quote / apostrophe to not form a date input but string instead. With the
new date acceptance, in en-US locale 1.2.3 isn't a date anymore and the
quote becomes part of the cell content, so the test checking for 1.2.3
failed because the result was '1.2.3
2012-01-11 13:18:49 +01:00
Eike Rathke
cfec56f89f fdo#44636 use date acceptance patterns in number scanner
Get rid of the lax "any 1-2 possible date separators used with 2-3 numbers
forms a date" date recognition. Use locale data's DateAcceptancePattern
elements to match against, or ISO 8601 yyyy-mm-dd, or an already applied date
format.
2012-01-11 13:18:49 +01:00
Eike Rathke
ac32bcac33 [bg-BG] special DateAcceptancePattern "D.M.Y г."
Special special.. upper and lower case letter GHE and space and non-breaking
space.
2012-01-11 13:18:49 +01:00
Eike Rathke
ee3315bb22 [sl-SI] special DateAcceptancePattern "D. M. Y" 2012-01-11 13:18:48 +01:00
Eike Rathke
a2685c5fd4 bumped locale data wrapper to use XLocaleData4 and provide date acceptance patterns 2012-01-11 13:18:48 +01:00
Eike Rathke
ee660ba9b7 added DateAcceptancePattern element 2012-01-11 13:18:47 +01:00
Eike Rathke
b759584735 implemented date acceptance patterns API 2012-01-11 13:18:47 +01:00
Eike Rathke
67edfdce61 made [es-BO] DateSeparator the '/' that is used in FormatCode 2012-01-11 13:18:47 +01:00
Eike Rathke
899fe10b72 made [tr-TR] use the defined '.' DateSeparator in FormatCode 2012-01-11 13:18:46 +01:00
Eike Rathke
ed58823522 made [ko-KR] DateSeparator the '/' that is used in FormatCode 2012-01-11 13:18:46 +01:00
Eike Rathke
5c81423cc0 made [ku-TR] DateSeparator the '/' that is used in FormatCode
though I strongly doubt the entire US-centric approach ...
2012-01-11 13:18:46 +01:00
Eike Rathke
8b7354217d added date acceptance patterns API 2012-01-11 13:18:46 +01:00
Eike Rathke
f6c465e355 lower date acceptance with only two numbers 2012-01-11 13:18:45 +01:00
Eike Rathke
8298a4741d strict date recognition using locale's separator and ISO 8601
- Removed separators '-', '.' and '/' working in all combinations in all
  locales forcing a date even for 23/12.99 (if locale has DMY order)
* Only the locale's date separator is accepted, plus '-' if the input may
  represent an ISO 8601 date yyyy-mm-dd, check is lax though on minimum
  digits, y-m-d is also accepted.
* Additionally, accept yy-month-dd or dd-month-yy with month name. Year must
  be <1 or >31, 2-digit year magic for values 0,32..99 is applied, or has to
  be prefixed with leading zero.
2012-01-11 13:18:45 +01:00
Eike Rathke
958cdbdcf5 accept and display years < 100
+ Years < 100 without being hit by the 2 digits year magic can be entered by
  preceding them with a leading 0 if at least 3 digits are present, e.g.
  099-1-1 is year 99, not 1999.
+ Years < 100 in an yyyy format are always displayed as 0099.
2012-01-11 13:18:45 +01:00
Andras Timar
8ca1557b85 enlarge 'Reset' button for German translation 2012-01-11 12:53:11 +01:00
Tor Lillqvist
11c9125c28 Work around http://code.google.com/p/android/issues/detail?id=23351 2012-01-11 13:48:55 +02:00