summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-11ScGlobal::GetAutoFormat not always required to create fresh instance.Stephan Bergmann
...at least in ~ScAutoFormatObj it appears unnecessary and can lead to crashes during Desktop::DeregisterServices (when ScGlobal::ppRscString is already null and ScAutoFormat ctor calls ScGlobal::GetRscString). Therefore split GetAutoFormat in two, GetOrCreateAutoFormat for cases that probably need a non-null return and GetAutoFormat for those that are OK with a null return.
2012-01-11n#734734: Text rotation fixes.Muthu Subramanian
PPTX would need rotation of text _inside_ text/object boundaries, rather than the rotation of the text/object itself.
2012-01-11Revert "OS_FOR_BUILD is not right do decide Host module name"Jan Holesovsky
This reverts commit 39cfc4d8ad77700aefabaedde430693448a5f76f. This OS_FOR_BUILD is to modify behavior in the cross-compilation case.
2012-01-11Hide bogus "Untitled already exists" errors...Stephan Bergmann
...when adding multiple new template regions in a row in SfxOrganizeDlg_Impl.
2012-01-11fdo#43532 Partial revert of "...template names appear... correct word order"Stephan Bergmann
Sorting the sfx2-based list boxes does not work as SfxDocumentTemplates uses a different collating order (plain Unicode code points) than the list boxes, so that e.g. "en-US" comes last in SfxDocumentTemplates but not in the list boxes. Even with that fixed, insertions into SfxOrganizeDlg_Impl would still not work right. This reverts the sfx2 parts of commits 50b7733fa41879a62d35cab64da59b109e1a8502 and df59068902b294b7b344af0c20da196cc64aaced.
2012-01-11fix for gcc 4.7/C++11: these are not string literal operatorsDavid Tardon
2012-01-11fix for gcc 4.7/C++11: this is not string literal operatorDavid Tardon
2012-01-11Fix MacOSX buildAugust Sodora
2012-01-10SvStringsDtor->std::vectorAugust Sodora
2012-01-10Remove unnecessary forward declarationsAugust Sodora
2012-01-10OS_FOR_BUILD is not right do decide Host module nameNorbert
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora
2012-01-10These can be staticAugust Sodora
2012-01-10Remove unused table declarationAugust Sodora
2012-01-10fdo#44147: Sheet 0 is selected by default.Kohei Yoshida
ScViewData's default ctor sets current sheet to 0, but its selected sheet data didn't have it selected which meant that the two data were out-of-sync when created. This affected entering data into cell when the sheet was embedded (because no sheet was "selected"). In reality at least one sheet is selected at all times. The above bug was present before, but was masked by a hack in ScTabView which always selected sheet 0 when activated. I removed that because it was interfering with syncing the sheet selection data before and after print preview. And removing that hack exposed this. This commit is the right fix.
2012-01-10Fix for fdo43460 Part XXXIII getLength() to isEmpty()Olivier Hallot
Part XXXIII Modules sfx2
2012-01-10Fix for fdo43460 Part XXXII getLength() to isEmpty()Olivier Hallot
Part XXXII Modules sdext
2012-01-10Fix for fdo43460 Part XXXI getLength() to isEmpty()Olivier Hallot
Part XXXI Modules sd
2012-01-10Fix for bug fdo#44110, New Math symbols issues in WindowsOlivier Hallot
This patch fixes the rendering issues in Windows for the new Math symbols for game theory. The precsim and succsim symbols were truncated. They have been shifted upward. File OpenSymbol.sfd with only the characters touched (at the end of the file) File opens____.ttf generated from OpenSymbol.sfd (fontforge)
2012-01-11microopt, avoid unnecessary call to Tell()Miklos Vajna
2012-01-11fdo#38057 implement RTF import progressbarMiklos Vajna
2012-01-11ups, that part should not have been committed.Christian Lohmaier
cross-compiling is broken currently when using separate nss
2012-01-11fix build on Mac - use SDK, map loader_path for nss-libs, remove HH cruftChristian Lohmaier
2012-01-11Fix fdo#43820 - properly initialize iterators before math.Thorsten Behrens
2012-01-10cosmetic: clean-up tab/space mix.Norbert Thiebaud
2012-01-10fdo#44616: drop attributes FRAME and RULES of <table> for HTML 3.2Takeshi Abe
This fixes fdo#44616. HTML 3.2 does not have these attributes: http://www.w3.org/TR/REC-html32
2012-01-10sw: SwNavigationMgr: don't store SwPositionsMichael Stahl
Using SwPosition to store the history is an awful ideal as that isn't corrected when the node it points to is deleted, which could cause crashes when the user then wants to jump there. SwUnoCrsr looks like a better fit as it is automatically corrected.
2012-01-10sw: SwNavigationMgr: style cleanupMichael Stahl
2012-01-10Repository.mk: some special executable names on WNTMichael Stahl
2012-01-10fdo#42624: Do the same for BIFF5 and earlier.Kohei Yoshida
2012-01-10fdo#42624: Defer formula token conversion for defined names (xls import).Kohei Yoshida
This is necessary for handling names that cross-reference each other.
2012-01-10list source files explicitlyDavid Tardon
2012-01-10list source files explicitlyDavid Tardon
2012-01-10pathutils-obj is in static library ooopathutilsMatúš Kukan
2012-01-10Apparently need more (all?) methodsTor Lillqvist
2012-01-10Avoid CUPS on AndroidTor Lillqvist
2012-01-10Rename weird "NetPath" term to the more descriptive "InstallationRootPath"Tor Lillqvist
2012-01-10Add a couple more methodsTor Lillqvist
2012-01-10Build more code on Android, tooTor Lillqvist
2012-01-10gbuild: Executable.mk: don't build unregistered exesMichael Stahl
2012-01-10RepositoryModule_ooo.mk: add cppuhelperMichael Stahl
2012-01-10cui: remove unused macro for renamed libraryMichael Stahl
2012-01-10Make nsplugin build on Mac, take two.Thorsten Behrens
Now with some help from Michael Stahl - seems to work.
2012-01-10Use SAL_N_ELEMENTSThomas Arnhold
Some more like Thorstens diff 9c59cd15b150638c845bbc275b9b04460afc23bd Done with some regex magic (and a check if this var is an array): s/sizeof\(\s*$var\s*\)\s*\/\s*sizeof\(\s*\*$var\s*/SAL_N_ELEMENTS\($var/gs
2012-01-10Make nsplugin link on Mac.Thorsten Behrens
2012-01-10can drop intermediate strings nowCaolán McNamara
2012-01-10Replace (Byte)String with rtl::O(U)StringChristina Rossmanith
2012-01-10improve support for merging librariesMatúš Kukan
2012-01-10build debugging libxml2 with -gCaolán McNamara
2012-01-10typo in .IFCaolán McNamara