summaryrefslogtreecommitdiff
path: root/svx/source
AgeCommit message (Expand)AuthorFilesLines
2013-01-22Tutorial step #3 remove redundant button widget constructorsCaolán McNamara2-4/+0
2013-01-22Tutorial step #3 change Dialog constructorCaolán McNamara1-1/+2
2013-01-22remove always false and disabled m_aCB_Use_Variants checkboxCaolán McNamara4-59/+1
2013-01-22remove unused chinese_translationdialog.src, see chinese_dialogs.srcCaolán McNamara1-110/+0
2013-01-22do not second-guess which classes use a stylesheetDavid Tardon2-0/+19
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith13-39/+39
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac7-20/+16
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 McNamara1-0/+23
2013-01-17Const correct-ness in one place...Kohei Yoshida4-7/+7
2013-01-17Proper construction of the impl class, using initializer.Kohei Yoshida3-0/+3
2013-01-17callcatcher: remove newly unused codeCaolán McNamara2-15/+0
2013-01-17-Werror,-Wunused-private-fieldStephan Bergmann1-4/+3
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 Yoshida1-10/+22
2013-01-16Some cleanup of SdrLayer class.Kohei Yoshida1-20/+21
2013-01-16add close option to findbar in Writerjorendc2-2/+129
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 McNamara1-37/+62
2013-01-16fdo#42387 Fixed Merging of cells in RTL Tables in impressGokul1-2/+12
2013-01-15teach FrameSelector to be resizableCaolán McNamara2-0/+40
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 McNamara3-13/+6
2013-01-13callcatcher: update and remove newly unused codeCaolán McNamara1-8/+0
2013-01-13fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac8-60/+51
2013-01-10adapt code to Asian Phonetic Guide .ui conversionCaolán McNamara3-362/+142
2013-01-10aAutoDetectionCB is always hidden and always uncheckedCaolán McNamara3-29/+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ňák1-16/+3
2013-01-07dummy commit (WIP)Chr. Rossmanith1-3/+16
2013-01-07allow menu items to be referred to by a nameCaolán McNamara3-7/+9
2013-01-07callcatcher: update unused codeCaolán McNamara1-12/+0
2013-01-07pick out graphic numbering page to cui and adapt codeCaolán McNamara1-0/+12
2013-01-07split out pick bullet page to cui and adapt codeCaolán McNamara1-0/+10
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 Casalin16-13/+15
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
2013-01-02Change if-statements to switchWerner Koerner1-9/+8
2013-01-01remove use of #pragma optimizeLuboš Luňák2-13/+0