summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-17convert remains of filter module from String to OUStringNoel Grandin
Change-Id: I87b1d2d944ba2b6e2e42adb2c948fff85ec021e1
2013-09-17convert filter/source/flash/swfwriter.hxx from String to OUStringNoel Grandin
Change-Id: I161a63399522cc92f833361195c2c86fdce18204
2013-09-17convert filter/source/msfilter/eschesdo.hxx from String to OUStringNoel Grandin
Change-Id: Ie92f645bb55f4d9eb477074a685023a6f5274357
2013-09-17remove dead codeNoel Grandin
Change-Id: Ibaa30ae983ddff4d7c9c1e9f95abf7b44124d07d
2013-09-17convert filter/source/svg/svgwriter.hxx from String to OUStringNoel Grandin
Change-Id: I60cc4a013bd7bb6cb3eadb163045577850d47b9b
2013-09-17convert filter/source/msfilter/rtfutil.hxx from String to OUStringNoel Grandin
Change-Id: Ibcea731a84e9afb62c6ce0a0e6b70017e610dc45
2013-09-17convert the rest of the formula module from String to OUStringNoel Grandin
Change-Id: I27ee0cf3e9f97e94234c5e32080bf102b4cf0dc9
2013-09-17convert formula/source/ui/dlg/funcpage.hxx from String to OUStringNoel Grandin
Change-Id: I024bd11e6326a1641a0e0b71eab3e8521e4d45bd
2013-09-17convert formula/source/ui/dlg/parawin.hxx from String to OUStringNoel Grandin
Change-Id: I301a1e7201f8ad21dfa18f749f0f92eae90c1c36
2013-09-17convert the resust of include/formula/FormulaCompiler.hxx to OUStringNoel Grandin
Change-Id: I7cbc371e90869c481a23450722a1a025b110b235
2013-09-17convert formula::OpCodeHashMap from String to OUStringNoel Grandin
Change-Id: Iabf95a16cc4df3a612b90ed9e07f2216f72bb976
2013-09-17convert aCorrectedFormula in formula::FormulaCompiler to OUStringNoel Grandin
Change-Id: I048ec33effc33e94943f5110d6a9a0937a1dfdfe
2013-09-17convert formula::FormulaCompiler::OpCodeMap from String to OUStringNoel Grandin
..and add some convenience methods sal_Unicode getSymbolChar sal_Unicode GetNativeSymbolChar since most call sites are only interested in the first char of the symbol. Change-Id: I6aeb43b055b849e71cb1f62c3efe79d6a4cc10bd
2013-09-17convert aCorrectedSymbol in formula::FormulaCompiler from String to OUStringNoel Grandin
Change-Id: I426b305fb8befffe0452e280d2097b6560843eef
2013-09-17convert include/formula/IFunctionDescription.hxx from String to OUStringNoel Grandin
Change-Id: Ie3d3a3a55b50fe0dcac6be70fcce01fa544c374f
2013-09-17convert include/formula/formdata.hxx from String to OUStringNoel Grandin
Change-Id: Ic5543744700a47e796178d664a710c1ea4faada0
2013-09-17convert include/formula/formula.hxx from String to OUStringNoel Grandin
Change-Id: Id3c1dfa97805dfa3a1978cd264380d5ef4a2287a
2013-09-17convert include/formula/formulahelper.hxx from String to OUStringNoel Grandin
Change-Id: I4ab7595cecede03b4ad2a4b9dbe373e67c2912f4
2013-09-17-Werror=shadowJulien Nabet
Change-Id: Ia344d5a68118ba9896672ebbf4cccaf0511f8186
2013-09-17add "complex text layout" for CTL optionabdulmajeed ahmed
Change-Id: I0c9a0442bf617f397651ae0027c824d6f0709c14
2013-09-17WIP: additional unoidl::Provider that directly reads a single .idl fileStephan Bergmann
Change-Id: Iab795a34a657cb36ced24a1a05f6c21a6c1637aa
2013-09-17Rename SourceProvider -> SourceTreeProviderStephan Bergmann
Change-Id: Ic864f9c6f3dbbe9f75bdae76818c00f62825182d
2013-09-17Move full file parsing logic to sourceprovider-parser.yStephan Bergmann
...in preparation of SourceFile- vs. -TreeProvider. Change-Id: I4c8f37ade1ba26cb7b38f63211711613d1b98a73
2013-09-17Detect reuse of module names for other entitiesStephan Bergmann
Change-Id: Ifc8d95b4b15a7dd91195e6f727fdb7fa2a267be9
2013-09-17Fail for unkonwn entitiesStephan Bergmann
Change-Id: I13d668e92ea762e9888f8c1c4615eccad6a1ff1b
2013-09-17introduced putCopyOpCode() to handle copyFrom()Eike Rathke
... and added bOverrideKnownBad handling Change-Id: I1b669771ec1aa0cdfa1c1bef0bcfccfad96fe727
2013-09-17FILTERXML and WEBSERVICE were missingEike Rathke
... from RID_STRLIST_FUNCTION_NAMES_ENGLISH Change-Id: Ie8ef677ffb415d2a4dc29f703b80723e20e2a21a
2013-09-17better SAL_WARN_IF diagnosticsEike Rathke
Change-Id: I74fe8e145dda41466f21f20369681d6f1e5274df
2013-09-16Prefer a 'for' loop to a 'while' oneMatteo Casalin
Change-Id: Ic3d36dbe1cf596d9eab3cc919bc2596f2e89a98c Reviewed-on: https://gerrit.libreoffice.org/5967 Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com> Tested-by: Matteo Casalin <matteo.casalin@yahoo.com>
2013-09-16Remove two temporary variablesMatteo Casalin
Change-Id: Iaff9cea6038be51fdc7468bef4cd254af475a9d3 Reviewed-on: https://gerrit.libreoffice.org/5966 Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com> Tested-by: Matteo Casalin <matteo.casalin@yahoo.com>
2013-09-16change setting bundle background to stay consistentSiqi LIU
Change-Id: Idf131349f91c949af57bdb79929f73b7a202ab93
2013-09-16retain timer running state when auto-start then didAppearSiqi LIU
Change-Id: I4b4b327643919a9a6266f51e3e0bc8791ad27fbe
2013-09-16fdo#69091: Copying data from Base-table to Calc by drag and dropJulien Nabet
Depending on whether the data source is registered, either rDescriptor[svx::daDataSource] or rDescriptor[svx::daDatabaseLocation] will be filled in (and should be used). Luckily, ODataAccessDescriptor provides a utility function that will automatically return the one that is set. Use that instead of hardcoding svx::daDataSource. Thank you Lionel! Change-Id: I02673e7924c4323915dea579015326194c3f5077
2013-09-16Updated coreCaolán McNamara
Project: help 397491d21c2c306e9913ca2672ee968153bdcffe
2013-09-16convert copy to (cc) dialog to .uiCaolán McNamara
Change-Id: I1d5ef0410a0e3d325fb6cf42dad2c07eeb89a87a
2013-09-16drop annoying empty (slide) entry in inset->envelope->formatCaolán McNamara
Change-Id: I87018c06e8aff15431a63ddf1d81299a233a7c0b
2013-09-16set default timer duration on first launch & bug fixesSiqi LIU
Change-Id: I70d45ea42c7142907345a61671d4f3b303410dd7
2013-09-16ad-hoc bug fixes to handle different notes format on Linux/OSXSiqi LIU
Change-Id: Ie7a229464fc51242291a87bf4a79c1c999a50124
2013-09-16deuglified for readabilityEike Rathke
Change-Id: I81e09500dd8fe4e3af9fc2e9f623fb519635266d
2013-09-16Revert "get rid of unnecessary warning"Eike Rathke
This reverts commit e5321437322fd812b93fee266af309e782479488. OpCode 0 (ocPush) was deliberately included in the assertion as it is never a mapping to a function or operator name.
2013-09-16Correct use of && where only & makes senseTor Lillqvist
Shows up as a warning from Clang: use of logical '&&' with constant operand I wonder how many cases we have where && is used instead of & but with both operands non-constant, thus not causing any warning? Change-Id: I8fbbcf9c08f54f8803a08a4e8c54d7bd873af800
2013-09-16Clean up the unoidl Providers (no need to have them exported)Stephan Bergmann
Change-Id: I96b99e96b44f12b7ad7f376e4b3a68d7e9531643
2013-09-16Insert impastp4.cxx into impastpl.cxxTor Lillqvist
Change-Id: Iccd059e2d09666775f8391a1ac2a074518a5c111
2013-09-16Insert impastp3.cxx into impastpl.cxxTor Lillqvist
Change-Id: I8038a724d79a81ac5502f926f8b8f19e2a277e74
2013-09-16Insert impastp2.cxx into impastpl.cxxTor Lillqvist
I guess "impastp" could stand for "IMPort AutoSTyle Pool" but no idea what the "l" means, I chose the name "impastpl.cxx" just to match "impastpl.hxx" Change-Id: I6e03df47f4782bfe5bd959d9b52f1fb666a3086f
2013-09-16Start of collecting the impastp*.cxx files into oneTor Lillqvist
Change-Id: Ibb4e2475efc7f70c08035184cddedfaf40b7ec25
2013-09-16fdo#37606 SwWrtShell: fix select all when doc starts with table and cursor ...Miklos Vajna
... is outside that table Change-Id: Id61723a3b4c8265d822bccffe63b30038fcc5eab
2013-09-16Related bnc#819614: Set the position and name immediately.Jan Holesovsky
Change-Id: I4c1046040f52e261004df95125b53e42dc8fca4b
2013-09-16Related bnc#819614: The diagram is a group.Jan Holesovsky
It is not really desired to import diagrams broken into individual objects; makes trouble with the hieararchy, and also the user wants to see it as a group - can be ungrouped for modifications easily. Change-Id: I0533a69af9e377804bf0e06b2ce873fd0c9bde02
2013-09-16Replace reg2unoidl with unoidl-writeStephan Bergmann
...that can also generate an .rdb containing a specific set of entities, intended to replace idlc (when reading directly from .idl source registries). Change-Id: I630ce4640828979d7952dc24dbbef80a42a8140a