summaryrefslogtreecommitdiff
path: root/svtools/source/contnr
AgeCommit message (Expand)AuthorFilesLines
2013-05-07fix scrolling performance of listboxes with hundreds of entriesCaolán McNamara1-6/+24
2013-02-11resorted SvTreeLists munged horriblyCaolán McNamara1-0/+1
2012-12-12Resolves: fdo#57469 allow tab to traverse into custom widgetsCaolán McNamara1-1/+1
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-6/+0
2012-11-30fdo#46808, use service constructor for i18n::CollatorNoel Grandin1-1/+1
2012-11-29Let's make it so that selected = highlighted + logically selected.Kohei Yoshida2-4/+3
2012-11-29Introduce a 'highlighted' state which differs from a 'selected' state.Kohei Yoshida2-2/+16
2012-11-29I didn't mean to check this in....Kohei Yoshida1-48/+0
2012-11-29Use bitfield for better readability.Kohei Yoshida1-29/+22
2012-11-29Remove unused method & remove header include by using forward declaration.Kohei Yoshida5-5/+10
2012-11-29Now we can officially hide these flag values.Kohei Yoshida1-0/+7
2012-11-29More on removing direct access to tree entry's view flags.Kohei Yoshida2-11/+14
2012-11-29Avoid direct use of flag value.Kohei Yoshida2-6/+14
2012-11-29Pass pointer to view data entry to Paint() instead of its raw flag value.Kohei Yoshida3-18/+70
2012-11-28Try to reduce direct access/manipulation of the flag value.Kohei Yoshida2-7/+11
2012-11-28Get it to build after the rebase.Kohei Yoshida1-0/+10
2012-11-28Finally merge SvViewData and SvViewDataEntry.Kohei Yoshida4-56/+39
2012-11-28Use std::vector over c-style pointer array.Kohei Yoshida2-7/+18
2012-11-28Make SvViewDataItem a struct, with only one public data member...Kohei Yoshida3-17/+5
2012-11-28sal_Bool to bool.Kohei Yoshida1-2/+2
2012-11-28Move SvViewDataEntry and SvViewDataItem into these files too.Kohei Yoshida2-31/+27
2012-11-28Make these methods non-inline.Kohei Yoshida1-0/+54
2012-11-28Extract SvViewData into separate header/source files.Kohei Yoshida3-26/+97
2012-11-28Hide this, and don't expose method definitions of exported class.Kohei Yoshida1-0/+5
2012-11-27String=>OUString in svl's inettype and fall-outNorbert Thiebaud1-5/+8
2012-11-27String->OUString in svl urifilter and restrictedpathsNorbert Thiebaud1-6/+6
2012-11-23some i18n wrappers with LanguageTagEike Rathke1-1/+1
2012-11-22get rid of unnecessary LocaleDataWrapper temporary instancesEike Rathke1-3/+3
2012-11-22AllSettings with LanguageTagEike Rathke3-3/+3
2012-11-22convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl2-17/+15
2012-11-22Do not overlap FT_DOCTEMPLATE_LINK, BTN_DOCTEMPLATE_PACKAGEStephan Bergmann1-1/+1
2012-11-21dropped dead code from svgEnrico Weigelt, metux ITS1-5/+0
2012-11-20convert xslt filter dialog to .uiCaolán McNamara1-9/+61
2012-11-20Improve error reportingStephan Bergmann1-3/+10
2012-11-19re-base on ALv2 code. Includes:Michael Meeks20-659/+286
2012-11-17callcatcher: remove another layer of binfilter-released methodsCaolán McNamara1-10/+0
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida7-6/+41
2012-11-16template pack installerBjoern Michaelsen3-0/+42
2012-11-15Make GetParent() const-correct.Kohei Yoshida2-3/+16
2012-11-15Store tree list entry items in ptr_vector & const correct-ness.Kohei Yoshida3-48/+70
2012-11-15Rename SvLBoxItem::IsA() to GetType(), and mark that const.Kohei Yoshida5-29/+29
2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin1-3/+1
2012-11-05convert basic dialog to .uiCaolán McNamara1-0/+6
2012-10-31fdo#56617: Fix crash on closing beanshell dialog and the macro window.Kohei Yoshida1-5/+8
2012-10-31fix crash traversing tools->options with keyboardCaolán McNamara1-3/+8
2012-10-30Apparently CheckIntegrity() was only declared but never defined.Kohei Yoshida1-34/+1
2012-10-30Avoiding deleting the removed entry.Kohei Yoshida1-3/+2
2012-10-30SvTreeList::GetEntry: detect an out-of-bound and return NULL in that caseMiklos Vajna1-1/+1
2012-10-30Reapply eda255b38d871bb7d20432e5730cc8c68b3e2942Stephan Bergmann1-2/+4
2012-10-30fix typoDavid Tardon1-1/+1