Commit graph

37480 commits

Author SHA1 Message Date
Eike Rathke
959d244198 Removed Kabyle language entry. 2011-07-30 14:55:56 -04:00
Eike Rathke
3bc8dbc888 fix Kabyle_Algeria [kab_DZ] absent currency symbol.
* In locale data replaceTo must not be empty if replaceFrom isn't.
+ Also added check to locale data compiler to prevent this in future.
* Fixed a currency format's group separator.
* Marked LANGUAGE_USER_KABYLE (0x0659) obsolete as LANGUAGE_TAMAZIGHT_LATIN
  (0x085F) is used instead, actually commit
  909c9aa4550a068513300bc3e899c0466d9287b4 crossed
  b51eaf4c5083ec35366d18c522a7dd50f9c9b3c0
- Removed the corresponding duplicated entry from langtab.src.
2011-07-30 11:03:47 -04:00
Caolán McNamara
f1346a0dae check that reads succeeded 2011-07-29 10:56:42 +01:00
Caolán McNamara
8291b5884c make stream operators leave variables in original state on failure
this aligns them with the behaviour of std::stream, and makes things
like

sal_uInt32 n(0);
rSt >> n;
if (n)
{
   ...
}

safe if there was a short read of e.g. 3 bytes instead of the required 4
2011-07-29 10:56:42 +01:00
Caolán McNamara
990083e875 callcatcher: ditch various unused methods 2011-07-29 10:56:42 +01:00
Thomas Arnhold
c717737c20 Get rid of these non-printable chars 2011-07-29 11:09:01 +02:00
Thomas Arnhold
c817dcb873 callcatcher: remove unused methods 2011-07-29 11:09:01 +02:00
Jan Holesovsky
c660d8a116 Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-gui 2011-07-28 18:39:22 +02:00
Katarina Machalkova
0da07b6075 Don't delete valid [$.*] components of number formats
... such as [RED], [NatNumX] etc.
2011-07-28 14:50:24 +02:00
Caolán McNamara
bcf50ad172 Resolves: fdo#39467 we should throw instead of crashing when \!is() 2011-07-28 11:05:47 +01:00
Jan Holesovsky
6d86bc53c7 Merge commit 'libreoffice-3.4.2.3' 2011-07-28 10:14:01 +02:00
Caolán McNamara
b74f17642d callcatcher: ditch various unused methods 2011-07-28 09:02:37 +01:00
Caolán McNamara
a2c7a85db6 callcatcher: remove various unused methods 2011-07-27 22:08:37 +01:00
Caolán McNamara
6b61814afb ByteString::CreateFromInt32->rtl::OString::valueOf 2011-07-27 09:22:42 +01:00
Radek Doulik
558708139b build mtfrenderer component again 2011-07-27 10:06:10 +02:00
Thorsten Behrens
e563f1401a Removed weird VERBOSE overload in canvas
Now doing extra logging / graphical debug cues via OSL_DEBUG_LEVEL
of 3. Also saves some lines in makefiles.
2011-07-26 23:56:14 +02:00
Thorsten Behrens
de103dcd00 Removed special-casing for SunStudio brokenness
No point in cluttering makefile with workaround for unsupported
compiler.
2011-07-26 23:56:14 +02:00
Thomas Arnhold
bf2373daf5 callcatcher: remove unused methods 2011-07-26 23:39:04 +02:00
Thomas Arnhold
bb4b28f364 callcatcher: bring SplitWindow::GetItemWindow back
Needed by reportdesign/source/ui/report/DesignView.cxx
2011-07-26 23:39:04 +02:00
Thomas Arnhold
4385e82288 callcatcher: actually remove the right one 2011-07-26 23:39:04 +02:00
Thomas Arnhold
b7442df1e9 callcatcher: clean up ImplImageBmp 2011-07-26 23:39:04 +02:00
Thomas Arnhold
bc34a22e76 callcatcher: clean Window 2011-07-26 23:39:04 +02:00
Thomas Arnhold
a564531ea3 callcatcher: Kill SvtJavaOptions 2011-07-26 23:39:04 +02:00
Thomas Arnhold
4fa34ceab4 callcatcher: Remove JavaChild 2011-07-26 23:39:04 +02:00
Thomas Arnhold
188ed98e86 callcatcher: remove unused methods 2011-07-26 23:39:04 +02:00
Thomas Arnhold
5f24eddfc8 callcatcher: Remove unused SvxSearchConfig 2011-07-26 23:39:04 +02:00
Thomas Arnhold
8b61f66aab callcatcher: clean up SvTreeList{Box} 2011-07-26 23:39:03 +02:00
Thomas Arnhold
19556f9d8b callcatcher: clean up SplitWindow 2011-07-26 23:39:03 +02:00
Michael Meeks
1136ca19ca random SAL_N_ELEMENTS cleanup 2011-07-26 18:07:12 +01:00
Bjoern Michaelsen
69835e7305 bring some order into Libray_vcl 2011-07-26 17:09:34 +02:00
Bjoern Michaelsen
78e11d8a4d join GUIBASE aqua conditionals in Library_vcl 2011-07-26 17:09:34 +02:00
Bjoern Michaelsen
5ec155753b join WNT conditionals in Library_vcl 2011-07-26 17:09:34 +02:00
Takeshi Abe
d5a8293e6c fixed typo 2011-07-26 23:57:08 +09:00
Bjoern Michaelsen
c12908c001 use uikit, corefoundation, cocoa, carbon, quicktime externals 2011-07-26 16:33:32 +02:00
Bjoern Michaelsen
3297eec4c9 use gtk and gthread externals in vclplug_gtk, add FIXME for dbus 2011-07-26 15:18:07 +02:00
Radek Doulik
55b38ffe05 enable emf debug dump when dbglevel > 1 2011-07-26 14:30:52 +02:00
Radek Doulik
e5e782730d enable emf debug dump when dbglevel > 1 2011-07-26 14:30:52 +02:00
Radek Doulik
067362e1ce enable emf debug dump when dbglevel > 1 2011-07-26 14:30:52 +02:00
Radek Doulik
bcd76a23fa fix debug build 2011-07-26 14:30:51 +02:00
Caolán McNamara
fb092e2665 strip down unused old-style string methods 2011-07-26 10:14:29 +01:00
Caolán McNamara
94a2bbe8c2 callcatcher: remove unused mapEventIDToName 2011-07-26 10:14:29 +01:00
Caolán McNamara
56321c27af add a test for a nasty suspicion I have 2011-07-26 10:14:29 +01:00
Caolán McNamara
5958f74e8a use configured freetype and fontconfig flags, at end of link link 2011-07-26 10:14:29 +01:00
Caolán McNamara
ed63fde85b use new link mechanism and drop this horrible mess 2011-07-26 10:14:29 +01:00
Tor Lillqvist
d49ced7e17 Fix Windows build 2011-07-26 10:43:46 +03:00
Thomas Arnhold
6fd0fe261c callcatcher: remove unused methods 2011-07-26 09:00:54 +02:00
Thomas Arnhold
c6b959536f Fix unintendet re-add of JobSetup::GetValue 2011-07-26 09:00:54 +02:00
Joseph Powers
4f0bb4d27c Replace List with std::vector< DirEntry* > 2011-07-25 19:46:16 -07:00
Tor Lillqvist
d7352b5788 Make it build for iOS again 2011-07-26 00:28:43 +03:00
Tor Lillqvist
3bf120e8ac Link with X11 libs only for GUIBASE == unx which actually means X11 2011-07-26 00:15:05 +03:00