summaryrefslogtreecommitdiff
path: root/svx/source/form
AgeCommit message (Expand)AuthorFilesLines
2015-01-06Use SVLIBRARY instead of gb_Library_get_runtime_filenameStephan Bergmann1-1/+1
2015-01-02Fix simple typos.Andrea Gelmini1-6/+6
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann1-1/+1
2014-12-18Build fix for gcc 4.7.Kohei Yoshida1-2/+2
2014-12-18Work around GCC bugStephan Bergmann1-19/+19
2014-12-18fix buildCaolán McNamara1-22/+22
2014-12-18svx: Use appropriate OUString functions on string constantsStephan Bergmann5-37/+37
2014-12-17unused RID_SVX_FMEXPLORER DockingWindow resourceCaolán McNamara1-11/+0
2014-12-17fdo#39468 translated some german commentsDaniel Sikeler2-259/+256
2014-12-12svx: Use appropriate OUString functions on string constantsStephan Bergmann2-3/+3
2014-12-11fdo#39468: Translated some german commentsDaniel Sikeler2-6/+6
2014-12-09changed timers to idlesTobias Madl2-13/+13
2014-12-09changed timers to idleJennifer Liebel1-19/+6
2014-12-05fdo#38835 strip out OUString globalsNoel Grandin1-2/+1
2014-12-04impl. Clone for all subclasses of SdrPageDavid Tardon1-3/+14
2014-12-04ooo#93212 avoid slicing during construction of SdrPageDavid Tardon1-2/+9
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl2-2/+2
2014-11-25all these ids and their associated resources were unnecessaryCaolán McNamara1-4/+0
2014-11-25We now only need one bit of information hereCaolán McNamara1-1/+1
2014-11-24so these ResIds are only being used for the numerical valueCaolán McNamara1-6/+6
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl4-0/+5
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini5-6/+6
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin4-5/+5
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin1-1/+1
2014-10-27fdo#84938: replace KEYTYPE_ constants with enumNoel Grandin1-3/+3
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-6/+6
2014-10-22callcatcher: update unused codeCaolán McNamara1-22/+0
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-1/+3
2014-10-20loplugin: cstylecastNoel Grandin5-22/+22
2014-10-20loplugin: cstylecastNoel Grandin15-58/+58
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin1-3/+3
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-1/+1
2014-10-13fdo#82980: Cancel FmXFormView::OnStartControlWizard when breaking creationStephan Bergmann2-0/+15
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin3-5/+5
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-6/+6
2014-10-04coverity#704031 Unchecked return valueNorbert Thiebaud1-1/+1
2014-10-02fdo#84315 quick fixLionel Elie Mamane1-2/+1
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-09-29svx: std::auto_ptr -> std::unique_ptrStephan Bergmann2-10/+4
2014-09-26fix build & better name for ERROR_INVALID_TABLELionel Elie Mamane1-1/+1
2014-09-26svx: fix up c10225762ce2c242d21126b5730b1d60f0150edMichael Stahl1-1/+1
2014-09-26rip out all remaining uses of svxform::OTypeConversionClient and remove itLionel Elie Mamane1-44/+0
2014-09-25connectivity: std::auto_ptr -> std::unique_ptrStephan Bergmann1-4/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin18-66/+66
2014-09-18fdo#82577: Handle FontNoel Grandin2-5/+5
2014-09-17Typo: excatly->exactlyJulien Nabet1-1/+1
2014-09-12svx: sal_Bool -> boolStephan Bergmann2-4/+4
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann10-12/+12