summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-18Revert "hrc cleanup: Remove unused Strings in sc", fdo#52207Markus Mohrhard
This commit is totally broken and removes a lot of still used strings. Please TEST commits before removing stuff!!!! This reverts commit c1ea4676ba67185a933fce387a66666e87095070. Change-Id: I065c17385ced86857c938e4102b9473d622ac59d
2012-07-18Remove unnecessary defineFridrich Štrba
Change-Id: Idff408bcf0e4f49a97478cdbba3eec9ac197d128
2012-07-18Using WCHAR ldap api on WindowsFridrich Štrba
Change-Id: Ie81c33a5c51ae588ae8242d8790c3c748b442d31
2012-07-18Fix sense of SAL_WARN_IF conditionsStephan Bergmann
Change-Id: Idd3dea4e42eb7f63447e1f804d90e991c801cdd3
2012-07-18fdo#52232 ConfigurationSet wrapper unusable for localized propertiesStephan Bergmann
The comphelper::ConfigurationSet wrapper, used by the automatically generated headers to access the configuration data from C++, is based on com.sun.star.configuration.ReadOnlyAccess/ReadWriteAcess that provide an all- locales view of the configuration data, i.e., a localized property is represented as a UNO object implementing various container interfaces (to access the per-locale values) instead of a plain value. Hence, xLeaveAccess->getByName(C2U("Label")) >>= sLeafLabel; silently changed its meaning, now silently failing to extract a string and leaving sLeafLabel empty, which in turn causes the labels of extension option pages to disappear from the "Tools - Options..." dialog. This partially reverts commit 161c3f179f71eda2a32dabaf68ff6fb3ba487062 "Some more comphelper/configurationhelper clean up." Change-Id: I584c682ea6a7c8b9444b34f1867cc553ad160802
2012-07-18First step to proper handling of character encodings in windows ldap backendFridrich Štrba
Change-Id: Id28174af5c28346fc363e3f62a8004ce0cf98c6a
2012-07-18simplify the header a bitFridrich Štrba
Change-Id: If04e415b043c822d082e8e0889f162db3ed1849e
2012-07-18implement export of RTF_ATNREF, RTF_ATRFSTART and RTF_ATRFENDMiklos Vajna
Change-Id: I829ec1fbca990f3d42121270f0bf3647dbd08a30
2012-07-18implement import of RTF_ATRFSTART, RTF_ATRFEND and RTF_ATNIDMiklos Vajna
Change-Id: I1dc3d3a33dcad2707468b1bfc1baa5239fddee05
2012-07-18fdo#38244 testcaseMiklos Vajna
Change-Id: I6df325a20994f789e4c6acdf5a2912a57a034276
2012-07-18Use lcab to generate cabinets for now.Eilidh McAdam
lcab is expected in the sys. path. Change-Id: Ie1cd8a45966bbd84ce84f2ad1d86da492eafa321 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-18Added functionality to msitran for transforms.Eilidh McAdam
Transforms currently cannot be generated as Wine does not implement MsiDatabaseGenerateTransform(). Change-Id: I03507e07f372871eed23ac932426d5708f765884 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-18Skeleton code for msimspEilidh McAdam
Change-Id: I23349edcf15731a9a33b9698bd77893003682e39 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-18Skeleton code for msitranEilidh McAdam
Change-Id: Ic48abd66a04bfaafda846e514b096431e37488a8 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-18Use correct license header for files in this branch.Eilidh McAdam
Change-Id: I7daf3277983b6bf41ddd664c8d4953902b1d0f3e Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-18Code tidy up of indentation, comments and debug output.Eilidh McAdam
Change-Id: I966d34205db1825d3aa1d328c03418817bf01bc3 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-18Initial makecab implementation to parse .ddf files.Eilidh McAdam
Currently, makecab does not output .cab files. A subset of the ddf format is interpreted. Change-Id: Iae11aefb4759a0eb76f9455b2206b59864086af5 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-18Initial implementation of msiinfo.Eilidh McAdam
Msiinfo supports the change of most summary information. Unsupported: -b, -d Change-Id: I51466c9acea54fe151db966c4ce47b29f90ab937 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-18Initial crossmsi branch with first msidb implementation.Eilidh McAdam
Msidb is a subset of MS msidb. Currently unsupported options are: -m, -t, -j, -k, -w, -s Change-Id: Ice5f646f70b2f797266ce3fabce12ae9f689b1c8 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-18remove obsolete delzip files from wizardsMichael Meeks
2012-07-18WaE: basic compile snafuMichael Meeks
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
118568: switch to using ucpp Patch contributed by Juergen Schmidt http://svn.apache.org/viewvc?view=revision&revision=1209396
2012-07-18fs34b: #i117454# don't ask for the value of the possiblyFrank Schoenheit [fs]
non-existent 'Sorting' HiddenControl
2012-07-18fs34b: #i117472# fix color calculation from style stringFrank Schoenheit [fs]
2012-07-18fdo#51716 Font Size Enlarge And Reduce Shortcut in Impress/DrawAbdulmajeed Al-Abaulrazzaq
Change-Id: I90ffce4f6303d3bd736a7e33a135037092e60059
2012-07-18Duplicate assignment of gid_Brand_Dir_ProgramStephan Bergmann
Change-Id: Ia8d2d8683d9acf9c834cc431374406e22165cb85
2012-07-18Un-inline use of szServiceName2_UnoControlEditStephan Bergmann
...as it is not marked SAL_DLLPUBLIC_EXPORT unlike the class it is used in so at least Clang would complain. Change-Id: I59886caead24bca4cd4c0e47edb0eaac349eb213
2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann
Change-Id: I0799f22685609201dfb524c373d065b6184ed53c
2012-07-17fdo#50801 fix cross-reference text when Caption order is Numbering firstUray M. János
Change-Id: I7306f99c18d0f9cfb3b0ce147ecc200662d23b3d
2012-07-17fdo#38887: SmNodeToTextVisitor: use from and to instead of csub and csupIvan Timofeev
Change-Id: Ief3ba731fe303b0fdc58ac70c564636e2dc5acac
2012-07-17fdo#38887: SmNodeToTextVisitor: use ^ and _ instead of rsup and rsubIvan Timofeev
Change-Id: I0f13eed1843412f97b84c28fa6405378227be934
2012-07-17mathmlimport: do not remove first and last bracesIvan Timofeev
they are not always matching: {a + c} over {b + d} Change-Id: Ie14d65966dc7014b6582f72a998546e0a256e94c
2012-07-17SwWriteTable: warning C4389: '==': signed/unsigned mismatchMichael Stahl
Change-Id: I58b2f74aef426e880ed7f2867e4cb0bbdff44328
2012-07-17warning C4701: potentially uninitialized local variable usedMichael Stahl
Change-Id: Id82ecd3bfa7da6740d475ccaeea599529b090fe6
2012-07-17docbm.cxx: MSVC wants const_iterators and complains with error C2440Michael Stahl
Change-Id: I9dfc01a3405f685437a562e8330b5821864de0da
2012-07-17Resolves: fdo#51957 typo, endash entered twice, 2nd should be emdashCaolán McNamara
A typo, correct list can be seen in the CFF spec http://download.microsoft.com/download/8/0/1/801a191c-029d-4af3-9642-555f6fe514ee/cff.pdf Change-Id: I1c07d140d2caae9ac32390c3367f65495ec76ff4
2012-07-17sal_Bool -> boolTakeshi Abe
Change-Id: I08e5353dc1f0f79cdbba509b71e2c415e6c8380b
2012-07-17tubes: rearranged some lines for readability of codeEike Rathke
Change-Id: Ifd5b086e687842721247ba893d22a2514710625d
2012-07-17tubes: do not freeze when preparing Account ManagerMatúš Kukan
We don't need to wait for our capabilities update to propagate from one account via the network and back. Since e3d1001c08d255c588ed6ca93f3b58b2161cce45 ContactList returns all online contacts regardless of its capabilities. Change-Id: Icf8982dd1e6aedec4f21920ff8020f8547d7b855
2012-07-17tubes: reintroduced handling of extending formats in ScViewFunc::EnterData()Eike Rathke
In ScDocFunc*::SetNormalString() pass the underlying ScDocument::SetString() return value back to caller. Change-Id: Ie75169af1bd9bc55d1447ee14e1206407d750c73
2012-07-17tubes: improve contacts dialogMatúš Kukan
- do not show until it's ready - do not close it with buttons - buttons for both 1-1 and MUC sessions - display all online contacts Change-Id: Idfbea7ffdf76ef3f31dbeeefe62d69cb5e3e64b7
2012-07-17tubes: do the "interpret once" only if not API in ScDocFunc::PutCell()Eike Rathke
Change-Id: Ib8bcb89b83f0fd98f1b01f72308d07af1f7777f9
2012-07-17tubes: removed duplicated iterator initialization in ScViewFunc::EnterData()Eike Rathke
Change-Id: I322e937e9c3e0bc478d566e1b14499cc610bd273
2012-07-17tubes: guard unref() against "accidental" callsEike Rathke
Change-Id: I73b0f8faaa9b6d0707153f3150ca531a33cb0dd3
2012-07-17tubes: do not use mpManager after unrefEike Rathke
Change-Id: If8bb6da915d6470b9796e26c46f3e8f2000879fd
2012-07-17tubes: check mpConference before using itEike Rathke
Change-Id: I8949ae1f43439465701244b501f6779debc34565
2012-07-17tubes: add possibility to invite contacts to MUCMatúš Kukan
Change-Id: Ia27c725aff1d16d21ee1f5abcfff9a107bd87a82
2012-07-17tubes: selectively export TeleManager's symbolsMatúš Kukan
Change-Id: I70053c4b1e31ecd281701bab692764ef581e0f57
2012-07-17tubes: remove now unused code, when we don't use maConferencesMatúš Kukan
Change-Id: I403253793791236eaf8e9fd3fc72489ebd447d99
2012-07-17tubes: associate the document directly with TeleConferenceMatúš Kukan
Packet communication now goes directly through TeleConference and TeleManager is used only for receiving files and new channels. This should also allow collaboration of different documents with different contacts independently. Change-Id: Iaf719dce156f1c4c9edc3db4ff0964dec0e0c944