summaryrefslogtreecommitdiffstats
path: root/svx
Commit message (Collapse)AuthorAgeFilesLines
* Fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2012-05-192-7/+7
| | | | Change-Id: I4ebb1027151c3bc34f81fb1e13de6c4c5cfed54d
* removed unused const rtl::OUStringTakeshi Abe2012-05-176-8/+0
| | | | Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb
* fdo#49921 make sure all tab pages have the same dimensionsDavid Tardon2012-05-172-3/+3
| | | | | | | | | | 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
* removed unused constant rtl::OUStringTakeshi Abe2012-05-161-3/+0
| | | | Change-Id: I173275e0f8faa852500d108f65636080f79636c6
* remove unneeded include of boost/bind.hppCaolán McNamara2012-05-162-2/+0
| | | | Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
* convert GetComment family to rtl::OUStringCaolán McNamara2012-05-144-45/+45
| | | | Change-Id: I563ab83a24ca4f839892548b350486e83dd071d3
* fdo#49750 findbar: try to fill empty textfield with selected textMiklos Vajna2012-05-141-1/+19
| | | | Change-Id: I583bb91e7fc325557abcc0756506133112da895c
* Removing EXTENDED_DATE. There is really no such thing.Kohei Yoshida2012-05-111-1/+1
| | | | | | This can be safely substituted by the normal DATE. Change-Id: I I6b4ccfa342a8d7b638b013cdce64a0b7ff477ec0
* removed unused static dataTakeshi Abe2012-05-111-4/+0
| | | | Change-Id: I76d0aaaee472e1ce114b98c22a7e8e570d5f45c5
* normalize variable names in gbuild user makefilesMichael Stahl2012-05-101-10/+10
| | | | Variables should have module name as prefix to prevent collisions.
* Resolves: fdo#49340 GetFocus during dtoring causes reentry to dying windowCaolán McNamara2012-05-051-0/+1
| | | | Change-Id: I79cf2dcd3e1126e95a8d89d7ebcfea0c06cbdb05
* Use UNO's field type values for the SvxFieldData class IDs too.Kohei Yoshida2012-05-051-1/+3
| | | | Change-Id: I Iae5abcd0936f176b0b8976b6ea50cfe3e18593b4
* != instead of < for comparison with end iteratorJulien Nabet2012-05-022-3/+3
| | | | Change-Id: I7baa34c1cf7161fb55914d41b451b842ad4ab0c8
* include header for ConvertGDIMetaFileToWMF()Takeshi Abe2012-05-033-8/+3
| | | | Change-Id: Ic80c12a3e9c4cb5e3ce01fa84384e1c7bdbe3057
* nuke dead codeTakeshi Abe2012-05-036-190/+0
| | | | Change-Id: I1884cfcbe7276d902ba3f8525ffe39c7f33b729e
* sal_Bool to boolTakeshi Abe2012-05-031-3/+3
| | | | Change-Id: I18a1b214982ddcd8189dfa2eff2ec2811293b3cc
* removed unused definesTakeshi Abe2012-05-036-12/+0
| | | | Change-Id: I14ff1f7631949dcc9842147aa34f4aa5987664e8
* Cleaned up CommandLineArgsStephan Bergmann2012-05-021-5/+1
| | | | | | | | | | | * Support for dead arguments has been removed. ** Especially, dead UCB_CONFIGURATION_KEY1/2_xxx values have also been removed, and code initializing UCB has been simplified accordingly. * For the sake of simplicity, behaviour has been changed slightly. For example, passing both --calc --writer now always lets --writer win (whereas in the past the one mentioned first, i.e., --calc in this example, would win). Change-Id: Id40a19b9ef96db0d439cadd96ba491bf640d28fb
* fdo#48536: prevent lineends from exceeding the background areaIvan Timofeev2012-04-301-5/+4
| | | | Change-Id: I17d404640494c3964bdbada8f855af6e97823c2d
* make ResId::toString a non-static memberCaolán McNamara2012-04-3017-58/+59
| | | | 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
* extract ImplTwipsToMM/ImplMMToTwips into a common headerTakeshi Abe2012-04-287-28/+37
| | | | Change-Id: I8d4aa1326a6e9f903b536ec2656155bfe1ce4988
* removed unused definesTakeshi Abe2012-04-2812-55/+0
| | | | Change-Id: I892902a8a4c6c01092d53019bc8a1b3f88667a4f
* removed dead codeTakeshi Abe2012-04-287-139/+0
| | | | Change-Id: If67f8e981e034890e4fde2280f537fdfff6af0ff
* Resolves: fdo#39825 Make detection of certificate folder ui-configurableCaolán McNamara2012-04-271-2/+2
| | | | | | | | | | | | | Display in the (unix) options gui the NSS cert dir that has been auto-detected for use with digital signatures. Show the other detected possibilities and allow it to be overridden. The autodetection should basically work out of the box, but if there's some bustage at least the UI can be used to sort it out and/or let developers debug it. This removes the need for the horrible MOZILLA_CERTIFICATE_FOLDER hack, though that's still supported.
* removed unused definesTakeshi Abe2012-04-277-37/+0
|
* removed dead codeTakeshi Abe2012-04-275-88/+0
|
* removed unused headerTakeshi Abe2012-04-271-60/+0
|
* WaE: msvc2008 unsafe mix of bool and sal_BoolCaolán McNamara2012-04-261-17/+17
|
* Resolves: fdo#47733 keyboard navigation broken for SvxSimpleTableContainerCaolán McNamara2012-04-262-0/+8
|
* Assign com.sun.star.drawing.Shapes at index 0Takeshi Abe2012-04-261-1/+1
| | | | Thanks to Eike for review.
* callcatcher: remove freshly unused codeCaolán McNamara2012-04-252-8/+0
|
* callcatcher: fix up isControlVisibleCaolán McNamara2012-04-231-8/+5
|
* PATCH: Remove unused code from editingVicente Rafael Estevez Vacas2012-04-236-40/+0
|
* Add some more timelogging, for graphic export here.Thorsten Behrens2012-04-231-0/+5
|
* Replace css macro with namespace for nicer namespacingThomas Arnhold2012-04-211-8/+2
|
* removed unused const/static dataTakeshi Abe2012-04-202-12/+0
|
* svx: fix debug warnings from STL conversionMichael Stahl2012-04-192-2/+6
|
* Convert SV_DECL_PTRARR_DEL to boost::ptr_vectorNoel Grandin2012-04-192-4/+3
|
* Convert SV_DECL_PTRARR to std::vectorNoel Grandin2012-04-192-7/+6
|
* Convert SV_DECL_PTRARR_SORT to std::setNoel Grandin2012-04-193-54/+61
|
* Convert SV_DECL_PTRARR_SORT to std::setNoel Grandin2012-04-193-11/+10
|
* fdo#48473 Missing translation of local String constantRegina Henschel2012-04-191-2/+3
| | | | | Consolidated two occurences of the same string into macro (to prevent them to diverge again)
* callcatcher: update listCaolán McNamara2012-04-182-10/+0
|
* condition is always trueCaolán McNamara2012-04-181-16/+11
|
* upgrade GetValueTextByPos family to rtl::OUStringCaolán McNamara2012-04-1613-34/+34
|
* findbar: Allow F3 to search next when in the find combobox.Jan Holesovsky2012-04-151-1/+1
|
* findbar: Kill copy'n'paste.Jan Holesovsky2012-04-153-202/+37
|
* remove formfeedsThomas Arnhold2012-04-121-1/+1
|
* n#717947: Fixed pdf export (of images).Muthu Subramanian2012-04-121-3/+3
|