summaryrefslogtreecommitdiff
path: root/basic/source/inc
AgeCommit message (Collapse)AuthorFilesLines
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin3-15/+14
I upgraded the service to return XSimpleFileAccess3, since it already implemented that interface, and it's backwards compatible. Change-Id: I40001a46048bd21a23b6a2f58a95376f06fc634b
2012-11-07basic: String -> OUStringNorbert Thiebaud13-221/+218
Change-Id: I42479b4bade5111e38d69f04c889c166f340d5ba
2012-11-03basic migration to OUStringNorbert Thiebaud1-2/+2
Change-Id: I1f9403174b3779801d91ba20d846191ed9a09eed
2012-11-03basic: String -> OUString in basicmanagerNorbert Thiebaud1-4/+4
Change-Id: I6607bfe8b6bf4d29ffd01cd88a19af5e53d616b5
2012-11-03basic: use OUString internaly for error messagesNorbert Thiebaud1-9/+9
Change-Id: I9ea243f93b7477814037deca2f332c3359ce527d
2012-10-04fdo#48257 collect function prototypes from basic/ into single header fileJack Leigh1-0/+37
Change-Id: I1666e64b2b611054e1a713a76575e2f06781f80a
2012-09-25Fix MSVC build: #undef EXPLICIT (which gets defined as 'explicit' somewhere)Tor Lillqvist1-0/+4
Change-Id: I83f6dff2a01d6d7806b2d2f4e6415aee10933e14
2012-08-22sal_Bool to boolTakeshi Abe2-25/+25
Change-Id: I75dd089b34c94831bfdfd0e02585af7609013a08
2012-08-22Remove unused functionTakeshi Abe1-2/+0
Change-Id: I1888bb21ad55f919a25a96b5c8090d1194be51de
2012-08-21sal_Bool to boolTakeshi Abe4-23/+23
Change-Id: I38141187c4f0809343a93c5765c0773d2321968a
2012-08-21Remove unused functionTakeshi Abe1-1/+0
Change-Id: Ifd6ba71e0ab13f9ad0e86f3e770ae1a6ace336e1
2012-08-20sal_Bool to boolTakeshi Abe3-17/+17
Change-Id: I427e9bb30cab4698a2495de7445a4a4982abd7b4
2012-08-19sal_Bool to boolTakeshi Abe2-16/+16
Change-Id: I6206ee7e17e12388ea644123e180842df3e3a7ee
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-1/+0
Change-Id: Ia6f5bf7c3372515c2796d239aeb610fbe6f29f8d
2012-08-15sal_Bool to boolTakeshi Abe1-5/+5
Change-Id: I784fb31bad1ff02987c24abbac04b38207a1f5cf
2012-08-14Remove declared but not defined functionTakeshi Abe1-1/+0
Change-Id: I74836b55375a6e2e57a989234bacf7186325b33e
2012-08-14sal_Bool to boolTakeshi Abe1-30/+30
Change-Id: Idb5ef3cebdd45bd91f7c0ae34e422fd651d395c9
2012-08-12bErrors was always trueTakeshi Abe1-1/+0
Change-Id: I193029e1fb2434161679498fa0ba7e1c7c0ab3ba
2012-08-12sal_Bool to boolTakeshi Abe4-18/+18
Change-Id: I61a6675df622232923a827fc20bf121dd03cd7da
2012-08-09Remove useless #ifndef guardTakeshi Abe1-3/+0
Change-Id: Iddb666611ff11db0912832a73bd8b95438985383
2012-08-09Remove a member variable no one readsTakeshi Abe1-1/+0
Change-Id: Iacb037bebaf1c3d77ab61be6342b42319b8a2e7b
2012-08-07Remove forwards of non-existing structsThomas Arnhold1-2/+0
Change-Id: Ie1d7ed56c69539587df5310c0a1ea0476abd5542
2012-08-03Remove declared but not defined functionsTakeshi Abe1-7/+0
Change-Id: I583dc4043b471f741711693b32b16348bb1c8360
2012-08-03sal_Bool -> boolTakeshi Abe2-9/+9
Change-Id: I49749f327d6a9c3661ef9bd684647e0a45b9203a
2012-08-01Remove unused code: those classes are unusedThomas Arnhold1-13/+0
Change-Id: Ibf41655d40c9534629bbb0dd5ae600791b42922d
2012-07-20XubString->rtl::OUStringCaolán McNamara3-10/+10
Change-Id: I584ff580e3c8eee401f07c858ecbd63e5b0bf980
2012-07-18re-base on ALv2 code. Includes:Michael Meeks20-477/+292
118568: switch to using ucpp Patch contributed by Juergen Schmidt http://svn.apache.org/viewvc?view=revision&revision=1209396
2012-07-04initial attempt at fdo#47263 allow direct access to nested uno structsNoel Power1-3/+72
2012-07-04removed unnecessary forward declarations of classTakeshi Abe3-4/+0
Change-Id: I0d6aad17c471b6edd584c668dc7ff054090c185c
2012-06-19re-base on ALv2 code.Michael Meeks6-149/+96
2012-06-12convert SbPropertyValueArr_Impl to boost::ptr_vectorMichael Stahl1-2/+3
Change-Id: Id3189a9abff5ee97b93bccefba8193ba36cb043a
2012-06-12SbPropertyValues: rename membersMichael Stahl1-2/+2
Change-Id: Iad6bc5af052a0795608ec11ee11c8dea3d091868
2012-06-12SbPropertyValues::setPropertyValue doesn't check that property existsMichael Stahl1-1/+1
Change-Id: Ia63eea0c19bfa750b80f4c99f278f8d144c714a8
2012-06-12Convert SV_DECL_PTRARR_DEL(SbiSymbols) to std::vectorNoel Grandin1-2/+8
For reasons I don't understand, the compiler would get uncopy if I tried to declare the destructor in the header file. Change-Id: I67fa7941da2f0ee08ae10bf350fb1f3bf1397410
2012-06-12Convert SV_DECL_PTRARR(SbPropertyValueArr_Impl) to std::vectorNoel Grandin1-3/+2
Change-Id: I3e072c165d83e9ade06caf2508031b473ef7691d
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin3-13/+13
Update calls to factories to use new SimpleFileAccess::create method Change-Id: Ie5b0696fe2228a9033b19969245a53c21a61aa14 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-03-26removed duplicate includes in basic / canvas / chart2 / comphelperTakeshi Abe1-5/+0
2012-03-09fix error comparing a struct vs an uno prop containing a struct fdo#42819Noel Power1-2/+3
hack to fix the scenario where sometimes we get "Object required" error when comparing an uno property containing a struct with another struct ( if that property is "MAYBEVOID" )
2012-03-05Remove unused code from basicElton Chung1-5/+0
2012-02-24basic: remove un-used return value indicating failureMichael Meeks1-4/+4
2012-02-21expand and remove NS_* macroThomas Arnhold1-40/+29
2012-02-21allow keyword Append to be used as a variable. bnc#745930Noel Power1-0/+1
statements like Dim AppEnd As Integer will generate compiler errors because Append is a special symbol/keyword in libreoffice basic. This restriction though is too strict because 'Append' is only such a keyword when used within the 'Open' statement ( where it refers to one of the possible values for a paramater ).
2012-02-20Remove unused codePetr Vorel2-3/+0
2012-02-16callcatcher: update unused code listCaolán McNamara1-1/+0
2012-02-13callcatcher: regenerate listCaolán McNamara1-1/+0
2012-02-08update unused listCaolán McNamara1-1/+0
2012-02-08callcatcher: update list, ByteString is on the ropesCaolán McNamara1-1/+0
2012-02-01callcatcher: update listCaolán McNamara1-1/+0
2012-01-31Replaced String by rtl::OUString in SbiScannerTakeshi Abe2-4/+3
2012-01-30callcatcher: remove unused NextChannelCaolán McNamara1-1/+0