summaryrefslogtreecommitdiff
path: root/icon-themes/breeze_svg/cmd/sc_symbolshapes.quad-bevel.svg
blob: 72977ba821e1cac66b892a8aeca0394c0be5f2d5 (plain)
1
2
3
4
5
6
7
8
9
10
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
 <path 
     style="fill:#b3b3b3" 
     d="M 2 2 L 2 10.25 L 2 14 L 10.25 14 L 14 14 L 14 2 L 10.25 2 L 5.75 2 L 2 2 z "
     />
 <path 
     style="fill:#4d4d4d" 
     d="M 2.6875 2 L 5.6875 5 L 10.3125 5 L 13.3125 2 L 12.5 2 L 3.5 2 L 2.6875 2 z M 2 2.6875 L 2 13.3125 L 5 10.3125 L 5 5.6875 L 2 2.6875 z M 14 2.6875 L 11 5.6875 L 11 10.3125 L 14 13.3125 L 14 12.5 L 14 2.6875 z M 5.6875 11 L 2.6875 14 L 3.5 14 L 13.3125 14 L 10.3125 11 L 5.6875 11 z "
     />
 </svg>
strings to OUStringStephan Bergmann1-3/+20 ...which resolves the mystery of 0ba6360363fb73b5b200bbc486ed8eeac5f3d337 "Garbage in, garbage out?" Change-Id: I51f102699d0474872c80392b27f71030b5e3fb59 2014-12-10CppunitTest --headless is not the same as soffice --headlessStephan Bergmann3-2/+42 ...they just "happen" to have the same name Change-Id: Ia602f9a62e07c3af6fba2ffb84a858e1fb4b09ce 2014-11-28Unittest for autocorrect in writerDaniel Sikeler2-0/+1 At first we test normal replacement of wrong words. Second part of the test is about style changes during autocorrection. And at the end we replace a word with a table. The rules for the autocorrection are in test/user-template/user/autocorr/acor_fr.dat I needed to make SwAutoCorrect public for my test. Conflicts: sw/qa/extras/uiwriter/uiwriter.cxx Change-Id: Ie753c2187c1f4eddaefe0cc428a605107112c24f Reviewed-on: https://gerrit.libreoffice.org/13131 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1 Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2014-11-12perfcheck instrument existing test : replaceAllLaurent Godard1-0/+4 Change-Id: I7766aa6d69810124b27763912c3e7a8399637280 Reviewed-on: https://gerrit.libreoffice.org/12243 Reviewed-by: Matúš Kukan <matus.kukan@collabora.com> Tested-by: Matúš Kukan <matus.kukan@collabora.com> 2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1 This reverts commit 05050cdb23de586870bf479a9df5ced06828d498, not all places that use e.g. OStringToOUString to convert potential UTF-8 are guaranteed to fulfil the prerequisites necessary to use fromUtf8 (and some places like e.g. in codemaker are happy with the best-effort effect of OStringToOUString's OSTRING_TO_OUSTRING_CVTFLAGS). 2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-1/+1 Change-Id: I771004b7ccab3344a67e827e45bc34c22ffa5f77 2014-10-29