summaryrefslogtreecommitdiffstats
path: root/sfx2
Commit message (Collapse)AuthorAgeFilesLines
* duplicate SwDialogsResMgr definition and unused macrosCaolán McNamara2012-04-301-1/+1
| | | | Change-Id: Ib7188a98230345557187b00826f33a2ad39a4f83
* make ResId::toString a non-static memberCaolán McNamara2012-04-307-10/+10
| | | | Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* fixed typoTakeshi Abe2012-04-281-1/+1
| | | | Change-Id: I98bf41fb13dfdb0a1e3402c0a2db8bc1d2ced5f6
* Missing #include <errno.h>Stephan Bergmann2012-04-271-0/+2
| | | | Change-Id: I79490015faf57a3f84395fa9ba29dd17503b9ef6
* Related fdo#43895: Fixed shortcommings of FileDialogHelper_Impl::verifyPathStephan Bergmann2012-04-271-14/+47
| | | | | | | * maPath.reverseCompareToAsciiL("file:///tmp",11) == 0 failed for file:///tmp/ * It was unclear whether special treatment should only happen for files directly in /tmp or also in sub-dirs; assuming the latter now. * Proper translation from file URL to system path.
* SetDisplayDirectory is deprecatedStephan Bergmann2012-04-271-1/+1
| | | | | | | ...and SetDisplayFolder seems correct here, anyway, given that aReccomendedDir (sic) denotes a directory, not a file. Change-Id: I2f77e8e9fe0948a028f344639d383726b4b8641d
* Related fdo#37775: Update Recent Documents for r/o docs, tooStephan Bergmann2012-04-271-2/+1
| | | | | | ...not sure why this explicit check was there at all. Before the fix for fdo#37775, the check was not an issue, as docs were only added to Recent Documents upon saving them, anyway.
* refactor ImpSvtDataCaolán McNamara2012-04-253-2/+4
|
* tweak paste-only context menu ( add paste only number )Noel Power2012-04-233-1/+26
| | | | changed the text to really only paste text, also added pasteonly | number
* Add some more timelogging, for graphic export here.Thorsten Behrens2012-04-231-1/+5
|
* Replace css macro with namespace for nicer namespacingThomas Arnhold2012-04-211-7/+2
|
* String->rtl::OUStringCaolán McNamara2012-04-162-8/+9
|
* re-open output file on save to fsync to improve first-start performanceMichael Meeks2012-04-151-1/+12
|
* 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
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-0612-46/+30
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-4/+4
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *) *{$/\1\2 ( \3 == \4 ) {/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-0610-115/+115
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-0613-32/+32
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* 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
| | | | | | rtl::OUString rtl::OUString::copy(sal_Int32) const: Assertion `beginIndex >= 0 && beginIndex <= getLength()' failed. (regression from dd2fe95cce75f1157bd1c75d286a0047b2e4175e)
* 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
| | | | | | HTMLMODE_FIRSTLINE was disabled in all HTML export modes. It seems to have been used to add first line indent for paragraphs in Netscape version 3 but all currently available export modes use CSS for that.
* 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
|