summaryrefslogtreecommitdiff
path: root/svx/source/svdraw
AgeCommit message (Expand)Author
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara
2012-05-03sal_Bool to boolTakeshi Abe
2012-05-03removed unused definesTakeshi Abe
2012-04-28extract ImplTwipsToMM/ImplMMToTwips into a common headerTakeshi Abe
2012-04-26WaE: msvc2008 unsafe mix of bool and sal_BoolCaolán McNamara
2012-04-19fdo#48473 Missing translation of local String constantRegina Henschel
2012-04-18condition is always trueCaolán McNamara
2012-04-16upgrade GetValueTextByPos family to rtl::OUStringCaolán McNamara
2012-04-09fdo43752: PPTX import fix affected odp imports.Muthu Subramanian
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-05String::CreateFromInt32 -> OUString::valueOfCaolán McNamara
2012-04-02pointer is always non-nullCaolán McNamara
2012-04-02removed duplicate includes in svxTakeshi Abe
2012-03-20remove ToDouble/ToFloatCaolán McNamara
2012-03-20reduce UniStringsCaolán McNamara
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
2012-03-13Resolves: fdo#46728 reference count the overlay managersCaolán McNamara
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-02-29fdo#46340: fix crash in SdrGrafObj::getInputStream:Michael Stahl
2012-02-29WaE: C4805: '!=' : unsafe mix of type 'bool' and type 'const sal_Bool'Caolán McNamara
2012-02-27n742593: Adding checks before using textbox sizes.Muthu Subramanian
2012-02-21Fixed a possible NULL-dereference found by cppcheck in svxJosh Heidenreich
2012-02-19Remove unused codePetr Vorel
2012-02-18Remove unused codeElton Chung
2012-02-15Fix some translation oversightsStefan Knorr (astron)
2012-02-13Remove unused codeElton Chung
2012-02-11fix dbgutil build: put back DbgName_SdrPageViewMatúš Kukan
2012-02-10Removed some warnings on WIN32 build.Kohei Yoshida
2012-02-08callcatcher: update list, ByteString is on the ropesCaolán McNamara
2012-02-01InsertData to AppendData, to hide the insert position.Kohei Yoshida
2012-01-31More on string conversion.Kohei Yoshida
2012-01-31XubString to rtl::OUString.Kohei Yoshida
2012-01-31One more method to non-inline. I guess this is the last one...Kohei Yoshida
2012-01-31Simplified & non-inlined setUnoShape().Kohei Yoshida
2012-01-31More implicit inline methods to non-inline.Kohei Yoshida
2012-01-31XubString to rtl::OUString.Kohei Yoshida
2012-01-31More implicit inline method to hide.Kohei Yoshida
2012-01-31Container to ptr_vector.Kohei Yoshida
2012-01-31One less method that nobody uses.Kohei Yoshida
2012-01-31No implicit inlining in the header file.Kohei Yoshida
2012-01-31Make these data members private.Kohei Yoshida
2012-01-31Use bool & prefer rtl::OUString.Kohei Yoshida
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann
2012-01-26Replace SvtCacheOptions with (simplified) direct configuration access.Stephan Bergmann
2012-01-24Comments Translations.Stefan Knorr
2012-01-24Removal of commented code.Stefan Knorr
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2012-01-20String to rtl::OUString.Kohei Yoshida
2012-01-20sal_Bool to bool.Kohei Yoshida
2012-01-19Make this a private member (to make it easier to keep track of its usage).Kohei Yoshida