summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2012-04-12removed dead codeTakeshi Abe1-41/+0
2012-04-12removed useless static dataTakeshi Abe3-12/+0
2012-04-12removed unused definesTakeshi Abe3-17/+0
2012-04-10fix tinderboxCaolán McNamara1-1/+1
2012-04-10Resolves: fdo#31022 about dialog is suboptimalAndrew Higginson3-12/+19
2012-04-10char[] -> const char[].Jan Holesovsky1-9/+4
2012-04-10removed unused definesTakeshi Abe9-26/+0
2012-04-10removed OS/2 oneTakeshi Abe1-94/+0
2012-04-09add package deps for resourcesDavid Tardon1-1/+7
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi4-9/+7
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl1-1/+1
2012-04-08gbuild: "use" vs. "add":Michael Stahl5-10/+10
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi12-46/+30
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-4/+4
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi10-115/+115
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi13-32/+32
2012-04-05SfxViewShell::GetScrollingMode always returns SCROLLING_DEFAULTIvan Timofeev3-22/+0
2012-04-05fdo#43895 lp#905355: fix the fix so it doesn't crashMichael Stahl1-1/+10
2012-04-05removed unused definesTakeshi Abe1-2/+0
2012-04-03fdo#44698 settings are under a different menu in Mac OS XAndras Timar1-0/+4
2012-04-02fdo#34324 - fix colorspace conversion for greyscale bitmapsMichael Meeks1-0/+3
2012-04-02Remove unused HTMLMODE_FIRSTLINEHarri Pitkänen1-1/+0
2012-03-30Correct method name in warning messageTor Lillqvist1-2/+3
2012-03-30removed duplicate includes in sfx2Takeshi Abe40-59/+0
2012-03-30remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara1-32/+44
2012-03-29add for calc extra paste ctx menu with options to paste text or formula onlyNoel Power3-3/+78
2012-03-27fdo#43895 lp#905355: Never let users save in /tmp by defaultAndrzej J. R. Hunt2-0/+25
2012-03-23.mm files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.rdf files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.sdw files don't need executable bitsMichael Stahl1-0/+0
2012-03-23README files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.stw files don't need executable bitsMichael Stahl2-0/+0
2012-03-23.sdi files don't need executable bitsMichael Stahl7-0/+0
2012-03-23.xcl files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.sce files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.component files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.hrc files don't need executable bitsMichael Stahl29-0/+0
2012-03-23.h files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.java files don't need executable bitsMichael Stahl21-0/+0
2012-03-23we dont' need any SvCompatWeakBase use in SfxMedium AKAICSCaolán McNamara2-12/+2
2012-03-23overly static lingering OUStringsCaolán McNamara1-10/+1
2012-03-22don't need to check for null before deleteMarkus Mohrhard1-4/+2
2012-03-21chmod -xTor Lillqvist1-0/+0
2012-03-20remove extra string castsCaolán McNamara2-4/+4
2012-03-20split macros to elide unneeded methodsCaolán McNamara1-3/+20
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann11-166/+250
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann8-0/+27
2012-03-14we just want to know if its a directory/folder or notCaolán McNamara1-14/+1
2012-03-12WaE: comparison between signed and unsigned integer expressionsDavid Tardon1-1/+1
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2-10/+10