summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2012-11-27fdo#46808: Missing adaptions to XFolderPicker2Stephan Bergmann1-1/+0
2012-11-26API CHANGE: remove com.sun.star.document.XDocumentInfoMichael Stahl15-2300/+13
2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl1-8/+0
2012-11-24One DBG_ASSERT -> SAL_WARN_IFStephan Bergmann1-3/+3
2012-11-24fdo#51304 Remove @author annotationJosé Guilherme Vanz3-24/+0
2012-11-23Get more information to the BSA from the send feedback-menuitemRob Snelders1-1/+3
2012-11-23some i18n wrappers with LanguageTagEike Rathke3-4/+3
2012-11-23loplugin: if else alignmentCaolán McNamara1-4/+4
2012-11-22get rid of unnecessary LocaleDataWrapper temporary instancesEike Rathke4-20/+15
2012-11-22AllSettings with LanguageTagEike Rathke7-13/+13
2012-11-22convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl6-90/+80
2012-11-20Merge branch 'feature/killsdf'Andras Timar1-1/+1
2012-11-20Bin pointless _SOLAR__PRIVATE which was always 1 anywayTor Lillqvist4-12/+3
2012-11-20fdo#51304: Remove @author annotationJosé Guilherme Vanz10-18/+0
2012-11-19Bin the HACK() sillynessTor Lillqvist3-4/+4
2012-11-17use LanguageTagEike Rathke1-3/+2
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida3-0/+3
2012-11-15ensure translations are built before using themDavid Tardon1-1/+4
2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin3-7/+6
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin2-4/+2
2012-11-14Turn some memmove into memcpy when it is safe to do so.jailletc361-5/+5
2012-11-13CMIS: after cancel-checkout mark the document non changedCédric Bosdonnat1-0/+4
2012-11-12move svtools's FixedHyper.hxx to vclCaolán McNamara1-1/+0
2012-11-11Correct typo in new template dialog: Spreedsheet -> SpreadsheetStefan Knorr1-1/+1
2012-11-11Merge branch 'master' into feature/killsdfAndras Timar65-527/+1223
2012-11-11SfxMedium::GetOutputStream(): re-use existing XStreamMichael Stahl1-1/+14
2012-11-08cppCheck: Unused variable and Redundant assignmentjailletc364-13/+0
2012-11-07using a grid instead of a boxCaolán McNamara1-38/+47
2012-11-07CMIS: added CheckIn dialogCédric Bosdonnat6-8/+220
2012-11-05CMIS: added confirmation dialog for cancel checkoutCédric Bosdonnat3-1/+12
2012-11-03basic: String -> OUString in basicmanagerNorbert Thiebaud1-1/+1
2012-10-31Work around new calls to GetFilter()->GetMimeType() on null filterStephan Bergmann1-4/+7
2012-10-31fdo#46808, Deprecate configuration::ConfigurationProvider old-style serviceNoel Grandin4-24/+13
2012-10-31fix old big fat leak in macro and organizer dialogsCaolán McNamara1-0/+5
2012-10-31fix fractured indentCaolán McNamara1-8/+8
2012-10-31Fix broken sw unit introduced by commit a522818Cédric Bosdonnat2-33/+40
2012-10-31CMIS: added cancelCheckOut and checkIn implementations and menu itemsCédric Bosdonnat14-25/+355
2012-10-31CMIS: added CheckOut in the File menuCédric Bosdonnat11-32/+122
2012-10-31CMIS: don't show up checkout info bar if the document is not versionableCédric Bosdonnat3-1/+29
2012-10-31CMIS: display errors when clicking checkout buttonCédric Bosdonnat2-6/+7
2012-10-31Load CMIS properties after saving filesCédric Bosdonnat1-0/+2
2012-10-31Travelled MIME type through UCB for CMIS UCP to use it when creating documentsCédric Bosdonnat2-7/+15
2012-10-31InfoBars: Hight Contrast paintingCédric Bosdonnat1-0/+19
2012-10-31InfoBars: implemented ResizeCédric Bosdonnat2-0/+38
2012-10-30we have to have all tabpages in all modes nowCaolán McNamara1-11/+6
2012-10-30fdo#46808: Improve previous commitStephan Bergmann1-11/+5
2012-10-30fdo#46808, Adapt linguistic2::LinguServiceManager UNO service to new styleNoel Grandin2-16/+11
2012-10-30sal_Bool to boolTakeshi Abe2-7/+7
2012-10-29fdo#46808: Fix previous commitStephan Bergmann2-9/+3
2012-10-29fdo#46808, use service constructor for task::JobExecutorNoel Grandin3-15/+66