Age | Commit message (Collapse) | Author |
|
Change-Id: Ide31f67c346f9a82bf6aa8282caa7cfcee65d9fd
|
|
Change-Id: Ia0e5930b9bbf0c81a5d2974d45730b5af75019f0
|
|
Change-Id: Ic12f04bf80639d89ecc531bceb8378c7d97e9325
|
|
Change-Id: If033f0ccca636a3ab3080a01a11467ce1ce9b24e
|
|
Change-Id: If1bf07016864a856ad15d84db0fffc34dc52ecbe
|
|
Change-Id: Ieb1c90f2f17b2ce12acf2999743ce4d608076223
|
|
Change-Id: I68fed7d2f0eea7fde60707e48349230d8a8d5c73
|
|
Change-Id: I343948a9a5e093f210cae1049caa92eeb614a2d7
|
|
Old behavior:
1) Add a property of type "Date". DateField inside Value column uses
the full width.
2) Increase the width of the dialog. Now the size of DateField in
the Value column only uses the half width.
Solution:
Set a flag if the current type is of Date. So we can correct the size
after a dialog resize action.
Change-Id: I915a553b2f69aac1aea0ac5b24536db5709abfae
|
|
No need to store the position of DateField and TimeField, because this
will not change if we choose another type. The only thing what changes
is the size of the DateField, because both "DateTime" and "Date" use
this field. And for this size we just rely on the size of m_aTimeField,
because it's the same as m_aDateField (for type DateTime).
Change-Id: Ic590c62d82d8f90576479e10be9d422326032d28
|
|
Before this patch types "DateTime" and "Yes or No"
were one pixel too big in height.
Fix this by using the original aSize and aPos values, don't
depend on m_aYesNoButton size and position.
However there are some glitches with DateTime: If you scroll
some times up and down the list of "Type" the Date and Time
fields will get positioned somewhere left.
This has to be a problem of DateField and TimeField, because
m_aDateField.SetPosSizePixel( aPos, aSize );
and m_aTimeField get the same values as all other fields...
But this positioning error existed before this patch, too.
Change-Id: I793aebf39f5b6cb6e4b290f21a5dbcc7ce6ce964
|
|
Change-Id: I1521f174ac53c2e8e96dcb7b5c1264f0bf460fd0
|
|
that was a bit too much removal
partial revert of fd1e9bbc1ebd5040b092aad1d4a68041286fabda
Change-Id: Iabced82fa6aedd25aacf242cafa384e83fd539cb
|
|
Change-Id: Ifc6c6358e327c6ba1e5e552a698568736090e70b
|
|
And move to sfx2 to stop this ResMgr mangling
Change-Id: I4633766fdcc53189cdb508f9eddaa6b2e8448858
|
|
Change-Id: Ifbc3dbc48fc291881eeb4306379da2599b6d9e95
|
|
Change-Id: I33614c44cbe58ec0945406691bc38bafafc24923
|
|
Change-Id: Ie7c61ad75b60bb2900a843df7fb12add03a20bf2
|
|
Change-Id: I80d1f3f3cb4e062bc19489205e325bc4ff17b3c6
|
|
so follow through on the logical consequnces of that
Change-Id: I97981acecdcee03e4c1f32d1f4ec8ad623299042
|
|
in this case the .src has WB_OK for "ok button only" which is the
default for MessageDialog so no arguments apart from the string and
the parent dialog (null in this case) are needed
Change-Id: I63ddafddfcc448e3502b19d657dcad040a56c845
|
|
since
commit b4c18dc0ea32af9f070d43278e547ee0b2e540a4
Author: Cédric Bosdonnat <cedric.bosdonnat@free.fr>
Date: Thu Dec 20 09:51:59 2012 +0100
Templates Manager: removed the old dialogs and menu entries
Change-Id: Id1007004d5a3522891e66d408c2276c43bbc7f84
|
|
It works as a button. When clicked the triangle works as dropdown.
Change-Id: Ib4e3b6a1832efef3382e7bd01b06d2ff8d4e7543
|
|
Change-Id: I622d5d6fd7fa7be474fa56abf67a1a62fddbcf60
|
|
SetupButton function overloaded for MenuButton type.
Change-Id: Ib171c7590a59ad360dd8ebab1039d3eba5d565ef
|
|
Change-Id: I9270136afeaadbbe16c408e6e7d2fbde5b53d324
|
|
Change-Id: Iebf71deb4739703d87b944300cbc1b8ee2daacc5
|
|
Some unneccesary code cleaned up.
Change-Id: Iebc43ddc8276d5865c640b7fa955152a3361eb36
|
|
All editing related code commented out. Code needs to be cleaned up.
Change-Id: Ibe901684d8747552b8ebeeea848c8f5e050ae726
|
|
Change-Id: I335e69de31bd64e7c4504a58d7652f755491af33
|
|
Create new folder and delete a folder moved from template manager dialog
to startcenter.
Change-Id: If89b9fd7ee499f7fccda08d3ac989728148a24a0
|
|
The localview is not causing crash now.
Change-Id: Iea2fe607555d2d3c955f8f198240a2b2d1e26788
|
|
Some more handlers and buttons moved. Still not usable mostly.
Change-Id: I19c9c36a490030369b4e8d84b41f6d2962665426
|
|
View bar moved to the start center without handlers. Visible but
useless ATM.
Change-Id: I1cb64faa1ee86b19ecbb793351c8c11362ef799e
|
|
Small fix to add default filter. Which is none, it shows all.
Change-Id: I49cf222b2909972f1800cd029f2ba97556aa955a
|
|
Added TemplateLocalView to the StartCenter.
"Templates" Button will hide RecentDocs and show TemplateLocal view.
Change-Id: I34fc7f6ed0d819cf0c29dd89ee154408c5d8434f
|
|
This reverts commit 04b02f2f5a4f71198e0cb616404c4721c918afe6.
Change-Id: Iac19a0ced09bc8372e3a572d57dd3ac33ece9191
|
|
Change-Id: I403bb7b96e8bcaa6138cdd9be823657bc47fa7ca
|
|
Change-Id: Icc6757254721ed8c03356a6acc28e6f241c07153
|
|
... by replacing the following 3 classes with typedefs of std::vector:
SfxObjectShellArr_Impl / SfxViewFrameArr_Impl / SfxViewShellArr_Impl
and the following 4 with typedefs of boost::ptr_vector:
SfxChildWinFactArr_Impl / SfxMenuCtrlFactArr_Impl /
SfxStbCtrlFactArr_Impl / SfxTbxCtrlFactArr_Impl
Change-Id: I1754bd19ec418a3e7ba5c47fb6d8568e8fca9b29
Reviewed-on: https://gerrit.libreoffice.org/10891
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
|
|
...signed/unsigned mismatch
Change-Id: I852ddf97dd1749e409baf74d9af72ec459f574ee
|
|
Change-Id: Ia3acdb3501b7735820258cb090e731f5814bc07f
|
|
("'this' pointer cannot be null in well-defined C++ code; comparison may be
assumed to always evaluate to true")
Change-Id: Id3b886135f43b39a2fcf2bb197cf6a80d6532365
|
|
("reference cannot be bound to dereferenced null pointer in well-defined C++
code; comparison may be assumed to always evaluate to true")
Change-Id: I78498b6be6cf3f6f15a80187c9a24dfcdd91d3be
|
|
A regression of 2245288574ef77b09416872326b4543c82790815.
VerbID can be negative.
Change-Id: Ib242376696346ab310031d1b7c5c74362fb4b3d1
Reviewed-on: https://gerrit.libreoffice.org/10823
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
|
|
Change-Id: I3971ecc7dc0c3faf8dd1ed63adc08a6e18dc2964
|
|
as TP_WIDTH and TP_HEIGHT are unused now
Change-Id: I06ec7af8c2b3386d76e36284eb56ea1ab6b9ec5d
|
|
(cherry picked from commit 5e3cbe056c19bea5018dbf1fd4b2bc8f8b030ff3)
Conflicts:
comphelper/inc/comphelper/embeddedobjectcontainer.hxx
comphelper/source/container/embeddedobjectcontainer.cxx
sfx2/source/appl/linkmgr2.cxx
svtools/source/misc/embedhlp.cxx
Change-Id: I7e9b20a87ca6afe8cb91c577860a6c6b72368ee9
|
|
Change-Id: I68a963cd63fdb016a6f7b12cdc9314012e373612
|
|
Change-Id: I4a661434c3a51169ec14336bb39a1d2ceeb139ad
|