summaryrefslogtreecommitdiffstats
path: root/starmath
Commit message (Collapse)AuthorAgeFilesLines
* gb_Library_PLAINEXT->gb_Library_DLLEXTNorbert Thiebaud2012-06-151-1/+1
| | | | | | Cherry picked from 405454c88a44f0f881d67b4c707a5714cfc1d53c Change-Id: I18bb06ff9dfffcdb2dd958c736b6e81af0b2b4ca
* add modified unoexceptionprotector for better error msgs from exceptionsCaolán McNamara2012-06-151-0/+1
|
* remove all traces of offuh from makefilesDavid Tardon2012-06-153-3/+15
|
* ugly fix to a dependency problem in starmath_qa_ccpunitNorbert Thiebaud2012-06-151-0/+2
|
* avoid object double include in starmathNorbert Thiebaud2012-06-151-1/+0
|
* reenable unit testNorbert Thiebaud2012-06-152-0/+115
| | | | | | cherry-picked from 95357d3144b817726507758c1314a82303c25157 Change-Id: I1d403859091a6e59b1045126c5db2bf2ffd573e1
* move UNO API test to subsequentchecksDavid Tardon2012-06-151-1/+3
|
* migrate starmath subsequenttests to gbuildNorbert Thiebaud2012-06-152-4/+54
| | | | | | cherry-picked from 969d60a477742d24afe370fae70db057d2db9341 Change-Id: I074f2f024624aafea4456304295d747318755ffd
* convert starmath to gnumakeNorbert Thiebaud2012-06-155-0/+268
| | | | | | cherry-pick from da5f126844fab3c647c3d95cdf613aaf2e22ceed Change-Id: I1e462668270f33f7f7f2082b20c12c18d0ad8042
* revert gmk4 mismergeNorbert Thiebaud2012-06-158-510/+0
| | | | Change-Id: I013893c7ca4b9d4364d2d19fdd0440c7dcf08910
* Remove some PCH leftoversThomas Arnhold2012-06-151-421/+0
| | | | | | | | There are still some pch headers in use. Simply: find . -name *_pch* Change-Id: Idafcd4f1451877ad9b08c8bbea526266d7414553
* added zoom submenu to ViewTim Hardeck2012-06-151-1/+11
| | | | | | | | | | | Added zoom submenu to View with the same entries of the zoom status bar right mouse button menu. This feature was requested on the design-mailing list: http://www.mail-archive.com/design@global.libreoffice.org/msg03561.html Additionally the zoom menu entries were sorted in a more logical way. Change-Id: I5f2df8aa33be9305841fd5505c95963bee8a0ed0
* move zoomitem from svx to sfx2Tim Hardeck2012-06-154-13/+4
| | | | | | | To allow using SvxZoomItem in sfx2 zoomitem is moved from svx to sfx2. This patch does base on Caolán McNamara's patch he sent to the mailing list. Change-Id: I4d245f938d92ad3a20b692f5f76d8e0d00b1a648
* hrc cleanup: Remove completely unused RIDsThomas Arnhold2012-06-151-52/+2
| | | | | | | | | | | These RID definitions aren't used at any other point. So remove them. Unused START and END definitions were commented out for documentation purpose. All definitions in basctl/source/basicide/tbxctl.hrc were unused, so I removed this file. Change-Id: I4713188a12b9da912b2a91b85ea4e54ca1aeb994
* Tidy up *commands.h - Remove unused CMD_ definesThomas Arnhold2012-06-131-26/+0
| | | | | | This is the first part of a nice cleanup ;) Change-Id: I2fa632dbb589053d8f95456233e10e97dff190fa
* Bin pointless <vcl/sv.h> headerTor Lillqvist2012-06-101-1/+0
| | | | | | It only included <tools/solar.h>, so include that directly instead. Change-Id: Ic5db474c16ca33dcdcaabb5b5f00535b4b27dc8f
* Remove superfluous empty lines on topThomas Arnhold2012-06-0915-30/+0
| | | | | | More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
* Remove superfluous include commentsThomas Arnhold2012-06-091-3/+0
| | | | Change-Id: Ie5792855761b9be209bf3fa2cba9e6998523c982
* SmParser::GetTokenTableEntry: -Werror=sign-compareMichael Stahl2012-05-311-1/+1
| | | | Change-Id: Iee631653e251b6e4a1b633f25d9d05c10aaff662
* targetted SAL_N_ELEMENTS revert.Michael Meeks2012-05-312-9/+3
| | | | Change-Id: Idd43d44dd7fc4bb33be2de5b855a7741de88ec51
* fix .component pathsDavid Tardon2012-05-291-7/+4
| | | | Change-Id: I953cdd6f425245aff0d18858d201520938e0e3aa
* only need to include ostream here, iostream sucks in global ctorsCaolán McNamara2012-05-281-2/+1
| | | | Change-Id: I829a223f66199214c6dc4a08c6f2f53d7166a586
* status bar: Standardize the size of modification status to '9' everywhere.Jan Holesovsky2012-05-281-2/+2
| | | | Change-Id: Ic5f8473fb5edaa84cdcd5a6cb563c6a5c4fadea3
* Removed unused SfxMedium::bDirectStephan Bergmann2012-05-241-1/+1
| | | | | | | | See the TODO comment in sfx2/inc/sfx2/docfile.hxx about a temporary SfxMedium ctor overload to find not yet adapted uses of another overload, to be removed again in due time. Change-Id: Ie22c33c32f8870ce6ebf6d500abc7a4e33d97183
* convert ResStringArray to rtl::OUStringCaolán McNamara2012-05-242-5/+5
| | | | Change-Id: I51b86a10caa5da6e12583c2b22404b0d9282b13d
* removed unused temporary rtl::OUStringTakeshi Abe2012-05-231-1/+0
| | | | Change-Id: I9d118a5fbe2306465d8bcdb9ddd0596588137e5e
* XubString->rtl::OUStringCaolán McNamara2012-05-173-5/+7
| | | | Change-Id: Ic7426d9838bb1034618c3d553482256d1866878f
* fdo#49921 make sure all tab pages have the same dimensionsDavid Tardon2012-05-171-1/+2
| | | | | | | | | | The reason is that they can be combined arbitrarily in dialogs, so changing, e.g., height of one tab can lead to "interesting" results. Cf. commits 8631dbf85fb5ed56d225e32ea5a9c36c96b0d649 and 29042d096a2c5812ae179e1553367afd21b0f71e that were the cause of the problem described fdo#49921. Change-Id: I9995002a2bd5c3604bdfa06dc817916ce61c558d
* convert GetUndoActionComment family to rtl::OUStringCaolán McNamara2012-05-151-1/+1
| | | | Change-Id: I36ccf62ee2e2769bcf1aef6d26d96bce6c7078f0
* convert GetComment family to rtl::OUStringCaolán McNamara2012-05-142-3/+3
| | | | Change-Id: I563ab83a24ca4f839892548b350486e83dd071d3
* removed unused definesTakeshi Abe2012-05-133-11/+0
| | | | Change-Id: Ida50737f540459bd0e709c49414c3a7f4d042a47
* make ResId::toString a non-static memberCaolán McNamara2012-04-303-3/+5
| | | | Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* add package deps for resourcesDavid Tardon2012-04-091-2/+7
|
* rename gb_CppunitTest_uses_ureDavid Tardon2012-04-081-1/+1
|
* compile- and run-time use of UNO must be splitDavid Tardon2012-04-081-0/+2
| | | | | | | | | | | There are unit tests that do not use URE, e.g., in cppuhelper. This reverts commit 33e9f3d3d6b29545ef9df3f5334c015e15caa5c8. Conflicts: sot/CppunitTest_sot_test_sot.mk svl/CppunitTest_svl_urihelper.mk
* clean upDavid Tardon2012-04-081-1/+1
|
* always use --protector for UNO testsDavid Tardon2012-04-081-4/+0
|
* drop uses_ureDavid Tardon2012-04-081-2/+0
|
* let use_api handle the use of type rdbs at runtimeDavid Tardon2012-04-081-4/+0
| | | | | Or is there any use case where we would need to use UNO API headers, but not require the appropriate type database at runtime?
* Revert "fdo#41739: Math: do not skip "newline" on error"Ivan Timofeev2012-04-081-3/+1
| | | | | This reverts commit f52138deee9e129d0566f06d1d2138b6b159d16a. It was the cause of infinite recursive loops (huh, why, that was obvious!).
* starmath: fix DEBUG_ENABLE_DUMPASDOT buildIvan Timofeev2012-04-081-2/+2
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-085-13/+13
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara2012-04-052-14/+8
|
* Remove macro RTL_CONSTASCII_USTRINGPARAMOlivier Hallot2012-04-051-7/+7
| | | | Remove macro RTL_CONSTASCII_USTRINGPARAM in starmath (partial)
* Some String <-> OUString replacements in starmathOlivier Hallot2012-04-033-4/+4
| | | | Some string to OUString replacements in starmath
* Added Help Buttons to dialog buttons in starmathKaran Desai2012-04-023-5/+162
|
* Remove unnecessary tools/table.hxx #includesNoel Grandin2012-03-291-1/+0
|
* fdo#41739: Math: do not skip "newline" on errorIvan Timofeev2012-03-221-1/+3
|
* remove ToDouble/ToFloatCaolán McNamara2012-03-201-2/+2
|