summaryrefslogtreecommitdiff
path: root/svx/inc
AgeCommit message (Collapse)Author
2012-02-10Removed some dead codeMarc-André Laverdière-Papineau
2012-02-10Removed some warnings on WIN32 build.Kohei Yoshida
2012-02-10Remove unused codeElton Chung
2012-02-08changes to "tools/table.hxx to std::map conversion"Eike Rathke
* use consistent indenting with 4 spaces (instead of tabs (plus one space)) * use erase(it++) instead of erase(it); ++it to not access invalidated iterator * for First(); Remove(); Next() loops over entire Table use map::clear() at the end if it isn't in a dtor * use existing typedef SvNumberFormatTable in numfmtsh.hxx instead of redefining, which means include zforlist.hxx now and some other forward declarations can be removed * removed inlined duplicated code of GetEntry(), implemented it in zforlist.cxx instead and made const GetFormatEntry() just call GetEntry() * removed the temporary sal_uIntPtr nFormat to be used as key, the sal_uIntPtr was only used because Table effectively had pointer size as keys. * made initial assignments of nDefaultFormat and nDefaultCurrencyFormat use the ternary conditional operator
2012-02-08tools/table.hxx to std::map conversion in SV, SVL and SVX modulesNoel Grandin
This patch converts one use of tools/table.hxx in svl/inc/svl/zforlist.hxx, whose use in turn spans 3 modules.
2012-02-08callcatcher: update list, ByteString is on the ropesCaolán McNamara
2012-02-04extract max legal dff length to headerCaolán McNamara
2012-02-01InsertData to AppendData, to hide the insert position.Kohei Yoshida
Only a few places in sc specified insert position, and those were not strictly necessary.
2012-02-01fdo#34425: [Feature] Persist bgcolor toolbar button.Winfried Donkers
This is to avoid background color selection evertime.
2012-02-01German comments translations.Winfried Donkers
2012-01-31More on string conversion.Kohei Yoshida
2012-01-31XubString to rtl::OUString.Kohei Yoshida
2012-01-31Re-organized boolean data members.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-27Revert "Removed list and numbering paragraph styles and related option page"Cédric Bosdonnat
This reverts commits 359d0fbd03a68d9131e8fb25e7dac9f19ddf6dcb, 6a15a2898b7f822ddfba23553dd127e25af15fff and 21352f88caba9dee73d5a87c8e3724d17ac6b428. This change is not mature enought: needs more work
2012-01-25optimized zoom to use more common intervalsTim Hardeck
Round zoom values beginning with 50 to a multiple of 5, with 100 to one of 10, with 500 to one of 50 and with 1000 to one of 100. The step 100 is enforced to have one fixed point.
2012-01-23Let's use 2^(1/4) as the zoom factor, instead of 1.2 (thanks, Tor!)Jan Holesovsky
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
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
2012-01-19No class derives from SdrPageView. No sense using protected visibility.Kohei Yoshida
2012-01-19Don't be a listener if you aren't interested in listening.Kohei Yoshida
2012-01-19implemented SubViewSize property for EnhancedCustomShapePathRadek Doulik
2012-01-18Make them private instead of protected.Kohei Yoshida
No classes derived from this and they are not virtual methods.
2012-01-18This aCropRect data member is no longer used.Kohei Yoshida
2012-01-18remove unused codeThomas Arnhold
2012-01-18svx: remove unused definitions in globlmn_tmpl.hrcIvan Timofeev
2012-01-16SvPtrarr->std::vectorAugust Sodora
2012-01-13fdo#44173: use a geometric progression for zoomingTim Hardeck
Zooming does now base on a geometric progression instead of an arithmetic one. Since the zoom factor is not only used in Draw but for all other applications 1.2 seems like a good choice.
2012-01-13svxempty.* not needed anymoreCaolán McNamara
2012-01-11Remove unnecessary forward declarationAugust Sodora
2012-01-11SvStringsDtor->std::vectorAugust Sodora
2012-01-11SvStringsDtor->std::vectorAugust Sodora
2012-01-11implemented custom shape subpaths darkening/lightingRadek Doulik
2012-01-11n#734734: Text rotation fixes.Muthu Subramanian
PPTX would need rotation of text _inside_ text/object boundaries, rather than the rotation of the text/object itself.
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora
2012-01-11fdo#38057 implement RTF import progressbarMiklos Vajna
2012-01-10callcatcher: update listCaolán McNamara
2012-01-10some misc tidyup ( that was reverted )Noel Power
some id and string renaming from b08e273015d72251b68bca86535cf5919dd9e40e was reverted, those parts of the changes are reapplied here
2012-01-10Revert "remove duplicated images for basic dialog form controls ( & misc ↵Noel Power
tidyup )" This reverts commit 83a28682f21f7b284aa57f9c336bae551621da03.