summaryrefslogtreecommitdiffstats
path: root/sd
Commit message (Expand)AuthorAgeFilesLines
* Remove useless lineJulien Nabet2012-12-281-1/+0
* Fix 'PropEntry::operator=' should return 'PropEntry &'Julien Nabet2012-12-272-2/+2
* remove no longer needed hackLuboš Luňák2012-12-271-8/+0
* ignore #include inside #ifLubos Lunak2012-12-261-2/+2
* Get rid of (most uses of) GUITor Lillqvist2012-12-253-3/+3
* WaE: unreferenced local variableTor Lillqvist2012-12-251-1/+1
* Some cppcheck cleaning in sdJulien Nabet2012-12-246-12/+6
* ugly workaround for msvc+ccache problem with gbuild MSC defineLuboš Luňák2012-12-211-1/+8
* fdo#46808, Convert frame::Desktop to new style service.Noel Grandin2012-12-215-31/+13
* Templates Manager: removed the old dialogs and menu entriesCédric Bosdonnat2012-12-206-30/+0
* regenerate pchPeter Foley2012-12-191-111/+111
* fdo#58129 fix ppt export of paragraphsDavid Tardon2012-12-192-3/+3
* fdo#49277 use correct default tab sizeDavid Tardon2012-12-181-1/+10
* DiscoveryService: include errno.hMichael Stahl2012-12-181-1/+3
* DiscoveryService: -Werror=unused-but-set-variableMichael Stahl2012-12-181-0/+12
* Store some (sadly ignored) return values in variables to make debugging easie...Tor Lillqvist2012-12-181-2/+4
* Revert "define must be overridden on cmdline"Peter Foley2012-12-152-2/+1
* Correct the function names in two SAL_INFOsTor Lillqvist2012-12-141-2/+2
* Some cppcheck cleaningJulien Nabet2012-12-131-9/+3
* PCH for Library_sdLuboš Luňák2012-12-138-6/+900
* fdo#46808, remove awt::DisplayAccess service.Noel Grandin2012-12-133-57/+8
* Replacing '__LOADONCALLAPI' with 'SAL_CALL' definitionChristos Strubulis2012-12-105-9/+9
* - correct variable-namesRob Snelders2012-12-102-8/+8
* callcatcher: remove unused rtf filter and associated methodsCaolán McNamara2012-12-102-10/+0
* fdo#46808, use service constructor for embed::StorageFactoryNoel Grandin2012-12-101-67/+59
* Reformat code in PreviewRenderer.Tomaž Vajngerl2012-12-091-55/+54
* Compress graphics dialog converted to new widget layout.Tomaž Vajngerl2012-12-091-16/+11
* an app can have print options without a print options dialogCaolán McNamara2012-12-072-17/+0
* Fix: <errno.h> needs to be included under LinuxNoel Grandin2012-12-061-0/+1
* Fix Linux-specific codeStephan Bergmann2012-12-061-4/+5
* MinGW: Fix BluetoothServer build.Jan Holesovsky2012-12-063-7/+14
* define must be overridden on cmdlinePeter Foley2012-12-052-1/+1
* warning C4702: unreachable codeStephan Bergmann2012-12-051-1/+4
* warning C4100: 'aDiscoverable' : unreferenced formal parameterStephan Bergmann2012-12-051-0/+1
* added Change picture menu item to graphic shape popupRadek Doulik2012-12-043-0/+7
* changed behavior of insert pictureRadek Doulik2012-12-041-2/+3
* refactored GetEmptyPresentationObject, added GetSelectedSingleObjectRadek Doulik2012-12-042-37/+57
* fdo#56877 CRASH when profile contains invalid RecentlyUsedMasterpagesRob Snelders2012-12-044-7/+19
* Styles & Formatting: added Show menu item on hidden stylesCédric Bosdonnat2012-12-045-1/+21
* fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák2012-12-036-32/+28
* API CHANGE: roll back the XStyle changes to add a new Hidden property on StyleCédric Bosdonnat2012-12-032-18/+13
* API CHANGE: remove com.sun.star.util.XArchiverMichael Stahl2012-12-032-2/+0
* WaE : declaration of ‘bHidden’ shadows a member of 'this'Julien Nabet2012-12-011-2/+2
* sd: hide 'enable remote control' checkbox when built without bluetoothMiklos Vajna2012-12-011-0/+3
* API CHANGE: Added XStyle::isHidden() and XStyle::setHidden()Cédric Bosdonnat2012-11-302-0/+18
* Styles & Formatting: added SFXSTYLEBIT_ALL_VISIBLE and show hidden stylesCédric Bosdonnat2012-11-301-2/+4
* Allow to hide styles in the "Styles & Formating" dialogCédric Bosdonnat2012-11-305-2/+27
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-3054-112/+0
* Remove unused method & remove header include by using forward declaration.Kohei Yoshida2012-11-291-0/+1
* Pass pointer to view data entry to Paint() instead of its raw flag value.Kohei Yoshida2012-11-291-5/+9