summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith16-47/+47
2013-01-21resolve fdo#59619 Spelling error - heigthJoren De Cuyper1-1/+1
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac7-20/+16
2013-01-20splitcelldlg.hxx moved into cui long ago, this copy should be removedCaolán McNamara2-56/+0
2013-01-18PRODUCTEXTENSION: fix various obvious strings and such...Michael Stahl2-2/+2
2013-01-18split out background page and adapt code to .uiCaolán McNamara2-3/+33
2013-01-17Const correct-ness in one place...Kohei Yoshida5-8/+8
2013-01-17Proper construction of the impl class, using initializer.Kohei Yoshida3-0/+3
2013-01-17callcatcher: remove newly unused codeCaolán McNamara4-18/+0
2013-01-17-Werror,-Wunused-private-fieldStephan Bergmann2-10/+4
2013-01-16Resolves: fdo#59183 Copy 4 or more slides then crashCaolán McNamara1-2/+2
2013-01-16Clean up SdrLayerAdmin too. Just a little.Kohei Yoshida2-18/+29
2013-01-16Some cleanup of SdrLayer class.Kohei Yoshida2-32/+33
2013-01-16Nobody derives from SdrLayer. Change protected modifiers to private.Kohei Yoshida1-3/+4
2013-01-16Remove GetAllMarkedModel() since all it does is call GetMarkedObjModel().Kohei Yoshida1-1/+0
2013-01-16add close option to findbar in Writerjorendc4-2/+175
2013-01-16use the theme width for the scrollbar, not a random 16 pixelsCaolán McNamara1-6/+5
2013-01-16Related: fdo#59182 stop SvxShowCharSet resizing itselfCaolán McNamara2-39/+65
2013-01-16fdo#42387 Fixed Merging of cells in RTL Tables in impressGokul1-2/+12
2013-01-15teach FrameSelector to be resizableCaolán McNamara3-0/+43
2013-01-15fdo#46808, use service constructor for awt::TabControllerNoel Grandin1-11/+5
2013-01-14we only ever want the preferred window size from GetOptimalSizeCaolán McNamara6-16/+9
2013-01-13callcatcher: update and remove newly unused codeCaolán McNamara2-9/+0
2013-01-13fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac8-60/+51
2013-01-12'Calculate' string was untranslatableAndras Timar1-1/+1
2013-01-10include PCH headers for headers changesLuboš Luňák2-5/+6
2013-01-10adapt code to Asian Phonetic Guide .ui conversionCaolán McNamara9-417/+586
2013-01-10aAutoDetectionCB is always hidden and always uncheckedCaolán McNamara4-33/+12
2013-01-10valueOf sal_uInt16 -> valueOf sal_Int32Ivan Timofeev1-3/+3
2013-01-09OUString::valueOf sal_Int32 cast once moreLuboš Luňák1-1/+1
2013-01-09lame_OUString_valueOf_sal_Int32_casts += 6;Luboš Luňák2-6/+6
2013-01-09Resolves: fdo#58589 recovery dialog title area text is missingCaolán McNamara2-2/+2
2013-01-09Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac5-27/+27
2013-01-09fdo#46808, convert UnoControl and sub-classes to XComponentContextNoel Grandin2-4/+3
2013-01-09fdo#46808, use new method OConfigurationTreeRoot::createWithComponentContextNoel Grandin4-8/+8
2013-01-08Remove one variant of HasField() which takes arcane TypeId.Kohei Yoshida2-10/+10
2013-01-08Optimization in for loop condition partK_Karthikeyan1-2/+4
2013-01-07Revert "dummy commit (WIP)"Luboš Luňák2-19/+5
2013-01-07dummy commit (WIP)Chr. Rossmanith2-5/+19
2013-01-07allow menu items to be referred to by a nameCaolán McNamara3-7/+9
2013-01-07split out numbering position page to cui and adapt codeCaolán McNamara1-31/+0
2013-01-07callcatcher: update unused codeCaolán McNamara2-14/+0
2013-01-07pick out graphic numbering page to cui and adapt codeCaolán McNamara2-2/+15
2013-01-07split out pick bullet page to cui and adapt codeCaolán McNamara2-4/+14
2013-01-07Bugfix for improper function call, column count was compared with row countK_Karthikeyan1-1/+1
2013-01-07Fix calls to SfxPoolItem* Put with a Which-ID of sal_falseWerner Koerner2-2/+2
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin29-23/+29
2013-01-07UNO objects must be allocated on the heapStephan Bergmann1-4/+9
2013-01-06ugly memory leakMarkus Mohrhard1-4/+4
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky14-20/+20