summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2013-12-02fdo#71748 Fix color pickersMaxim Monastirsky2-29/+5
2013-12-02Drop duplicate #includeTakeshi Abe9-10/+0
2013-11-30mark non-translatable .ui strings explicitely as suchAndras Timar1-3/+3
2013-11-30make some .ui strings translatableAndras Timar1-1/+1
2013-11-28warning C4702: unreachable codeStephan Bergmann1-2/+0
2013-11-28warning C4702: unreachable codeStephan Bergmann1-2/+0
2013-11-28Use rtl::Reference instead of std::auto_ptrStephan Bergmann3-9/+12
2013-11-28we will need getColorConfig, etc. againCaolán McNamara2-0/+24
2013-11-27error C2872: 'accessibility' : ambiguous symbolCaolán McNamara3-12/+12
2013-11-27C2872: 'accessibility' : ambiguous symbolCaolán McNamara1-3/+3
2013-11-27removed pCaptionObj from accessibilityArmin Le Grand2-27/+13
2013-11-27statement aligned as second statement in if body but not in a statement blockStephan Bergmann1-1/+1
2013-11-27-Werror,-Wunused-variableStephan Bergmann1-2/+0
2013-11-27-Werror,-Wunused-variableStephan Bergmann1-2/+0
2013-11-27Integrate branch of IAccessible2Steve Yin34-226/+4155
2013-11-27restore GetChild, etc. we will need them againCaolán McNamara6-0/+59
2013-11-27convert link warning dialog to .uiCaolán McNamara6-223/+99
2013-11-26Integrate branch of IAccessible2Steve Yin1-1/+1
2013-11-23widht -> widthJulien Nabet1-4/+4
2013-11-22replace OUString::reverseCompareTo("xxx") with operator==Noel Grandin1-8/+8
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin2-9/+9
2013-11-22remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin1-1/+1
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::equalsIgnoreAsciiLNoel Grandin1-1/+1
2013-11-21remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin1-1/+1
2013-11-20Don't set Referer when accessing embedded mediaStephan Bergmann1-2/+2
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin1-1/+1
2013-11-20avmedia: Implement "block untrusted referer links" featureStephan Bergmann6-18/+20
2013-11-20wrong border extraction mechanismCaolán McNamara1-7/+3
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OUString::matchAsciiL callsNoel Grandin1-1/+1
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin1-1/+1
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin1-2/+1
2013-11-20String clean-upStephan Bergmann1-5/+1
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin5-35/+22
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin9-32/+32
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin1-2/+2
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin35-109/+107
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin18-47/+47
2013-11-18Simplify avmedia::MediaItem::setURLStephan Bergmann2-6/+6
2013-11-18avmedia::getMediaFloater clean-upStephan Bergmann1-2/+2
2013-11-16cppcheck: reduce scopeJulien Nabet1-1/+1
2013-11-15convert 500th dialog (vectorize) to .uiCaolán McNamara1-0/+29
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann4-7/+0
2013-11-14make l10n buildable separatelyBjoern Michaelsen1-1/+4
2013-11-14rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann15-41/+63
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-3/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-13/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-4/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-21/+0
2013-11-14remove unnecessary sal_Unicode casts in SVX moduleNoel Grandin8-35/+35
2013-11-13expand out the A2S macroNoel Grandin5-49/+43