summaryrefslogtreecommitdiffstats
path: root/svx
Commit message (Collapse)AuthorAgeFilesLines
* Remove empty or non-called methodsThomas Arnhold2012-06-228-40/+0
| | | | | | | | | | | | | | | | | | | | | | | | | empty: ClearTip implOnShapeInserted ImpCopyMarkedPoints ImpMakeDragAttr ImpCopyMarkedPoints ImpMakeDragAttr ImpDelDragAttr ImpMakeCreateAttr Is1stLessThan2nd LinkToListTemplate NewCoreSelection ScrollStart ScrollEnd SetNoOutlineNum non-called: NewCoreSelection Change-Id: Ief273b741aaf49ff66c0dac898686e4def4de0c1
* re-base on ALv2 code.Michael Meeks2012-06-2221-498/+309
| | | | Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
* replace all but one .hdl include with equivalent .hpp includes.Michael Meeks2012-06-216-8/+8
| | | | Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
* re-base on ALv2 code.Michael Meeks2012-06-21426-10242/+6471
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* re-base on ALv2 code.Michael Meeks2012-06-2148-1145/+767
| | | | Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
* hrc cleanup: Remove unused definesThomas Arnhold2012-06-2114-427/+1
| | | | | | | | | | | All of those defines (should) not be used at any point in the code. False positives may exist, because some macro names are getting generated by some template/macro foo. This is the version which compiled fine for me. Also there are many commented out lines removed. Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8
* Remove unused dbexch.hrcThomas Arnhold2012-06-214-60/+0
| | | | | | | | The only part where one definition was used was commented out. All other definitions in the hrc file were unused. Change-Id: I257e61b96271685e9321211846a0021059924abe
* so many code to just add a minimal border in the galleryIvan Timofeev2012-06-211-1/+0
| | | | Change-Id: Id7349d1ff6547afe0f46404340b20132b97ce854
* death to some UniStringsCaolán McNamara2012-06-191-1/+1
| | | | Change-Id: I0fa0c60e12c418d25f8bd96cc04c6abd74b1a608
* convert LocaleDataWrapper to OUStringCaolán McNamara2012-06-189-12/+12
| | | | Change-Id: Icb5f5adf9139d1c0f0e86d8128ea6742ce20b138
* callcatcher: drop unused macro-generated GetChildWindowId methodsCaolán McNamara2012-06-1818-18/+18
| | | | | | | add _WITHID variants for the cases where we (apparently?) still need them. Change-Id: I3b8290869368487f04ecd93a5f3a717de7fd10b4
* removed unused forward declarations of classTakeshi Abe2012-06-163-9/+0
| | | | Change-Id: I819d5b931c937ec52b14f60591546d1d86c38631
* Dialog for Smooth filterTomaž Vajngerl2012-06-164-18/+12
| | | | | | | Added dialog for smooth (gaussian blur) filter which now accepts a parameter for setting the strenth of smoothing (bluring). Change-Id: Ida6709b060cb5429a63af1994493e716fd0bfebb
* callcatcher: chainsaw out some unnecessary codeCaolán McNamara2012-06-152-6/+0
| | | | Change-Id: I88de7a942fbc9e0c51a3261236f5203f037d2392
* Avoid bogus "may be used uninitialized" warningStephan Bergmann2012-06-151-1/+1
| | | | Change-Id: Ib763b8ab1e728d400859a7abb355bba182b28684
* n757419: Hidden/Non-wrapping text.Muthu Subramanian2012-06-151-1/+8
| | | | | Negative values for left-margin plays havoc with the text in this case.
* added zoom submenu to ViewTim Hardeck2012-06-151-24/+24
| | | | | | | | | | | 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-159-367/+3
| | | | | | | 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-157-493/+15
| | | | | | | | | | | 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-445/+0
| | | | | | This is the first part of a nice cleanup ;) Change-Id: I2fa632dbb589053d8f95456233e10e97dff190fa
* SetDrawBaseLine is never used so bDrawBaseLine is always trueCaolán McNamara2012-06-132-20/+5
| | | | | | since removal of sc/source/ui/attrdlg/condfrmt.cxx Change-Id: Iba794cd62fc4872dbb9dc7c3d7591cdd5ab5519e
* reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara2012-06-131-1/+1
| | | | Change-Id: I98361309ada084d8f78517ce88f210d785f59cc0
* convert NfWSStringsDtor further to vector<OUString>Michael Stahl2012-06-122-4/+6
| | | | Change-Id: I4fac64952abf208864281fda722d8b7242689395
* Convert SV_DECL_PTRARR_DEL(NfCurrencyTable) to boost::ptr_vectorNoel Grandin2012-06-121-21/+21
| | | | Change-Id: I4e288a90f3b1662462ba06053343c8bab5fe46cf
* Convert SV_DECL_PTRARR_DEL(NfWSStringsDtor) to std::vectorNoel Grandin2012-06-121-3/+2
| | | | | | | I had to keep the pointer typedef because MacOS gcc gets confused otherwise. Change-Id: I0681585f7273dcac25b2cb835601b29353e2183a
* remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara2012-06-119-22/+22
| | | | Change-Id: Ib9797fe97cd008cc6508ce8cec47dc5373416892
* Do what the TODO said: Remove unused member and inclusion of vcl/virdev.hxxTor Lillqvist2012-06-091-0/+1
| | | | | | Add header back in a few C++ files elsewhere. Change-Id: I041ed39ff9bb26d1f42f3614ca50dbc085f13861
* Remove superfluous include commentsThomas Arnhold2012-06-092-5/+0
| | | | Change-Id: Id738692aab2043755eb8f051dd8ab9e13051553a
* Remove superfluous empty lines on topThomas Arnhold2012-06-099-18/+0
| | | | | | More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
* Remove superfluous include commentsThomas Arnhold2012-06-0938-101/+0
| | | | Change-Id: Icd57ca7fd89e30c190c1b06dbe67c30bea8d1b59
* Remove superfluous include commentsThomas Arnhold2012-06-094-11/+1
| | | | Change-Id: Ie5792855761b9be209bf3fa2cba9e6998523c982
* drop String::ReverseCaolán McNamara2012-06-061-2/+3
| | | | Change-Id: Ie06635dc1f242241d48f9d6de4f592898e605bf2
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-067-35/+28
| | | | | | | Update code to use factory method URLTransformer::create Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
* Use BMP_SCALE_LANCZOS instead of BMP_SCALE_INTERPOLATE.Jan Holesovsky2012-06-051-1/+1
| | | | | | | Where we explicitly ask for better quality, use BMP_SCALE_LANCZOS, instead of BMP_SCALE_INTERPOLATE. Change-Id: I28ddf3290204532a8660e09ee9ab0949b6ce1c73
* drop a XubStringCaolán McNamara2012-06-051-1/+1
| | | | Change-Id: Ibf53fc9f2ae47101c5631147f383f5452a7bfe62
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-041-88/+82
| | | | | | | Update calls to factories to use new ::create methods Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
* targeted string re-workNorbert Thiebaud2012-06-025-55/+55
| | | | Change-Id: I33d07b10cd862d601604a557382a4ab66f67a1fd
* targeted string re-workNorbert Thiebaud2012-06-026-21/+21
| | | | Change-Id: I8256b300bd50e0aed8bee364ebe518087969d184
* targeted string re-workNorbert Thiebaud2012-06-026-60/+60
| | | | Change-Id: I2bc945813d433a32dd7102a539105a3247e72d2c
* targeted string re-workNorbert Thiebaud2012-06-016-72/+70
| | | | Change-Id: I91a8a1410fc9a3a48b77f980c01b51bdacf6b02b
* rtl::OUString::intern( blabla ) -> rtl::OUString( blabla )Fridrich Štrba2012-05-311-1/+1
| | | | Change-Id: Ic114483f4fea528eaf9cd1f8eeb561693feb0664
* targeted string re-workNorbert Thiebaud2012-05-307-44/+44
| | | | Change-Id: Id47f6b85f2516826108ea2b2be9ef6fccf1ba264
* nuke unused typedefTakeshi Abe2012-05-312-3/+0
| | | | Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
* svxcore: needs also generated header from connectivityMatúš Kukan2012-05-301-0/+1
| | | | Change-Id: I4279f9e6024e7128286e8b2d6343deee944866b2
* targeted string re-workNorbert Thiebaud2012-05-291-8/+8
| | | | Change-Id: If9a9889fa36bc76c9afed295568ed9a05de4587f
* targetted SAL_N_ELEMENTS reversion.Michael Meeks2012-05-2915-33/+33
| | | | Change-Id: I30be93ccaeb1f9fd17cbe9e3ed3165e094810b2e
* svxcore needs headers from connectivityDavid Tardon2012-05-291-0/+4
| | | | Change-Id: I929dc661bde5eb7ff49831d5c041c62d808a6219
* status bar: Get rid of STD/BLK/..., and introduce a menu for that instead.Jan Holesovsky2012-05-255-92/+141
| | | | | | | 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
* Removed unused SfxMedium::bDirectStephan Bergmann2012-05-246-7/+7
| | | | | | | | 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-244-9/+7
| | | | Change-Id: I51b86a10caa5da6e12583c2b22404b0d9282b13d