summaryrefslogtreecommitdiff
path: root/include/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-01-30fdo#63154 Removed unused solar.h ref. in vclAlexandre Vicenzi33-264/+9
2014-01-30Globally disable MSVC warning 4201 (nonstandard extension nameless struct)Stephan Bergmann1-7/+0
2014-01-28coverity#1019410 : Uninitialized scalar fieldNorbert Thiebaud1-0/+1
2014-01-28Resolves: #i124008# listbox entry's are selected automatically...Steve Yin1-0/+1
2014-01-28Document Application classChris Sherlock1-103/+447
2014-01-27Spelling correctionsTor Lillqvist1-2/+2
2014-01-26Edit::IsModified should return boolStephan Bergmann2-2/+2
2014-01-24undef check to progress mac buildCaolán McNamara1-0/+4
2014-01-23bool improvementsStephan Bergmann1-2/+2
2014-01-23Remove unnecessary verbiage.Chris Sherlock1-47/+3
2014-01-23Move defines into settings.hxxChris Sherlock1-2/+4
2014-01-23Document more of VCL's Application classChris Sherlock1-21/+142
2014-01-22Fix misaligned code commentChris Sherlock1-2/+1
2014-01-22Improve settings code reabilityChris Sherlock1-0/+2
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann1-1/+1
2014-01-22bool improvementsStephan Bergmann1-28/+28
2014-01-21bool improvementsStephan Bergmann2-6/+6
2014-01-21Change EnableNoYieldMode(bool) to better namesChris Sherlock1-6/+15
2014-01-20Remove unused Window parameter from SystemSettingsChangingChris Sherlock1-2/+1
2014-01-20Document VCL Application classChris Sherlock1-50/+418
2014-01-18Window::PreNotify should return boolStephan Bergmann13-27/+27
2014-01-17Window::Notify should return boolStephan Bergmann15-28/+28
2014-01-16make use that these VclBuilders have an XFrame to expose its dispatchCaolán McNamara1-1/+4
2014-01-16fdo#39468 translate more German comments, etc.Chris Sherlock1-31/+23
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin14-19/+19
2014-01-16Remove broken and unnecessary friend declaration.Matúš Kukan1-2/+0
2014-01-14nFlags parameter to Window::Hide appears effectively unusedStephan Bergmann1-1/+1
2014-01-14sal_uLong->size_tCaolán McNamara1-5/+5
2014-01-14longparas: bump nLen to 32bitCaolán McNamara1-8/+8
2014-01-13longparas: convert ValidateKashidas to sal_Int32Caolán McNamara1-7/+5
2014-01-13drop unnecessary tools/string.hxx includesCaolán McNamara2-2/+0
2014-01-13longparas: weed out xub_StrLen in pdf writerCaolán McNamara1-4/+4
2014-01-13longparas: drop 16bit string limits in meta text actionsCaolán McNamara1-37/+37
2014-01-13longparas: xub_StrLen to sal_Int32Caolán McNamara2-2/+2
2014-01-13disentangle CalcSizeCaolán McNamara3-5/+3
2014-01-12longparas: nStart and nEnd are always overwrittenCaolán McNamara1-2/+2
2014-01-12longparas: raise 16bit cursor pos limit to 32bitCaolán McNamara1-20/+20
2014-01-11longparas: OldTextLen and DeltaStart are unusedCaolán McNamara1-6/+0
2014-01-11longparas: lift 16bit max edit lengthCaolán McNamara2-7/+7
2014-01-11longparas: convert GetMaxVisChars from xub_StrLen to sal_Int32Caolán McNamara1-1/+1
2014-01-11WaE: unsafe mix of type 'sal_Bool' and type 'bool'Tor Lillqvist1-1/+1
2014-01-10operator ==, != should return boolStephan Bergmann1-6/+6
2014-01-10Use boolStephan Bergmann2-6/+6
2014-01-10endSpool return value is effectively success flag, not job IDStephan Bergmann1-2/+2
2014-01-08Revert "make FilePicker::createWithMode not crash"Matúš Kukan1-3/+3
2014-01-02Resolves: #i123895# split impfont.cxx source from metric.cxxHerbert Dürr1-9/+9
2014-01-02allow simple MessageDialogs to be created from just message stringsCaolán McNamara1-2/+5
2013-12-28make FilePicker::createWithMode not crashCaolán McNamara1-3/+3
2013-12-23add a basic GetOptimalSize to progress barCaolán McNamara1-1/+2
2013-12-21add an intermediate virtual 'response' to MessageDialogCaolán McNamara1-0/+2