summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Collapse)Author
2012-08-07Remove forwards of non-existing structsThomas Arnhold
Change-Id: Ie1d7ed56c69539587df5310c0a1ea0476abd5542
2012-08-07drop bogus eof linesThomas Arnhold
Change-Id: Idda2852c3e96ce15fde75d5a95369ec50a012410
2012-08-07Remove non-existing forward declarationsThomas Arnhold
Those classes don't exist. So remove friend class operators too. Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6
2012-08-07fdo#46193 MessBox was made copyableZolnai Tamás
Part of MultiLineEdit was moved down from stvools to vcl with name VCLMultiLineEdit. MessBox uses it to display the message in read-only mode. Some of svtools' classes - which are necessary to implement VCLMultiLineEdit - were moved to vcl as a whole, and their includes are rewrite. Note: ExtTextView and ExtTextEngine classes would be leaved in svtools if VCLMultiLineEdit is a template class, but two macros: IMPL_LINK end IMPL_LINK_NOARG make it impossible to use template syntax. Change-Id: I26543868d8081c225c7125404d23369de3c3afcd
2012-08-07IDE: sal_Bool to boolUray M. János
Convert all occurences of sal_Bool, sal_True and sal_False in basctl to bool, true and false -- except in prototypes of virtual function overrides. (The virtual functions that are internal to basctl can be and was converted.) Note that since sal_Bool and bool are implicitly convertible to each other, for functions that take a sal_Bool (by value), true and false can be given too. Change-Id: Ie44740fa87f89e9fedd913840ca2b38e95e6b957
2012-08-07Basic IDE Object Catalog improvementsUray M. János
Change-Id: I4c3bbf721428e93cdfa8f062f37c5911faba0fa4
2012-08-03readd fix for fdo#47907 i.e "Revert "Revert "fix for fdo#47907""Noel Power
This reverts commit f29c91f3351db2887f994c2cc82ceaaa6d717906. Change-Id: I347a4e115cd1d85fa36242f89d2e8131de9cf57e
2012-08-03sal_Bool -> boolTakeshi Abe
Change-Id: I49749f327d6a9c3661ef9bd684647e0a45b9203a
2012-08-02Revert "fix for fdo#47907"Noel Power
This reverts commit 8ba8aca1ac4744a23eefb7bb5892e2a697d9d987.
2012-08-02fix for fdo#47907Noel Power
Change-Id: Ia5e4e7429db122db505d59289b1106814ea7c378
2012-08-02sal_Bool -> boolTakeshi Abe
Change-Id: Id2addfc6e0c4e0b30281c9f3d22ec0624a61dab1
2012-08-01sal_Bool -> boolTakeshi Abe
Change-Id: I82157e89d04eda35525c5a540504e6a8d18bc86c
2012-07-31sal_Bool -> boolTakeshi Abe
Change-Id: Ic982c4da144ecdf7198b84b98d672ced8f1f70b6
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen
Change-Id: I011048912af051a762a78af8646513a1fc624073
2012-07-29Remove strange DummyTypeCaolán McNamara
I can see no purpose to DummyType Change-Id: I25d9d3b321df28f8c2bcb4bf915eb176a14fdaf8
2012-07-27sal_Bool -> boolTakeshi Abe
Change-Id: I97618ffb138f292665edb634a29c39ab5a332ab1
2012-07-26fdo#50632 IDE: update Object Catalog when closing a documentUray M. János
Change-Id: Ia635aee1611eaff663906e2238bf23a5013242a3
2012-07-26fixed Replace all message in Basic IDEUray M. János
Change-Id: I3e4fdb07ea5a1d1d47bcf190a5ee96800b44f89b
2012-07-26sal_Bool -> boolTakeshi Abe
Change-Id: I32f56e8577264eb9d125dbe3fcba2af7a4361713
2012-07-26Ditch useless fieldsTakeshi Abe
Change-Id: Icf744e016db79769bfa3fe3abf0934b1273724d4
2012-07-25fdo#50633 IDE: select current module in Object Catalog on openUray M. János
Change-Id: Ieea731b0ed8eefdab616ed1f778b445aae14191c
2012-07-25Restore use of MatchGroupCaolán McNamara
i.e. removal of entire call in 0f6101cfef4c2e45d9f1f1b3a61ef94799e4526b doesn't look right to me. That just wanted to remove the "beeps" Change-Id: I8024c04d1e585f45fa54a82faab5f013096a708a
2012-07-25sal_Bool -> boolTakeshi Abe
Change-Id: I009a55e1e399198aef8e5ad3f43230b0aea0b6fe
2012-07-24fdo#52223 fix Object Catalog in Basic IDE when resizingUray M. János
Change-Id: I96861bfcf7c0da6dd94c50acd673dedb14d15204
2012-07-24Remove unused argumentTakeshi Abe
Change-Id: Ida75dce28b876abf4aec8dcae8ad60ba89063b59
2012-07-23Some clean-upStephan Bergmann
Change-Id: Ib515db3b5e3bc77a397d24ed7ec1ed446f2998a2
2012-07-23WaE: misc. fixes.Michael Meeks
Change-Id: I6cab01b0b82f7b82fff617715c5af45d23c536fe
2012-07-23fdo#48549 System::Beep() removalMathieu Vonlanthen
Change-Id: I8fe133dd8d1f759fbe21d47ae358c0b5451812b5
2012-07-20sal_Bool -> boolTakeshi Abe
Change-Id: I5b334344a0ead5fde083c952e625d74978f1a927
2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann
Change-Id: I0799f22685609201dfb524c373d065b6184ed53c
2012-07-14Remove unused HIDsThomas Arnhold
Those were only listed in help_hid.lst Change-Id: I491a037b375015db76c30c93a59b615a63fb1838
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold
Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
2012-07-09targetted rename xcr -> xmlscript to match includes and module nameMichael Meeks
2012-07-09some UniString->rtl::OUStringCaolán McNamara
Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
2012-07-04Convert aTabs field in SvTreeListBox from SvPtrarr to std::vectorNoel Grandin
Change-Id: I901c6df67fc95cfb2ac3ea15e69a47c5fc3161b6
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-07-03Remove duplication of License/Credits informationStefan Knorr (astron)
A bit differently this time around: + remove Credits menu item from menu + remove License button from the About dialog Change-Id: I07c1e115aa209ef1d69458f5b188d73caaae4294
2012-07-03fdo#51577 - fix incremental search / buffer switching hang/crashMichael Meeks
2012-07-02hrc cleanup: Remove include guardsThomas Arnhold
Also add some missing include guards. Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
2012-07-02hrc cleanup: Remove unused definesThomas Arnhold
Change-Id: Iaa7da7745fc01544d9a503b313479b2450810524
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-06-29Remove some unused defines and controlsThomas Arnhold
Change-Id: I96f76ed6b33f5c786d1e3ab3981a535037a9c1b5
2012-06-29Remove unused header guards and optionsThomas Arnhold
Change-Id: I391358363a9d30e089b249d894b7abea5a2d1434
2012-06-29Remove last PCH tracesThomas Arnhold
Change-Id: I6b5d7422eecb90c612e76fd59a6316a4ea7a8698
2012-06-29Remove UNO includes commentsThomas Arnhold
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
2012-06-29Remove some more PCH tracesThomas Arnhold
Change-Id: Iafca82ac728feba97fb68523dcb032b0e17e5a3c
2012-06-27Reduce newline bloat at eofThomas Arnhold
Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
2012-06-26re-base on ALv2 code.Michael Meeks
2012-06-25Remove various commented out definesThomas Arnhold
Most of them in hrc files. Change-Id: I3944f6ed9befd2b498385f61b851790362221a4f
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold
All of those defines (should) not be used at any point in the code. False positives may exist, because some macro names are getting generated by some template/macro foo. This is the version which compiled fine for me. Also there are many commented out lines removed. Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8