summaryrefslogtreecommitdiff
path: root/include/vcl
AgeCommit message (Collapse)Author
2013-08-14EXCEPTIONS_OFF is never definedStephan Bergmann
...since gb_LinkTarget_NOEXCEPTIONFLAGS became unused with e81b1f23c49e35c1cde1faa44281812e97be60f5 "remove gb_LinkTarget_add_noexception_object." Change-Id: I4a7275b5b26a9d4b6ded66efb52e6866e6e09cc3
2013-08-12convert vcl/abstdlg.hxx from String to OUStringNoel Grandin
Change-Id: I5c3066d458aab78ccadd14c35bdd91361dad81bf
2013-08-12convert vcl mnemonicengine.hxx and quickselectionengine.hxxNoel Grandin
.. from String to OUString. These 2 API's are tied together, necessitating their conversion in one step. Change-Id: Ibcc05d8d3617253adf49edb4a244542d32b38224
2013-08-12convert vcl/fltcall.hxx from String to OUStringNoel Grandin
Change-Id: I54db835fd93d8e6aceddeeb8d4b254baecc00cbb
2013-08-12convert vcl/field.hxx from String to OUStringNoel Grandin
Change-Id: Ibbca39643906e0d1b7e9ef11f19008508ba16777
2013-08-12convert vcl/FilterConfigItem.hxx from String to OUStringNoel Grandin
Change-Id: I156c249e3384003c8aad76053f96ab317162d5bf
2013-08-12convert vcl/font.hxx from String to OUStringNoel Grandin
Change-Id: I3df88f26516296ca8f4e81576e86372c8b499a84
2013-08-12convert vcl/graphicfilter.hxx from String to OUStringNoel Grandin
Change-Id: I41997c49e6332fc378a3173616112a3a26e336ae
2013-08-12convert vcl/i18nhelp.hxx from String to OUStringNoel Grandin
Change-Id: I804a5713a1d793e4828c78f777418c914a6feb71
2013-08-12convert vcl/pdfextoutdevdata.hxx from String to OUStringNoel Grandin
Change-Id: I65a04c9bf2d1b9f456e6cf8a430c280f7b15e67c
2013-08-12convert vcl/ppdparser.hxx from String to OUStringNoel Grandin
Change-Id: I8a95a98e5cc92e5bedb4813411afc86cc438fdad
2013-08-12convert vcl/strhelper.hxx from String to OUStringNoel Grandin
Change-Id: I1d54431dbd8c562703879a81540f62b3513e9dc9
2013-08-12convert vcl/svapp.hxx from String to OUStringNoel Grandin
Change-Id: I95c203d1096ebd2e58a11b52097e5080b891243b
2013-08-12convert vcl/textdata.hxx from String to OUStringNoel Grandin
Change-Id: I10a6c682430daeef645ac60984e31c9d165304d8
2013-08-12convert vcl/textview.hxx from String to OUStringNoel Grandin
Change-Id: I455c49cbd398b88fc45d73f58637d1a8c69d2100
2013-08-12convert vcl/unohelp2.hxx from String to OUStringNoel Grandin
Change-Id: I9e0d4d68135ee740af1239d7070dbb4329dda866
2013-08-12convert vcl/vclmedit.hxx from String to OUStringNoel Grandin
Change-Id: I1722f647bc3a871c316998c1f08e0545af0ac92b
2013-08-12convert vcl/xtextedt.hxx from String to OUStringNoel Grandin
Change-Id: I96ad6373fe04e6f936db92c4ce7f50e48e9c5a32
2013-08-12covnert vcl/texteng.hxx from String to OUStringNoel Grandin
Change-Id: Iaa2dca415b30cae436173df27058c9d3e3755efd
2013-08-12cleanup up code alignmentNoel Grandin
Change-Id: I5354b1961eafbdfac13bb1411098bc3250789664
2013-08-12remove virtual qualifier from a bunch of VCL ListBox methodsNoel Grandin
because no-one is overriding them. Change-Id: I29650a197ecd3a56193a885a32ba7a72ccb78fc7
2013-08-12convert vcl::ListBox::GetEntry from XubString to OUStringNoel Grandin
and make it non-virtual because no-one is overriding it. Change-Id: I7f163aafc2f618100e1b5d01fa67deff0015305b
2013-08-12Convert vcl::ListBox::GetEntryPos from XubString to OUStringNoel Grandin
Also make it non-virtual, since no-one was overriding it. Change-Id: I1ce822065f03c45fc6be036805bdfa741a63f0a8
2013-08-12convert vcl/cmdevt.hxx from XubString to OUStringNoel Grandin
Change-Id: Ib574cc7130f49c7a6be23566377313906c52abb8
2013-08-12convert vcl/button.hxx from XubString to OUStringNoel Grandin
Change-Id: Ib5a834b4e938de1c10dcff79716ba49224137e6b
2013-08-12convert vcl/menu.hxx from XubString to OUString (second attempt)Noel Grandin
Change-Id: I579525326be702ffbb57d49970da5804fd2fe12d
2013-08-12XubString->OUStringCaolán McNamara
Change-Id: I04c7da143425a9d8cc4fae155ad45a469df953c1
2013-08-10Button::GetStandardHelpText returns empty string, its all a noopCaolán McNamara
Change-Id: I651b19840aabf67b3083cd855c2851ac4c96741e
2013-08-10Remove unused BitmapWriteAccess::FillPolygonJulien Nabet
Change-Id: Iba583b4efab88620b54b02626bc9d9396219d0c8
2013-08-08vcl, sw: fix the inheritance of SwComboBox from ComboBox a bitMichael Stahl
Remove the silly overloading, and introduce virtual methods. Change-Id: If54a6a3fb7464283f80d3387ae23db234690f8a3
2013-08-04add a VclFrame::get_labelCaolán McNamara
Change-Id: I1fd7dd198345167e587353d370a0ef055221962f
2013-07-31Revert "convert vcl/menu.hxx from XubString to OUString"Kohei Yoshida
This reverts commit 43b1ac3651732a1ceb193268ab72b4aaa90dee65.
2013-07-31convert vcl/longcurr.hxx from XubString to OUStringNoel Grandin
Change-Id: I1803e4fdef67cd461c140578b46e0ef5632da3fb
2013-07-31convert vcl/keycod.hxx from XubString to OUStringNoel Grandin
Change-Id: I112979676926bf202213174bddfa2adcffc5249f
2013-07-31convert vcl/edit.hxx from XubString to OUStringNoel Grandin
Change-Id: Id0558cb6285ecd19ddc21caee3e26f44cbebf721
2013-07-31convert vcl/menu.hxx from XubString to OUStringNoel Grandin
Change-Id: I9469363c09e4cc863ad4d8ddddf8d923fe444e25
2013-07-31convert vcl/mnemonic.hxx from XubString to OUStringNoel Grandin
Change-Id: I2df7a6b29aa30ad5ad936b524061aeaef837ca9d
2013-07-31convert vcl/msgbox.hxx from XubString to OUStringNoel Grandin
Change-Id: I68a591aa7891f5ea08ab3d6b3290e2fe80827126
2013-07-31convert vcl/pdfwriter.hxx from XubString to OUStringNoel Grandin
Change-Id: Ifc3d56ad9db6b73c26a16520482d5a94a5ba48a2
2013-07-31convert vcl/tabctrl.hxx from XubString->OUStringNoel Grandin
Change-Id: Iad4eb1ebd28e97cc99d7d52ea08c3e3fd04cf975
2013-07-31convert vcl/sttus.hxx from XubString to OUStringNoel Grandin
Change-Id: I173179068d59e0fbdae66186df1e2e010ecb6112
2013-07-31convert vcl/toolbox.hxx from XubString->OUStringNoel Grandin
Change-Id: I352dbb85ccbff46571c417b45249f548f5da8b97
2013-07-31convert include/vcl/txtattr.hxx from XubString->OUStringNoel Grandin
Change-Id: I2bb4b17cfdea55f0d4371986cfc611999ff0a5e1
2013-07-31convert vcl/inc/toolbox.h from XubString -> OUStringNoel Grandin
Change-Id: I201d3ad01d0b5172d22f2e5e529e94c5e446bb0b
2013-07-30Resolves: fdo#67378 merge the label into the disclosure buttonCaolán McNamara
Change-Id: I43df94c16a178c90da9c006565390a81c2fda29b
2013-07-30XubString->OUString for msgboxCaolán McNamara
Change-Id: Ieee6547b36534d0a31b6df8e00c44f1ebbaeae9a
2013-07-29convert XubString->OUString in vcl/window.hxxNoel Grandin
Change-Id: I556ad2df5cf1fb29aefb70a61a034d40a10340b1
2013-07-29convert the rest of vcl/OutputDevice from XubString->OUStringNoel Grandin
Change-Id: I97ca1bed06f4e47ea6c77cc0c2314dba555c344d
2013-07-29convert the rest of outdev.hxx from XubString to OUStringNoel Grandin
Change-Id: I1305dde31106aada30534919456a4809a302afcf
2013-07-29convert OutputDevice::DrawTextArray from XubString to OUStringNoel Grandin
Change-Id: Ie16504ea004e39eda246a7ed170504a04a0764bb