- 16 Ock, 2016 20 kayıt (commit)
-
-
Bjoern Michaelsen yazdı
... also check type of args and throw if it doesnt match Change-Id: Ic7a45aeab58b79abf3baee4bd3bf6f78fe3fa116
-
Bjoern Michaelsen yazdı
Change-Id: I030c6854e925c2a51b8c40de38e889a96c5ae32d
-
Bjoern Michaelsen yazdı
Change-Id: Id5c83f8dcc19dc5e94a895f1e15bc5dc8e800d9f
-
Bjoern Michaelsen yazdı
Change-Id: I2f5f36fe9b9c7d1ee4289f2af268c25ebf8963d9
-
Bjoern Michaelsen yazdı
Change-Id: Ia06a716f4ddcfd6884f5b9578d7c0b361d3f66f4
-
Bjoern Michaelsen yazdı
Change-Id: I171fe6370d554ace330df254f07b3b2d45693edd
-
Bjoern Michaelsen yazdı
- also use decltype(..) to prevent integer overflow Change-Id: Id3fd76d79702e01642758db08d74b7a8e0f7f62b
-
Bjoern Michaelsen yazdı
Change-Id: Ic515b7868c747d5ce5ff0856890aa0af9e567339
-
Bjoern Michaelsen yazdı
Change-Id: I77a1c71f1a801e83f861b43e05e456a75fc511da
-
Bjoern Michaelsen yazdı
Change-Id: I4927986485feb665339e6708bb66286a54926ab8
-
Bjoern Michaelsen yazdı
Change-Id: Ic50f66a4a08dab6fd55a14475d1e9a4947e16048
-
Bjoern Michaelsen yazdı
Change-Id: Ie9dd59319a6cba1181388708efc40c2bea76de32
-
Bjoern Michaelsen yazdı
Change-Id: I0d85021ded0b33d9c2c8d2454ad737842323a099
-
Bjoern Michaelsen yazdı
Change-Id: I3fd30be5e84c4a88d2c334f573fc4fc56a03646b
-
Chris Sherlock yazdı
Change-Id: I8451bc5a754332a4cbfaa721324e8256271de05e
-
Chris Sherlock yazdı
Change-Id: I48af7bbb78f33035e6b8369eb460a6fdf5fc96b4
-
Chris Sherlock yazdı
Font accessors: - GetFamily() - GetPitch() - GetWidthType() - GetWeight() - GetItalic() - GetName() <--- shouldn't that be GetFamilyName()?!? - GetStyleName() Font mutators did not need to be added. Font unit tests are testing: - Setting and getting FontFamily private member - Setting and getting FontPitch private member - Setting and getting FontWidth private member - Setting and getting FontWeight private member - Setting and getting FontItalic private member - Setting and getting the family name and style ImplFont accessors: - GetFamilyNoAsk() - GetPitchNoAsk() - GetWidthTypeNoAsk() - GetWeightNoAsk() - GetItalicNoAsk() - GetFamilyName() - GetStyleName() (These "NoAsk" functions are necessary because the default getters call on a function that checks the configuration for default values, something that is not wanted in all cases). Change-Id: Icfbc8b4e5253d55a80892df050b0803dfc7d7c9f Reviewed-on: https://gerrit.libreoffice.org/21501Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com> Tested-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
Chris Sherlock yazdı
Change-Id: If7a6eb598a1e121c1c74e520f7e2238016a3e6e0 Reviewed-on: https://gerrit.libreoffice.org/21506Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
Christian Lohmaier yazdı
Change-Id: Ifde1184e469fc9a74de007a0caf27750b2ffbcbb
-
Chris Sherlock yazdı
So much so that I think we only need one or the other. As such, I'm implementing the functionality that is in one of the classes so that (and vice versa) might eventually be able to use the same class! Change-Id: I1b32a5a5213ea406a96386ac4a4553cd81d3728d
-
- 15 Ock, 2016 20 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I057b9ef27bd84ac9875fa6ce8321ff03e0f879e6
-
Caolán McNamara yazdı
Change-Id: Ie5e3d749284514649edbb7e8dfd753a112feeb31
-
Caolán McNamara yazdı
Change-Id: I4a028603cbc413ecb670a39da49538819cd15242
-
Caolán McNamara yazdı
Change-Id: I4d7e7791bc9e7338b7db495da4b5c57a2566b280
-
Caolán McNamara yazdı
Change-Id: Ic9f10dbae01e432bd1029c091b20187b8cf939ec
-
Caolán McNamara yazdı
Change-Id: I8c215da294d6c48d37849c25c40d8632f1949fba
-
Caolán McNamara yazdı
Change-Id: Icd3728ca151ede50ab41ad7fbb150a3054df6739
-
Caolán McNamara yazdı
Change-Id: I9acdfe0edf8468c6efb708ca13109abe2be0b826
-
Caolán McNamara yazdı
add mnParentFontSize to same places that use mnFontSize Change-Id: I4cf1e7439361b65de0f12028b819a4d7c8124ca2
-
Christian Lohmaier yazdı
Change-Id: I9f8e647068b3f0403858e5ef52f65e5e6a16e165
-
Oliver Specht yazdı
Change-Id: If181fa36d1be6ccbff51f482fdaf92034ee5d876 Reviewed-on: https://gerrit.libreoffice.org/21492Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Oliver Specht <oliver.specht@cib.de>
-
Michael Stahl yazdı
Change-Id: Ia10730e07de3bd86f54c7fc0ba5ae55f350ce149
-
Michael Stahl yazdı
let's guard against that. Change-Id: I970fb801a642592d9c23390572867f0e21f03132
-
Michael Stahl yazdı
These hit the assert in lcl_StoreOwnAsOOXML now so better implement some export. Change-Id: I10c005a547e8a85f2a82198a49f9a03fc46a61d7
-
Oliver Specht yazdı
DB field 'Any record' should not move the ResultSet directly but needs to work on the selection if there is any Change-Id: Ie66cc66afa1118bfbc44fc29889e2b36ecd074ee Reviewed-on: https://gerrit.libreoffice.org/21491Reviewed-by:
Oliver Specht <oliver.specht@cib.de> Tested-by:
Oliver Specht <oliver.specht@cib.de>
-
Marco Cecchetti yazdı
If we do not support the requested transition type we fall back to crossfade transition. If we do not provide an alternative transition and we set the state of the animation node to 'invalid' the animation engine stops itself. Change-Id: Ie476dd579248e9d776e27797dca2ea867f3e5e54 Reviewed-on: https://gerrit.libreoffice.org/21490Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Marco Cecchetti <mrcekets@gmail.com>
-
Oliver Specht yazdı
Change-Id: If71a96d6d20a66114025c96fd83fb81e333d14b9 Reviewed-on: https://gerrit.libreoffice.org/21487Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Oliver Specht <oliver.specht@cib.de>
-
Miklos Vajna yazdı
Change-Id: Ie1a5c11c7ae8c2288bba7e2ef228d85479d7808e
-
Miklos Vajna yazdı
Change-Id: I0e7783cf73d2d4bfcd4f0c75ca3ad82336048b27
-
Marco Cecchetti yazdı
Simultaneaous move and zoom of shapes did not work properly. Fixed. Change-Id: I445733c5ad3734966f6f5c08a5e5c798852cf74e Reviewed-on: https://gerrit.libreoffice.org/21448Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Marco Cecchetti <mrcekets@gmail.com>
-