summaryrefslogtreecommitdiff
path: root/cui/source/tabpages
AgeCommit message (Collapse)AuthorFilesLines
2012-10-04callcatcher: update unused code listCaolán McNamara1-8/+1
and remove code freshly unused post widget layout introduction Change-Id: Ifa244391f7f2b565dec10314ca3fd2958dfd87a9
2012-09-28adapt insert character dialog to new layoutCaolán McNamara1-17/+11
Change-Id: I5561c2684d0957b65aef0d139e9210ebdd703153
2012-09-28adjust combobox GetOptimalSizeCaolán McNamara1-3/+3
Change-Id: Ifeaf6bbc57b57800853eef9657f646b1447f2add
2012-09-28convert hard-coded layout of char name tabpage to .uiCaolán McNamara4-757/+111
Change-Id: I20829b6a0835bf96489d67b6f7effcfa84650328
2012-09-28convert hard-coded layout of effects tabpage to .uiCaolán McNamara4-688/+269
Change-Id: I6aa02f112b0b13402db1f0cf721d0db8862432bc
2012-09-28convert hard-coded layout of position tabpage to .uiCaolán McNamara3-483/+190
Change-Id: I760ac60a341a9942fef5a911cdb8b5af304ff1ad
2012-09-28convert hard-coded layout of two-lines tabpage to .uiCaolán McNamara3-159/+34
Change-Id: I87da59af50420993303111dae0ec4456ae15cc20
2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara1-1/+1
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
2012-09-28ditch over complex property bucketsCaolán McNamara1-25/+5
A fairly small fixed number of properties are needed, so simplify Change-Id: Iedce02264816666dbac53d7ad3cfb64be8e1c8bb
2012-09-28move height/width request into WindowImplCaolán McNamara1-7/+3
2012-09-28convert some more tabpagesCaolán McNamara1-19/+55
2012-09-28convert SvxCharPositionPageCaolán McNamara1-69/+87
2012-09-28manual font effect tab conversionCaolán McNamara1-117/+116
2012-09-28layout western-only dialog differentlyCaolán McNamara1-4/+4
2012-09-28we don't need to manually move controls anymoreCaolán McNamara1-38/+25
2012-09-28implement override [height|width]-requestCaolán McNamara1-0/+14
2012-09-28don't vert stretch grid on resize, alloc it all to the previewCaolán McNamara1-2/+0
2012-09-28implement row/col grid spanningCaolán McNamara1-68/+65
2012-09-28use grids for layoutCaolán McNamara1-73/+171
2012-09-26Change the image rotation widget to better looking DialControlTomaž Vajngerl3-64/+20
Change-Id: Ie11827a924a5b22d86bad24aa7f14a66b870e90c
2012-09-23fdo#49350 Speedup "OK" action of auto-correct dialogTomaž Vajngerl1-111/+77
Instead of synchronizing the main list and the list of entries in the dialog, just remember what was added and removed and only add / remove those entries in the main "SvxAutoCorrect" list. Additional add MakeCombinedChanges which adds and remove entries in one call and only writes changes to the "acor" file once. Change-Id: Idcc4c64d25e050c3f6eb9960a59c4a55d06b5ca1
2012-09-19fdo#48729 Change int16->int32 in auto replace dialog.Tomaž Vajngerl1-118/+126
Auto correct / replace dialog supported only 65535 (2^16) entries (per language) due to using sal_uInt16 in the code. This restriction existed only because of legacy code which was meanwhile refactored to use dynamic containers (like std::set, std::vector). This fix changes usage of sal_uInt16 to sal_uInt32 to increase the number of entries to a much higher value. Change-Id: Ica77648915266fed67602a4e30b59a4e55e34efc
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2-2/+0
Change-Id: I6d5948fc6b2b42e306db9de70ab44b235dc116f9
2012-08-28tweaking the "fill in character" support in Calc Number Format StringsJohann Messner1-4/+5
a) changed ordering of repeat code marker ( 0x1b ) and repeat code to more sensible ( and correct imo ) order b) prevent some possible div/0 errors c) added some missing formatter 'GetOutputString' calls
2012-08-27Remove remaining checks for HTMLMODE_SOME_ABS_POSHarri Pitkänen1-13/+4
This HTML mode is never disabled for any HTML export options. Thus it is not necessary to check for it. Completes the cleanup started in commit feeb57e0a63cdcd81898050d059e7933f62c5292 Change-Id: I3ea27ea52cdc355f19d0d2fb33ac92262df5d13f Reviewed-on: https://gerrit.libreoffice.org/488 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2012-08-13wider listbox for language namesAndras Timar1-1/+1
Change-Id: I2d7d742a393e5b44a2c7584e6a2b8c63ee04cd36
2012-08-11Remove unused local varsJulien Nabet1-1/+0
Change-Id: I80bd0329e15cb365091ea6f5c7e1ef3559d681fc
2012-08-10callcatcher: reduce Container, update unused code listCaolán McNamara1-64/+0
Change-Id: I11733daf2668c4142052ceb4498f5500e7e291ef
2012-08-08remove include comments and boxesThomas Arnhold16-17/+14
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
2012-08-07remove empty ascii boxes and stuff IIThomas Arnhold1-5/+1
Change-Id: I7fc113f8d59f7c82bae6acace7bf4230b4c2bbea
2012-08-07remove empty ascii boxes and stuffThomas Arnhold7-200/+0
Change-Id: Ied91b5b298f0cfad0d3408c3cbb87c7bd1b83247
2012-08-07drop bogus eof linesThomas Arnhold1-2/+0
Change-Id: Idda2852c3e96ce15fde75d5a95369ec50a012410
2012-08-03enable preview for 'special' '*' formatsNoel Power1-5/+46
Change-Id: I2f94c3d8d827ecabc6dd5e685bb40954fe2427c4
2012-07-27basic, cui, extensions, filter, vcl: fix some warningsMichael Stahl1-0/+6
2012-07-25sorted_vector: MSVC doesn't know which erase to callMichael Stahl1-4/+4
Change-Id: Ib81388db2f93db662bb5439565f311835b08073e
2012-07-25delete svl/svstdarr.hxxMichael Stahl2-2/+0
Change-Id: Ia3d1d8dbe100443410b80c3881f10ab51b2d0419
2012-07-25remove typedef StringPtrMichael Stahl1-2/+1
Change-Id: Ibb5b1c02a15fb1b6e4b45737b2afa9f065318071
2012-07-25autocomplete: replace horrible use of SvStringsISortDtor...Michael Stahl1-12/+16
... to store not Strings but derived SwAutoCompleteStrings with something far saner: an abstract base class with virtual dtor. Change-Id: I7d966f385dd41154ee1c4cdb43b56ff1aace9b5e
2012-07-25Convert SvStringsISortDtor from an SV_DECL_PTRARR to a o3tl::sorted_vectorNoel Grandin1-27/+37
Change-Id: Ie1fa9b3cc2aef83ae9a82fbc110a08b2f298daef
2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann1-2/+0
Change-Id: I0799f22685609201dfb524c373d065b6184ed53c
2012-07-14fix remaining tab pagesIvan Timofeev1-1/+1
see f70fe6e651eefbc69c434256f7e74ad53519a36c Change-Id: Ic4cf70997af986dea387b0bdde86ae59ff4be401
2012-07-12Convert SV_DECL_PTRARR_SORT_DEL_VISIBILITY(SvxAutocorrWordList) to std::setNoel Grandin1-10/+7
Change-Id: I31783eecc28cdc6f4d8c40841302d5338a2cd7be
2012-07-09some UniString->rtl::OUStringCaolán McNamara5-9/+10
Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
2012-07-06fdo#42986 - UI wide screen format (16:10): Add Page sizeRob Snelders3-2/+4
Change-Id: Ie769c9a65e85f91395b3495fadb6f5e688cbe9af
2012-07-04Convert aTabs field in SvTreeListBox from SvPtrarr to std::vectorNoel Grandin1-4/+4
Change-Id: I901c6df67fc95cfb2ac3ea15e69a47c5fc3161b6
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl1-0/+2
Change-Id: I1dadb53f46b23f92d34061ef78dda872bdbcda67
2012-07-03ditch String::CreateFromAsciiCaolán McNamara2-3/+3
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-07-02hrc cleanup: Remove include guardsThomas Arnhold1-2/+0
Also add some missing include guards. Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
2012-07-02Remove unused definesThomas Arnhold1-2/+0
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-07-02hrc cleanup: Remove unused definesThomas Arnhold3-8/+0
Change-Id: Iaa7da7745fc01544d9a503b313479b2450810524