summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/control
Commit message (Collapse)AuthorAgeFilesLines
* fdo#32958 join editor: remove empty linesLionel Elie Mamane2012-12-121-9/+42
| | | | Change-Id: If150261bae55cf91c8a344f34c79194ad29db903
* query design / edit join: valid only iif column names everywhereLionel Elie Mamane2012-12-121-1/+11
| | | | Change-Id: Idfb0e16c4cc2581a46e26fe97948897dc4b11dc0
* be more cautious in debug modeLionel Elie Mamane2012-12-121-1/+7
| | | | Change-Id: I46b89b10287ac755e2b727b46d6fdd19f44bcdd3
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-301-1/+0
| | | | | | | | | | | | 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
* Remove unused method & remove header include by using forward declaration.Kohei Yoshida2012-11-291-0/+2
| | | | | | Also, SvViewDataEntry has lost one friend. Change-Id: Icf6d4127de38fed485cd260edae97748b1f78ede
* Pass pointer to view data entry to Paint() instead of its raw flag value.Kohei Yoshida2012-11-291-2/+4
| | | | | | We need to hide these flags away. Change-Id: I112003a88a92174f5012b3356ba261a039eeccc1
* Fix various build breaks.Kohei Yoshida2012-11-281-1/+1
| | | | Change-Id: Ie33a4a02f9820e0d52ca3f17c6b410ebe1e6e8f0
* some i18n wrappers with LanguageTagEike Rathke2012-11-231-1/+1
| | | | Change-Id: I2ceaa3159e8669c2c569fa8559c1e061dcad399d
* AllSettings with LanguageTagEike Rathke2012-11-221-1/+1
| | | | Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d
* Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida2012-11-162-0/+3
| | | | | | | Also removed a fair amount of implicit inline methods to promote use of more forward declaration. Change-Id: I5ad21f0d7abc85281708b7e87f1036b02a053627
* Rename SvLBoxItem::IsA() to GetType(), and mark that const.Kohei Yoshida2012-11-152-4/+2
| | | | Change-Id: I542835154e40b25d68fc3995d911810e26e30501
* Use SvTreeListEntries to store child entries.Kohei Yoshida2012-10-291-3/+3
| | | | | | | | This replaces SvTreeEntryList. The only thing to be wary of is that now we use ptr_vector to store child entries, which changes the scheme on the life cycle management of tree entries. Change-Id: I92b6e41ea500bc9b9227259c010887b798194909
* XubString->OUStringCaolán McNamara2012-10-252-2/+2
| | | | Change-Id: I5835696a3246b4d8f401a1617d2b53ec8c7c5626
* Make SvTreeEntryList private to svtools.Kohei Yoshida2012-10-231-13/+14
| | | | Change-Id: I283d897cd5a7c15b5b60e99c90c04b696d20c2a3
* Merge SvLBoxTreeList and SvTreeList.Kohei Yoshida2012-10-191-1/+1
| | | | Change-Id: I318ff6f1009b1aaa7d0bd3abb250f92fb51a21cd
* Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida2012-10-194-56/+56
| | | | Change-Id: I89cfc8c1288c00674fe64e791c149743d377d5ee
* Remove direct reference to SvListEntry outside svtools.Kohei Yoshida2012-10-191-5/+7
| | | | | | | Not all instances are removed, however... Some are used in virtual method signatures, which will take a little more effort to fix. Change-Id: Ib30e6bbef5f27f970e6e19291501f7a09d94e0ab
* Prevent infinite recursion during make check.Kohei Yoshida2012-10-111-1/+1
| | | | Change-Id: Ib807c54195c867d5f54e48ae2a1fe7694dfa4882
* Merged SvTreeListBox and SvLBox.Kohei Yoshida2012-10-111-2/+2
| | | | | | There is no reason to keep SvLBox separate. Change-Id: I0b34aa8f8ca539d4f4f0f9cea9fa9b8faec241e8
* having two SetPosSizePixel is a blasted nuisanceCaolán McNamara2012-09-281-2/+2
| | | | | | | | | Lets rename the multiargument SetPosSizePixel to setPosSizePixel drop the various using Window::SetPosSizePixel and work towards de-virtualizing SetPosSizePixel/SetPosPixel and SetSizePixel and doing the work in a virtual setPosSizePixel Change-Id: I7057654168001b67becee1791e97f9e9dc01f7b8
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-251-2/+2
| | | | | | | Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c Reviewed-on: https://gerrit.libreoffice.org/671 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2012-09-192-4/+4
| | | | | | ...and some further clean-up. Change-Id: If5dce53e382b56390c502d0d0d93fc06cbfe33ea
* offapi: move css.ui.UICommandDescription to css.frame.UICommandDescription:Michael Stahl2012-09-061-2/+2
| | | | | | | | | | | The service implementation used "com.sun.star.frame.UICommandDescription" since forever, so the IDL file was essentially wrong documentation. But since 7a464263cc5c2ca2b7128734ff4860e02d662818 converted the service to new-style, it cannot be instantated any more and e.g. clicking on Tools->Customize crashes. (Adapting the implementation instead would be an incompatible change.) Change-Id: I564bddaf3836827f5b72360a2bde19d6158b7ba5
* fdo#46808, Adapt util::NumberFormatter UNO service to new styleNoel Grandin2012-09-031-3/+5
| | | | | | | Create a merged XNumberFormatter2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: I57f35cde0a9dbbe91c1d2c3d068cb3a97c7245e3
* fdo#46808, Adapt UICommandDescription UNO service to new styleNoel Grandin2012-09-031-8/+6
| | | | Change-Id: Ibca112904f137ff981ae9be3e5bd56aa11aec352
* fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new styleNoel Grandin2012-09-032-8/+8
| | | | Change-Id: I58b17349474b974edd24aa17ec08ffa848a92ae9
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-313-8/+3
| | | | Change-Id: I55ad905bef36b54fadc245bfb22f687e47d20c3a
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-281-3/+1
| | | | Change-Id: I2a181d1442ef3b41ecba009d160d2d18d6fb71ac
* fdo#39468: Translate German comments in dbaccess/Philipp Riemer2012-08-101-1/+1
| | | | | | Follow-up patch of b803fa2579256979bac83f0b193f2c30d524d76b. Change-Id: I86bea8483cc9a9703cc725eaef641c2df5896af0
* cleaned-up commentsPhilipp Riemer2012-08-102-39/+17
| | | | | | | Files were originally touched by b803fa2579256979bac83f0b193f2c30d524d76b. This is just a follow-up patch. Change-Id: I1e35d5e3c3d193bb5dfdb4b743328d8d22466a4d
* translated the german comments in a bunch of source files in dbaccess/sourceDaniel Herde2012-08-092-8/+7
| | | | Change-Id: I2d4b10d96668502a4fe84af70d43bd3abaa5ed23
* Resolves: fdo#37279 and #i78701# startEditingAtNode does nothingCaolán McNamara2012-07-151-1/+1
| | | | | | | | | | | | | inherit class UnoTreeListItem from SvLBoxString instead of SvLBoxItem so that it really isa SvLBoxString and can be edited with startEditingAtNode a) remove the unused SvLBoxEntry argument to SvLBoxString's SetText b) used rtl::OUString instead of XubString c) rename aStr to maText d) inherit UnoTreeListItem from SvLBoxString and drop its maText in favour of that of SvLBoxEntry Change-Id: Id78f43ae5be8cd6f581e6c2fd2bd6f46de9144ba
* hrc cleanup: Remove include guards from src filesThomas Arnhold2012-07-143-8/+0
| | | | Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
* some UniString->rtl::OUStringCaolán McNamara2012-07-091-13/+7
| | | | Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
* ditch String::CreateFromAsciiCaolán McNamara2012-07-031-5/+5
| | | | Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
* Remove UNO includes commentsThomas Arnhold2012-06-292-6/+0
| | | | Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
* replace all but one .hdl include with equivalent .hpp includes.Michael Meeks2012-06-211-1/+1
| | | | Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
* re-base on ALv2 code.Michael Meeks2012-06-1422-521/+323
|
* targetted SAL_N_ELEMENTS reversion.Michael Meeks2012-05-311-9/+9
| | | | Change-Id: I181c5b5dd24836ff0398aa5ed03915c2c7c55183
* Replace css macro with namespace for nicer namespacingThomas Arnhold2012-04-211-5/+1
|
* Translate German commentsPhilipp Weissenbacher2012-04-132-75/+73
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* removed unused definesTakeshi Abe2012-04-051-6/+0
|
* removed duplicate includes in dbaccessTakeshi Abe2012-03-301-1/+0
|
* remove extra string castsCaolán McNamara2012-03-201-2/+2
|
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-013-6/+6
| | | | | ...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
* update unused listCaolán McNamara2012-02-081-14/+0
|
* Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann2012-01-311-8/+3
|
* Do not forward declare Splitter or include its header file if unneededMatteo Casalin2012-01-301-0/+1
|