summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2015-08-20it's no use to check for stream status after a seekCaolán McNamara1-7/+10
2015-08-20more config skipping stuff and a tester toolCaolán McNamara5-30/+64
2015-08-20better warning message for failed panel creationMarkus Mohrhard1-1/+1
2015-08-20handle new color picker correctly in chart sidebarMarkus Mohrhard1-0/+8
2015-08-19Consolidate isFileUrl checksStephan Bergmann3-9/+8
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann10-39/+42
2015-08-19Replace utl::LocalFileHelper::IsLocalFile -> ...::IsFileUrlStephan Bergmann3-13/+13
2015-08-19for testing allow disabling configmgr for time critical pathsCaolán McNamara1-2/+4
2015-08-18ConvertSystemPathToURL->getFileURLFromSystemPathCaolán McNamara1-1/+2
2015-08-18ConvertURLToSystemPath->getSystemPathFromFileURLCaolán McNamara2-3/+4
2015-08-18rBaseURL argument now unusedCaolán McNamara2-2/+2
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud6-27/+28
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin1-2/+2
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin7-9/+9
2015-08-14make Link<> instances typedNoel Grandin2-9/+4
2015-08-13make Link<> instances typedNoel Grandin1-5/+4
2015-08-13make Link<> instances typedNoel Grandin1-6/+4
2015-08-13remove unused codeNoel Grandin4-14/+0
2015-08-13make Link<> instances typedNoel Grandin6-14/+10
2015-08-11loplugin: defaultparamsNoel Grandin51-159/+156
2015-08-11Related: tdf#78111 Try to guard against too wide panel layoutsMaxim Monastirsky1-1/+0
2015-08-10cppcheck: badBitmaskCheckCaolán McNamara1-3/+3
2015-08-09tdf#89592 Initialize PropertyValue Sequences from initializer_listsFlorian Effenberger1-5/+5
2015-08-09tdf#93310 No top margin for "Open Remote File"Maxim Monastirsky1-2/+1
2015-08-07cppcheck:noExplicitConstructorNoel Grandin17-53/+52
2015-08-05support more command in chart sidebarMarkus Mohrhard4-6/+9
2015-08-04include: inline some use-once typedefsNoel Grandin1-1/+2
2015-08-04shell,sfx2,sd: inline some use-once typedefsNoel Grandin6-37/+28
2015-07-31sfx2: replace boost::function with std::functionMichael Stahl5-6/+4
2015-07-31fix crash in writer, thanks to my new assert in typed_flags_setNoel Grandin1-0/+1
2015-07-30small fix to reduce UnknownPropertyException in chart2Markus Mohrhard1-0/+1
2015-07-28inline the "old" SbxErr constantsNoel Grandin2-2/+2
2015-07-27Fix mismergeMaxim Monastirsky1-2/+2
2015-07-26handle more than one chart with chart sidebarMarkus Mohrhard5-0/+56
2015-07-26remove unused propertyMarkus Mohrhard1-5/+0
2015-07-24in SfxFrameDescriptor, use normal boolNoel Grandin1-7/+4
2015-07-24Don't show open remote entry in the recent doc menuMaxim Monastirsky1-1/+5
2015-07-24convert WindowAlign to scoped enumNoel Grandin2-18/+18
2015-07-24convert WALLPAPER constants to scoped enumNoel Grandin2-2/+2
2015-07-21tdf#36796 Status updates for custom shapes buttonsMaxim Monastirsky1-1/+1
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl1-4/+6
2015-07-20convert to typed Link<> in sfx2Noel Grandin14-41/+24
2015-07-20tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2-3/+5
2015-07-18Convert SdTbxControl to the generic controllerMaxim Monastirsky2-228/+1
2015-07-18tdf#91495 don't change tree entry height when preview is disabledTomaž Vajngerl1-2/+5
2015-07-17tdf#92758: no more duplication of document in CMIS after checkinVasily Melenchuk1-32/+29
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin1-1/+1
2015-07-17use search from StyleManager in "Style & Formatting"Tomaž Vajngerl1-11/+18
2015-07-17StyleManager: move style search to its own methodTomaž Vajngerl2-0/+39
2015-07-17tdf#91495 add property to turn off stlye previewsTomaž Vajngerl1-7/+16