summaryrefslogtreecommitdiff
path: root/sw/source/ui/misc
AgeCommit message (Expand)Author
2012-10-30convert end/footnote dialog to .uiCaolán McNamara
2012-10-27callcatcher: update list, stop hiding uncalled tests :-)Caolán McNamara
2012-10-24convert index dialog to .uiCaolán McNamara
2012-10-19Merge SvLBoxTreeList and SvTreeList.Kohei Yoshida
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida
2012-10-17default SwInsertGrfRulerDlg to first entryCaolán McNamara
2012-10-17convert insert ruleCaolán McNamara
2012-10-17add a makeSwRulerValueSet for custom SwRulerValueSet widgetCaolán McNamara
2012-10-15postfix operator++ -> prefix operator++Luboš Luňák
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-09-28fix up mergeCaolán McNamara
2012-09-28adapt sort-dialog code to use new layoutCaolán McNamara
2012-09-28set the default button on various dialogsCaolán McNamara
2012-09-28convert hard-coded layout of char name tabpage to .uiCaolán McNamara
2012-09-28desensitive row seperator with global on/off numberingCaolán McNamara
2012-09-28additional syntax tidyingCaolán McNamara
2012-09-28make a dialog basically a dictionary of child widgetsCaolán McNamara
2012-09-28c++11ism won't washCaolán McNamara
2012-09-28get_by_name -> get and pretty up widget type castingCaolán McNamara
2012-09-28add support for custom property for custom widgetCaolán McNamara
2012-09-28Convert of LineNumberingDialog dialog from .res to .ui formatCaolán McNamara
2012-09-28add a mechanism to create custom widgets via VclBuilderCaolán McNamara
2012-09-28simplify line numbering dialogCaolán McNamara
2012-09-28first pass at a manual conversion to .ui format of a dialogCaolán McNamara
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann
2012-09-11-Werror,-Wunused-private-field (various sw)Stephan Bergmann
2012-08-23sw: remove #undef SW_DLLIMPLEMENTATION nonsenseMichael Stahl
2012-08-18remove some useless commentsThomas Arnhold
2012-08-14fdo#50941: "Characters per line" will not change when changing "Max base text...Takeshi Abe
2012-08-07fdo#51832: SwRedlineAcceptDlg: fix STL conversion:Michael Stahl
2012-08-07remove empty ascii boxes and stuff IIThomas Arnhold
2012-07-30Typo ressource -> resourceStephan Bergmann
2012-07-27sw: fix some warningsMichael Stahl
2012-07-25delete svl/svstdarr.hxxMichael Stahl
2012-07-25cppcheck: move this pView test to where it makes senseCaolán McNamara
2012-07-17SwRedlineAcceptDlg::InsertChildren: fix previous commit:Michael Stahl
2012-07-17Convert SV_DECL_PTRARR_SORT(SwRedlineDataParentSortArr) to o3tl::sorted_vectorNoel Grandin
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold
2012-07-09some UniString->rtl::OUStringCaolán McNamara
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
2012-07-02hrc cleanup: Remove unused definesThomas Arnhold
2012-06-29Remove include guardsThomas Arnhold
2012-06-29Remove some unused defines and controlsThomas Arnhold
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara
2012-06-27Reduce newline bloat at eofThomas Arnhold
2012-06-27Get rid of annoying IAccessibility2 commentsThomas Arnhold
2012-06-25Remove various commented out definesThomas Arnhold
2012-06-23Fix prefix ++/-- operators for non-primitive typesJulien Nabet
2012-06-22re-base on ALv2 code.Michael Meeks