summaryrefslogtreecommitdiff
path: root/include/sfx2
AgeCommit message (Expand)Author
2014-04-07Bin empty @seealso, @param, @return etc metacommentsTor Lillqvist
2014-04-07untangle the bFmt == 2 hackCaolán McNamara
2014-04-07sfx2: sal_Bool->boolNoel Grandin
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann
2014-04-07Unroll sole use of SV_IMPL/DECL_LOCKStephan Bergmann
2014-04-06WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist
2014-04-05coverity#704787 Explicit null dereferencedCaolán McNamara
2014-04-04"2" as arg for PrepareClose is never checked forCaolán McNamara
2014-04-04I can't see that the bVisible as 42 is any difference from 'true'Caolán McNamara
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-03sfx2/tbxctrl.hxx: sal_Bool->boolNoel Grandin
2014-04-03sfx2/objface.xx: sal_Bool->boolNoel Grandin
2014-04-03add comment about hacked sal_Bool paramNoel Grandin
2014-04-02Related: fdo#75307 use the unique auto help id to identify tabpagesCaolán McNamara
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-27document that SfxTabDialog::bFmt is being used in a hacky wayNoel Grandin
2014-03-27sfx2/stbitem.hxx: sal_Bool->boolNoel Grandin
2014-03-27add comment to method to warn other developersNoel Grandin
2014-03-27sfx2: sal_Bool->boolNoel Grandin
2014-03-27sfx2/childwin.hxx: sal_Bool->boolNoel Grandin
2014-03-27Basic UI for inserting 3D modelsZolnai Tamás
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
2014-03-25add parameter to supress dialogMathias Supp
2014-03-19sfx2: sal_Bool->boolNoel Grandin
2014-03-19sfx2: sal_Bool->boolNoel Grandin
2014-03-18sfx2: sal_Bool->boolNoel Grandin
2014-03-18SfxProgress::SetState does not need to be virtualNoel Grandin
2014-03-18fix return type of SfxViewShell::HandleNotifyEvent_Impl to be boolNoel Grandin
2014-03-18sfx2: sal_Bool->boolNoel Grandin
2014-03-18sfx2: sal_Bool->boolNoel Grandin
2014-03-18sfx2: sal_Bool->boolNoel Grandin
2014-03-18sfx2: sal_Bool->boolNoel Grandin
2014-03-18sfx2: sal_Bool->boolNoel Grandin
2014-03-18sfx2: sal_Bool->boolNoel Grandin
2014-03-18sfx2: sal_Bool->boolNoel Grandin
2014-03-16sal_Bool to boolMatteo Casalin
2014-03-14sfx2: sal_Bool->boolNoel Grandin
2014-03-14sfx2: sal_Bool->boolNoel Grandin
2014-03-14sfx2: sal_Bool->boolNoel Grandin
2014-03-14sfx2: sal_Bool->boolNoel Grandin
2014-03-14sfx2: sal_Bool->boolNoel Grandin
2014-03-13Related: #i124392# fill in SidebarDockingWindow::DoDisposeAndre Fischer
2014-03-13MoreButtons cannot be loaded from .src anymoreCaolán McNamara
2014-03-13sfx2,svl: prefer passing OUString and OString by referenceNoel Grandin
2014-03-11No need for GetElementByMetadataReference to be SAL_CALLStephan Bergmann
2014-03-09coverity#708172 unused m_nEventId memberCaolán McNamara
2014-03-07Fix deselection problems of template viewZolnai Tamás
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke