summaryrefslogtreecommitdiffstats
path: root/svx
Commit message (Expand)AuthorAgeFilesLines
* Get rid of (most uses of) GUITor Lillqvist2012-12-251-1/+1
* fdo#56980, fdo#58267 don't leave stale SdrObject refs aroundDavid Tardon2012-12-241-0/+32
* Remove unused cppuhelper/servicefactory.hxx includesStephan Bergmann2012-12-214-4/+0
* fdo#46808, Convert frame::Desktop to new style service.Noel Grandin2012-12-213-13/+10
* fdo#58427: fix another crash in SvxFontPrevWindow::PaintMichael Stahl2012-12-201-2/+7
* convert columns dialog (and sections/frame/page tab page) to .uiCaolán McNamara2012-12-202-0/+50
* Some cppcheck cleaningJulien Nabet2012-12-196-21/+14
* regenerate pchPeter Foley2012-12-192-138/+138
* fdo#56267, fdo#56980 propagate shape change to subclassesDavid Tardon2012-12-193-3/+29
* Revert "fdo#58399 - revert attempts to untangle and accelerate this mess."David Tardon2012-12-192-12/+20
* fix conditionals detectionLuboš Luňák2012-12-181-7/+0
* fix assertionDavid Tardon2012-12-181-2/+2
* update PCH headers using the current pch scriptLuboš Luňák2012-12-181-0/+7
* remove manual entry of 50 to 600 now that we support items in .uiCaolán McNamara2012-12-181-8/+0
* set numbers in svx/uiconfig/ui/compressgraphicdialog.ui to translatable="no"Rene Engelhard2012-12-181-7/+7
* fdo#58399 - revert attempts to untangle and accelerate this mess.Michael Meeks2012-12-172-20/+12
* fix problematic calc object selection after object create (at non 100% zoom)Noel Power2012-12-171-0/+1
* UniString::ToUpperAscii -> OUString::toAsciiUpperCaseCaolán McNamara2012-12-171-3/+2
* String aNam uppercased but otherwise unusedCaolán McNamara2012-12-171-3/+0
* Remove 2 unused methods from CompressGraphicsDialogJulien Nabet2012-12-142-31/+0
* fix non-PCH MSVC buildLuboš Luňák2012-12-131-2/+2
* PCH for Library_svx and Library_svxcoreLuboš Luňák2012-12-1315-45/+1095
* PCH for Library_sdLuboš Luňák2012-12-132-2/+4
* Resolves: fdo#57469 allow tab to traverse into custom widgetsCaolán McNamara2012-12-123-3/+3
* fdo#58029 - substantially accelerate re-rendering of complex formsMichael Meeks2012-12-121-17/+4
* Remove xml2cmp leftoversStephan Bergmann2012-12-1227-1030/+0
* fix variable namingJack Leigh2012-12-112-78/+78
* Replacing '__LOADONCALLAPI' with 'SAL_CALL' definitionChristos Strubulis2012-12-101-1/+1
* move .ui to be consistent with the other onesCaolán McNamara2012-12-102-47/+59
* callcatcher: remove unused rtf filter and associated methodsCaolán McNamara2012-12-104-25/+1
* do not return reference to a local objectDavid Tardon2012-12-102-2/+2
* Compress graphics dialog converted to new widget layout.Tomaž Vajngerl2012-12-098-456/+819
* Avoid seeking a cursor to where it already isLionel Elie Mamane2012-12-061-2/+12
* just use return value optimizationCaolán McNamara2012-12-0610-115/+72
* convert number format page to .uiCaolán McNamara2012-12-062-6/+22
* fdo#46808, Adapt sdb::ErrorMessageDialog UNO service to new styleNoel Grandin2012-12-061-12/+4
* Translate German comments in tbcontrl.cxxSamuel Mehrbrodt2012-12-061-37/+30
* Modify the default Style list in Writer, give them a custom order.Samuel Mehrbrodt2012-12-061-8/+10
* findbar: show up/down buttons when searching for selected textIvan Timofeev2012-12-051-0/+1
* added Change picture menu item to graphic shape popupRadek Doulik2012-12-043-5/+35
* fdo#40339: line style toolbar dropdown list not updatedIvan Timofeev2012-12-041-1/+4
* fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák2012-12-031-8/+8
* API CHANGE: roll back the XStyle changes to add a new Hidden property on StyleCédric Bosdonnat2012-12-031-2/+0
* fdo#56980 drop cached shape engine on invalidationDavid Tardon2012-12-031-0/+1
* API CHANGE: Added XStyle::isHidden() and XStyle::setHidden()Cédric Bosdonnat2012-11-301-0/+2
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-308-15/+0
* fdo#46808, use service constructor for i18n::CollatorNoel Grandin2012-11-306-12/+11
* Remove unused method & remove header include by using forward declaration.Kohei Yoshida2012-11-293-0/+3
* Get it to build.Kohei Yoshida2012-11-293-5/+4
* Pass pointer to view data entry to Paint() instead of its raw flag value.Kohei Yoshida2012-11-298-41/+37