summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unodraw.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-06-13SwXShape: add ChainNext/PrevName UNO propertyMiklos Vajna1-0/+5
2014-06-03Split out IDocumentDrawModelAccess from SwDoc.Valentin Kettner1-15/+16
2014-06-01OUstring: avoid temporaries and constifyMatteo Casalin1-17/+14
2014-06-01sal_uInt16 to more proper typesMatteo Casalin1-1/+1
2014-05-30SwTextBoxHelper: handle size when it's set before CustomShapeGeometryMiklos Vajna1-0/+7
2014-05-29SwXShape::getPropertyStates(): handle textboxesMiklos Vajna1-0/+8
2014-05-29SwTextBoxHelper::syncProperty(): no need to pass the property nameMiklos Vajna1-2/+2
2014-05-28coverity#707290 Uncaught exceptionCaolán McNamara1-1/+2
2014-05-28WaE: -Werror=maybe-uninitializedCaolán McNamara1-1/+1
2014-05-27SwXDrawPage::getByIndex(): ignore textboxesMiklos Vajna1-1/+5
2014-05-27SwXDrawPage::getCount(): ignore textboxesMiklos Vajna1-1/+8
2014-05-27SwXShape: return the right XText implementaation in the TextBox caseMiklos Vajna1-1/+1
2014-05-27SwXShape: allow setting TextBox property to falseMiklos Vajna1-1/+2
2014-05-27SwXShape: new bool TextBox propertyMiklos Vajna1-0/+14
2014-05-27SwXShape: invoke SwTextBoxHelperMiklos Vajna1-1/+9
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part15Julien Nabet1-28/+28
2014-05-11coverity#736853 Dereference before null checkCaolán McNamara1-1/+1
2014-04-30sw: sal_Bool->boolNoel Grandin1-13/+13
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante1-9/+0
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann1-4/+0
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist1-17/+17
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-5/+5
2014-03-25coverity#704953 Dereference after null checkCaolán McNamara1-1/+1
2014-03-22coverity#704361 bDone initialized to true instead of falseCaolán McNamara1-1/+1
2014-03-10sw: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-45/+1
2014-02-27Remove visual noise from swAlexander Wilms1-1/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-60/+60
2014-02-25coverity#738131 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-25xmloff: import/export loext:rel-width/height-rel for Writer shapesMiklos Vajna1-0/+4
2014-02-24SwXShape: implement reading the Relative*Relation propertiesMiklos Vajna1-1/+9
2014-02-24SwXShape: implement reading the RelativeWidth propertyMiklos Vajna1-5/+16
2014-02-24SwXShape: implement reading of the RelativeHeight propertyMiklos Vajna1-0/+13
2014-02-20sw: enable Relative{Height,Width}Relation UNO properties for shapesMiklos Vajna1-3/+16
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-19Resolves: #i124188# assure correct insertion of text attribute...Oliver-Rainer Wittmann1-1/+1
2014-02-06typo fixes in commentsAndras Timar1-1/+1
2014-01-29coverity#1158197 Dereference null return valueCaolán McNamara1-1/+2
2014-01-29coverity#1158198 Dereference null return valueCaolán McNamara1-1/+1
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann1-2/+2
2013-12-09fdo#54938: Convert sw to use cppu::supportsServiceMarcos Paulo de Souza1-12/+4
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann1-2/+4
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann1-2/+1
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-3/+3
2013-10-22Bin useless swmod commentsTor Lillqvist1-3/+3
2013-10-21remove uses of COMPARE_*Caolán McNamara1-1/+1
2013-07-23expand out the U2S and S2U macros from sfxuno.hxxNoel Grandin1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-6/+6
2013-06-11typing fix on postion -> positionCiorba1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-45/+44
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-6/+6