summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Collapse)AuthorFilesLines
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2-4/+4
Change-Id: I56f38bd786f3a026cb2908f28540dc9c4003af83
2013-12-17Remove unnecessary use of OUString constructor in OUStringBuffer::append callsNoel Grandin1-1/+1
Convert code like aStrBuffer.append(OUString(" AS ")); to aStrBuffer.append(" AS "); Change-Id: I8c1884b5a875f40f0b5e511b6ef38c6c8eeee656
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin1-4/+4
Change-Id: Ib2690e3ec9987b97363687b61fe8ddae4ace9058
2013-12-17fdo#61638 SmParser::NextToken: don't crash on ending dotMiklos Vajna1-16/+22
Change-Id: Ia9c168e52a99286910c9e63e0e052671c5259ba8
2013-12-16uiconfig is a l10n-relevant targetBjoern Michaelsen1-1/+1
Change-Id: I8a2ca73c02fd6b04ce60e7701c51d2362ef7ec06
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin1-1/+1
Convert code like if( !aStr.isEmpty() && aStr[0] == 'x' ) to if( aStr.startsWith("x") ) Change-Id: Iabc3a44ed3be2d29eed876e0eeef212ccd271edf
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann3-87/+87
...in comphelper::PropertyMapEntry and SfxItemPropertyMapEntry. And as the arrays of such need to be initialized dynamically anyway, also change their name members to proper OUStrings while at it. Plus some const clean-up. Change-Id: I67d4d7b5773fb020605f369daf39528bec930606
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann3-87/+87
This reverts commit 90f91088d238469b4a2262c91de3117ba40f5bde for now: Ach, old GCC doesn't like plain string literals to initialize members of OUString type... Change-Id: I50563a00406259bb5d41831e2a2796762450d097
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann3-87/+87
...in comphelper::PropertyMapEntry and SfxItemPropertyMapEntry. And as the arrays of such need to be initialized dynamically anyway, also change their name members to proper OUStrings while at it. Plus some const clean-up. Change-Id: I67d4d7b5773fb020605f369daf39528bec930606
2013-12-09fdo#54938: Convert starmath to use cppu::supportsServiceMarcos Paulo de Souza2-12/+5
Change-Id: If5ba86d421ce876071df39ce8dec1bebe7ebae81 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-12-05typo: Align Right -> Align LeftAndras Timar1-1/+1
Change-Id: I8a347394bff7767a8d2b1b548ea9d9b8848bb1ae
2013-12-05Remove obsolete SEQTYPE workaroundStephan Bergmann1-9/+1
Change-Id: I366b29038be034b03a16fa6d7f6873dc78d8d88f
2013-12-03Revert "fdo#67862: Add greek symbols to docking window"Thomas Arnhold4-219/+1
This partially reverts commit e9a7ff1a5ba9d5ba34eeca9d622d8a3a9c68ade8. Leave the SAL_N_ELEMENTS changes in. I forgot about the translation of those symbol names. The en-US %alpha is %alfa in pt-br. See starmath/source/symbol.src. One list get's translated, the other not. For UI purpose GetUiSymbolName gives the tranlated one and for export GetExportSymbolName gives the untranslated english string. Feel free to implement this or maybe drop the translation of those symbols. Conflicts: starmath/inc/starmath.hrc Change-Id: I74d667a727536e1caf35f32af6a5c9cc64ca7015 Reviewed-on: https://gerrit.libreoffice.org/6884 Reviewed-by: Thorsten Behrens <thb@documentfoundation.org> Tested-by: Thorsten Behrens <thb@documentfoundation.org>
2013-12-03fix spelling delimeter -> delimiterNoel Grandin1-2/+2
Change-Id: I12a330e922f8f6ffe9c746a26e5b32c0bbae626a
2013-11-30mark non-translatable .ui strings explicitely as suchAndras Timar1-4/+4
so bin/ui-translatable.sh will not find false positives Change-Id: I35e98ba22ba8c0cc9bbf0de40b31be421acc4c15
2013-11-27no need to escape tilde in glade dialogsChristian Lohmaier1-1/+1
Change-Id: I7a7c059c7a6925204aeef19c3640d9ffbff4e6de
2013-11-26Integrate branch of IAccessible2Steve Yin2-5/+5
WaE: Reorder initializations to prevent compiler warnings. (cherry picked from commit c05431aa92fa2c7c7258418a6ecd651b5c26d982) WaE: unname unused variable to prevent compiler warnings. (cherry picked from commit 2259256a390c4b6f83cfb5dbe4a65df5032aee47) Conflicts: editeng/source/accessibility/AccessibleEditableTextPara.cxx ad61537527a74670af266feb9e4d26d2d654daf7 66044902b8d94fc15d4c30270e6cc419fb7d3565 Change-Id: I3ec9798f2c7d854824722c0cf44b62128b4f4cb4
2013-11-25Fix some typos for "Right"Julien Nabet2-3/+3
Change-Id: I6bcdb57ab45d5571bde53a6c43fe104551197086
2013-11-23widht -> widthJulien Nabet1-1/+1
Change-Id: I661eeb167a95540a223ce72aac51789daf3767dc
2013-11-14make l10n buildable separatelyBjoern Michaelsen1-1/+4
- this renames the 'almost' module target to non-l10n - and adds a l10n target which is intended to only build l10n parts of the product - packagers should then be able to build l10n and non-l10n parts of the product independently, thus: - enable quicker rebuilds - distribution of load - updates to l10n without a full rebuild - security fixes to binaries without rebuilding all l10n - the new targets are called build-l10n-only and build-non-l10n-only - note this is not intended to move a concept of split packages upstream -- while this exsists in distros, the number of test scenarios for this would explode upstream Change-Id: Ib8ccc9bc52718d9b0ebbfee76ad93dc29c260863 Conflicts: filter/Module_filter.mk
2013-11-14starmath: Elements dock: add missing reverse circumflexThomas Arnhold2-1/+2
Change-Id: I63c7caec6c2c630cf1ce67a4e0f71694475e83bc
2013-11-14starmath: Elements dock: add missing scalable bracesThomas Arnhold2-4/+5
RID_SLRBRACEX was missing in the Elements dock. Change-Id: Id8b2035b603938dea774ac2cfe1ef5aaff4dae54
2013-11-14starmath: use global resource stringThomas Arnhold5-129/+60
In favor of many getters and setters :) Change-Id: Ibdfe6e2cb70ec2e743def2f898c1b56713af2661
2013-11-14starmath: some improvementsThomas Arnhold1-16/+16
Change-Id: I9dbeb16a527094bb8b32f8b8926f2a511e6190ba
2013-11-14fdo#71580: Elements dock: Alignment items are missingThomas Arnhold4-8/+37
Also add << and >> to the Elements dock. Change-Id: Id58d64c8ab938259e84ce1a178644c6d4a6ee95d
2013-11-14starmath: remove unused resource idsThomas Arnhold1-8/+0
Change-Id: I9dee3cf5591df19cd0189e32ae7be024b07020f3
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-1/+1
Change-Id: Ibf04062ca86ed866202d748c3b62a210d30ed6ec
2013-11-13fdo#69112 - Detaching the docking window leads to a wrong sized windowThomas Arnhold2-0/+9
Just fix it by setting an appropriate minimum window size. It's set to 100px because this is approx. one column/row of elements. Now, after entering the floating mode the height of the window is 100px. Maybe this needs some more adjustment, but it's not 0px anymore. Change-Id: I7b14d001bbca1d1a5297f875fdf424beefaed85a
2013-11-11remove unnecessary use of OUString constructorNoel Grandin2-6/+6
Change-Id: Ifb220af71857ddacd64e8204fb6d3e4aad8eef71
2013-11-07fdo#65588 - Elements Dock: Scrollbar moves into input windowJosé Guilherme Vanz1-0/+10
This change "solves" the visual problem. But I don't think so this is the best solution Change-Id: I658f7a4182578e49644ae6de281f221499d61ad3 Reviewed-on: https://gerrit.libreoffice.org/6602 Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com> Tested-by: Marcos Souza <marcos.souza.org@gmail.com>
2013-11-05fdo#67862: Add greek symbols to docking windowThomas Arnhold4-12/+231
Those were already present at starmath/source/symbol.src and are merged to the docking window now. Also make use of SAL_N_ELEMENTS. Change-Id: I3e1f082082763168e731c3771c0b71467d095eba
2013-11-05Resolves: fdo#58094 don't crash on attempting mml importCaolán McNamara2-3/+5
Change-Id: I812f2b3e333ea59e9ebfc75a854faca050af8711
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin2-2/+2
Convert code like: if( aStr == OUString("xxxx") ) to this: if( aStr == "xxxx" ) Change-Id: I8d201f048477731eff590fb988259ef0935c080c
2013-11-03fdo#65586: Add tools tips in Math Elements DockMarcos Paulo de Souza4-148/+641
Change-Id: I304ba9fe0a97f85424d0eb0ee87bf3b4b58179f4 Reviewed-on: https://gerrit.libreoffice.org/6540 Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com> Tested-by: Marcos Souza <marcos.souza.org@gmail.com>
2013-11-03WaE: unused variable 'sExpected' [loplugin]Tor Lillqvist1-1/+1
Change-Id: I32d774640602566c23303a9816fa3c5926449781
2013-11-03improve starmath test codeMarkus Mohrhard1-32/+8
Change-Id: Ife7e1306ce65dc1d935181553803fbc9266b628c
2013-11-02starmath: Check for text length.Jan Holesovsky1-3/+3
Fixes fdo32667-1.doc. Change-Id: Ibe7a9ca83b65e7b13c6b315f1b771f50f0b6fc7a
2013-11-01convert math font dialog to .uiCaolán McNamara6-161/+293
Change-Id: Ib7bf087664b6c8491872dfa37c750485fedabbe2
2013-10-29cppcheck: duplicate break or break which follows a returnJulien Nabet1-1/+0
Change-Id: I0985d28289e31969cb9b048b221abfae1572025d
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza1-10/+2
Change-Id: I90a7a07a43559b8d7e1d4b886b2624255200d46b Reviewed-on: https://gerrit.libreoffice.org/6406 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2013-10-23clean up some include guardsThomas Arnhold2-5/+5
Conflicts: sw/source/ui/inc/content.hxx Change-Id: I58d81881271fc6e3320bf3b5f1321594b28614a6 Reviewed-on: https://gerrit.libreoffice.org/6388 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-23starmath: fix include guardsThomas Arnhold32-67/+67
Change-Id: I4f4bd88e8be1f2745ec8c96793a43d93e3f733b4 Reviewed-on: https://gerrit.libreoffice.org/6389 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-23convert code to use OUString::endsWithNoel Grandin1-2/+2
Convert places that call aStr[aStr.getLength()-1] == 'x' to use the shorter form aStr.endsWith("x") Change-Id: I1b3a19c0e89b8989cdbeed440f95fc76f9a4b6b6
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
They are practically always useless, often misleading or obsolete. Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c
2013-10-18random OUString to String conversionsNoel Grandin2-4/+4
Change-Id: I9cfb8e7183b9cce7c690f3a43a64b61a2aa8c754
2013-10-09More OUString::copy out-of-bounds fixesStephan Bergmann1-10/+10
Change-Id: I45762d167d04252e32155a7b23a3290688bccdf6
2013-10-03CID#735395 potential memory leakCaolán McNamara5-9/+14
Change-Id: Ica07e23920d751757ab5d14d5216615d5fcdbfd9
2013-10-03CID#736482 fix leakCaolán McNamara1-1/+3
Change-Id: I51c1e553339810f7de61c2c4a506482339829b31
2013-10-02More SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP around std::auto_ptrStephan Bergmann1-0/+2
...as needed by Clang trunk towards 3.4. Change-Id: Ibbfe9cb0ec03e0aed939d769feee9e046af4741f
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-8/+8
Change-Id: Ic37531aa2fe9b0098cf8b027275d314607208154