summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)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
2014-01-17Indentation fixTor Lillqvist
2014-01-16If this is Windows specific, it can be inside ifeq ($(OS),WNT)Tor Lillqvist
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
2014-01-16Remove defines now that fontconfig baseline has been updatedChris Sherlock
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin
2014-01-16Resolves: #i123690# handle the extremes Width or Height equal oneArmin Le Grand
2014-01-15Bin unused codeTor Lillqvist
2014-01-15Bin misleading OSL_TRACETor Lillqvist
2014-01-14longparas: none of the callers check for the error caseCaolán McNamara
2014-01-14longparas: bump nLen to 32bitCaolán McNamara
2014-01-14vcl: missing modeline in dibtoolsMiklos Vajna
2014-01-14Fix typoTakeshi Abe
2014-01-13longparas: convert ValidateKashidas to sal_Int32Caolán McNamara
2014-01-13Work around G_DEFINE_TYPE -Werror,-Wunused-functionStephan Bergmann
2014-01-13Keep in sync with desktop_strings[] in salplug.cxxMaxim Monastirsky
2014-01-13-Wunused-variableStephan Bergmann
2014-01-13drop unnecessary tools/string.hxx includesCaolán McNamara
2014-01-13SalDisplay::Dispatch shall apparently return boolStephan Bergmann
2014-01-13longparas: drop xub_StrLen from fieldsCaolán McNamara
2014-01-13longparas: weed out xub_StrLen in pdf writerCaolán McNamara
2014-01-13longparas: STRING_LEN here means text len, so expand to just thatCaolán McNamara
2014-01-13longparas: make OutputDevice::GetGlyphBoundRects safeCaolán McNamara
2014-01-13longparas: drop 16bit string limits in meta text actionsCaolán McNamara
2014-01-13longparas: STRING_LEN gets expanded to string len, so just use str lenCaolán McNamara
2014-01-13longparas: xub_StrLen to sal_Int32Caolán McNamara
2014-01-13disentangle CalcSizeCaolán McNamara
2014-01-13longparas: drop STRING_MAXLEN limit in TextEngineCaolán McNamara
2014-01-13longparas: drop STRING_MAXLEN limit in TextDocCaolán McNamara
2014-01-13longparas: STRING_LEN->EDIT_NOLIMITCaolán McNamara
2014-01-13longparas: xub_StrLen to sal_Int32Caolán McNamara
2014-01-13make mnCursorPos a sal_Int32Caolán McNamara
2014-01-13Clean up #if GTK_CHECK_VERSION(3,0,0)Stephan Bergmann
2014-01-12longparas: these 0xFFFF are STRING_LENCaolán McNamara
2014-01-12longparas: nStart and nEnd are always overwrittenCaolán McNamara
2014-01-12longparas: raise 16bit Impl_IMEInfos limits to 32bitCaolán McNamara
2014-01-12longparas: raise 16bit cursor pos limit to 32bitCaolán McNamara
2014-01-12mnDeltaStart is unusedCaolán McNamara
2014-01-11longparas: OldTextLen and DeltaStart are unusedCaolán McNamara
2014-01-11longparas: unnecessary xub_StrLen castCaolán McNamara
2014-01-11longparas: lift 16bit max edit lengthCaolán McNamara
2014-01-11longparas: convert GetMaxVisChars from xub_StrLen to sal_Int32Caolán McNamara
2014-01-11WaE: unsafe mix of type 'sal_Bool' and type 'bool'Tor Lillqvist
2014-01-11longparas: shouldn't need to split strings in textview anymoreCaolán McNamara
2014-01-10Normalized aqua graphics line and fill colors to RGBAtsahi glik
2014-01-10EndDialog takes long nResult, not boolStephan Bergmann
2014-01-10operator ==, != should return boolStephan Bergmann