summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Collapse)Author
2014-01-17Translate German comments to English. (Remove one redundant comment.)Sven Wehner
2014-01-17Move SvpSalGraphics::SetVirDevGraphics() for iOS out of the header for clarityTor Lillqvist
Change-Id: I88c0ed27a492b57a0258a7ec211109a9e2552b99
2014-01-17Indentation fixTor Lillqvist
Change-Id: Iab16c4ff664f9bcc53458e5f7c249d3fb030fe07
2014-01-16If this is Windows specific, it can be inside ifeq ($(OS),WNT)Tor Lillqvist
This also prevents a weird problem I see when cross-compiling in one tree (but not in other trees for other cross-compilation targets). Change-Id: I102e652c259a66ea124b344bd229e8988801ac58
2014-01-16fix compile break on macostsahi glik
2014-01-16fix rendering issues in iOS with aquatsahi glik
2014-01-16Translate German comments to English in vcl/source/filter/sgfbram.cxxSven Wehner
Reviewed on: https://gerrit.libreoffice.org/7467 Change-Id: Ia0a7718123c293cba5adc95a3bc00534072e7296
2014-01-16Remove defines now that fontconfig baseline has been updatedChris Sherlock
Change-Id: Ia97ab24e60785be36f475f6bf275a0ae336e9408 Reviewed-on: https://gerrit.libreoffice.org/7461 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin
This is in preparation for more conversion of SvStream::operator<< calls to use more explicit method names. This converts the subclasses that have their own convenience overloads of operator<< to use normal methods. Change-Id: I5efd5d9a24c264cb86d2471303dd5849bf91ba80
2014-01-16Resolves: #i123690# handle the extremes Width or Height equal oneArmin Le Grand
(cherry picked from commit f3263e7b8bfe740f8e1e7825214e3936cc938ea9) Change-Id: I8d65ffa45ae69fe64826f8f49e4e6282b9db9807
2014-01-15Bin unused codeTor Lillqvist
Change-Id: Ie10881ab3f6e252c87fc3fedcf6a2b7fa0af2c56
2014-01-15Bin misleading OSL_TRACETor Lillqvist
Change-Id: I6c638f49b73b4a3d781e6e2e54a5facf52513ad3
2014-01-14longparas: none of the callers check for the error caseCaolán McNamara
so we can safely change the return of 0xFFFF to 0 without changing any callers. Which makes this safe seeing as before now every caller would have done something stupid with the results Change-Id: I10d9f12525de10661ed82f3405e6c728d38be106
2014-01-14longparas: bump nLen to 32bitCaolán McNamara
Change-Id: I49621bc3887baf8fcee17559818193325b83f27d
2014-01-14vcl: missing modeline in dibtoolsMiklos Vajna
Change-Id: I332e6ed3652f18843ec7abdeaec70d7bb8f5667b
2014-01-14Fix typoTakeshi Abe
Change-Id: Idb7ce105bf347d7cfee039da8939aecf743f2c16
2014-01-13longparas: convert ValidateKashidas to sal_Int32Caolán McNamara
we can use -1 as the failure return code as return value is always checked and isolated from the rest of the code. Change-Id: I87a743de82d681a7e4eabc61a576c4e50f1279a8
2014-01-13Work around G_DEFINE_TYPE -Werror,-Wunused-functionStephan Bergmann
At least G_DEFINE_TYPE from glib2-devel-2.38.2-2.fc20.x86_64 /usr/include/glib-2.0/gobject/gtype.h defines unsed *_get_instance_private functions. Change-Id: I47211b6451d9699c7b8741555f3ad11a09e411bf
2014-01-13Keep in sync with desktop_strings[] in salplug.cxxMaxim Monastirsky
Items should have the same order. Only that way KDE4 will get the correct icon theme. (A regression of commit cea7cca5c8db3f273ed2c14efde45ff0e73dee7a) Change-Id: Id8ba6fadd312d5ff782de7011694fc58cdfae312 Reviewed-on: https://gerrit.libreoffice.org/7288 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-13-Wunused-variableStephan Bergmann
Change-Id: I1913eaf265a4cbe8a8658c9b465a6f0e6b53f7e5
2014-01-13drop unnecessary tools/string.hxx includesCaolán McNamara
Change-Id: I2439ed19b554381f80e882aacbac05167622df92
2014-01-13SalDisplay::Dispatch shall apparently return boolStephan Bergmann
Change-Id: I46ab0ef04b598a4154659f9a1e1cbb2164023b63
2014-01-13longparas: drop xub_StrLen from fieldsCaolán McNamara
Change-Id: Icd6dbc9b374df3e528dc22afa07be72d7fc89ca7
2014-01-13longparas: weed out xub_StrLen in pdf writerCaolán McNamara
Change-Id: I3570f653ec44edcf0a215ffcac2017b9a5a3544a
2014-01-13longparas: STRING_LEN here means text len, so expand to just thatCaolán McNamara
Change-Id: Iec55f8976ca180e380c9679c561aae61c0607520
2014-01-13longparas: make OutputDevice::GetGlyphBoundRects safeCaolán McNamara
Change-Id: I3dbb42b14a03c5bd98ebc1f67963ffe4c5e4b6b8
2014-01-13longparas: drop 16bit string limits in meta text actionsCaolán McNamara
Change-Id: I35144034f002cdaaa759a84731aae5fa48c6aa5a
2014-01-13longparas: STRING_LEN gets expanded to string len, so just use str lenCaolán McNamara
Change-Id: I161a94b58c328988bfbfac2922a12d79ec83a9eb
2014-01-13longparas: xub_StrLen to sal_Int32Caolán McNamara
Change-Id: Ib3eb5f9df112696b326bb30e4deed49d37f30c86
2014-01-13disentangle CalcSizeCaolán McNamara
Change-Id: I42248ff611dbe7c109076da5d548717898341be3
2014-01-13longparas: drop STRING_MAXLEN limit in TextEngineCaolán McNamara
Change-Id: Ib0f72e1fc0938ca286d0131b7bb1a00499ada7d4
2014-01-13longparas: drop STRING_MAXLEN limit in TextDocCaolán McNamara
Change-Id: Iabe74f423c2d65bad637e56e5ab44dd808d41df1
2014-01-13longparas: STRING_LEN->EDIT_NOLIMITCaolán McNamara
Change-Id: I4ca1875bf4afa228c1617b4590a3a56f71de57c8
2014-01-13longparas: xub_StrLen to sal_Int32Caolán McNamara
Change-Id: I93af34cd936510ee14ca1eead55a7abc3036554b
2014-01-13make mnCursorPos a sal_Int32Caolán McNamara
Change-Id: I37743b6c310acc70ceb9d08f502dcd7a96a436e4
2014-01-13Clean up #if GTK_CHECK_VERSION(3,0,0)Stephan Bergmann
Change-Id: Idad6d064a20b0be83aebb8bf72013a65acb2d322
2014-01-12longparas: these 0xFFFF are STRING_LENCaolán McNamara
Change-Id: I9501efae520a994baaf675f70f3570d9ba3233aa
2014-01-12longparas: nStart and nEnd are always overwrittenCaolán McNamara
so simplify to the reality, which conveniently removes some hard-coded 0xFFFF and STRING_LEN uses Change-Id: I4fc014a972f6a157c18f8194c410b7cbff03de4a
2014-01-12longparas: raise 16bit Impl_IMEInfos limits to 32bitCaolán McNamara
Change-Id: I2196119a8205892724f0d8b75a05940666839642
2014-01-12longparas: raise 16bit cursor pos limit to 32bitCaolán McNamara
Change-Id: I08e4e954d4f07800d23b50d3fc933b1d2984eca0
2014-01-12mnDeltaStart is unusedCaolán McNamara
Change-Id: I4f970a150b8ecf6e5631c89ae78ae97134c78d7c
2014-01-11longparas: OldTextLen and DeltaStart are unusedCaolán McNamara
Change-Id: Icfcbfece1954675cd4b8882f66726d80b7315e61
2014-01-11longparas: unnecessary xub_StrLen castCaolán McNamara
Change-Id: I794faf7ba0c2dd32b0c846dd1cf6d1825cf8b63c
2014-01-11longparas: lift 16bit max edit lengthCaolán McNamara
Change-Id: Ide74f0a48f06cbe9539f16ef6c6d04bba043dcf9
2014-01-11longparas: convert GetMaxVisChars from xub_StrLen to sal_Int32Caolán McNamara
Change-Id: I25fcfc3ae5a599bbd7ebef3071895ec9dbf2949e
2014-01-11WaE: unsafe mix of type 'sal_Bool' and type 'bool'Tor Lillqvist
Change-Id: I6d9910d33b34672d412f3346ee9dd131610215d0
2014-01-11longparas: shouldn't need to split strings in textview anymoreCaolán McNamara
Change-Id: Ide2d0ba95e4ef8bf1500f086bd03b7a1590a2848
2014-01-10Normalized aqua graphics line and fill colors to RGBAtsahi glik
2014-01-10EndDialog takes long nResult, not boolStephan Bergmann
Change-Id: I04210f48f091a652b7867754484a9c5dd6b19471
2014-01-10operator ==, != should return boolStephan Bergmann
Change-Id: I73cb672175f49535a3d0e248d9ed970bb5e3be4a