summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz10-80/+80
2012-01-17DbGridControl::SeekCursor: show exception when seek fails (and debug build)Lionel Elie Mamane1-0/+1
2012-01-17fix crash double clicking rotated text in calcCaolán McNamara1-4/+2
2012-01-16SvPtrarr->std::vectorAugust Sodora2-56/+12
2012-01-17Use platform-independent ::rtl::math::round to fix msvc buildKorrawit Pruegsanusak1-2/+3
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz11-88/+80
2012-01-15use SAL_N_ELEMENTSDavid Tardon1-695/+695
2012-01-15WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon1-0/+5
2012-01-15WaE: narrowing conversion from unsigned int to sal_Int32David Tardon1-282/+287
2012-01-15WaE: narrowing conversion from unsigned int to sal_Int32David Tardon1-2/+2
2012-01-15fix crash related to accessing null element in boost::ptr_vectorMarkus Mohrhard1-2/+1
2012-01-14Fix for fdo43460 Part XXXVIII getLength() to isEmpty()Olivier Hallot51-150/+150
2012-01-13fdo#44173: use a geometric progression for zoomingTim Hardeck2-2/+7
2012-01-13use INCLUDE instead of SOLARINC, and after local includesEike Rathke1-1/+1
2012-01-13just return the read string here instead of passing one in by refCaolán McNamara1-2/+1
2012-01-13svxempty.* not needed anymoreCaolán McNamara4-90/+1
2012-01-12fix ooxml custom shapes with 360 degree arcsRadek Doulik1-3/+3
2012-01-11Fix build on MacOSXAugust Sodora1-1/+1
2012-01-11SvStringsDtor->boost::ptr_vectorAugust Sodora1-34/+28
2012-01-11Remove unnecessary forward declarationAugust Sodora1-8/+0
2012-01-11SvStringsDtor->std::vectorAugust Sodora2-33/+23
2012-01-11SvStringsDtor->std::vectorAugust Sodora2-31/+23
2012-01-11implemented custom shape subpaths darkening/lightingRadek Doulik4-34/+55
2012-01-11n#734734: Text rotation fixes.Muthu Subramanian3-3/+12
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora8-35/+1
2012-01-11fdo#38057 implement RTF import progressbarMiklos Vajna2-0/+6
2012-01-10Use SAL_N_ELEMENTSThomas Arnhold2-2/+2
2012-01-10callcatcher: update listCaolán McNamara6-34/+0
2012-01-10simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara4-5/+5
2012-01-10some misc tidyup ( that was reverted )Noel Power2-15/+15
2012-01-10Revert "remove duplicated images for basic dialog form controls ( & misc tidy...Noel Power2-15/+15
2012-01-09simplify CharClassCaolán McNamara1-2/+2
2012-01-07Add a missing space in the format -> page -> organizer tabIvan Timofeev1-2/+12
2012-01-07Remove superfluous _ZFORLIST_DECLARE_TABLE definition.Marcel Metz1-1/+0
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz17-16/+1
2012-01-06Removed unnecessary tools/ref.hxx includes.Marcel Metz4-3/+1
2012-01-06Removed unnecessary tools/link.hxx includes.Marcel Metz2-1/+1
2012-01-06make ReadUniOrByteString return a stringCaolán McNamara2-10/+9
2012-01-06removed dead codeTakeshi Abe3-157/+0
2012-01-06catch exception by constant referenceTakeshi Abe9-42/+26
2012-01-05Removed unnecessary tools includes.Marcel Metz8-11/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz3-2/+1
2012-01-05Removed unnecessary tools includes.Marcel Metz9-9/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz9-10/+0
2012-01-05Resolves: fdo#43867 collection of problems causing loss of ole2 previewsCaolán McNamara3-50/+54
2012-01-05don't make it a secret what the invalid url wasCaolán McNamara1-1/+2
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara11-35/+44
2012-01-04make these variables staticMatúš Kukan1-6/+6
2012-01-04move the assert checking the polygon count higherRadek Doulik1-1/+1
2012-01-04implemented QUADRATICCURVETO case of custom shape pathsRadek Doulik1-2/+12