: # -*- perl -*- eval 'exec perl -wS $0 ${1+"$@"}' if 0; open(OUTFILE, ">$ARGV[1]"); print OUTFILE "\n"; print OUTFILE "\n"; chdir($ARGV[0]) or die "can't chdir() to $ARGV[0]"; opendir(DIR, "."); @files=readdir(DIR); foreach $file (@files) { if ( $file =~ /\w*\.tpl/ ) { open(INFILE, "<$file") or die "can't open file $file"; while() { if ( /xml version=/ ) { next; } print OUTFILE; } close(INFILE); } } print OUTFILE "\n"; closedir(DIR); close(OUTFILE); m method='get'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/sdi
AgeCommit message (Expand)Author
2014-12-18Typo: .uno:*TracedChange -> .uno:*TrackedChange.Jan Holesovsky
2014-12-07Introduce ParaspaceIncrease/Decrease commands in Writer and CalcMaxim Monastirsky
2014-11-09fdo#82707 Unify click behavior in Statusbar (Writer)Samuel Mehrbrodt
2014-09-09fdo#82496: Change picture option by rightclickingJennifer Liebel
2014-08-24fdo#73151 Make better use of the sidebarSamuel Mehrbrodt
2014-07-21fdo#80651 - Add 'Single Page' button to Page Preview ToolbarJoren De Cuyper
2014-06-19sw: add UI for removing the textbox of a draw shapeMiklos Vajna
2014-06-19sw: add UI for adding a textbox for a draw shapeMiklos Vajna
2014-05-14Keep only one class for toolbox color controlsMaxim Monastirsky
2014-04-29do not have a separate action for accepting changes in a selectionLuboš Luňák
2014-04-28allow accepting/rejecting changes in a selection (bnc#874790)Luboš Luňák
2014-04-25i#124638 support for DrawingLayre FillStyle for GraphicFrames and ...Armin Le Grand
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante
2014-04-23add a 'format all comments' featureCaolán McNamara
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-27fdo#73159 Make back border dialog work againZolnai Tamás
2014-02-22Resolves: #i124243# allow in-place editing of Input Fields...Oliver-Rainer Wittmann
2014-02-07Resolves: #i123922# Refactored D&D and insert picture from file...Armin Le Grand
2014-01-30Add Increase/Decrease font functionality to drawing objectsMaxim Monastirsky
2014-01-17Add the Navigation buttons to the Search toolbarSamuel Mehrbrodt
2013-12-03convert FN_PARAM_MOVE_COUNT from SfxInt16 to SfxInt32Noel Grandin
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann
2013-10-16[API CHANGE]: PreView -> Preview, including .uno:PrintPagePreView.Jan Holesovsky
2013-10-02remove zhaojianwei code markersPhilipp Riemer