summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2012-12-25Get rid of (most uses of) GUITor Lillqvist3-3/+3
2012-12-25WaE: unreferenced local variableTor Lillqvist1-1/+1
2012-12-24Some cppcheck cleaning in sdJulien Nabet6-12/+6
2012-12-21ugly workaround for msvc+ccache problem with gbuild MSC defineLuboš Luňák1-1/+8
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin5-31/+13
2012-12-20Templates Manager: removed the old dialogs and menu entriesCédric Bosdonnat6-30/+0
2012-12-19regenerate pchPeter Foley1-111/+111
2012-12-19fdo#58129 fix ppt export of paragraphsDavid Tardon2-3/+3
2012-12-18fdo#49277 use correct default tab sizeDavid Tardon1-1/+10
2012-12-18DiscoveryService: include errno.hMichael Stahl1-1/+3
2012-12-18DiscoveryService: -Werror=unused-but-set-variableMichael Stahl1-0/+12
2012-12-18Store some (sadly ignored) return values in variables to make debugging easie...Tor Lillqvist1-2/+4
2012-12-15Revert "define must be overridden on cmdline"Peter Foley2-2/+1
2012-12-14Correct the function names in two SAL_INFOsTor Lillqvist1-2/+2
2012-12-13Some cppcheck cleaningJulien Nabet1-9/+3
2012-12-13PCH for Library_sdLuboš Luňák8-6/+900
2012-12-13fdo#46808, remove awt::DisplayAccess service.Noel Grandin3-57/+8
2012-12-10Replacing '__LOADONCALLAPI' with 'SAL_CALL' definitionChristos Strubulis5-9/+9
2012-12-10- correct variable-namesRob Snelders2-8/+8
2012-12-10callcatcher: remove unused rtf filter and associated methodsCaolán McNamara2-10/+0
2012-12-10fdo#46808, use service constructor for embed::StorageFactoryNoel Grandin1-67/+59
2012-12-09Reformat code in PreviewRenderer.Tomaž Vajngerl1-55/+54
2012-12-09Compress graphics dialog converted to new widget layout.Tomaž Vajngerl1-16/+11
2012-12-07an app can have print options without a print options dialogCaolán McNamara2-17/+0
2012-12-06Fix: <errno.h> needs to be included under LinuxNoel Grandin1-0/+1
2012-12-06Fix Linux-specific codeStephan Bergmann1-4/+5
2012-12-06MinGW: Fix BluetoothServer build.Jan Holesovsky3-7/+14
2012-12-05define must be overridden on cmdlinePeter Foley2-1/+1
2012-12-05warning C4702: unreachable codeStephan Bergmann1-1/+4
2012-12-05warning C4100: 'aDiscoverable' : unreferenced formal parameterStephan Bergmann1-0/+1
2012-12-04added Change picture menu item to graphic shape popupRadek Doulik3-0/+7
2012-12-04changed behavior of insert pictureRadek Doulik1-2/+3
2012-12-04refactored GetEmptyPresentationObject, added GetSelectedSingleObjectRadek Doulik2-37/+57
2012-12-04fdo#56877 CRASH when profile contains invalid RecentlyUsedMasterpagesRob Snelders4-7/+19
2012-12-04Styles & Formatting: added Show menu item on hidden stylesCédric Bosdonnat5-1/+21
2012-12-03fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák6-32/+28
2012-12-03API CHANGE: roll back the XStyle changes to add a new Hidden property on StyleCédric Bosdonnat2-18/+13
2012-12-03API CHANGE: remove com.sun.star.util.XArchiverMichael Stahl2-2/+0
2012-12-01WaE : declaration of ‘bHidden’ shadows a member of 'this'Julien Nabet1-2/+2
2012-12-01sd: hide 'enable remote control' checkbox when built without bluetoothMiklos Vajna1-0/+3
2012-11-30API CHANGE: Added XStyle::isHidden() and XStyle::setHidden()Cédric Bosdonnat2-0/+18
2012-11-30Styles & Formatting: added SFXSTYLEBIT_ALL_VISIBLE and show hidden stylesCédric Bosdonnat1-2/+4
2012-11-30Allow to hide styles in the "Styles & Formating" dialogCédric Bosdonnat5-2/+27
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens54-112/+0
2012-11-29Remove unused method & remove header include by using forward declaration.Kohei Yoshida1-0/+1
2012-11-29Pass pointer to view data entry to Paint() instead of its raw flag value.Kohei Yoshida1-5/+9
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens8-19/+16
2012-11-29Remove exception spec from idl-generated c++ headers.Thorsten Behrens4-4/+4
2012-11-29update sd regression test to match new default shape colorsCaolán McNamara7-139/+139
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist1-12/+0