Commit graph

309449 commits

Author SHA1 Message Date
Markus Mohrhard
dc05a825e7 Revert "hrc cleanup: Remove unused Strings in sc", fdo#52207
This commit is totally broken and removes a lot of still used strings.
Please TEST commits before removing stuff!!!!

This reverts commit c1ea4676ba.

Change-Id: I065c17385ced86857c938e4102b9473d622ac59d
2012-07-18 15:26:34 +02:00
Fridrich Štrba
36d506146c Remove unnecessary define
Change-Id: Idff408bcf0e4f49a97478cdbba3eec9ac197d128
2012-07-18 15:19:41 +02:00
Fridrich Štrba
d391fe20a1 Using WCHAR ldap api on Windows
Change-Id: Ie81c33a5c51ae588ae8242d8790c3c748b442d31
2012-07-18 15:17:32 +02:00
Stephan Bergmann
deae1af649 Fix sense of SAL_WARN_IF conditions
Change-Id: Idd3dea4e42eb7f63447e1f804d90e991c801cdd3
2012-07-18 14:42:30 +02:00
Stephan Bergmann
aebf5bf223 fdo#52232 ConfigurationSet wrapper unusable for localized properties
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 161c3f179f "Some
more comphelper/configurationhelper clean up."

Change-Id: I584c682ea6a7c8b9444b34f1867cc553ad160802
2012-07-18 14:10:55 +02:00
Fridrich Štrba
ea96897237 First step to proper handling of character encodings in windows ldap backend
Change-Id: Id28174af5c28346fc363e3f62a8004ce0cf98c6a
2012-07-18 13:34:48 +02:00
Fridrich Štrba
b79115518b simplify the header a bit
Change-Id: If04e415b043c822d082e8e0889f162db3ed1849e
2012-07-18 12:54:18 +02:00
Miklos Vajna
5da91ea593 implement export of RTF_ATNREF, RTF_ATRFSTART and RTF_ATRFEND
Change-Id: I829ec1fbca990f3d42121270f0bf3647dbd08a30
2012-07-18 11:59:15 +02:00
Miklos Vajna
75bcb45ae2 implement import of RTF_ATRFSTART, RTF_ATRFEND and RTF_ATNID
Change-Id: I1dc3d3a33dcad2707468b1bfc1baa5239fddee05
2012-07-18 11:59:08 +02:00
Miklos Vajna
b8146f5126 fdo#38244 testcase
Change-Id: I6df325a20994f789e4c6acdf5a2912a57a034276
2012-07-18 11:59:04 +02:00
Eilidh McAdam
0977c5121e Use lcab to generate cabinets for now.
lcab is expected in the sys. path.

Change-Id: Ie1cd8a45966bbd84ce84f2ad1d86da492eafa321
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-18 11:02:44 +02:00
Eilidh McAdam
ae0e379a44 Added functionality to msitran for transforms.
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-18 11:02:20 +02:00
Eilidh McAdam
a237b03f73 Skeleton code for msimsp
Change-Id: I23349edcf15731a9a33b9698bd77893003682e39
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-18 11:01:57 +02:00
Eilidh McAdam
9971648058 Skeleton code for msitran
Change-Id: Ic48abd66a04bfaafda846e514b096431e37488a8
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-18 11:01:33 +02:00
Eilidh McAdam
0cab13137a Use correct license header for files in this branch.
Change-Id: I7daf3277983b6bf41ddd664c8d4953902b1d0f3e
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-18 11:01:05 +02:00
Eilidh McAdam
d71bd0dd0b Code tidy up of indentation, comments and debug output.
Change-Id: I966d34205db1825d3aa1d328c03418817bf01bc3
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-18 11:00:42 +02:00
Eilidh McAdam
9167f0a1a8 Initial makecab implementation to parse .ddf files.
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-18 11:00:08 +02:00
Eilidh McAdam
2921203806 Initial implementation of msiinfo.
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-18 10:59:40 +02:00
Eilidh McAdam
5d4a9127a4 Initial crossmsi branch with first msidb implementation.
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-18 10:59:09 +02:00
Michael Meeks
456dd17399 remove obsolete delzip files from wizards 2012-07-18 09:40:09 +01:00
Michael Meeks
5ac018f9e3 WaE: basic compile snafu 2012-07-18 09:29:20 +01:00
Michael Meeks
63c508e3e8 re-base on ALv2 code. Includes:
118568: switch to using ucpp
    Patch contributed by Juergen Schmidt
    http://svn.apache.org/viewvc?view=revision&revision=1209396
2012-07-18 09:29:19 +01:00
Frank Schoenheit [fs]
d97caa2a77 fs34b: #i117454# don't ask for the value of the possibly
non-existent 'Sorting' HiddenControl
2012-07-18 09:29:19 +01:00
Frank Schoenheit [fs]
ff6c2e7828 fs34b: #i117472# fix color calculation from style string 2012-07-18 09:29:19 +01:00
Abdulmajeed Al-Abaulrazzaq
fb92bbcf01 fdo#51716 Font Size Enlarge And Reduce Shortcut in Impress/Draw
Change-Id: I90ffce4f6303d3bd736a7e33a135037092e60059
2012-07-18 09:05:27 +02:00
Stephan Bergmann
82cae18c0e Duplicate assignment of gid_Brand_Dir_Program
Change-Id: Ia8d2d8683d9acf9c834cc431374406e22165cb85
2012-07-18 08:23:28 +02:00
Stephan Bergmann
15fd36440c Un-inline use of szServiceName2_UnoControlEdit
...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-18 08:23:28 +02:00
Stephan Bergmann
4dd7c0369d Various Clang 3.1 -Wunsued-variable, -Wconstant-conversion
Change-Id: I0799f22685609201dfb524c373d065b6184ed53c
2012-07-18 08:23:28 +02:00
Uray M. János
7dde426915 fdo#50801 fix cross-reference text when Caption order is Numbering first
Change-Id: I7306f99c18d0f9cfb3b0ce147ecc200662d23b3d
2012-07-17 21:59:12 +02:00
Ivan Timofeev
80de3c0fe6 fdo#38887: SmNodeToTextVisitor: use from and to instead of csub and csup
Change-Id: Ief3ba731fe303b0fdc58ac70c564636e2dc5acac
2012-07-17 23:44:14 +04:00
Ivan Timofeev
44a3a345ac fdo#38887: SmNodeToTextVisitor: use ^ and _ instead of rsup and rsub
Change-Id: I0f13eed1843412f97b84c28fa6405378227be934
2012-07-17 23:44:14 +04:00
Ivan Timofeev
e3b220a5ae mathmlimport: do not remove first and last braces
they are not always matching: {a + c} over {b + d}

Change-Id: Ie14d65966dc7014b6582f72a998546e0a256e94c
2012-07-17 23:41:53 +04:00
Michael Stahl
78e8911d25 SwWriteTable: warning C4389: '==': signed/unsigned mismatch
Change-Id: I58b2f74aef426e880ed7f2867e4cb0bbdff44328
2012-07-17 17:51:26 +02:00
Michael Stahl
b8aa2fa950 warning C4701: potentially uninitialized local variable used
Change-Id: Id82ecd3bfa7da6740d475ccaeea599529b090fe6
2012-07-17 17:51:26 +02:00
Michael Stahl
bcd8f0ce8c docbm.cxx: MSVC wants const_iterators and complains with error C2440
Change-Id: I9dfc01a3405f685437a562e8330b5821864de0da
2012-07-17 17:51:26 +02:00
Caolán McNamara
a9a9149068 Resolves: fdo#51957 typo, endash entered twice, 2nd should be emdash
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-17 16:23:18 +01:00
Takeshi Abe
7cb261324d sal_Bool -> bool
Change-Id: I08e5353dc1f0f79cdbba509b71e2c415e6c8380b
2012-07-17 23:59:51 +09:00
Eike Rathke
864c1402e2 tubes: rearranged some lines for readability of code
Change-Id: Ifd5b086e687842721247ba893d22a2514710625d
2012-07-17 16:40:32 +02:00
Matúš Kukan
ce9bc65e12 tubes: do not freeze when preparing Account Manager
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-17 16:40:32 +02:00
Eike Rathke
98cd5f3fa3 tubes: reintroduced handling of extending formats in ScViewFunc::EnterData()
In ScDocFunc*::SetNormalString() pass the underlying
ScDocument::SetString() return value back to caller.

Change-Id: Ie75169af1bd9bc55d1447ee14e1206407d750c73
2012-07-17 16:40:31 +02:00
Matúš Kukan
1abd8c22a5 tubes: improve contacts dialog
- 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-17 16:40:31 +02:00
Eike Rathke
a64fa6c723 tubes: do the "interpret once" only if not API in ScDocFunc::PutCell()
Change-Id: Ib8bcb89b83f0fd98f1b01f72308d07af1f7777f9
2012-07-17 16:40:30 +02:00
Eike Rathke
da7af862e8 tubes: removed duplicated iterator initialization in ScViewFunc::EnterData()
Change-Id: I322e937e9c3e0bc478d566e1b14499cc610bd273
2012-07-17 16:40:30 +02:00
Eike Rathke
581860f471 tubes: guard unref() against "accidental" calls
Change-Id: I73b0f8faaa9b6d0707153f3150ca531a33cb0dd3
2012-07-17 16:40:29 +02:00
Eike Rathke
b1032a684c tubes: do not use mpManager after unref
Change-Id: If8bb6da915d6470b9796e26c46f3e8f2000879fd
2012-07-17 16:40:28 +02:00
Eike Rathke
bf4c5e3454 tubes: check mpConference before using it
Change-Id: I8949ae1f43439465701244b501f6779debc34565
2012-07-17 16:40:28 +02:00
Matúš Kukan
f5ee5d794f tubes: add possibility to invite contacts to MUC
Change-Id: Ia27c725aff1d16d21ee1f5abcfff9a107bd87a82
2012-07-17 16:40:27 +02:00
Matúš Kukan
c8a6a1ff70 tubes: selectively export TeleManager's symbols
Change-Id: I70053c4b1e31ecd281701bab692764ef581e0f57
2012-07-17 16:40:26 +02:00
Matúš Kukan
ee956067d6 tubes: remove now unused code, when we don't use maConferences
Change-Id: I403253793791236eaf8e9fd3fc72489ebd447d99
2012-07-17 16:40:26 +02:00
Matúš Kukan
53b180a49a tubes: associate the document directly with TeleConference
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
2012-07-17 16:40:25 +02:00