summaryrefslogtreecommitdiff
path: root/fpicker
ModeNameSize
-rw-r--r--AllLangMoTarget_fps.mk464logplain
-rw-r--r--CppunitTest_fpicker_dialogs_test.mk1650logplain
-rw-r--r--IwyuFilter_fpicker.yaml57logplain
-rw-r--r--Library_fps.mk1550logplain
-rw-r--r--Library_fps_aqua.mk1402logplain
-rw-r--r--Library_fps_office.mk1698logplain
-rw-r--r--Makefile478logplain
-rw-r--r--Module_fpicker.mk875logplain
-rw-r--r--README62logplain
-rw-r--r--UIConfig_fps.mk594logplain
-rw-r--r--WinResTarget_fps.mk476logplain
d---------inc126logplain
d---------qa / unit31logplain
d---------source96logplain
d---------test76logplain
d---------uiconfig / ui29logplain
class='nohover-highlight'> Multiple cleanups, made svx::frame::Style a std::shared_ptr class, preparing basing all border stuff on transformations, so it will need a CellCoordinateSystem. Added stuff to get this Coordinate System from the svx::frame::Cell using the Frame and knowledge about ownerships Change-Id: Ic2cb59cc92e648ac2fef72f22f8913479769d3e2 2016-09-13Remove nonsense comments: // bitfieldTor Lillqvist Surely the actual bitfield syntax is enough to tell the code reader that it is a bitfield. Change-Id: Ic9552e01b19c8b34b2a17db56b9ff63e7c7de926 2016-02-09Remove excess newlinesChris Sherlock A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> 2015-07-06loplugin:unusedmethods sax,shell,stoc,basegfxNoel Grandin Change-Id: I8f3871fd4e82b6850718b6f2a8757f3043d00017 2015-07-03Revert "loplugin:unusedmethods sax,shell,stoc,basegfx"Michael Stahl The basegfx changes appear to break Windows builds. This reverts commit 3b32c5898ff4e744d3f18b00421b433500426d74. 2015-07-03loplugin:unusedmethods sax,shell,stoc,basegfxNoel Grandin Change-Id: Ia5d63f7153e4b02acc5e206739316264d6d1184e