summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)Author
2012-05-25status bar: Get rid of STD/BLK/..., and introduce a menu for that instead.Jan Holesovsky
Nobody know what these acronyms stay for; so instead use an icon, and a menu that contains the full descrption. Tooltip now says what is active. Change-Id: I21a67c5456c96081797c1cb88d2a980d161a1c0c
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann
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
2012-05-24convert ResStringArray to rtl::OUStringCaolán McNamara
Change-Id: I51b86a10caa5da6e12583c2b22404b0d9282b13d
2012-05-23status bar: INSRT/OVER -> 'Overwrite' shown only when in overwrite mode.Jan Holesovsky
Idea by Mirek M. - thank you! Additionally introduced a tooltip showing more verbose text when in overwrite mode. Change-Id: I1236253bc6c97809ebed872fe86233cc08f41345
2012-05-22zoom slider: Implemented design by Mirek M.Jan Holesovsky
Simpler, and more light-weight now. Change-Id: I1d512f92714b0836dc75a187024af263e208484f
2012-05-21deleting NULL is safeTakeshi Abe
Change-Id: Iad17d77d61eccf0973fff0da91089e7a59fc9df0
2012-05-21removed unused #definesTakeshi Abe
Change-Id: I2aeba0342e46c3a4bd50f49b8a43ebb125269dfa
2012-05-19Fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
Change-Id: I4ebb1027151c3bc34f81fb1e13de6c4c5cfed54d
2012-05-17removed unused const rtl::OUStringTakeshi Abe
Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb
2012-05-17fdo#49921 make sure all tab pages have the same dimensionsDavid Tardon
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
2012-05-16removed unused constant rtl::OUStringTakeshi Abe
Change-Id: I173275e0f8faa852500d108f65636080f79636c6
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara
Change-Id: I563ab83a24ca4f839892548b350486e83dd071d3
2012-05-14fdo#49750 findbar: try to fill empty textfield with selected textMiklos Vajna
Change-Id: I583bb91e7fc325557abcc0756506133112da895c
2012-05-11Removing EXTENDED_DATE. There is really no such thing.Kohei Yoshida
This can be safely substituted by the normal DATE. Change-Id: I I6b4ccfa342a8d7b638b013cdce64a0b7ff477ec0
2012-05-11removed unused static dataTakeshi Abe
Change-Id: I76d0aaaee472e1ce114b98c22a7e8e570d5f45c5
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl
Variables should have module name as prefix to prevent collisions.
2012-05-05Resolves: fdo#49340 GetFocus during dtoring causes reentry to dying windowCaolán McNamara
Change-Id: I79cf2dcd3e1126e95a8d89d7ebcfea0c06cbdb05
2012-05-05Use UNO's field type values for the SvxFieldData class IDs too.Kohei Yoshida
Change-Id: I Iae5abcd0936f176b0b8976b6ea50cfe3e18593b4
2012-05-02!= instead of < for comparison with end iteratorJulien Nabet
Change-Id: I7baa34c1cf7161fb55914d41b451b842ad4ab0c8
2012-05-03include header for ConvertGDIMetaFileToWMF()Takeshi Abe
Change-Id: Ic80c12a3e9c4cb5e3ce01fa84384e1c7bdbe3057
2012-05-03nuke dead codeTakeshi Abe
Change-Id: I1884cfcbe7276d902ba3f8525ffe39c7f33b729e
2012-05-03sal_Bool to boolTakeshi Abe
Change-Id: I18a1b214982ddcd8189dfa2eff2ec2811293b3cc
2012-05-03removed unused definesTakeshi Abe
Change-Id: I14ff1f7631949dcc9842147aa34f4aa5987664e8
2012-05-02Cleaned up CommandLineArgsStephan Bergmann
* 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
2012-04-30fdo#48536: prevent lineends from exceeding the background areaIvan Timofeev
Change-Id: I17d404640494c3964bdbada8f855af6e97823c2d
2012-04-30make ResId::toString a non-static memberCaolán McNamara
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
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
2012-04-28extract ImplTwipsToMM/ImplMMToTwips into a common headerTakeshi Abe
Change-Id: I8d4aa1326a6e9f903b536ec2656155bfe1ce4988
2012-04-28removed unused definesTakeshi Abe
Change-Id: I892902a8a4c6c01092d53019bc8a1b3f88667a4f
2012-04-28removed dead codeTakeshi Abe
Change-Id: If67f8e981e034890e4fde2280f537fdfff6af0ff
2012-04-27Resolves: fdo#39825 Make detection of certificate folder ui-configurableCaolán McNamara
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.
2012-04-27removed unused definesTakeshi Abe
2012-04-27removed dead codeTakeshi Abe
2012-04-27removed unused headerTakeshi Abe
2012-04-26WaE: msvc2008 unsafe mix of bool and sal_BoolCaolán McNamara
2012-04-26Resolves: fdo#47733 keyboard navigation broken for SvxSimpleTableContainerCaolán McNamara
2012-04-26Assign com.sun.star.drawing.Shapes at index 0Takeshi Abe
Thanks to Eike for review.
2012-04-25callcatcher: remove freshly unused codeCaolán McNamara
2012-04-23callcatcher: fix up isControlVisibleCaolán McNamara
2012-04-23PATCH: Remove unused code from editingVicente Rafael Estevez Vacas
2012-04-23Add some more timelogging, for graphic export here.Thorsten Behrens
2012-04-21Replace css macro with namespace for nicer namespacingThomas Arnhold
2012-04-20removed unused const/static dataTakeshi Abe
2012-04-19svx: fix debug warnings from STL conversionMichael Stahl
2012-04-19Convert SV_DECL_PTRARR_DEL to boost::ptr_vectorNoel Grandin
2012-04-19Convert SV_DECL_PTRARR to std::vectorNoel Grandin
2012-04-19Convert SV_DECL_PTRARR_SORT to std::setNoel Grandin
2012-04-19Convert SV_DECL_PTRARR_SORT to std::setNoel Grandin
2012-04-19fdo#48473 Missing translation of local String constantRegina Henschel
Consolidated two occurences of the same string into macro (to prevent them to diverge again)