summaryrefslogtreecommitdiffstats
path: root/include/vcl
Commit message (Expand)AuthorAgeFilesLines
* Globally disable MSVC warning 4201 (nonstandard extension nameless struct)Stephan Bergmann2014-01-301-7/+0
* coverity#1019410 : Uninitialized scalar fieldNorbert Thiebaud2014-01-281-0/+1
* Resolves: #i124008# listbox entry's are selected automatically...Steve Yin2014-01-281-0/+1
* Document Application classChris Sherlock2014-01-281-103/+447
* Spelling correctionsTor Lillqvist2014-01-271-2/+2
* Edit::IsModified should return boolStephan Bergmann2014-01-262-2/+2
* undef check to progress mac buildCaolán McNamara2014-01-241-0/+4
* bool improvementsStephan Bergmann2014-01-231-2/+2
* Remove unnecessary verbiage.Chris Sherlock2014-01-231-47/+3
* Move defines into settings.hxxChris Sherlock2014-01-231-2/+4
* Document more of VCL's Application classChris Sherlock2014-01-231-21/+142
* Fix misaligned code commentChris Sherlock2014-01-221-2/+1
* Improve settings code reabilityChris Sherlock2014-01-221-0/+2
* bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann2014-01-221-1/+1
* bool improvementsStephan Bergmann2014-01-221-28/+28
* bool improvementsStephan Bergmann2014-01-212-6/+6
* Change EnableNoYieldMode(bool) to better namesChris Sherlock2014-01-211-6/+15
* Remove unused Window parameter from SystemSettingsChangingChris Sherlock2014-01-201-2/+1
* Document VCL Application classChris Sherlock2014-01-201-50/+418
* Window::PreNotify should return boolStephan Bergmann2014-01-1813-27/+27
* Window::Notify should return boolStephan Bergmann2014-01-1715-28/+28
* make use that these VclBuilders have an XFrame to expose its dispatchCaolán McNamara2014-01-161-1/+4
* fdo#39468 translate more German comments, etc.Chris Sherlock2014-01-161-31/+23
* convert SvStream::operator<< overloads to more explicit methodsNoel Grandin2014-01-1614-19/+19
* Remove broken and unnecessary friend declaration.Matúš Kukan2014-01-161-2/+0
* nFlags parameter to Window::Hide appears effectively unusedStephan Bergmann2014-01-141-1/+1
* sal_uLong->size_tCaolán McNamara2014-01-141-5/+5
* longparas: bump nLen to 32bitCaolán McNamara2014-01-141-8/+8
* longparas: convert ValidateKashidas to sal_Int32Caolán McNamara2014-01-131-7/+5
* drop unnecessary tools/string.hxx includesCaolán McNamara2014-01-132-2/+0
* longparas: weed out xub_StrLen in pdf writerCaolán McNamara2014-01-131-4/+4
* longparas: drop 16bit string limits in meta text actionsCaolán McNamara2014-01-131-37/+37
* longparas: xub_StrLen to sal_Int32Caolán McNamara2014-01-132-2/+2
* disentangle CalcSizeCaolán McNamara2014-01-133-5/+3
* longparas: nStart and nEnd are always overwrittenCaolán McNamara2014-01-121-2/+2
* longparas: raise 16bit cursor pos limit to 32bitCaolán McNamara2014-01-121-20/+20
* longparas: OldTextLen and DeltaStart are unusedCaolán McNamara2014-01-111-6/+0
* longparas: lift 16bit max edit lengthCaolán McNamara2014-01-112-7/+7
* longparas: convert GetMaxVisChars from xub_StrLen to sal_Int32Caolán McNamara2014-01-111-1/+1
* WaE: unsafe mix of type 'sal_Bool' and type 'bool'Tor Lillqvist2014-01-111-1/+1
* operator ==, != should return boolStephan Bergmann2014-01-101-6/+6
* Use boolStephan Bergmann2014-01-102-6/+6
* endSpool return value is effectively success flag, not job IDStephan Bergmann2014-01-101-2/+2
* Revert "make FilePicker::createWithMode not crash"Matúš Kukan2014-01-081-3/+3
* Resolves: #i123895# split impfont.cxx source from metric.cxxHerbert Dürr2014-01-021-9/+9
* allow simple MessageDialogs to be created from just message stringsCaolán McNamara2014-01-021-2/+5
* make FilePicker::createWithMode not crashCaolán McNamara2013-12-281-3/+3
* add a basic GetOptimalSize to progress barCaolán McNamara2013-12-231-1/+2
* add an intermediate virtual 'response' to MessageDialogCaolán McNamara2013-12-211-0/+2
* hidpi: Make many places Hi-DPI aware.Keith Curtis2013-12-201-0/+2