summaryrefslogtreecommitdiff
path: root/sfx2/source
AgeCommit message (Expand)AuthorFilesLines
2012-07-08Fix not displaying thumbnail text after opening a template.Rafael Dominguez1-1/+1
2012-07-08Center template dialog top buttons.Rafael Dominguez2-2/+34
2012-07-08Hide search view when theres no text to search for.Rafael Dominguez1-0/+5
2012-07-08Increase action toolbar width.Rafael Dominguez1-1/+1
2012-07-08Set default ThumbnailView fill color the same as the dialogs.Rafael Dominguez2-3/+2
2012-07-07Only store template data instead of a ThumbnailViewItem.Rafael Dominguez4-78/+82
2012-07-07Delete title edit box when TemplateView gets destroyed.Rafael Dominguez1-0/+1
2012-07-07Fix Global resource identifier >= 256 warning.Rafael Dominguez1-1/+1
2012-07-07removed unnecessary forward declarations of classTakeshi Abe11-29/+0
2012-07-06Check if Bitmap is empty before trying to scale itAriel Constenla-Haile1-21/+23
2012-07-06re-base on ALv2 code. Includes:Michael Meeks195-5350/+2903
2012-07-06fs34b: #i89080# always apply the 'Link'/'Preview' state from configFrank Schoenheit [fs]1-5/+7
2012-07-06gridfixes: don't be too generous with exceptions:Frank Schoenheit [fs]1-5/+10
2012-07-06Remove unused image resource.Rafael Dominguez1-8/+0
2012-07-06revert change to missing image; please change back when it's added.Michael Meeks1-1/+1
2012-07-06change dialog caption in view modeAndras Timar3-0/+6
2012-07-06hide aDateTimeText when editing new version commentAndras Timar1-0/+3
2012-07-06remove space before colon in UI textAndras Timar1-1/+1
2012-07-06SearchUpdateHdl: -Werror=unused-parameterMichael Stahl1-1/+1
2012-07-06ThumbnailView::SelectItem: -Werror=unused-but-set-variableMichael Stahl1-3/+0
2012-07-06ThumbnailView::ImplEndTracking: -Werror=unused-parameterMichael Stahl2-1/+3
2012-07-06ThumbnailViewAcc::deselectAccessibleChild: -Werror=empty-bodyMichael Stahl1-2/+2
2012-07-06Merge branch 'feature/template-dialog'Rafael Dominguez21-0/+5166
2012-07-05Update thumnails for all template operations.Rafael Dominguez1-29/+27
2012-07-05Update folder thumbnails after moving or copying templates.Rafael Dominguez1-0/+27
2012-07-05Try to copy templates if moving them fails.Rafael Dominguez2-16/+38
2012-07-05Fix WaE.Rafael Dominguez1-3/+3
2012-07-05Fix moving templates between folders.Rafael Dominguez1-3/+4
2012-07-05Display all folders even if theyre empty.Rafael Dominguez1-7/+7
2012-07-05Implement move templates to a new region.Rafael Dominguez2-11/+42
2012-07-04Convert local var from SvPtrarr to std::vectorNoel Grandin1-4/+4
2012-07-04Create new folder after getting input text with selected templates.Rafael Dominguez2-0/+17
2012-07-04Connect button click handlers and end dialog with the desired result.Rafael Dominguez2-0/+13
2012-07-04Set correct dimensions and positions of inputbox widget.Rafael Dominguez4-21/+84
2012-07-04Remove unused method.Rafael Dominguez1-7/+0
2012-07-04Make title edit box 50% of the overlay width.Rafael Dominguez1-5/+3
2012-07-04Remove deprecated method.Rafael Dominguez1-17/+0
2012-07-04Delete search view when dialog gets destroyed.Rafael Dominguez1-0/+1
2012-07-04Fetch and display templates that contains the search keyword.Rafael Dominguez3-1/+75
2012-07-04Set search view size an position.Rafael Dominguez1-0/+8
2012-07-04Dont cache search term when you finish searching.Rafael Dominguez1-0/+1
2012-07-04Create a view to display search results.Rafael Dominguez3-0/+110
2012-07-04modernize the default set of Impress templates (masterpages)Alexander Wilms1-169/+20
2012-07-03Dont draw folder name while we are editing it.Rafael Dominguez1-16/+32
2012-07-03Create dialog skeleton to ask user for new folder name.Rafael Dominguez7-0/+123
2012-07-03Move close button down while search is active.Rafael Dominguez1-0/+4
2012-07-03Add icons to toolbar buttons and menus.Rafael Dominguez3-6/+72
2012-07-03Disable importing a template while a folder isnt selected.Rafael Dominguez1-0/+7
2012-07-03useless asal_TrueStr stringCaolán McNamara1-3/+2
2012-07-03ditch String::CreateFromAsciiCaolán McNamara31-74/+73