summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2012-08-27fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin1-1/+2
2012-08-27fdo#46808, Adapt script::Converter service code to new styleNoel Grandin1-5/+3
2012-08-27fdo#46808, Adapt document::DocumentProperties UNO service to new styleNoel Grandin3-11/+9
2012-08-27fdo#46808, Use factory methods for frame::DispatchHelper instancesNoel Grandin1-31/+25
2012-08-27Modified the wording of the Save-on-Exit-DialogSamuel Mehrbrodt3-2/+8
2012-08-27Remove remaining checks for HTMLMODE_SOME_ABS_POSHarri Pitkänen1-1/+0
2012-08-24ThumbnailView: memory leakIvan Timofeev1-0/+1
2012-08-23Fix rendering subtitle for template search results.Rafael Dominguez1-1/+1
2012-08-23rtl::OUString -> OUStringRafael Dominguez12-53/+53
2012-08-23Rename class from TemplateOnlineView to TemplateRemoteView.Rafael Dominguez8-48/+48
2012-08-23Remove ViewShell's border.Jan Holesovsky1-1/+1
2012-08-23Revert the TOPBOTTOM border window type, this needs another approach.Jan Holesovsky1-1/+0
2012-08-23Some clean up after previous commitStephan Bergmann1-4/+7
2012-08-22fdo#52451: Some name changes to be consistent with other prop names.Kohei Yoshida1-1/+2
2012-08-21fdo#52451: Ensure that the extension for text is .txt from writer.Kohei Yoshida1-3/+12
2012-08-21setFontAttribute on TextLayouterDevice for templateview title.Rafael Dominguez1-0/+3
2012-08-21template manager: setFontAttribute on TextLayouterDevice is neededCédric Bosdonnat6-7/+17
2012-08-21Remove unused attributes from ThumbnailView class.Rafael Dominguez2-23/+0
2012-08-21add more runtime deps on resource files for unit-testsMatúš Kukan1-0/+4
2012-08-20Remove dead java code, fields and local variablesNoel Grandin1-3/+0
2012-08-20Java update - fix various javadoc issuesNoel Grandin2-4/+3
2012-08-20PreInit and MemoryError can be removed from coreCaolán McNamara5-15/+0
2012-08-20Ask user if it wants to overwrite a templateRafael Dominguez5-1/+55
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-20Remove unused functions.Rafael Dominguez2-66/+0
2012-08-20Filter overlay with the last selected filter.Rafael Dominguez1-2/+1
2012-08-20Set correct scrollbar size depending on the item count of the view.Rafael Dominguez1-2/+5
2012-08-20Fix filtering items in thumbnailview when painting.Rafael Dominguez1-24/+50
2012-08-20Disable opening a template while in save mode.Rafael Dominguez1-12/+15
2012-08-17gbuild: register all jarsMichael Stahl2-11/+11
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 Bergmann22-61/+24
2012-08-16-Werror,-Wnon-literal-null-conversion (Clang towards 3.2)Stephan Bergmann2-2/+2
2012-08-16-Werror,-Wunused-value (Clang towards 3.2)Stephan Bergmann1-1/+1
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-15Dont draw thumbnail border if theres no thumbnail to paint.Rafael Dominguez1-23/+29
2012-08-15Disable general manager actions while in save mode.Rafael Dominguez4-22/+52
2012-08-15Save template in the currently open overlay.Rafael Dominguez3-0/+24
2012-08-15Save a template to selected folders.Rafael Dominguez5-0/+70
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 Dominguez4-0/+39
2012-08-15Show empty folders when display all templates.Rafael Dominguez1-1/+1
2012-08-15Hide commands that are only for one selected template.Rafael Dominguez1-0/+8
2012-08-15Close dialog when clicking the close button.Rafael Dominguez2-0/+12
2012-08-15restore the old value for SID_ATTR_ZOOMIvan Timofeev1-1/+1
2012-08-14Display template preview in property dialog.Rafael Dominguez2-1/+61
2012-08-14Display template information like author,type,keywords,etc.Rafael Dominguez3-1/+55
2012-08-14Display template preview and information when clicking properties.Rafael Dominguez9-0/+108