summaryrefslogtreecommitdiff
path: root/svtools/inc
AgeCommit message (Expand)Author
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-11-30Fix Windows build with VS2010: forward declaration not enoughFridrich Štrba
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-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-29Resolves: fdo#44664 Provide a way to set the default print job format.Caolán McNamara
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-28This is now struct, not class.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-27Introduce a Restart dialog that allows to automatically restart LOStephan Bergmann
2012-11-21dropped dead code from svgEnrico Weigelt, metux ITS
2012-11-20convert xslt filter dialog to .uiCaolán McNamara
2012-11-19re-base on ALv2 code. Includes:Michael Meeks
2012-11-18Move #include to appropriate headerTakeshi Abe
2012-11-17callcatcher: remove another layer of binfilter-released methodsCaolán McNamara
2012-11-17fix error introduced by previous commitMarkus Mohrhard
2012-11-17translated german comments to englishEnrico Weigelt, metux ITS
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-15PlaceEditDialog: simplified CMIS by adding template URLs for common serversCédric Bosdonnat
2012-11-13fpicker: moved the PlaceEditDialog to .ui fileCédric Bosdonnat
2012-11-13convert extension dialog to .uiCaolán McNamara
2012-11-12move svtools's FixedHyper.hxx to vclCaolán McNamara
2012-11-12re-base on ALv2 code. Includes:Michael Meeks
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-11-01Translate German comments and improve some GermishPhilipp Weissenbacher
2012-10-31This destructor should be virtual.Kohei Yoshida
2012-10-31Make SvTreeList non-copyable.Kohei Yoshida
2012-10-30Apparently CheckIntegrity() was only declared but never defined.Kohei Yoshida
2012-10-29Remove unnecessary type casts.Kohei Yoshida
2012-10-29These are not used.Kohei Yoshida
2012-10-29Finally removed SvTreeEntryList.Kohei Yoshida
2012-10-29Let's use const where we can.Kohei Yoshida
2012-10-29Use SvTreeListEntries to store child entries.Kohei Yoshida