summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Collapse)AuthorFilesLines
2013-05-12fdo#64456 impl_getValues always set m_nConvertedBoundValuesTypeLionel Elie Mamane1-0/+4
That is, also when returning an ephemeral value constructed from StringItemList Change-Id: I3f0edcb6cc31926c6b82acbcb88282829314b859
2013-05-12janitorial: correct method name in assert messageLionel Elie Mamane1-1/+1
Change-Id: I11ee124af09e9806fc45945316ae947757458d5b
2013-05-12commit subforms before moving in parent formLionel Elie Mamane2-38/+139
else, all pending changes in the subforms are lost Change-Id: I82b0967729c71a4f01eff9f823a1961fad999679
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-2/+2
Enhanced EditEngine to be able to hold more than 64k paragraphs. Used also in RTF import Calc and Writer, so that could benefit as well. * changed all EditEngine,Outliner,... related paragraph index/count variables from sal_uInt16 to sal_Int32 * sal_Int32 instead of sal_uInt32 to match accessibility API * matched some Outliner methods' paragraph parameters from sal_uLong to sal_Int32 * containers capable to hold size_t nevertheless are limited to a maximum of sal_Int32 * changed definition of EE_PARA_NOT_FOUND and EE_PARA_ALL to SAL_MAX_INT32 + added EE_PARA_MAX_COUNT and EE_TEXTPOS_MAX_COUNT to initialize ESelection with what previously were hard coded 0xFFFF all over the place + for similar reason added EE_TEXTPOS_ALL corresponding to EE_PARA_ALL to initialize an ESelection spanning all available text like aSel(0,0,EE_PARA_ALL,EE_TEXTPOS_ALL) Change-Id: I62d1b9c399cd709a4f93dbac31b219a61c46ec00 Reviewed-on: https://gerrit.libreoffice.org/3838 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-05-10Fix more exception specificationsStephan Bergmann1-18/+49
Change-Id: Ie5168a9e67ab9479cf7b6d0e350ec0b3c4f0616f
2013-05-10Fix exception specificationStephan Bergmann1-1/+3
Change-Id: I1167d2ebeba97380b65c6e7789ba7fc3ad6b0a1e
2013-05-09fix memory leak with orphaned controls created on the flyNoel Power1-1/+2
2013-05-07connectivity: remove Package_generatedMichael Stahl1-0/+1
This one is ugly, the Yacc generated header is used in lots of places; the dependencies are already right because using the header requires using the dbtools library which builds the YaccTarget, so just yet another include path has to be added. Change-Id: I031fde80ac326551d4719533305b1ae35351ca43
2013-05-06Java cleanup, Convert Vector to ArrayListNoel Grandin2-20/+26
Change-Id: I323a6625f93347e69f3114fc10cb04dc759a539f
2013-04-27those are never definedThomas Arnhold1-3/+0
Change-Id: If3893026047f9a75a122b64a5f368070721bb6d7
2013-04-26Java cleanup, call static methods staticallyNoel Grandin1-4/+4
Change-Id: Ibe0454d490153f723a58c3c619be7f8d443639c8
2013-04-25fdo#46808 Convert awt::Pointer to new styleNoel Grandin1-1/+0
Change-Id: Ic2ff491e656ab7bcf0bd5994b601818a26478243
2013-04-24Java cleanup, use generic containers where possibleNoel Grandin1-2/+2
Change-Id: Icd830004de3e121f5b96393e7d7b447775833419 Reviewed-on: https://gerrit.libreoffice.org/3569 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-24gbuild: drop empty use_packages callsDavid Tardon1-3/+0
Change-Id: I8e9f70eb5d929c98b4379416c2259a74e31d587f Reviewed-on: https://gerrit.libreoffice.org/3503 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24gbuild: drop uses of removed packagesDavid Tardon1-1/+0
Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac Reviewed-on: https://gerrit.libreoffice.org/3502 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-23fix, forget SAL_CALL againNoel Grandin1-6/+6
Change-Id: Ib13362c1a7aa7fa00e56c8df73f74ba1088999b5
2013-04-23fdo#46808, convert form::Forms to new styleNoel Grandin4-7/+71
Change-Id: I966ed18d45dc8a04c97a703d3c83382714025f2c
2013-04-23forms: FORMS_CONSTASCII_STRING is no longer neededMiklos Vajna31-516/+472
Change-Id: I2b666f0e48db4c97cc4c641480a82681f5057ac2
2013-04-22Data-aware ListBox: declare the newly supported External Binding TypesLionel Elie Mamane1-5/+7
Change-Id: I5ab021f99373f24b6be2ca6db00fe8b6e69bc9cb
2013-04-22Data-aware bindable ListBox new feature: bind *value*Lionel Elie Mamane1-2/+32
As opposed to index in list or *display* string Change-Id: I5fa74c80b28db843d45ee68523a4349ba44d229b
2013-04-22ListBox: take care of validation (use binding value when appropriate)Lionel Elie Mamane3-3/+16
Change-Id: I7c2ab0e42a82baa39e1b48124cc8cf58bfa126d5
2013-04-22Use (get|set)ControlValue instead of manipulating the property directlyLionel Elie Mamane1-5/+5
Change-Id: Ice58cf4f67fae6a26548bae6569ae0c0993a7e84
2013-04-22janitorial: alignmentLionel Elie Mamane1-1/+1
Change-Id: I1e061635d496c54a0c948805dac968f0fb0c67f8
2013-04-22Data-aware ListBox: add SelectedValue and SelectedValues propertiesLionel Elie Mamane5-23/+153
Change-Id: Id081e4f6bb765056f17babcfec52a1aedcd7b5d5
2013-04-22janitorial: typo in commentLionel Elie Mamane1-1/+1
Change-Id: I5434b05a7980919773d017b5b450f5d3c2325551
2013-04-22janitorial: typo in variable nameLionel Elie Mamane1-4/+4
Change-Id: I0bc68e7a1f589e11f16bc539f49a323e64bd834f
2013-04-22Note on design philosophy of data-aware ListBoxLionel Elie Mamane1-0/+48
Change-Id: I773c6b0704a31ab501cc51c6c7cd5e4be390a166
2013-04-22Data-aware ListBox: BoundValue==-1 to store index in listLionel Elie Mamane1-0/+5
Change-Id: I248cd5ec62574f47a27f8b37e1e90333b8748af2
2013-04-22Data-aware ListBox: getCurrentValue should return *binding* valuesLionel Elie Mamane1-2/+49
As opposed to display values Change-Id: I8afb52d69786702776f4e8d24390ba8ede417e92
2013-04-22Data-aware ListBox: populate ValueList even without bound fieldLionel Elie Mamane1-8/+9
Change-Id: I8742285778962b5be10f3aa300236efd525bdeb9
2013-04-22assert non-nullness of interface before useLionel Elie Mamane1-0/+1
Change-Id: I467830dce80e97db1b20c6d589fb4ca407cfa26c
2013-04-22janitorial: typo in commentLionel Elie Mamane1-1/+1
Change-Id: Icc10f98e4153278d3e5bde33d0454675121306a7
2013-04-22janitorial: typo in commentLionel Elie Mamane1-1/+1
Change-Id: Icba805697caa6675339535b382fc4f24f86a94fb
2013-04-22factorise common codeLionel Elie Mamane2-2/+8
Change-Id: I53ee3b7c99205046b25f437480d26e484ac2c340
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks5-113/+20
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
Now all these usages were removed from LO. Change-Id: I8a7233db20abdcdbb18428ad4004c78cc516a0e6 Reviewed-on: https://gerrit.libreoffice.org/3326 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-19Delete two pass-through include files and update the file that included them.Michael Dunphy1-1/+1
Change-Id: I6f02d312d1425dbb28b7cb7a2aa87a734054c4a7 Reviewed-on: https://gerrit.libreoffice.org/3474 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-19Remove any remaining remnants of unused component_canUnload featureStephan Bergmann1-1/+1
Change-Id: I635fd006b5ba9f5fb0091748ee2ff9bc3c1a2d2a
2013-04-19Java cleanup, use generics in calls to UnoRuntime#queryInterfaceNoel Grandin6-14/+14
A handful of places wrap the call to queryInterface. With a little generics love, we can reduce the casting required. Change-Id: I9efca2afb1b23fad2359af24e1c273aea96e45fe Reviewed-on: https://gerrit.libreoffice.org/3433 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-19Java cleanup, remove unnecessary castsNoel Grandin18-111/+111
Change-Id: Id12089bc7df16631737e6acaee0973fb91dd953f Reviewed-on: https://gerrit.libreoffice.org/3431 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane4-98/+34
- nanosecond precision - signed (allowed negative) year Also: assorted improvements / bugfixes in date/time handling code. Some factorisation of copy/pasted code. Change-Id: I761a1b0b8731c82f19a0c37acbcf43d3c06d6cd6
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
2013-04-15fdo#60724 informations -> informationThomas Arnhold2-2/+2
Change-Id: Ifd34ebfc7fe01b4a470eb072597dd3ec97c97863
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák4-4/+0
Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák158-1461/+1436
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-05new module i18nlangtagEike Rathke2-2/+2
Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
2013-04-05Replace `compareTo(...) == 0` with ==Ashish Banerjee1-1/+1
Proposed patch for the following issue: https://bugs.freedesktop.org/show_bug.cgi?id=62096 Change-Id: Ib83a9051ea12c53642f781e5427a6ca728049a7f Reviewed-on: https://gerrit.libreoffice.org/3198 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-01Revert "Remove RTL_CONSTASCII_(U)STRINGPARAM in forms(frm_strings.hxx)"Thomas Arnhold1-1/+1
This reverts commit 6591068f2a73252f4e3c9abf9b153a5b4f59410b. The second parameter of ConstAsciiString is length.
2013-04-01remove boilerplate commentsThomas Arnhold10-23/+5
Change-Id: I44a476a9843816f70a7a4d84b8c35edeecd5daaf