summaryrefslogtreecommitdiff
path: root/svtools/source/contnr
AgeCommit message (Expand)Author
2012-11-30fdo#46808, use service constructor for i18n::CollatorNoel Grandin
2012-11-29Let's make it so that selected = highlighted + logically selected.Kohei Yoshida
2012-11-29Introduce a 'highlighted' state which differs from a 'selected' state.Kohei Yoshida
2012-11-29I didn't mean to check this in....Kohei Yoshida
2012-11-29Use bitfield for better readability.Kohei Yoshida
2012-11-29Remove unused method & remove header include by using forward declaration.Kohei Yoshida
2012-11-29Now we can officially hide these flag values.Kohei Yoshida
2012-11-29More on removing direct access to tree entry's view flags.Kohei Yoshida
2012-11-29Avoid direct use of flag value.Kohei Yoshida
2012-11-29Pass pointer to view data entry to Paint() instead of its raw flag value.Kohei Yoshida
2012-11-28Try to reduce direct access/manipulation of the flag value.Kohei Yoshida
2012-11-28Get it to build after the rebase.Kohei Yoshida
2012-11-28Finally merge SvViewData and SvViewDataEntry.Kohei Yoshida
2012-11-28Use std::vector over c-style pointer array.Kohei Yoshida
2012-11-28Make SvViewDataItem a struct, with only one public data member...Kohei Yoshida
2012-11-28sal_Bool to bool.Kohei Yoshida
2012-11-28Move SvViewDataEntry and SvViewDataItem into these files too.Kohei Yoshida
2012-11-28Make these methods non-inline.Kohei Yoshida
2012-11-28Extract SvViewData into separate header/source files.Kohei Yoshida
2012-11-28Hide this, and don't expose method definitions of exported class.Kohei Yoshida
2012-11-27String=>OUString in svl's inettype and fall-outNorbert Thiebaud
2012-11-27String->OUString in svl urifilter and restrictedpathsNorbert Thiebaud
2012-11-23some i18n wrappers with LanguageTagEike Rathke
2012-11-22get rid of unnecessary LocaleDataWrapper temporary instancesEike Rathke
2012-11-22AllSettings with LanguageTagEike Rathke
2012-11-22convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl
2012-11-22Do not overlap FT_DOCTEMPLATE_LINK, BTN_DOCTEMPLATE_PACKAGEStephan Bergmann
2012-11-21dropped dead code from svgEnrico Weigelt, metux ITS
2012-11-20convert xslt filter dialog to .uiCaolán McNamara
2012-11-20Improve error reportingStephan Bergmann
2012-11-19re-base on ALv2 code. Includes:Michael Meeks
2012-11-17callcatcher: remove another layer of binfilter-released methodsCaolán McNamara
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida
2012-11-16template pack installerBjoern Michaelsen
2012-11-15Make GetParent() const-correct.Kohei Yoshida
2012-11-15Store tree list entry items in ptr_vector & const correct-ness.Kohei Yoshida
2012-11-15Rename SvLBoxItem::IsA() to GetType(), and mark that const.Kohei Yoshida
2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin
2012-11-05convert basic dialog to .uiCaolán McNamara
2012-10-31fdo#56617: Fix crash on closing beanshell dialog and the macro window.Kohei Yoshida
2012-10-31fix crash traversing tools->options with keyboardCaolán McNamara
2012-10-30Apparently CheckIntegrity() was only declared but never defined.Kohei Yoshida
2012-10-30Avoiding deleting the removed entry.Kohei Yoshida
2012-10-30SvTreeList::GetEntry: detect an out-of-bound and return NULL in that caseMiklos Vajna
2012-10-30Reapply eda255b38d871bb7d20432e5730cc8c68b3e2942Stephan Bergmann
2012-10-30fix typoDavid Tardon
2012-10-29Somehow this change was lost during git rebase.Kohei Yoshida
2012-10-29Remove unnecessary type casts.Kohei Yoshida
2012-10-29Finally removed SvTreeEntryList.Kohei Yoshida
2012-10-29Remove remaining use of SvTreeEntryList.Kohei Yoshida