summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-08-03fdo#36138: sd: fix undo in text objectsIvan Timofeev1-0/+2
Change-Id: I44e9b5154939f3b150d3115085204361248e9b6d
2012-08-03android: share more common Makefile pieces between a couple of usersMichael Meeks8-98/+83
Try to start consolidating the complexity here. generate Application.mk to specify the required ABI fold common distro-config pieces out of README
2012-08-03Remove declared but not defined functionsTakeshi Abe1-7/+0
Change-Id: I583dc4043b471f741711693b32b16348bb1c8360
2012-08-03gbuildize ucppDavid Tardon11-103/+99
Change-Id: I1e7eda073906f5b289317d307358a63aca2c24dc
2012-08-03SmDocShell::writeFormulaOoxml: don't use m_ prefix for non-member variableMiklos Vajna2-3/+3
Change-Id: I5a9d64db9b135396d8eab8a020bd4beec8a0f3dc
2012-08-03enable preview for 'special' '*' formatsNoel Power6-15/+69
Change-Id: I2f94c3d8d827ecabc6dd5e685bb40954fe2427c4
2012-08-03support new xml number:fill-character elem for number-style namespaceNoel Power5-0/+29
Change-Id: I7d3ca1f121396dfc017bb1ee73651f9017e58ba3
2012-08-03android: get rule sharing right; it seems we have to nest importsMichael Meeks5-5/+3
2012-08-03Related: fdo#46757 unsafe to pass expanded text to maskingCaolán McNamara2-10/+11
So, use improved ModelToViewHelper to remove the hidden text right from the start, which drops the need to mask out the hidden text and we can remove the nNumOfMaskedChars hack Change-Id: I3bd90598e496d4e82cd9cef4c8f9e61c180cb945
2012-08-03Related: fdo#46757 extend ModelToViewHelper for more casesCaolán McNamara4-38/+263
beef up ModelToViewHelper to be able to optionally expand fields, collapse hidden text and collapse/expand redline deleted text Change-Id: I6d4d0969102ad9699f7fafe091b2eff6a5707bc4
2012-08-03android: share the clobbering of ant rules to not compress resourcesMichael Meeks7-156/+52
Change-Id: Id2aa869f05b09dc22676d63390ec10bf575571ef
2012-08-03Reduce confusion, this isn't "DocumentLoader"Tor Lillqvist1-1/+1
Change-Id: I69683f93894ea696c3aab4033aea0ab9624f6cff
2012-08-03Add the largeHeap and hardwareAccelerated attributesTor Lillqvist1-0/+2
Change-Id: Ie9f8e97314778f093dc7b4b3c133882fd06e894a
2012-08-03Update for current SDKTor Lillqvist1-5/+6
Change-Id: I247075d5c8cef86a29a4c7fef03241396b2d76b7
2012-08-03Start the LibreOfficeUIActivity with "make run"Tor Lillqvist1-1/+1
Change-Id: I82aff7f40d8360c0306593b02200db205e52bbcc
2012-08-03split CalcHiddenRanges into hidden text and redline deletion handlersCaolán McNamara2-17/+27
Change-Id: I17f0a5e0a076af86a49070debe2c4990fcd95e21
2012-08-03new fix for fdo#52998Noel Power1-5/+3
Change-Id: Icc5e90ac40056430bfbe36d8da1aaad8716cfee9
2012-08-03Revert "fix fdo#52998 xls(x) comment export problems"Noel Power1-5/+2
This reverts commit 6068f2f7cf5d66c68241b3831851b413b2e0b3ba.
2012-08-03readd fix for fdo#47907 i.e "Revert "Revert "fix for fdo#47907""Noel Power1-1/+0
This reverts commit f29c91f3351db2887f994c2cc82ceaaa6d717906. Change-Id: I347a4e115cd1d85fa36242f89d2e8131de9cf57e
2012-08-03Revert "new fix for fdo#47907"Noel Power1-3/+5
This reverts commit 285a5ae06cf51927c2df4b47043e51394aab98b7.
2012-08-03additional const_iterator in const methodCaolán McNamara1-2/+2
Change-Id: I8cad958e1b6ba5eec000244a31e1ee98e0b5d123
2012-08-03Do bypass form stuff for iOS tooTor Lillqvist2-2/+2
Change-Id: I6238f88054f3d344fc616bc90e291a7367f16808
2012-08-03Build autodoc only for desktop OSesTor Lillqvist1-0/+4
Change-Id: I43ae61bd090139e53218608816253c15542b1ceb
2012-08-03Adapt r8b bits from ../DocumentLoader/MakefileTor Lillqvist1-3/+3
Change-Id: Idd60d2dd5cb32012de6027c2c161e2dbc3b2f404
2012-08-03Adapt architecture-specific bits from ../LibreOffice4Android/MakefileTor Lillqvist1-7/+12
Change-Id: I06ecb06df4df61fccc53477b5789a171e62248ec
2012-08-03WaE: enumeral and non-enumeral type in conditional expressionDavid Tardon1-5/+2
Change-Id: I6352836e28c8cb04ba3de40bfcb0095096ee1dd5
2012-08-02Display all templates in the overlay if we hide the search bar.Rafael Dominguez1-0/+4
Change-Id: I4af95a758912e5d4c885f889fd2dedb48472f7b6
2012-08-02Filter overlay templates by a search keyword.Rafael Dominguez3-19/+63
Change-Id: I8bcb193d1400c32b6292fd109422d22dbf8b1eb9
2012-08-02Cache results for remote repositories.Rafael Dominguez4-3/+17
- Only fetch template list when its the first time or when specified. Change-Id: I922e97dfcbf67cebdd66a85bd7ff204896757e52
2012-08-02Dont store repository information twice.Rafael Dominguez2-7/+8
Change-Id: Iaf15cd383abec092932b2b024142d959794f0fdb
2012-08-02Use the internal API to set field item's properties.Kohei Yoshida4-13/+48
This is 1000 times faster. Change-Id: I09a75f70c8344898b2aea6bc5a8ca6b5fa9f1065
2012-08-03sal_Bool -> boolTakeshi Abe7-54/+54
Change-Id: I49749f327d6a9c3661ef9bd684647e0a45b9203a
2012-08-02SvXMLAutoStylePoolP_Impl: try to make MSVC happyMichael Stahl1-4/+6
Change-Id: Ifecfa196923b7fdde51839d74bef46e840bae501
2012-08-02cntnrsrt.hxx: remove dead codeMichael Stahl4-169/+0
Change-Id: I004101e814ac3eb1de7a518c2dd9b1f14683eca8
2012-08-02STL'ify DECLARE_CONTAINER_SORT_DEL(SvXMLAutoStylePoolParentsP_Impl)Noel Grandin4-40/+33
Change-Id: I54f1595198b65058d3dd7f3304e0acb75cd55291
2012-08-02STL'ify DECLARE_CONTAINER_SORT(XMLTextListAutoStylePool_Impl)Noel Grandin1-44/+37
Change-Id: Ib9aa0e619434acde5b4dd93b43b231ba23adb63e
2012-08-02STL'ify DECLARE_CONTAINER_SORT_DEL(XMLFontAutoStylePool_Impl)Noel Grandin1-34/+37
Change-Id: Ic02f143a0e0f01a6cbc88c47d20e0c27dca17a74
2012-08-02STL'ify DECLARE_CONTAINER_SORT(SwXMLTableColumnsSortByWidth_Impl)Noel Grandin1-17/+15
Change-Id: Icd480f74dacb41d869fb511a0d2630d8b3711343
2012-08-02filter-showIncludes: convert to AWKMichael Stahl3-86/+92
Change-Id: Iedc315550f4eafdf1612bc390044a4b1b0c8e80b
2012-08-02Revert "Revert "sorted_vector: turn Find parameter into template""Michael Stahl6-20/+17
This reverts commit 8291d41667b1a63d35bf818aaf9d75529e1f12f0. Un-revert that, with a tweak: with the bizarre name lookup semantics in C++, the proper way to refer to a template (as opposed to a template instance) is by prefixing the name with its namespace, which does seem to work with MSVC2008 & GCC 4.7; thanks to Stephan Bergmann for the hint. Change-Id: Id9cccbe68fb3ce2dd070c4b3dbd21782c92170ca
2012-08-02new fix for fdo#47907Noel Power1-5/+3
Change-Id: Icc5e90ac40056430bfbe36d8da1aaad8716cfee9
2012-08-02Revert "fix for fdo#47907"Noel Power1-0/+1
This reverts commit 8ba8aca1ac4744a23eefb7bb5892e2a697d9d987.
2012-08-02fdo#51231 Revert "Slidesorter: Show the buttons on the opposite side..."Ivan Timofeev4-55/+15
This reverts commit 4866b20ec6205b04cd21077fd00d68c4d4bb2c1b.
2012-08-02gtk3: filch a fix for scrollbars w/o buttons from gtk2 codeIvan Timofeev1-0/+4
that is b38ee8c8d5bb10ade41d5ee4050ec4fda12fcbd2 Change-Id: Ib86d86616443cf48ba1d3ee0b6f96314b42dc972
2012-08-02fdo#53006 Force reinstall of all bundled extensions on upgradeStephan Bergmann7-15/+39
...as the per-user data about bundled extensions can otherwise contain stale $BUNDLED_EXTENSIONS_PREREG references if the old installation used share/prereg/bundled/, the new one does not (cf. the fixing for fdo#51252 "LO cannot start (reports runtime error with Visual C++ Runtime Library)"), and a bundled extension did not change version. It is safe to tie this behavior to the existing "force" parameter of dp_misc::syncRepositories, as the only place that calls it with force=true is the call to Desktop::SynchronizeExtensionRepositories(newInst) in Desktop::Main, where newInst=true is the relevant condition for this behavior, too. As stated in XExtensionManager.idl, "this [...] can go again once no exisiting UserInstallation's user/extensions/bundled/ data can contain any $BUNDLED_EXTENSIONS_PREREG references any longer." Change-Id: I630dec8f2d20282ee47c65ac61ed2c9b062448e1
2012-08-02Bin unused function for nowTor Lillqvist1-14/+0
Change-Id: Ib08bf14eebf366aa4bd3e82806a91dd12033c417
2012-08-02Bin no longer used iOS cppunit stuff that even breaks the buildTor Lillqvist13-1026/+0
Change-Id: I459f7fd097a81ef5977974f52b0cc2c2f155a810
2012-08-02WaE: address of function will always evaluate to 'true'Tor Lillqvist1-0/+8
Change-Id: I9685faf1658bac91abe348a409ec85e2421b1c49
2012-08-02WaE: dangling elseTor Lillqvist1-1/+2
Change-Id: I263d35464ceaa7374e8ca94f7e72e56ee33aab53
2012-08-02Filter out vbaobj in the disabled scripting caseTor Lillqvist1-1/+3
Change-Id: I2fee7cd5e30d95371af503a8be18c36540f93811