summaryrefslogtreecommitdiff
path: root/filter/source/xsltdialog
AgeCommit message (Expand)AuthorFilesLines
2013-01-11use sizegroups instead of explicit codeCaolán McNamara1-12/+0
2013-01-09add a CloseButton to vcl for convenienceCaolán McNamara2-2/+2
2012-12-29Revert "String Cleanup and news OUString methods/constructors"Tor Lillqvist1-41/+49
2012-12-28String Cleanup and news OUString methods/constructorsRicardo Montania1-49/+41
2012-12-21More String cleanup in filterRicardo Montania2-24/+23
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin2-51/+40
2012-12-19set a more sane default height on headerbarsCaolán McNamara1-1/+1
2012-12-14there was SearchAndReplace which replaces the first occurrenceIvan Timofeev1-8/+8
2012-12-14Use replaceAll() correctlyTor Lillqvist1-8/+8
2012-12-13String removal in filterRicardo Montania2-57/+56
2012-12-11OUString::replaceAll unused resultsIvan Timofeev1-4/+4
2012-12-11String -> OUString in filterRicardo Montania1-14/+12
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
2012-11-27removed obsolete xml validation service and xml source view.Peter Jentsch22-398/+26
2012-11-22AllSettings with LanguageTagEike Rathke1-1/+1
2012-11-22convert text xml filter dialog to .uiCaolán McNamara7-405/+127
2012-11-21bump xmlfilter settings dialog for new helpidsCaolán McNamara3-3/+1
2012-11-21xslt dialog is supposed to be a modeless dialogCaolán McNamara3-14/+17
2012-11-20convert xslt filter dialog to .uiCaolán McNamara11-369/+198
2012-11-17accessible names set *after* resource was freed, so names were nullCaolán McNamara1-2/+2
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida1-0/+1
2012-10-26XubString->OUStringCaolán McNamara2-23/+24
2012-10-25rework selection of transformer for an XSLT filterDavid Tardon9-47/+26
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin4-17/+18
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida1-7/+7
2012-10-09Get ride of not used macros in filterMarcos Paulo de Souza1-6/+0
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin1-13/+12
2012-10-04Fixes/improvements on previous commitStephan Bergmann1-2/+2
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin1-5/+5
2012-10-03re-base on ALv2 code. Includes:Michael Meeks19-443/+272
2012-10-01Use prefixTor Lillqvist2-2/+2
2012-09-27Improvements on previous commitStephan Bergmann1-2/+1
2012-09-27fdo#46808, Adapt frame::GlobalEventBroadcaster UNO service to new styleNoel Grandin1-20/+19
2012-09-03fdo#46808, Adapt system::SystemShellExecute UNO service to new styleNoel Grandin1-4/+6
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2-3/+0
2012-08-07fdo#46193 MessBox was made copyableZolnai Tamás2-3/+3
2012-07-13Added ctrl+w for closing XML FILTER SETTING tool in DRAWGokul1-1/+2
2012-07-02hrc cleanup: Remove include guardsThomas Arnhold1-2/+0
2012-07-01hrc cleanup: Remove unused resource definitionsThomas Arnhold1-1/+0
2012-06-29Remove unused localsThomas Arnhold1-137/+0
2012-06-27Reduce newline bloat at eofThomas Arnhold6-54/+0
2012-06-26removed unused forward declarations of classTakeshi Abe2-5/+0
2012-06-22remove bunch of obsolete looking .dxp filesMichael Stahl1-1/+0
2012-06-21re-base on ALv2 code.Michael Meeks7-176/+113
2012-06-21re-base on ALv2 code.Michael Meeks12-300/+192
2012-06-06nuke dead codeTakeshi Abe2-26/+0
2012-05-18removed unused const rtl::OUStringTakeshi Abe1-1/+0
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-2/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-2/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi3-24/+24