Age | Commit message (Collapse) | Author |
|
Change-Id: I9ba0b27924d1698bad2c34da75fff57f75a737f0
|
|
Change-Id: I7ffc13167f5ecbfe3afab6451e1ef52e81130d48
|
|
The following things still need to be changed:
* don't use virtual method in Window
* Use a WinBits flag for it
* move all the dialogs to it
* fix the ugly hack for range name dlg
* fix all the uncommented code in winproc.cxx
* general clean-up
Change-Id: I2a8cfc1c4abf591878b11aa4829a9ff910540eff
|
|
... damn language tags breaking builds left and right ...
Change-Id: I73224cb3fb2bb98779fdcace700cad2a4fb7cd0e
|
|
Change-Id: I8e06bd91e5a20fc0d007aa5f7d1e01bd0ead86ab
|
|
Change-Id: Ic29ff474101c88fbc428d229871659d99dd92d05
|
|
Change-Id: I3f4a09c82df1bc71759331705c502320f973d4bb
|
|
Change-Id: I63c44abce5c4a3a8175413347da9af2980e6b47c
|
|
Change-Id: I4157ba0f33a0423c975a4f81c056f5305c022566
|
|
Change-Id: Ibcb547b2b911d382eafa1fd8a9adb2e8b6efbfe2
|
|
pdf of 0 and ps of 0 == automatically pick pdf if pdf is default backend.
Which means that spadmin wasn't able to disable pdf if one selected
"postscript of driver leve", though picking an explicit postscript level
would work.
So we need to tweak things to use the pdf flag to be either automatic,
explicitly pdf or explicitly ps
Change-Id: Ic5382a3eb9cbcff39d363723825e75851d73520e
|
|
Change-Id: Icfca11faebceab2dbb1dd065f0569203159b4ee9
|
|
This changes all generated API headers (.hpp and .hdl) to use a
namespace alias 'css' instead of the pointlessly long com::sun::star
Makes the change in cppumaker & associated tools, adds a global
namespace alias definition in sal/types.h, and removes a kiloton
of local, now pointless-to-harmful versions of that alias from all
over the code.
Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
|
|
The accessible event listener registration changed name.
Change-Id: I869cd6341dbe52e9533f167891ce000fa8928976
|
|
The a11y API has never really been picked up by tools vendors, let's
not tie ourselves up here for no good reason.
This unpublishes all css::accessibility, and dependend API.
With that, we can change the rather unfortunately-named add/
removeEventListener to be add/removeAccessibleEventListener, thus
not conflicting with the XComponent methods of the same name.
Change-Id: I595598c3a8e46415f80b2780f333333174865fe4
|
|
a) In the print dialog you can temporarily override the default print job
format for a single print job
b) In the printer options dialog you can override the default print job format
for a single printer
c) Under tools->options->print you can override the default print job format
for all printers.
Tidy up the restart dialog in passing
Change-Id: Ibea94bab6a79c3590dbf34583013db4e2ac06f45
|
|
it will now allocate the fixed reserved size for its tab pages to
layout-enabled tabpages
Change-Id: I5e56a09c5febc702d194f18954fd249bcd366dd9
|
|
Change-Id: I01dc490d09fbe4bd0cce34b7e93afd36dd517f25
|
|
We can drop or simplify many conditionals.
Change-Id: I37e820e515cc09845c30b62c89ddb3b6ff370f97
|
|
But do _not_ draw such a line for the vertical toolbars, it looks
distracting.
Change-Id: Icc1083c8c69f26740b5999b11214ee60078ea218
|
|
Thomas Arnhold asked me to take a look at the method SetBackgroundBitmap.
In my XFCE, removing this method didn't chnage anything. So this needs more
tests in Windows and other WM's.
Change-Id: I3e10bea4eac114326ff981fb21ba0d292818b1da
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
|
|
Change-Id: I20070965dbf2632461fc74cc8a9795c7ddded269
|
|
Change-Id: Ia4b08a1b20bf46af4d06c0478ed8e795ee543703
|
|
c988da288ec473a28f61ebb53aa3ff82bab11ef4 "fdo#46808, Adapt
ui::dialogs::FolderPicker UNO service to new style" had left some FolderPicker
implementations at XFolderPicker, so creating them caused DeploymentExceptions.
Change-Id: I3463161f9bb87a69a2777c331eb5b93d487790b0
|
|
Change-Id: I65d305b07dba5ddd80a108d5ef1b36f75eb67243
|
|
This reverts an API "improvement" from 6ee5dfa150d408179e20a5525ff7ec46649e0e58
that tried to use -1 as the current screen/display but failed. The check
for nDisplayScreen being in range broke all-screens (which is
represented as last_screen+1 value, which is broken in its own way, as e.g.
the screen count can change). The same way -1 as the default value is broken,
as everywhere else invalid invalid screen number means spanning all screens.
The extra overloads without a default value should take care of that.
Change-Id: Ie118038eacacebc007c25860732d5904ad0de2b9
|
|
...in cases where the Window(WindowType) ctor did not call Window::ImplInit, so
many members are null; if then a derived class's ctor throws an exception,
~Window must be careful not to dereference those null members.
Change-Id: I12c4b1b5d7f3633387b85acf9da6d57c42e793b4
|
|
Change-Id: I42aa0c578a927777725e5be4f8534f68bc709cd6
|
|
Change-Id: I3f0eae93be7f362ff70f8a544c46cd500d2ca50c
Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr>
Reviewed-on: https://gerrit.libreoffice.org/1153
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|
|
Change-Id: I2bab3de95b6cf22ef1c40d3062c7402fac4ab5b1
|
|
Change-Id: I02f09ecf7edb8a8b01b996782ee9618988b5f56e
|
|
Change-Id: I2ceaa3159e8669c2c569fa8559c1e061dcad399d
|
|
.ui conversion has finally make inroads into core vcl widgets, no
WorkWindow are initialized from ResIds anymore post conversion
of the xslt filter dialog
Change-Id: I4a1764d9fb9be9e252630e3afc9972221bc16be6
|
|
Change-Id: I04058cd7bc96b1380d0ac85b6090073810996210
|
|
not just on SetText or Resize
Change-Id: I9991125d8f5eaa527e2cf274222c94b6d6cc1069
|
|
lets preserve the traversal order from the initial
grouping order, so convert the radio group set to a vector
Change-Id: If057f0c5d5f2eac2e8866a8a39efde8035c4fc4a
|
|
Change-Id: Iaab4f17539c65c11870ce9b0635dc5ab47f1fa88
|
|
Change-Id: I6ca792b9658e89d1b3dd147332e57625eb31256a
|
|
Change-Id: I576bfa41b0dce0cba8c92c123f8747cf619fcffb
|
|
Change-Id: I1e27288d6a2d04b9ca2a30b9ccdd96565c8ff0f1
|
|
Change-Id: I3b03dc67de563e5d87fb85c0566fc411e372c690
|
|
Change-Id: Iaecb5a3dfad8ca04085888102d69350eb1a6ae1b
|
|
Change-Id: I0400858249d4722a3b5583febd82200e62a64b20
|
|
Change-Id: I7a64a3d582d064608583a80d206745a77f474cfa
|
|
Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d
|
|
Change-Id: I824bd1ad981e0b37e273a054e2a64cb500776180
|
|
We haven't been able to build NativeActivity-based apps (like the
android/qa/sc and anroid/qa/desktop thingies) since we switched to
DISABLE_DYNLOADING and a single DSO liblo-native-code.so anyway.
No lo_main() any more. <sal/main.h> should not be included ever when
compiling for Android of iOS now.
Lots of stuff binned from vcl's androidinst.cxx, in the (vain?) hope
that it will reduce the amount of never invoked GUI code that gets
linked in.
Change-Id: I25f584864c40110774c728a23151e089620442d9
|
|
Change-Id: Iaee25f1d92349704eaae45e6582d31dfa718ddcb
|
|
It breaks our baseline Linux release builds where x11_extensions
headers are actually used.
This reverts commit 3f00bc6717964c2d4db26093b64a68f93c7de906.
|
|
Change-Id: I13b0b625109237a0ec9711ed2efdc34cd3e0d32b
|