summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/Outliner.cxx
AgeCommit message (Collapse)AuthorFilesLines
2015-05-31lok: Don't attempt to select the exact text after a failed search.cp-5.0-branch-pointJan Holesovsky1-19/+0
This is a waste - it gets unselected in the end anyway, and causes problems for LibreOfficeKit. Change-Id: I9fea5853fc8fb177b31c77c097e96c51f93a0d7d
2015-05-31sd lok: Send the part number when search always.Jan Holesovsky1-8/+2
The protocol is stateless, the client might have switched to another part, and we wouldn't know. Change-Id: I1b785d94c9fac86a124d72dd9ea9b35b839a39b8
2015-05-28lok search sd: Off-by-one; and send the page only when it changed.Jan Holesovsky1-3/+6
Change-Id: Ifc56c7771bfdf75531a0c5153cbcbb5c36f051b7
2015-05-28sd: Notify about the part change (when searching) only once.Jan Holesovsky1-0/+11
Change-Id: Iae0e3fa0ec86898f17bc4b595075c3a2384ecfb2
2015-05-28sd LOKit callback for search not foundHenry Castro1-0/+6
Change-Id: Ide13a989005169cd6e8663f308d15f0e5984bd86 (cherry picked from commit c0cc9a8622a2cd0e3ba07e15a79dd65ca910b233)
2015-05-28sd tiled rendering: avoid showing wrap around dialogMiklos Vajna1-0/+8
Change-Id: Id977c3a17f5e34d086ee3b68fa9ad2969f9d24c2 (cherry picked from commit 9328df9598286a94f0cf097462045a3c0a5721fc)
2015-04-30Gradually typed LinkStephan Bergmann1-3/+3
Turn the Link class into a template abstracting over the link's argument and return types, but provide default template arguments that keep the generic, unsafe "void* in, sal_IntPtr out" behvior. That way, individual uses of the Link class can be updated over time. All the related macros are duplicated with ..._TYPED counterparts, that additionally take the RetType (except for LINK_TYPED, which manages to infer the relevant types from the supplied Member). (It would have been attractive to change the "untyped" LinkStubs from taking a void* to a properly typed ArgType parameter, too, but that would cause -fsanitize=function to flag uses of "untyped" Link::Call.) Change-Id: I3b0140378bad99abbf240140ebb4a46a05d2d2f8
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist1-2/+2
Change-Id: I03e428a749bca409ebac9c142acaddafcbfeca23
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann1-2/+1
...just use IMPL_LINK[_NOARG] and let the compiler decide what to inline Change-Id: I63ec5116df7e79093ebf31193f8c674f1351c0e6
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-13/+11
Resolve several thousand lines of conflicts. Conflicts: accessibility/source/extended/accessiblelistbox.cxx accessibility/source/standard/vclxaccessiblecombobox.cxx accessibility/source/standard/vclxaccessibledropdowncombobox.cxx accessibility/source/standard/vclxaccessibledropdownlistbox.cxx accessibility/source/standard/vclxaccessiblelistbox.cxx accessibility/source/standard/vclxaccessibletextfield.cxx basctl/source/basicide/basidesh.cxx cui/source/inc/chardlg.hxx cui/source/tabpages/tpbitmap.cxx dbaccess/source/ui/dlg/UserAdmin.cxx dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx extensions/source/propctrlr/propertyeditor.hxx extensions/source/scanner/sanedlg.cxx filter/source/pdf/impdialog.cxx include/sfx2/mgetempl.hxx include/sfx2/sidebar/SidebarToolBox.hxx include/sfx2/viewsh.hxx include/svtools/brwbox.hxx include/svtools/filectrl.hxx include/svtools/scrwin.hxx include/svx/dlgctrl.hxx include/svx/sidebar/Popup.hxx include/svx/sidebar/PopupContainer.hxx include/svx/sidebar/PopupControl.hxx include/svx/sidebar/SidebarDialControl.hxx include/svx/sidebar/ValueSetWithTextControl.hxx sc/source/ui/condformat/condformatdlgentry.cxx sc/source/ui/navipi/navipi.cxx sc/source/ui/sidebar/CellBorderStyleControl.hxx sd/source/ui/animations/CustomAnimationDialog.cxx sd/source/ui/inc/DrawViewShell.hxx sd/source/ui/inc/Ruler.hxx sd/source/ui/inc/SlideSorter.hxx sd/source/ui/inc/ViewTabBar.hxx sd/source/ui/inc/Window.hxx sd/source/ui/inc/morphdlg.hxx sd/source/ui/inc/sdpreslt.hxx sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx sd/source/ui/sidebar/LayoutMenu.hxx sd/source/ui/sidebar/MasterPagesSelector.hxx sd/source/ui/sidebar/NavigatorWrapper.hxx sd/source/ui/sidebar/PanelBase.hxx sd/source/ui/sidebar/RecentMasterPagesSelector.cxx sd/source/ui/sidebar/RecentMasterPagesSelector.hxx sd/source/ui/slideshow/showwindow.hxx sd/source/ui/slidesorter/view/SlsInsertAnimator.cxx sd/source/ui/slidesorter/view/SlsLayeredDevice.hxx sd/source/ui/view/ViewShellBase.cxx sd/source/ui/view/drviewsa.cxx sfx2/source/appl/fileobj.hxx sfx2/source/appl/opengrf.cxx sfx2/source/control/thumbnailviewacc.hxx sfx2/source/dialog/securitypage.cxx sfx2/source/dialog/templdlg.cxx sfx2/source/doc/docinsert.cxx sfx2/source/doc/guisaveas.cxx sfx2/source/inc/alienwarn.hxx sfx2/source/sidebar/Deck.cxx sfx2/source/sidebar/Deck.hxx sfx2/source/sidebar/DeckTitleBar.cxx sfx2/source/sidebar/DeckTitleBar.hxx sfx2/source/sidebar/MenuButton.cxx sfx2/source/sidebar/MenuButton.hxx sfx2/source/sidebar/Panel.cxx sfx2/source/sidebar/Panel.hxx sfx2/source/sidebar/PanelTitleBar.hxx sfx2/source/sidebar/SidebarDockingWindow.hxx sfx2/source/sidebar/SidebarToolBox.cxx sfx2/source/sidebar/TabBar.hxx sfx2/source/sidebar/TabItem.cxx sfx2/source/sidebar/TabItem.hxx sfx2/source/sidebar/TitleBar.hxx sfx2/source/toolbox/imgmgr.cxx starmath/inc/edit.hxx starmath/inc/smmod.hxx starmath/qa/cppunit/test_starmath.cxx starmath/source/edit.cxx starmath/source/smmod.cxx svtools/source/brwbox/brwbox1.cxx svtools/source/brwbox/datwin.hxx svtools/source/contnr/fileview.cxx svtools/source/contnr/simptabl.cxx svtools/source/control/filectrl.cxx svtools/source/control/valueimp.hxx svx/inc/GalleryControl.hxx svx/source/dialog/dlgctrl.cxx svx/source/dialog/swframeexample.cxx svx/source/fmcomp/fmgridif.cxx svx/source/gallery2/GalleryControl.cxx svx/source/sidebar/EmptyPanel.hxx svx/source/sidebar/area/AreaPropertyPanel.hxx svx/source/sidebar/area/AreaTransparencyGradientControl.hxx svx/source/sidebar/graphic/GraphicPropertyPanel.hxx svx/source/sidebar/insert/InsertPropertyPanel.cxx svx/source/sidebar/insert/InsertPropertyPanel.hxx svx/source/sidebar/line/LinePropertyPanel.hxx svx/source/sidebar/line/LineWidthControl.cxx svx/source/sidebar/line/LineWidthControl.hxx svx/source/sidebar/line/LineWidthValueSet.hxx svx/source/sidebar/paragraph/ParaPropertyPanel.hxx svx/source/sidebar/possize/SidebarDialControl.cxx svx/source/sidebar/text/TextCharacterSpacingPopup.hxx svx/source/sidebar/text/TextPropertyPanel.hxx svx/source/sidebar/tools/PopupContainer.cxx svx/source/sidebar/tools/PopupControl.cxx svx/source/sidebar/tools/ValueSetWithTextControl.cxx svx/source/svdraw/svdfmtf.hxx svx/source/svdraw/svdibrow.cxx svx/source/tbxctrls/colrctrl.cxx svx/source/tbxctrls/tbcontrl.cxx sw/source/ui/dbui/mmaddressblockpage.cxx sw/source/ui/dialog/uiregionsw.cxx sw/source/ui/index/cnttab.cxx sw/source/uibase/inc/drpcps.hxx sw/source/uibase/sidebar/PageColumnControl.hxx sw/source/uibase/sidebar/PageMarginControl.hxx sw/source/uibase/sidebar/PageOrientationControl.hxx sw/source/uibase/sidebar/PagePropertyPanel.hxx sw/source/uibase/sidebar/PageSizeControl.hxx sw/source/uibase/uiview/view2.cxx sw/source/uibase/utlui/navipi.cxx vcl/inc/svdata.hxx vcl/source/control/combobox.cxx vcl/source/control/lstbox.cxx vcl/source/window/dockwin.cxx vcl/source/window/winproc.cxx Change-Id: I056cf3026ff17d65cca0b6e6588bda4a88fa8d95
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-27/+27
ie. void f(void); becomes void f(); I used the following command to make the changes: git grep -lP '\(\s*void\s*\)' -- *.cxx \ | xargs perl -pi -w -e 's/(\w+)\s*\(\s*void\s*\)/$1\(\)/g;' and ran it for both .cxx and .hxx files. Change-Id: I314a1b56e9c14d10726e32841736b0ad5eef8ddd
2015-04-10Manual cleanup of misc. issues.Michael Meeks1-5/+3
Change-Id: Ib0b9b17010f7c1b0814b48f6fb0144e5296418df
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-2/+2
Change-Id: I8be9141b9653e73ebd23a5a3d810f240c376f97e
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks1-4/+4
Change-Id: I616c8c28255e0d90ae90033a128bd34d7570530c
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-4/+4
They need to be wrapped in ScopedVclPtr in order to be disposed properly. Change-Id: Ib64dba353774f54711e4de7f5d15d859c6a4dc7e
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-11/+11
Change-Id: Ia8b0d84bbf69f9d8f85505d019acdded14e25133 Conflicts: sw/qa/tiledrendering/tiledrendering.cxx
2015-03-25convert EV_CNTRL constants to enum classNoel Grandin1-2/+2
Change-Id: I0ffc0e222c978ce7c734228f712e88422d3a615f
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin1-6/+6
there were a couple of lines in SC and SW where the code was using a EV_CNTRL constant. I switched it to used the same-valued constant from EE_CNTRL Change-Id: I027183cc3b6e700bf365d48833e37eddc9b50f04
2015-03-02replace SVX_SEARCHCMD_ constants with enum classNoel Grandin1-8/+8
Change-Id: I675c488742219cc19624a21d1fc8e5033e7cbefa
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-2/+2
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-10loplugin: cstylecastNoel Grandin1-4/+4
Change-Id: I9d3f642239bc5c7a52611b9c27fd0291940c7483
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-3/+3
and fix a couple of bugs in SC and SW where the call mode was being passed to the hints parameter by accident Change-Id: Ief805410b3f7035e012e229e77f92d5832430f58 Reviewed-on: https://gerrit.libreoffice.org/11916 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-02Bin EE_CNTRL_URLSFXEXECUTE which was only set, never testedTor Lillqvist1-1/+0
Change-Id: I18a9355bb902b19f0eeecb26d33eba4fb25db8cb
2014-09-23fdo#82577: Handle WindowNoel Grandin1-3/+3
Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
Put the VCL Font class in the vcl namespace. Avoids clash with the X11 Font typedef. Change-Id: I1a84f7cad8b31697b9860a3418f7dff794ff6537
2014-08-18ErrorBox->MessageDialogCaolán McNamara1-2/+1
Change-Id: I57d4e43460e40d3aff54873280eddbb18c12446b
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-3/+5
Instead of a mix of sal_uIntPtr, sal_uLong, int, and so on. Also change CONTAINER_ENTRY_NOTFOUND=ULONG_MAX to SAL_MAX_SIZE as return value in case of failure and in the related tests. Change-Id: Ie778a849253b4be84fbcdab9557b7c4240233927
2014-08-01typo: more then -> more thanTakeshi Abe1-1/+1
Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922
2014-07-21fdo#79343 When searching in Draw or Impress, leave focus in search barAlex Henrie1-1/+1
Setting bGrabFocus to false resolved the problem. Change-Id: I7678be76e1cca2a3d58635b4fc44aa3b1cdddb9a Reviewed-on: https://gerrit.libreoffice.org/10362 Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-25remove whitespacesMarkus Mohrhard1-110/+0
Change-Id: I9daea42a433b5032931a722878874917cf37f4d1
2014-06-18Resolves: fdo#80140 inverted spell-check continue logicCaolán McNamara1-7/+2
regression from 57779aa0195d77239b339c6dbe17209b3f0cc4ee "editeng: sal_Bool->bool" Change-Id: I6042830f5ba1822b1ba59326895080f3375cd701
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-5/+1
Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
2014-06-04coverity#1213293 Dereference before null checkCaolán McNamara1-2/+1
Change-Id: If2dd3cb1c7e18bf0274551950bc33f7521e0f8e1
2014-05-30coverity#705870 Dereference before null checkCaolán McNamara1-13/+4
Change-Id: Ie4588f8cb0f11b831d091b0f478b78d0472af160
2014-04-27automaticly -> automatically.Jan Holesovsky1-1/+1
Change-Id: Iae55083160eee86ac8301f272634dd3ae65fd847
2014-04-24sd: sal_Bool->boolNoel Grandin1-10/+10
Change-Id: I3172a42f6b6abe434ffe0475d1201ff50b6c06ea
2014-04-14typo: arround -> aroundThomas Arnhold1-8/+8
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-11/+11
Change-Id: I87c5a180566e9da185c2992844e6522e82c17747
2014-03-11svx: sal_Bool->boolNoel Grandin1-2/+2
Change-Id: I78da39fc553b2e5040ee6665377ea51a1c4d04d7
2014-02-27editeng: sal_Bool->boolNoel Grandin1-11/+11
Change-Id: Id4174904487fc153d8e80471da7c829c52092f78
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-2/+2
Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+2
Added vcl/settings.hxx to all cxx files which require it. This helps to speed up compilation after changes to the settings. Conflicts: sc/source/ui/dbgui/pvlaydlg.cxx Change-Id: I211a0735c47f72d6879f6f15339355abfe0e3cf4 Reviewed-on: https://gerrit.libreoffice.org/7933 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-11sal_Bool->boolNoel Grandin1-1/+1
Change-Id: I31fb9d5b49260fd1a8fc1312b01fd5632c97ab2e
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-1/+1
Thre is still some 0xffff limit left and possibly some less than gracefully handled overflow/error cases Change-Id: I00957ee3a30b02f73918ea49d7353056263dc638 Reviewed-on: https://gerrit.libreoffice.org/7787 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-01-28bool improvementsStephan Bergmann1-19/+19
Change-Id: Icac34936bdb551ad517170fd497212513719d2aa
2014-01-23WaE: Fix bool sillynessTor Lillqvist1-1/+1
Change-Id: I4aeb9204a6a5ab79954b3a8ccadf58362f0f43d2
2013-11-28Integrate branch of IAccessible2Steve Yin1-0/+11
Change-Id: Ibf3be46e8619c2dce9636e8a90a6703f3e28ba33
2013-11-06convert InfoBox to MessageDialogCaolán McNamara1-4/+3
Change-Id: Ic3a7b927c4eceb4f059e84d135b710f150ccfc3e
2013-08-10String->OUStringIvan Timofeev1-13/+12
Change-Id: Ic908590642bac656db78a965c2176d6f53c8d6f4
2013-05-24WaE: implicit conversion of NULL constant to nullptr_tTor Lillqvist1-3/+3
Change-Id: I2eefbca1ef986219f04504cba4ca09a22972e8cb