summaryrefslogtreecommitdiff
path: root/forms/source/resource
AgeCommit message (Collapse)Author
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim
use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
2012-11-27re-base on ALv2 code. Includes:Michael Meeks
Patch contributed by Christian Lippka impress212: #i113063# patch: dubios self assign in svx/source/dialog/framelink.cxx http://svn.apache.org/viewvc?view=revision&revision=1167619 Patches contributed by Mathias Bauer gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 cws mba34issues01: #i117712#: fix several resource errors introduced by IAccessible2 implementation http://svn.apache.org/viewvc?view=revision&revision=1172343 cws mba34issues01: #i117719#: use correct resource ID http://svn.apache.org/viewvc?view=revision&revision=1172351 Patch contributed by Andre Fischer Do not add targets for junit tests when junit is disabled. http://svn.apache.org/viewvc?view=revision&revision=1241508 Patches contributed by Armin Le-Grand #118804# corrected GraphicExporter behaviour on shortcut when pixel graphic is requested http://svn.apache.org/viewvc?view=revision&revision=1240195 fix for #118525#: Using primitives for chart sub-geometry visualisation http://svn.apache.org/viewvc?view=revision&revision=1226879 #118485# - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 #118524: apply patch, followup fixes to 118485 http://svn.apache.org/viewvc?view=revision&revision=1186077 13f79535-47bb-0310-9956-ffa450edef68 Patch contributed by Regina Henschel linecap: Reintegrating finished LineCap feature http://svn.apache.org/viewvc?view=revision&revision=1232507 Patch contributed by Wang Lei (leiw) #i118760# split the first table cell vertically, then undo&redo, the Presentation app will crash http://svn.apache.org/viewvc?view=revision&revision=1301361 cleanup globlmn hacks, undo dependent fixmes.
2012-11-22AllSettings with LanguageTagEike Rathke
Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold
Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2011-11-27remove include of pch header from formsNorbert Thiebaud
2011-06-20totally pointless intermediate objectCaolán McNamara
2011-04-03gbuildize formsDavid Tardon
2010-11-02Add some more files to EXCEPTIONSFILES, needed on at least NetBSD.Thomas Klausner
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-05remove include guards using fixguard.pyPetr Mladek
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-10-16#i103496#: split svtools; improve ConfitItemsMathias Bauer
2008-12-30CWS-TOOLING: integrate CWS sb102Jens-Heiner Rechtien
2008-12-11 16:18:12 +0100 sb r265332 : #i95065# cleanup, to make Windows linking work 2008-12-11 16:16:03 +0100 sb r265331 : #i95065# missing SAL_DLLPUBLIC_EXPORT 2008-12-09 17:40:28 +0100 sb r265122 : #i94469# move CJK specific configuration data to brand layer 2008-12-09 16:09:08 +0100 sb r265112 : #i96959# use PTHREAD_MUTEX_RECURSIVE on all platforms 2008-12-09 15:54:31 +0100 sb r265110 : #i95065# do not derive apphelper::LifeTimeGuard from osl::ResettableMutexGuard to avoid problems with VISIBILITY_HIDDEN=TRUE on MSC 2008-12-09 15:40:51 +0100 sb r265104 : #i95065# add VISIBILITY_HIDDEN=TRUE to connectivity/source/drivers/mozab 2008-12-09 15:36:21 +0100 sb r265102 : #i95501# updated SDK_HOME 2008-12-09 15:31:46 +0100 sb r265099 : typo (temppath vs. tmppath) 2008-12-08 11:48:08 +0100 sb r264979 : #i95065# removed spurious ExplicitCategoriesProvider.obj (ExplicitCategoriesProvider.cxx is not in this directory) 2008-12-07 19:41:07 +0100 sb r264960 : #i96994# erroneously doubled backslash caused visibility feature to be disabled for all GCC versions on Mac OS X 2008-12-06 23:54:49 +0100 sb r264948 : changes from trunk that CWS-TOOLING's rebase to DEV300:m37 (r264891) had missed, as files had been moved around on this CWS 2008-12-05 20:29:23 +0100 sb r264919 : #i85508# versions of flex apparently differ in whether input() resp. yyinput() returns zero or EOF upon end of file 2008-12-05 15:37:23 +0100 sb r264908 : #i95315# removed obsolete jut 2008-12-05 15:34:59 +0100 sb r264907 : #i95531# removed empty obsolete directories 2008-12-05 10:09:23 +0100 sb r264891 : CWS-TOOLING: rebase CWS sb102 to trunk@264807 (milestone: DEV300:m37) 2008-12-04 14:50:20 +0100 sb r264845 : #i95065# introduced VISIBILITY_HIDDEN makefile flag to reduce duplications; made additional libraries use VISIBILITY_HIDDEN=TRUE to avoid warnings with recent GCC 4 versions (had to split certain code directories to make changes that would otherwise erroneously affect multiple libraries built in the same makefile); changed connectivity::ORefVector to no longer derive from std::vector, as that caused problems with the MSC implementation of VISIBILITY_HIDDEN=TRUE; replaced uses of JNIEXPORT with SAL_DLLPUBLIC_EXPORT, as the former does not expand to visibility attributes on some platforms where the latter does 2008-12-03 11:29:38 +0100 sb r264759 : #i94583# remove unnecessary (and wrong) assertion check for rtl_getAppCommandArg return value (which is guaranteed to return osl_Process_E_None or not return at all) 2008-12-02 17:18:31 +0100 sb r264724 : #i96809# silenced GCC 4.3.2 warning 2008-12-02 13:29:34 +0100 sb r264695 : #i96797# make get_tmp_dir fail less often 2008-11-28 17:19:24 +0100 sb r264566 : #i95691# inadvertently missing from -c 264564 2008-11-28 17:07:50 +0100 sb r264564 : #i95691# only structs of exactly 1, 2, 4, or 8 bytes are returned through registers 2008-11-25 13:28:08 +0100 sb r264291 : #i96427# support for SAL_EXCEPTION_DLLPUBLIC_EXPORT (patch by np) 2008-11-21 14:45:22 +0100 sb r264140 : #i95428# added SAL_EXCEPTION_DLLPUBLIC_EXPORT and SAL_EXCEPTION_DLLPRIVATE 2008-11-19 13:19:37 +0100 sb r263984 : #i95525# removed erroneous application/octet-stream svn:mime-type properties
2008-04-11INTEGRATION: CWS changefileheader (1.6.80); FILE MERGEDRüdiger Timm
2008/03/31 13:11:41 rt 1.6.80.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.48.80); FILE MERGEDRüdiger Timm
2008/03/31 13:11:40 rt 1.48.80.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.4.88); FILE MERGEDRüdiger Timm
2008/03/31 13:11:40 rt 1.4.88.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.7.12); FILE MERGEDRüdiger Timm
2008/04/01 15:16:37 thb 1.7.12.2: #i85898# Stripping all external header guards 2008/03/31 13:11:40 rt 1.7.12.1: #i87441# Change license header to LPGL v3.
2008-02-25INTEGRATION: CWS supdremove02 (1.6.124); FILE MERGEDOliver Bolte
2008/01/31 13:47:48 rt 1.6.124.1: #i85482# Remove UPD from resource name.
2007-04-19INTEGRATION: CWS mergede01 (1.5.150); FILE MERGEDIvo Hinkelmann
2007/03/20 14:41:13 ihi 1.5.150.1: #i72301# Remove German
2007-04-19INTEGRATION: CWS mergede01 (1.47.12); FILE MERGEDIvo Hinkelmann
2007/03/20 14:41:13 ihi 1.47.12.1: #i72301# Remove German
2007-02-06INTEGRATION: CWS ause074 (1.3.162); FILE MERGEDVladimir Glazounov
2007/01/30 12:04:41 hjs 1.3.162.1: #i73801# remove remaining usages of sv[pre].mk
2006-12-01INTEGRATION: CWS dba22a (1.46.124); FILE MERGEDRüdiger Timm
2006/11/22 14:59:34 fs 1.46.124.1: #i71860# some new strings
2006-09-16INTEGRATION: CWS pchfix02 (1.5.52); FILE MERGEDOliver Bolte
2006/09/01 17:27:42 kaib 1.5.52.1: #i68856# Added header markers and pch files
2006-04-07INTEGRATION: CWS internatiodel (1.3.110); FILE MERGEDVladimir Glazounov
2006/01/19 15:09:08 er 1.3.110.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/24 13:11:38 er 1.3.110.1: #i50205# get rid of class International
2005-09-23INTEGRATION: CWS encup (1.3.14); FILE MERGEDJens-Heiner Rechtien
2005/04/29 15:57:39 ihi 1.3.14.1: #i40603# German strings now UTF8 encoded
2005-09-23INTEGRATION: CWS encup (1.44.88); FILE MERGEDJens-Heiner Rechtien
2005/04/29 15:57:39 ihi 1.44.88.1: #i40603# German strings now UTF8 encoded
2005-09-08INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGEDRüdiger Timm
2005/09/05 13:50:44 rt 1.3.56.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.44.130); FILE MERGEDRüdiger Timm
2005/09/05 13:50:44 rt 1.44.130.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGEDRüdiger Timm
2005/09/05 13:50:43 rt 1.2.90.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGEDRüdiger Timm
2005/09/05 13:50:42 rt 1.3.130.1: #i54170# Change license header: remove SISSL
2005-03-23INTEGRATION: CWS eforms4 (1.2.6); FILE MERGEDVladimir Glazounov
2004/12/29 10:50:29 fs 1.2.6.1: localize the UI name for bindings
2004-11-16INTEGRATION: CWS eforms2 (1.1.2); FILE ADDEDOliver Bolte
2004/10/29 15:21:10 fs 1.1.2.10: #i35400# +RID_STR_XFORMS_PATTERN_DOESNT_MATCH 2004/08/23 10:12:00 dvo 1.1.2.9: #i31958# fix syntax error 2004/08/23 10:08:20 dvo 1.1.2.8: #i31958# incorporate result of string review 2004/08/09 10:18:32 fs 1.1.2.7: new data type strings according to spec part 1 2004/08/02 15:40:17 dvo 1.1.2.6: #i31958# adopt new resource syntax 2004/08/02 13:45:08 dvo 1.1.2.5: #i31958# add error message ..._CANT_EVALUATE 2004/07/28 14:03:59 fs 1.1.2.4: #i10000# manual post-resync changes 2004/07/26 16:38:59 dvo 1.1.2.3: #i31958# fix error message 2004/07/19 14:03:10 fs 1.1.2.2: #114856# localized names for the built-in types 2004/06/23 11:47:17 dvo 1.1.2.1: #114856# Resources for XForms error messages
2004-11-16INTEGRATION: CWS eforms2 (1.1.1.1.180); FILE MERGEDOliver Bolte
2004/06/23 11:47:44 dvo 1.1.1.1.180.1: #114856# resources for XForms error messages
2004-06-25INTEGRATION: CWS mergebuild (1.40.18); FILE MERGEDHans-Joachim Lankenau
2004/05/21 14:25:05 hjs 1.40.18.6: #i8252# fix resync problems 2004/05/18 13:38:07 hjs 1.40.18.5: RESYNC: (1.41-1.43); FILE MERGED 2004/04/21 01:37:49 hjs 1.40.18.4: RESYNC: (1.40-1.41); FILE MERGED 2003/12/16 16:18:02 ihi 1.40.18.3: x-no-translate conversion 2003/11/11 19:17:56 ihi 1.40.18.2: en -> en-US 2003/11/10 16:45:20 ihi 1.40.18.1: #111234# Merge during build
2004-06-25INTEGRATION: CWS mergebuild (1.2.116); FILE MERGEDHans-Joachim Lankenau
2004/03/02 19:17:07 hjs 1.2.116.1: #i8252# replace LanguageType with Locale
2004-04-13INTEGRATION: CWS frmcontrols02 (1.41.2); FILE MERGEDJens-Heiner Rechtien
2004/01/23 18:00:25 fs 1.41.2.1: #i24414# #i24417#
2004-04-02INTEGRATION: CWS frmvalidation (1.41.22); FILE MERGEDRüdiger Timm
2004/03/11 16:46:25 fs 1.41.22.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external value suppliers into css.form.binding (out of drafts.css.form/component)
2003-12-17INTEGRATION: CWS geordi2q11 (1.40.54); FILE MERGEDVladimir Glazounov
2003/12/16 12:34:32 hr 1.40.54.1: #111934#: join CWS ooo111fix1
2003-07-17INTEGRATION: CWS mergerc3 (1.39.2); FILE MERGEDJens-Heiner Rechtien
2003/07/16 16:52:27 ihi 1.39.2.1: rc-3 merge all languages
2003-07-03INTEGRATION: CWS rc2merge (1.38.6); FILE MERGEDJens-Heiner Rechtien
2003/07/03 14:21:34 ihi 1.38.6.1: rc-2 merge all languages
2003-06-13INTEGRATION: CWS rcmerge (1.37.16); FILE MERGEDJens-Heiner Rechtien
2003/06/12 11:03:57 gh 1.37.16.1: final Merge RC
2003-04-29INTEGRATION: CWS mergem8 (1.35.2.3.16); FILE MERGEDJens-Heiner Rechtien
2003/04/29 08:35:21 gh 1.35.2.3.16.2: final merge for Beta2 2003/04/14 15:08:14 gh 1.35.2.3.16.1: merging all languages
2003-03-25MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien
2002-12-05Merge SRX644: 05.12.02 - 11:19:32Kurt Zenker
2002-11-25Merge SRX644: 25.11.02 - 16:04:04Vladimir Glazounov
2002-11-05Merge SRX644: 05.11.02 - 07:50:54Kurt Zenker
2001-12-20#96160# +RID_STR_INVALIDSTREAMFrank Schönheit
2001-12-14Merge SRC641: 14.12.01 - 17:46:51Kurt Zenker
2001-12-04Merge SRC641: 04.12.01 - 18:49:34Kurt Zenker