summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Assertions should tell the line number where the problem isTor Lillqvist2015-06-181-1/+1
* Don't immediately release temporary VclPtr returned from CreateStephan Bergmann2015-06-181-1/+1
* fix start center renderingLászló Németh2015-06-181-6/+0
* LOK: add lok::Document::getTextSelection()Miklos Vajna2015-06-173-0/+21
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-1/+0
* parameter handling: fix confusion between column name and realnameLionel Elie Mamane2015-06-171-1/+2
* Fix typosAndrea Gelmini2015-06-167-7/+7
* Fix typosAndrea Gelmini2015-06-161-1/+1
* Fix typosAndrea Gelmini2015-06-167-8/+8
* Fix typosAndrea Gelmini2015-06-164-5/+5
* Fix typosAndrea Gelmini2015-06-168-8/+8
* Fix typosAndrea Gelmini2015-06-162-2/+2
* lokdocview: Restructure this GObject classPranav Kant2015-06-161-11/+6
* Fix previous commitStephan Bergmann2015-06-151-6/+8
* Make ReplaceMode accessible from ScCompiler::CompileStringStephan Bergmann2015-06-151-6/+6
* prepare ReplaceToken() to replace also in RPNEike Rathke2015-06-151-2/+21
* Revert "std::list for Scheduler"Stephan Bergmann2015-06-153-27/+15
* TypoTor Lillqvist2015-06-151-1/+1
* Fix VclPtr assignment operatorsStephan Bergmann2015-06-151-7/+15
* inline COMPHELPER_SERVICEDECL_ macroNoel Grandin2015-06-151-53/+0
* Fix typosAndrea Gelmini2015-06-155-5/+5
* Remove unused macrosZolnai Tamás2015-06-151-3/+0
* Paragraph related part of Background Tab is unused nowZolnai Tamás2015-06-142-2/+0
* tdf#89830: Ambiguous naming of character backgroundZolnai Tamás2015-06-141-0/+1
* Transparency part of Background Tab is unused nowZolnai Tamás2015-06-141-1/+0
* Remove unused OpenGLObjectZolnai Tamás2015-06-145-100/+0
* Fix typosAndrea Gelmini2015-06-132-2/+2
* std::list for SchedulerJuergen Funk2015-06-123-15/+27
* lokdocview: Create LOK context inside of lok_doc_view_newPranav Kant2015-06-121-1/+1
* lokdocview: Change parent class to GtkDrawingAreaPranav Kant2015-06-121-9/+13
* svx: prefix remaining SdrMarkView membersMiklos Vajna2015-06-123-48/+48
* Resolves: tdf#89643 report builder function wizard segfaultsCaolán McNamara2015-06-111-2/+3
* SdrCustomShapeEngine/DataItem are just SfxStringItemStephan Bergmann2015-06-111-12/+0
* keep old CEILING opcode, tdf#69552 follow-upEike Rathke2015-06-111-2/+2
* tdf#69552 [part 2] support all ODFF1.2 and Excel2013 variationsWinfried Donkers2015-06-112-2/+6
* Cleanup crossplatform cairoMox Soini2015-06-111-8/+8
* missing includeStephan Bergmann2015-06-111-0/+2
* minor clean upStephan Bergmann2015-06-112-36/+10
* coverity#1302618 deref of NULLCaolán McNamara2015-06-104-9/+9
* Remove unnecessary Bool2AnyStephan Bergmann2015-06-101-5/+0
* Prop_pSegmentInfo is totally misunderstood apparentlyCaolán McNamara2015-06-101-0/+12
* -Werror,-Winconsistent-missing-overrideStephan Bergmann2015-06-101-1/+1
* tdf#91727 - Unwind non-dispatch of idle handlers.Michael Meeks2015-06-104-10/+20
* tdf#88055: Don't export transparent background colour as whiteKatarina Behrens2015-06-102-0/+3
* tdf#88290 Adapt the numbering popup to more than 8 itemsMaxim Monastirsky2015-06-101-1/+0
* svl: document SfxItemPropertyMapEntryMichael Stahl2015-06-101-3/+7
* lokdocview: mark *_get_type() with const function attributePranav Kant2015-06-091-1/+1
* lokdocview: Modernise LOKDocView as GObjectPranav Kant2015-06-091-27/+36
* lokdocview: Lets follow the GObject naming conventionPranav Kant2015-06-091-19/+19
* lokdocview: Let G_BEGIN/END_DECLS handle the compiler checkPranav Kant2015-06-091-7/+3