summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2013-04-09Oops. Forgot to remove this debug statement.Kohei Yoshida1-1/+0
2013-04-09String cleanup inside SfxFilter.Kohei Yoshida5-62/+70
2013-04-09com::sun::star cleanup.Kohei Yoshida1-42/+44
2013-04-09Make the member mutable to avoid ugly casting.Kohei Yoshida2-11/+28
2013-04-09Reduce indentation by early bail-out.Kohei Yoshida1-317/+318
2013-04-09Store filter provider property with SfxMedium.Kohei Yoshida2-1/+19
2013-04-09Use scoped_ptr for this for better exception safety.Kohei Yoshida1-6/+5
2013-04-09Sort the header includes and get it to build.Kohei Yoshida2-77/+70
2013-04-09The 'else if (nCount)' check is not necessary; remove it for less indentation.Kohei Yoshida1-551/+553
2013-04-09Remove unnecessary ::com::sun::star:: .Kohei Yoshida2-129/+126
2013-04-09fdo#61389 - Display Properties, Set as default actions in save mode.Rafael Dominguez2-12/+44
2013-04-09Display correct region name in error messages.Rafael Dominguez3-3/+16
2013-04-09Fetch thumbnails position and id from filter array instead.Rafael Dominguez2-15/+28
2013-04-09Update template item path when moving it to another folder.Rafael Dominguez1-2/+2
2013-04-09Mark thumbnailview item as unselected when updating filter.Rafael Dominguez1-0/+1
2013-04-09Revert "fix sfx2 with Library_merged"Matúš Kukan1-4/+0
2013-04-09make help work againCaolán McNamara1-2/+2
2013-04-08dispatch: print some info what is going onThomas Arnhold1-1/+1
2013-04-08fdo#46808, Convert frame::Frame to new styleNoel Grandin9-91/+71
2013-04-08fdo#46808, Convert svt::ToolboxController to XComponentContextNoel Grandin3-16/+12
2013-04-08fdo#46808, use service constructor for document::FilterConfigRefreshNoel Grandin1-11/+4
2013-04-08remove unused methodNoel Grandin1-1/+0
2013-04-08fdo#46808, Convert beans::PropertyBag to new styleNoel Grandin1-23/+3
2013-04-08viewsh: correct indentationThomas Arnhold1-47/+44
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák195-2773/+2764
2013-04-05[WaE] Fix signed/unsigned comparison.Rafael Dominguez1-1/+3
2013-04-05fdo#61390 - Thumbnail navigation by shift-click and shift-keyboard.Rafael Dominguez2-10/+187
2013-04-05Avoid generating filter list several times.Rafael Dominguez5-50/+63
2013-04-05Dont show import action while in save mode.Rafael Dominguez1-1/+3
2013-04-05new module i18nlangtagEike Rathke4-4/+4
2013-04-05unotools: remove some unused itemsThomas Arnhold1-1/+0
2013-04-05Remove SvtInternalOptionsThomas Arnhold6-53/+1
2013-04-05Drop jvmaccess and jvmfwk when no SOLAR_JAVATor Lillqvist1-2/+4
2013-04-04make border property of multiline edit optionalCaolán McNamara3-3/+3
2013-04-04Simplification by retrieving system encodingJulien Nabet1-30/+1
2013-04-04Bin a pointless and annoying OSL_ENSURETor Lillqvist1-2/+0
2013-04-04convert license dialog to .ui formatCaolán McNamara5-115/+90
2013-04-04WaE: unused function 'convertDateTime'Tor Lillqvist1-12/+0
2013-04-03limit scope of the variableMarkus Mohrhard1-1/+1
2013-04-03maybe a bit over-engineeredMarkus Mohrhard1-11/+2
2013-04-03screen space is a valuable good, don't waste itMarkus Mohrhard1-11/+7
2013-04-03this variable was unusedMarkus Mohrhard1-1/+0
2013-04-03more clean-up around SfxContentHelperMarkus Mohrhard4-71/+45
2013-04-03sal_Bool -> boolMarkus Mohrhard2-3/+3
2013-04-03this method is actually unusedMarkus Mohrhard1-10/+0
2013-04-03prevent some unnecessary castingMarkus Mohrhard3-25/+15
2013-04-03we don't need a macro hereMarkus Mohrhard1-5/+10
2013-04-03no need for pointers hereMarkus Mohrhard1-40/+16
2013-04-03simplify this a bitMarkus Mohrhard1-4/+2