summaryrefslogtreecommitdiff
path: root/sfx2/source/doc
AgeCommit message (Expand)AuthorFilesLines
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava5-6/+6
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini6-14/+14
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-7/+7
2014-10-31Removed duplicated includesAndrea Gelmini1-2/+0
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-10-28coverity#704019 Unchecked return valueCaolán McNamara1-2/+2
2014-10-28coverity#704020 Unchecked return valueCaolán McNamara1-1/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-4/+4
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-4/+4
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist5-22/+25
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin2-4/+4
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin1-3/+3
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-4/+4
2014-10-15coverity#735333 flush out pointless calls to IsRemote and IsOpenCaolán McNamara1-5/+2
2014-10-15SfxMedium::IsRemote can be made constCaolán McNamara1-5/+1
2014-10-15coverity#1244937 Unchecked return valueCaolán McNamara1-2/+3
2014-10-14Resolves: fdo#72587 make template dialog ModalCaolán McNamara1-1/+1
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin2-5/+5
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-4/+4
2014-10-08back out more wrong and confusing tools::Time comment changesEike Rathke1-2/+2
2014-10-06fdo#71248 Excel VBA: ActiveDocument is not tracking currently selected DocJustin Luth1-1/+1
2014-10-03loplugin: cstylecastNoel Grandin10-26/+28
2014-10-02coverity#1242843 Unused valueCaolán McNamara1-2/+2
2014-10-02coverity#1242904 error code overwrittenCaolán McNamara1-1/+2
2014-10-01fdo#82577: Handle TimeNoel Grandin4-11/+11
2014-09-30fdo#82577: Handle RegionNoel Grandin2-21/+21
2014-09-29sfx2: std::auto_ptr -> std::unique_ptrStephan Bergmann1-2/+2
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteSCharNoel Grandin1-1/+1
2014-09-26remove unnecessary casts'sNoel Grandin1-9/+9
2014-09-26remove unnecessary static_cast'sNoel Grandin1-2/+2
2014-09-26cleanup GUID/ClsId/CLSID typesNoel Grandin1-1/+1
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin2-3/+3
2014-09-23fdo#82577: Handle WindowNoel Grandin12-30/+30
2014-09-22fdo#62104 Optimize thumbnail size by using PNG8 and other tricksTomaž Vajngerl1-17/+21
2014-09-17Add writer document font colors to color palettesKrisztian Pinter1-0/+7
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann3-8/+8
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2-4/+4
2014-09-06fdo#56562 OSX: Update URL in Writer title bar when saving .docMatthew J. Francis1-0/+2
2014-08-28Reduce nesting / style in thumbnail creation routinesTomaž Vajngerl1-45/+38
2014-08-28SfxMedium::Transfer_Impl: fix indentationMiklos Vajna1-3/+3
2014-08-26convert sw use of template manager to new managerCaolán McNamara2-2/+2
2014-08-25QueryBox MSG_QUERY_OPENASTEMPLATE -> MessageDialog + stringCaolán McNamara4-12/+11
2014-08-25set names on a bunch more threads...Michael Stahl2-0/+4
2014-08-25everything is independent from vos these days...Michael Stahl1-1/+1
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza1-1/+0
2014-08-22No need to own SfxBasicManagerHolder by pointer in SfxObjectShell_ImplStephan Bergmann2-16/+14
2014-08-21Avoid possible memory leaks in case of exceptionsTakeshi Abe1-13/+7
2014-08-18ErrorBox->MessageDialogCaolán McNamara2-21/+21