summaryrefslogtreecommitdiffstats
path: root/sfx2
Commit message (Expand)AuthorAgeFilesLines
* Resolves: fdo#48640 handle various busted rtf docs without hangingCaolán McNamara2012-04-141-1/+1
* removed dead codeTakeshi Abe2012-04-121-41/+0
* removed useless static dataTakeshi Abe2012-04-123-12/+0
* removed unused definesTakeshi Abe2012-04-123-17/+0
* fix tinderboxCaolán McNamara2012-04-101-1/+1
* Resolves: fdo#31022 about dialog is suboptimalAndrew Higginson2012-04-103-12/+19
* char[] -> const char[].Jan Holesovsky2012-04-101-9/+4
* removed unused definesTakeshi Abe2012-04-109-26/+0
* removed OS/2 oneTakeshi Abe2012-04-101-94/+0
* add package deps for resourcesDavid Tardon2012-04-091-1/+7
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-084-9/+7
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-081-1/+1
* gbuild: "use" vs. "add":Michael Stahl2012-04-085-10/+10
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-0612-46/+30
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-4/+4
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-0610-115/+115
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-0613-32/+32
* SfxViewShell::GetScrollingMode always returns SCROLLING_DEFAULTIvan Timofeev2012-04-053-22/+0
* fdo#43895 lp#905355: fix the fix so it doesn't crashMichael Stahl2012-04-051-1/+10
* removed unused definesTakeshi Abe2012-04-051-2/+0
* fdo#44698 settings are under a different menu in Mac OS XAndras Timar2012-04-031-0/+4
* fdo#34324 - fix colorspace conversion for greyscale bitmapsMichael Meeks2012-04-021-0/+3
* Remove unused HTMLMODE_FIRSTLINEHarri Pitkänen2012-04-021-1/+0
* Correct method name in warning messageTor Lillqvist2012-03-301-2/+3
* removed duplicate includes in sfx2Takeshi Abe2012-03-3040-59/+0
* remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara2012-03-301-32/+44
* add for calc extra paste ctx menu with options to paste text or formula onlyNoel Power2012-03-293-3/+78
* fdo#43895 lp#905355: Never let users save in /tmp by defaultAndrzej J. R. Hunt2012-03-272-0/+25
* .mm files don't need executable bitsMichael Stahl2012-03-231-0/+0
* .rdf files don't need executable bitsMichael Stahl2012-03-231-0/+0
* .sdw files don't need executable bitsMichael Stahl2012-03-231-0/+0
* README files don't need executable bitsMichael Stahl2012-03-231-0/+0
* .stw files don't need executable bitsMichael Stahl2012-03-232-0/+0
* .sdi files don't need executable bitsMichael Stahl2012-03-237-0/+0
* .xcl files don't need executable bitsMichael Stahl2012-03-231-0/+0
* .sce files don't need executable bitsMichael Stahl2012-03-231-0/+0
* .component files don't need executable bitsMichael Stahl2012-03-231-0/+0
* .hrc files don't need executable bitsMichael Stahl2012-03-2329-0/+0
* .h files don't need executable bitsMichael Stahl2012-03-231-0/+0
* .java files don't need executable bitsMichael Stahl2012-03-2321-0/+0
* we dont' need any SvCompatWeakBase use in SfxMedium AKAICSCaolán McNamara2012-03-232-12/+2
* overly static lingering OUStringsCaolán McNamara2012-03-231-10/+1
* don't need to check for null before deleteMarkus Mohrhard2012-03-221-4/+2
* chmod -xTor Lillqvist2012-03-211-0/+0
* remove extra string castsCaolán McNamara2012-03-202-4/+4
* split macros to elide unneeded methodsCaolán McNamara2012-03-201-3/+20
* Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann2012-03-1611-166/+250
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-148-0/+27
* we just want to know if its a directory/folder or notCaolán McNamara2012-03-141-14/+1
* WaE: comparison between signed and unsigned integer expressionsDavid Tardon2012-03-121-1/+1