summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uno
AgeCommit message (Expand)AuthorFilesLines
2015-03-23setGraphicSelection should use LOK_SETGRAPHICSELECTION_*Tomaž Vajngerl1-2/+2
2015-03-23Add SwXTextDocument::registerCallback() testcase.Miklos Vajna1-0/+2
2015-03-23loplugin:constantfunction: swNoel Grandin1-2/+2
2015-03-20Ensure GrammarCheckingIterator thread is joined before SwBreakIt::_DeleteStephan Bergmann1-2/+2
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-90/+90
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-1/+5
2015-03-16lok::Document: add resetSelection()Miklos Vajna1-0/+8
2015-03-16LOK: add lok::Document::setGraphicSelection() API and implement it for WriterMiklos Vajna1-0/+19
2015-03-12Clean up previous commitStephan Bergmann4-73/+12
2015-03-12sw: further components converted to constructor methodChris Sherlock5-73/+44
2015-03-11mailmerge doesn't need to use the singlefile technique for printingLuboš Luňák1-1/+1
2015-03-09sw: when tiled rendering, disable map mode of SwEditWin earlyMiklos Vajna1-0/+5
2015-03-04V801: Decreased performanceCaolán McNamara1-3/+3
2015-02-26Unused #includeStephan Bergmann1-1/+0
2015-02-26sw: convert SwWebDocument & SwGlobalDocument components to use constructorChris Sherlock2-57/+13
2015-02-25sw: convert import & export components to constructor usageChris Sherlock1-121/+1
2015-02-23Extract LibreOfficeKitEnums.h from LibreOfficeKit.hMiklos Vajna1-0/+2
2015-02-16we shouldn't need a static ref in these createOneInstance factory helpersCaolán McNamara2-4/+2
2015-02-16LOK: add LOK_SETTEXTSELECTION_RESETMiklos Vajna1-2/+5
2015-02-16LOK: add lok::Document::setTextSelection()Miklos Vajna1-0/+19
2015-02-09lok::Document::postMouseEvent(): allow double-clickMiklos Vajna1-2/+2
2015-02-03Typo: selction/slection -> selectionJulien Nabet1-1/+1
2015-01-30coverity#1267689 Uncaught exceptionCaolán McNamara1-2/+3
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-25/+0
2015-01-26SwXTextDocument::postMouseEvent: missing guardMiklos Vajna1-0/+2
2015-01-26Add SwXTextDocument::postMouseEvent()Miklos Vajna1-0/+20
2015-01-23'Ownership' is one word, as is 'relationship'Tor Lillqvist1-1/+1
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-1/+1
2015-01-16SwRootFrm::CheckViewLayout: never center pages when doing tiled renderingMiklos Vajna1-0/+7
2015-01-16Missing guard in SwXTextDocument::initializeForTiledRendering()Miklos Vajna1-0/+1
2015-01-09fdo#84938: convert FRMTYPE_ #defines to 'enum class'Noel Grandin1-6/+6
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-06sw: notify LOK clients about invalidationsMiklos Vajna1-0/+7
2015-01-07android: set single page mode in writer when init for tiled renderTomaž Vajngerl1-0/+11
2015-01-07android: take document borders into account for document sizeTomaž Vajngerl1-1/+4
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann3-8/+8
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-2/+2
2014-12-15sw: Use appropriate OUString functions on string constantsStephan Bergmann1-10/+10
2014-12-10Use Any specializations for bool, instead of SetValueMatteo Casalin3-100/+50
2014-12-02loplugin: cstylecastNoel Grandin3-5/+5
2014-11-26loplugin: cstylecastNoel Grandin1-2/+2
2014-11-25loplugin: cstylecastNoel Grandin3-50/+50
2014-11-17suspicious cast from 'bool' to 'sal_Bool' [loplugin:salbool]Stephan Bergmann1-1/+1
2014-11-16sw: convert 'a ? b : sal_True' to '!a || b'Matteo Casalin2-4/+4
2014-11-16sw: convert 'a ? b : sal_False' to 'a && b'Matteo Casalin2-3/+2
2014-11-16makeAny(sal_True/sal_False) to makeAny(true/false) in swMatteo Casalin1-2/+2
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin1-1/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-2/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-3/+3