summaryrefslogtreecommitdiffstats
path: root/svtools/inc
Commit message (Expand)AuthorAgeFilesLines
* replace (Xub)String with OUString in vclChr. Rossmanith2013-02-061-1/+1
* Changed SetText() / GetText() to take/return OUStringChr. Rossmanith2013-01-219-21/+21
* Const correct-ness in one place...Kohei Yoshida2013-01-172-3/+3
* sal_Bool to bool.Kohei Yoshida2013-01-171-6/+6
* Proper construction of the impl class, using initializer.Kohei Yoshida2013-01-171-10/+11
* Unindent the class declaration.Kohei Yoshida2013-01-171-77/+78
* String cleanup.Kohei Yoshida2013-01-171-2/+2
* teach ValueSet to calc an optimal sizeCaolán McNamara2013-01-151-1/+2
* we only ever want the preferred window size from GetOptimalSizeCaolán McNamara2013-01-142-2/+2
* include PCH headers for headers changesLuboš Luňák2013-01-101-28/+3
* Cleanup: #include <tools/gen.hxx>Matteo Casalin2013-01-073-3/+4
* Make LO buildable again after the GraphicFilter move.Jan Holesovsky2013-01-041-1/+1
* Move GraphicFilter class to vcl.Jan Holesovsky2013-01-043-513/+0
* ignore #include inside #ifLubos Lunak2012-12-261-3/+1
* PCH for Library_svtLubos Lunak2012-12-262-0/+519
* fdo#46808, Convert frame::Desktop to new style service.Noel Grandin2012-12-211-4/+3
* Partially reverted 786f15e605867668d88ab23d66cabb18f18bdcf9Cédric Bosdonnat2012-12-202-0/+156
* Removed File > Templates > Address Book Source... menu entry and its codeCédric Bosdonnat2012-12-202-156/+0
* split out description info page and convert to .uiCaolán McNamara2012-12-181-5/+3
* File picker: add Path field for CMIS like other protocolsCédric Bosdonnat2012-12-181-0/+1
* Resolves: fdo#58373 restore label for font is printer/both or unavailableCaolán McNamara2012-12-171-0/+11
* split out document info page and convert to .uiCaolán McNamara2012-12-171-20/+0
* Remove some newly tagged unused methodsJulien Nabet2012-12-142-5/+0
* fdo#46808, use service constructor for ui::GlobalAcceleratorConfigurationNoel Grandin2012-12-131-2/+3
* callcatcher: remove unused rtf filter and associated methodsCaolán McNamara2012-12-101-1/+0
* move printer setup .ui to svtools and replace .src with itCaolán McNamara2012-12-052-28/+18
* Bye bye ODMATor Lillqvist2012-12-051-3/+0
* Support added for fine dashing on table borders.Eilidh McAdam2012-12-041-0/+1
* Clarify need for solar mutexStephan Bergmann2012-12-031-0/+1
* move base check for bibliography to sfx2Bjoern Michaelsen2012-12-031-1/+4
* shake out unused option instancesCaolán McNamara2012-11-301-1/+1
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-301-2/+0
* Fix Windows build with VS2010: forward declaration not enoughFridrich Štrba2012-11-301-1/+1
* Let's make it so that selected = highlighted + logically selected.Kohei Yoshida2012-11-291-3/+3
* Introduce a 'highlighted' state which differs from a 'selected' state.Kohei Yoshida2012-11-291-3/+10
* Use bitfield for better readability.Kohei Yoshida2012-11-291-1/+5
* Remove unused method & remove header include by using forward declaration.Kohei Yoshida2012-11-292-9/+2
* Now we can officially hide these flag values.Kohei Yoshida2012-11-291-7/+0
* More on removing direct access to tree entry's view flags.Kohei Yoshida2012-11-292-7/+5
* Avoid direct use of flag value.Kohei Yoshida2012-11-291-0/+1
* Pass pointer to view data entry to Paint() instead of its raw flag value.Kohei Yoshida2012-11-292-9/+14
* Resolves: fdo#44664 Provide a way to set the default print job format.Caolán McNamara2012-11-292-3/+8
* Try to reduce direct access/manipulation of the flag value.Kohei Yoshida2012-11-281-0/+1
* Get it to build after the rebase.Kohei Yoshida2012-11-281-0/+3
* This is now struct, not class.Kohei Yoshida2012-11-281-1/+1
* Finally merge SvViewData and SvViewDataEntry.Kohei Yoshida2012-11-283-26/+21
* Use std::vector over c-style pointer array.Kohei Yoshida2012-11-282-4/+9
* Make SvViewDataItem a struct, with only one public data member...Kohei Yoshida2012-11-282-11/+5
* sal_Bool to bool.Kohei Yoshida2012-11-281-2/+2
* Move SvViewDataEntry and SvViewDataItem into these files too.Kohei Yoshida2012-11-282-25/+25