- 26 Tem, 2012 40 kayıt (commit)
-
-
Rob Snelders yazdı
Change-Id: Ie287bc1c545bd8986ee3509181c878bdcd0d1942
-
David Ostrovsky yazdı
Change-Id: I598490aa71b658844d912008c0cf14e225bda0db
-
Michael Stahl yazdı
Also fixes annying warnings about removed types: WARNING: could not open key "/UCR/com/sun/star/oooimprovement/XCore" WARNING: could not open key "/UCR/com/sun/star/oooimprovement/XCoreController" WARNING: could not open key "/UCR/com/sun/star/oooimprovement/Core" WARNING: could not open key "/UCR/com/sun/star/oooimprovement/CoreController" Change-Id: I1c09f1de42ed558bc22cc8a90d2c0fee2ca3a1da
-
Michael Stahl yazdı
similar to 3378c2d3 but for gb_UnoApi__use_api. Change-Id: I20c1e3bc63caa5ead695d142d8ef39effe54fdab
-
Tomaž Vajngerl yazdı
Change-Id: I46798192d019967f74e4d118b1dd322072cd3997
-
Tomaž Vajngerl yazdı
Change-Id: Ic77244abfc68da4b5e64d2159d5700e8ac03a999
-
Tomaž Vajngerl yazdı
Change-Id: I402835cf2bcdab48065eed251ba193dda6c27ad4
-
Fridrich Štrba yazdı
Change-Id: Iafd39d5aa3f3922d84518a3d808aac25dbae0e06
-
Ivan Timofeev yazdı
Change-Id: I0f40a54c02c0231f75fcfcae7676f529984ee0f2
-
Ivan Timofeev yazdı
Change-Id: I4b01bdaf4fc20a55f2b4e9ebd039220031c03f11
-
Caolán McNamara yazdı
Change-Id: Ife742cfbb5295fafe36ba608744a3b3e356cc061
-
Caolán McNamara yazdı
Change-Id: I4f632545d383c4887342aa2959987d4ac3638eb4
-
Caolán McNamara yazdı
Change-Id: I2c51a128437913c3bb0bc7a59774ff117603dc82
-
Caolán McNamara yazdı
Change-Id: I3cb1e4d736ca1627cb0716a9c17ff11b5a837264
-
Caolán McNamara yazdı
Change-Id: I66435c5da113711ecc01d85124dab88411232ee5
-
Caolán McNamara yazdı
Change-Id: Ib57f0d6f9491d12ffacada5ec0ae8bc68874c25b
-
Miklos Vajna yazdı
Change-Id: Ib1303ddc8ea31cfea2d438eaf5986ea71aa32f15
-
Miklos Vajna yazdı
Change-Id: Ib41b2599d843a5a0840f05e79a310afab42cd7cd
-
Matúš Kukan yazdı
Change-Id: Ib627bb0a12b5b055f8d6077c00cc8099473fa176
-
Matúš Kukan yazdı
Change-Id: I7d4cafbe51695c0ff36480311858b9167344c119
-
Matúš Kukan yazdı
Change-Id: Ib45a5fab8d4dc118ac0ae5282d47f46f9f86edc2
-
Matúš Kukan yazdı
Change-Id: If2ddd8bdcb11727be719e8966aa689fbabd94f44
-
Matúš Kukan yazdı
I am not sure why it was introduced in 0dae49a0 and hope that it's safe to remove it now. Change-Id: I62f0ac230a83473386eabc45c9fcc387f62631e3
-
Matúš Kukan yazdı
Change-Id: I99b482a60155c596c4b64534f62ce4c9d4d9a94b
-
Michael Stahl yazdı
Change-Id: I25607ce79111b2c2933ab5e2c165df0594ed4363
-
David Tardon yazdı
The following line in oox::drawingml::table::TableCell::pushToXCell suggests that it is assumed that the cell always contains text: Reference< text::XText > xText( rxCell, UNO_QUERY_THROW ); So TableCell should always hold a valid TextBody too. Change-Id: Ic2db7b535c98dd5f2b18941846709a781df4585c
-
David Tardon yazdı
Change-Id: I39acbfcae047829bed68186917bbb4e851d2ac20
-
Stefan Knorr yazdı
Not everyone finds the paper plane icon understandable. Authors: Lapo Calamandrei <calamandrei@gmail.com> Jakub Steiner <jimmac@gnome.com> [the Gnome project] Used under Creative Commons Attribution-Share Alike 3.0 United States license Change-Id: Ifd888a6f851250fd5c5c8b1e642dbd1c5c42b4e1
-
Michael Stahl yazdı
Probably using const_cast is "good enough" here for the exising use cases of modifying elements in a sorted_vector; not exposing non-const accessors in sorted_vector should deter adding these in the future. Change-Id: I613d7d40041b01109fd1d54f51c105acf56ae34a
-
Noel Grandin yazdı
And convert it from a private superclass to a member. The code is cleaner and easier to read as a consequence. Change-Id: I35501a208c96615ce5797ad06d34d3b7efc2c4db
-
Noel Grandin yazdı
Change-Id: I583eeccc2cdb0c3fd0dc60f9e222e026c6b0ead2
-
Noel Grandin yazdı
Change-Id: I96db7b86a5739a396522cf2e5c3dbaae48963859
-
Noel Grandin yazdı
Change-Id: I7fa9380fad92d6667ccd9a635b2d26f700aa780e
-
Michael Stahl yazdı
Change-Id: I05427b6753cb9eb13cf3d3e085aa22346eed4977 SwPamRanges::Insert needs to check for it != end() before comparing it.
-
Noel Grandin yazdı
Change-Id: I6f3fa6b4940ba17e21e9fc47bcdd61c9761ba477
-
Noel Grandin yazdı
Change-Id: Ib6d6bb62613004ba0a8ee603f7047fb017570e89
-
Noel Grandin yazdı
Change-Id: I6d048af2b32ad02952cfe91d155ca17f5067ecee
-
Noel Grandin yazdı
Change-Id: I84c4cd5686ea0649ad9ca6c879d51bffe6d693c2
-
Michael Stahl yazdı
SwSelBoxes_SAR is not sorted, so it should be converted to a plain vector; at least for WW8SelBoxInfo this makes a real difference as the first element is treated specially. Change-Id: I57a448d72b2f3757da5bcebaebd4294e9d283d99
-
Noel Grandin yazdı
Change-Id: I4af9e86257a9e40b91351fd34ac70fe053d02367
-