summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2013-04-02sfx2: remove macrosThomas Arnhold10-680/+572
2013-04-02drop prefix from ::cssThomas Arnhold1-2/+2
2013-04-02Don't call SFX_OBJECTBAR_REGISTRATION in non-DESKTOP environmentsTor Lillqvist1-1/+2
2013-04-02Add comment about the ugly hardcoded resource idsTor Lillqvist1-3/+15
2013-04-01Avoid desktop GUI elements in non-DESKTOP environmentTor Lillqvist1-0/+6
2013-04-01write even better codeThomas Arnhold2-875/+801
2013-04-01remove boilerplate commentsThomas Arnhold10-20/+4
2013-03-31fix sfx2 with Library_mergedPeter Foley1-1/+5
2013-03-30coverity#441021 Dereference after null checkJulien Nabet1-1/+1
2013-03-30coverity#441020 Dereference after null checkJulien Nabet1-1/+1
2013-03-30Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-4/+2
2013-03-29Initialize nFilterJulien Nabet1-1/+1
2013-03-28fdo#60844 Remember last open folder and filter in Template Manager.Rafael Dominguez4-3/+104
2013-03-28Position view below toolbox and search bar when resizing Template dialog.Rafael Dominguez1-2/+6
2013-03-28Dont reload template information after saving.Rafael Dominguez5-8/+74
2013-03-28Display empty folders in Template Manager.Rafael Dominguez1-2/+0
2013-03-28Make template thumbnail sizes appropiate to the content in them.Rafael Dominguez2-2/+5
2013-03-28Calculate template thumbnail subtitle position to fit drawing area.Rafael Dominguez1-3/+0
2013-03-28Deselect items when searching for templates to reset toolbars.Rafael Dominguez1-0/+1
2013-03-28Building without --with-help is not supposed to disable help functionalityTor Lillqvist1-4/+4
2013-03-28Deselect templates when closing the search view.Rafael Dominguez1-0/+1
2013-03-28Show search and extra buttons when a template is selected.Rafael Dominguez1-3/+1
2013-03-28Position correctly widgets in Template Manager.Rafael Dominguez3-20/+8
2013-03-28Hide creating a new template folder when theres one already selected.Rafael Dominguez1-0/+2
2013-03-28fdo#60581 Import templates into current directory.Rafael Dominguez5-6/+99
2013-03-28fdo#60581 Display import templates only when its allowed.Rafael Dominguez6-0/+18
2013-03-28Display create template folder only when its allowed.Rafael Dominguez6-0/+19
2013-03-28Update search results when changing template type in Template Manager.Rafael Dominguez1-0/+4
2013-03-28Filter search results by type and keyword in Template Manager.Rafael Dominguez1-4/+44
2013-03-28Dont display all templates types after closing the search bar.Rafael Dominguez1-4/+0
2013-03-28Get the correct region id view when saving a template.Rafael Dominguez1-1/+1
2013-03-28Put some help-related code behind #if HAVE_FEATURE_HELPTor Lillqvist1-1/+12
2013-03-27Fix moving selected search results in Template Manager.Rafael Dominguez1-1/+1
2013-03-27Fix exporting selected search results in Template Manager.Rafael Dominguez1-1/+1
2013-03-27Delete the correct template from the selected search results.Rafael Dominguez6-64/+62
2013-03-27Fix deleting templates through Template Manager.Rafael Dominguez1-14/+3
2013-03-27Separate template region ids from thumbnail ids.Rafael Dominguez7-55/+90
2013-03-27Remove HTMLMODE_FRM_COLUMNS and export column-count CSS attributeHarri Pitkänen1-1/+0
2013-03-27MSC fixesStephan Bergmann2-2/+2
2013-03-27sfx2: TabDlg_Impl::pData is deleted twiceMichael Stahl1-3/+2
2013-03-27WaE: macro is not usedTor Lillqvist1-3/+4
2013-03-27Use <config_features.h> instead of -DLIBO_FEATURE_*Tor Lillqvist7-11/+22
2013-03-27-Wunused-macrosStephan Bergmann11-27/+0
2013-03-26coverity#440839 Resource leak in objectJulien Nabet1-0/+4
2013-03-26Check feature test macros instead of ANDROID and/or IOSTor Lillqvist7-11/+11
2013-03-26Lock files make no sense on Android or iOSTor Lillqvist1-1/+16
2013-03-26Shared documents make no sense for Android and iOSTor Lillqvist6-5/+21
2013-03-26quickfixStephan Bergmann1-11/+11
2013-03-26Syncronize thumbnails ids with SfxDocumentTemplates when moving.Rafael Dominguez3-46/+61
2013-03-26Fix template manager item selection behaviour with mouse.Rafael Dominguez1-9/+14