summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)Author
2012-12-27Get rid of duplicated and apparently unused historical leftoversTor Lillqvist
2012-12-27More MSC -> _MSC_VER, sorryTor Lillqvist
2012-12-27Sigh, my git grep regexps missed some casesTor Lillqvist
2012-12-27Check for __GNUC__ instead of GCC in sourcesTor Lillqvist
2012-12-27Check for _MSC_VER instead of MSC in sourcesTor Lillqvist
2012-12-27sw: kill no longer needed C2S and C2U macrosMiklos Vajna
2012-12-27Remove deserted variablesTakeshi Abe
2012-12-27sal_Bool to boolTakeshi Abe
2012-12-26Drop unused variableTakeshi Abe
2012-12-26Nuke unreachable codeTakeshi Abe
2012-12-26sal_Bool to boolTakeshi Abe
2012-12-25Fix for rtfexport subsequenttestLeMoyne Castle
2012-12-25Remove useless declarationTakeshi Abe
2012-12-25sal_Bool to boolTakeshi Abe
2012-12-23remove unused variables [-Werror,-Wunused-private-field]Matúš Kukan
2012-12-23Fix that actually compiles, at least with V2012Tor Lillqvist
2012-12-23Try to fix "cannot convert from 'const char *' to 'rtl::OUString'"Tor Lillqvist
2012-12-22sw: kill C2U in uiMiklos Vajna
2012-12-23Drop unused #defineTakeshi Abe
2012-12-23sal_Bool to boolTakeshi Abe
2012-12-21fdo#53604 fix RTF export of empty footnotesMiklos Vajna
2012-12-21sw: kill C2U in dbuiMiklos Vajna
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin
2012-12-21fdo#46808, Adapt sdb::FilterDialog UNO service to new styleNoel Grandin
2012-12-20convert columns dialog (and sections/frame/page tab page) to .uiCaolán McNamara
2012-12-20make a PercentFieldWrap that wraps a MetricFieldCaolán McNamara
2012-12-20SwUndoSaveCntnt: remove index parameter from Move{From,To}UndoNdsMichael Stahl
2012-12-20SwUndoInsert: replace SwPosition with SwNodeIndex here tooMichael Stahl
2012-12-20SwUndoInserts should not use a SwPosition:Michael Stahl
2012-12-20SwUndoSaveCntnt: simplify Move{From,To}UndoNdsMichael Stahl
2012-12-20incorrect if/for body alignmentLuboš Luňák
2012-12-20fdo#38837: Timers must end eventually [Writer idle timer]pkoroau pkoroau
2012-12-20when clicking at a text placeholder, put the cursor at the startLuboš Luňák
2012-12-20incorrect if body alignmentLuboš Luňák
2012-12-20sal_Bool to bool in sw/source/ui/shells/grfsh.cxxRodolfo Ribeiro Gomes
2012-12-20sal_Bool to boolTakeshi Abe
2012-12-20Some cppcheck cleaningJulien Nabet
2012-12-19fdo#57881 sw: make UseOnPage independent from SvxPageUsageMiklos Vajna
2012-12-19-DENABLE_GRAPHITE -> config_graphite.hLuboš Luňák
2012-12-19Changed Writer follow-up Style for "Title" to be "Text body".Samuel Mehrbrodt
2012-12-18docx export: graphics relativeFrom attributes now matches import codePierre-Eric Pelloux-Prayer
2012-12-18Replace chained O(U)StringBuffer::append() with operator+Christos Strubulis
2012-12-18split out statistics info page and convert to .uiCaolán McNamara
2012-12-18SwFrm::CheckPageDescs: if bOdd is false, we want left formatMiklos Vajna
2012-12-18fdo#58376 SwFrm::CheckPageDescs: fix crash on fallbackMiklos Vajna
2012-12-18SwMSConvertControls::InsertControl: typoMiklos Vajna
2012-12-18sw: kill C2U in filterMiklos Vajna
2012-12-18removed useless #if 1Cédric Bosdonnat
2012-12-17fdo#58286: sw HTML export: fix missing end tags on FrmFmtsMichael Stahl
2012-12-17118878: Writer crash after column number and width of frame are modifiedYong Lin Ma