summaryrefslogtreecommitdiff
path: root/sfx2/source/doc
AgeCommit message (Expand)AuthorFilesLines
2012-10-12lcl_createTemplate declared but not definedCaolán McNamara1-2/+0
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2-6/+6
2012-10-11Merged SvTreeListBox and SvLBox.Kohei Yoshida1-22/+22
2012-10-11CMIS: Implemented the CheckOut button of the InfoBarCédric Bosdonnat2-18/+71
2012-10-11CMIS: Show an infobar when the document isn't checked outCédric Bosdonnat1-3/+0
2012-10-11CMIS: Provide the CMIS properties in the UNO API of documentsCédric Bosdonnat2-0/+49
2012-10-07Some cppcheck cleaningJulien Nabet2-2/+2
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin5-19/+13
2012-10-04Fixes/improvements on previous commitStephan Bergmann4-9/+6
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin4-39/+24
2012-10-03n#782597: Allow adding external templatesCédric Bosdonnat2-12/+8
2012-09-29Use comphelper::getComponentContextStephan Bergmann1-38/+13
2012-09-28fdo#54744: Fix broken logic of string comparisonStephan Bergmann1-1/+1
2012-09-27fdo#46808, Adapt frame::GlobalEventBroadcaster UNO service to new styleNoel Grandin1-13/+10
2012-09-21fdo#49819 - allow slightly inconsistent docx files to be repairedMichael Meeks1-1/+7
2012-09-21package: convert internal ZIP handling data-types to 64bitMichael Meeks1-2/+1
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann6-14/+12
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann6-70/+72
2012-09-12targetted VBA re-work.Noel Power1-40/+13
2012-09-11missing part of fix for fdo#54721Noel Power1-1/+1
2012-09-07First cut on integrating liborcus into libreoffice tree....Kohei Yoshida2-3/+40
2012-09-05Some clean up of previous commitStephan Bergmann3-24/+8
2012-09-05fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin3-12/+8
2012-09-04Some clean up of previous commitStephan Bergmann2-2/+2
2012-09-04fdo#46808, Adapt DocumentDigitalSignatures UNO service to new styleNoel Grandin5-120/+100
2012-09-03fdo#46808, Adapt xml::dom::DocumentBuilder UNO service to new styleNoel Grandin1-13/+4
2012-08-27fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin1-1/+2
2012-08-27fdo#46808, Adapt document::DocumentProperties UNO service to new styleNoel Grandin2-9/+7
2012-08-27Modified the wording of the Save-on-Exit-DialogSamuel Mehrbrodt2-2/+7
2012-08-23rtl::OUString -> OUStringRafael Dominguez1-13/+13
2012-08-23Rename class from TemplateOnlineView to TemplateRemoteView.Rafael Dominguez1-4/+4
2012-08-23Some clean up after previous commitStephan Bergmann1-4/+7
2012-08-20PreInit and MemoryError can be removed from coreCaolán McNamara1-6/+0
2012-08-20Ask user if it wants to overwrite a templateRafael Dominguez3-1/+30
2012-08-20Ask user if it wants to delete selected folder.Rafael Dominguez3-0/+12
2012-08-20Hide template export option for remote repositories.Rafael Dominguez1-2/+4
2012-08-20Disable opening a template while in save mode.Rafael Dominguez1-12/+15
2012-08-16fdo#53280: Reset read-only UI after successful Save AsStephan Bergmann1-0/+5
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2-5/+3
2012-08-16-Werror,-Wnon-literal-null-conversion (Clang towards 3.2)Stephan Bergmann1-1/+1
2012-08-15SfxTemplateManagerDlg::OnTemplateSaveAs: fix assertMichael Stahl1-1/+1
2012-08-15Disable general manager actions while in save mode.Rafael Dominguez3-22/+49
2012-08-15Save template in the currently open overlay.Rafael Dominguez1-0/+2
2012-08-15Save a template to selected folders.Rafael Dominguez2-0/+34
2012-08-15Show error message when trying to save without a destination folderRafael Dominguez3-0/+7
2012-08-15Add save templates command to manager.Rafael Dominguez3-0/+38
2012-08-15Hide commands that are only for one selected template.Rafael Dominguez1-0/+8
2012-08-14Display template information like author,type,keywords,etc.Rafael Dominguez1-0/+3
2012-08-14Display template preview and information when clicking properties.Rafael Dominguez1-0/+3
2012-08-14Show template manager dialog instead of save template dialog.Rafael Dominguez1-64/+74