summaryrefslogtreecommitdiff
path: root/svx/source
AgeCommit message (Collapse)Author
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara
Change-Id: Ib9797fe97cd008cc6508ce8cec47dc5373416892
2012-06-09Do what the TODO said: Remove unused member and inclusion of vcl/virdev.hxxTor Lillqvist
Add header back in a few C++ files elsewhere. Change-Id: I041ed39ff9bb26d1f42f3614ca50dbc085f13861
2012-06-09Remove superfluous include commentsThomas Arnhold
Change-Id: Id738692aab2043755eb8f051dd8ab9e13051553a
2012-06-09Remove superfluous empty lines on topThomas Arnhold
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-06-09Remove superfluous include commentsThomas Arnhold
Change-Id: Icd57ca7fd89e30c190c1b06dbe67c30bea8d1b59
2012-06-09Remove superfluous include commentsThomas Arnhold
Change-Id: Ie5792855761b9be209bf3fa2cba9e6998523c982
2012-06-06drop String::ReverseCaolán McNamara
Change-Id: Ie06635dc1f242241d48f9d6de4f592898e605bf2
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
Update code to use factory method URLTransformer::create Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-05Use BMP_SCALE_LANCZOS instead of BMP_SCALE_INTERPOLATE.Jan Holesovsky
Where we explicitly ask for better quality, use BMP_SCALE_LANCZOS, instead of BMP_SCALE_INTERPOLATE. Change-Id: I28ddf3290204532a8660e09ee9ab0949b6ce1c73
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
Update calls to factories to use new ::create methods Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: I33d07b10cd862d601604a557382a4ab66f67a1fd
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: I8256b300bd50e0aed8bee364ebe518087969d184
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: I2bc945813d433a32dd7102a539105a3247e72d2c
2012-06-01targeted string re-workNorbert Thiebaud
Change-Id: I91a8a1410fc9a3a48b77f980c01b51bdacf6b02b
2012-05-31rtl::OUString::intern( blabla ) -> rtl::OUString( blabla )Fridrich Štrba
Change-Id: Ic114483f4fea528eaf9cd1f8eeb561693feb0664
2012-05-30targeted string re-workNorbert Thiebaud
Change-Id: Id47f6b85f2516826108ea2b2be9ef6fccf1ba264
2012-05-31nuke unused typedefTakeshi Abe
Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
2012-05-29targeted string re-workNorbert Thiebaud
Change-Id: If9a9889fa36bc76c9afed295568ed9a05de4587f
2012-05-29targetted SAL_N_ELEMENTS reversion.Michael Meeks
Change-Id: I30be93ccaeb1f9fd17cbe9e3ed3165e094810b2e
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-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-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-27removed unused definesTakeshi Abe
2012-04-27removed dead codeTakeshi Abe