Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b | |||
2012-04-28 | Resolves: fdo#33599 cursor in notes is reset to start on focus out/focus in | Caolán McNamara | |
SidebarTxtControl::LoseFocus calls mrSidebarWin.UpdateData which takes the text from the postit if the postit has been modified and updates the field from it. That updates all listeners of that field which includes the postit itself, which in response updates its content from the field, which causes the cursor to be disabled, i.e the original contents have been removed and replaced with identical content, but the selection has been invalidated. Change-Id: Idcde25a85a3a657a6057e70a59e2219e224e009e | |||
2012-04-28 | remove no-opt debug breakpoint | Caolán McNamara | |
Change-Id: I4ad5ca0bb27569442812ddf0c5cff101e96d4d84 | |||
2012-04-28 | sw: and a few more components for the ww8tok test | Miklos Vajna | |
2012-04-28 | sw: tentative fix for ww8tok test failure | Miklos Vajna | |
2012-04-27 | temporarily disable a test with a build race condition | Luboš Luňák | |
2012-04-27 | argh i am so stupid | Michael Stahl | |
merge the 2 conflicting fixes to SwLineRects::ConnectEdges in 33ee840e7b45eb971feef83215841edc0ba66cd7 into something that maybe works. | |||
2012-04-27 | testcase for n#757910 | Miklos Vajna | |
2012-04-27 | sw/qa/extras: no need to use different class names for these tests | Miklos Vajna | |
2012-04-27 | n#757910 fix WW8 import of textboxes with thin border/inner margin | Miklos Vajna | |
There were two problems here: First, nLineThick was already in twips, so converting it again from EMU rendered thin borders invisible. Second, when the border width is set to zero, that means a minimal border, but we interpreted it as default width (which resulted in less space for the textbox contents than required). | |||
2012-04-26 | fdo#48037 fix RTF import of localized fields | Miklos Vajna | |
2012-04-25 | decrypt code a bit | Luboš Luňák | |
This should be technically the same like before, only the next one to read this will hopefully get less confused than I did. | |||
2012-04-25 | warn when failing because of an unrecognized property in UNO call | Luboš Luňák | |
2012-04-25 | refactor ImpSvtData | Caolán McNamara | |
2012-04-25 | WaE: hides overloaded virtual function, different approach, thanks to mst_ | Tor Lillqvist | |
2012-04-25 | WaE: defined as a struct here but previously declared as a class | Tor Lillqvist | |
2012-04-25 | warning: comparison between signed and unsigned integer expressions (Mac OS X) | Stephan Bergmann | |
2012-04-25 | fdo#44211 (RTF) return default text encoding for Lithuanian | Aurimas Fišeras | |
2012-04-25 | rework GetDefaultTextEncoding etc -> getBestTextEncodingFromLocale | Caolán McNamara | |
2012-04-25 | Revert "WaE: hides overloaded virtual function" | Michael Stahl | |
This reverts commit 192edc5e65685a3093d94457dca9db8d3b891486. The method must be called Notify so the SfxBroadcaster calls it instead of the base class method that does nothing. | |||
2012-04-25 | Fix spelling of parameter pbLevelOrVisibiblityChanged | Noel Grandin | |
2012-04-25 | Convert SV_DECL_PTRARR_DEL(_DB_Columns) to boost::ptr_vector | Noel Grandin | |
2012-04-25 | Convert SV_DECL_PTRARR_DEL(TextBlockInfoArr) to boost::ptr_vector | Noel Grandin | |
2012-04-25 | Convert SV_DECL_PTRARR_DEL(SwColumns) to boost::ptr_vector | Noel Grandin | |
2012-04-25 | Convert SV_DECL_PTRARR(AutoTextGroups) to std::vector | Noel Grandin | |
2012-04-25 | fix previous commit: | Michael Stahl | |
boost::ptr_vector::erase() will delete the element, but fortunately there is a transfer() method that can be used here. | |||
2012-04-25 | Convert SV_DECL_PTRARR_DEL(SwEntryLst) to boost::ptr_vector | Noel Grandin | |
2012-04-25 | try not to change the serialization format | Michael Stahl | |
2012-04-25 | Convert SV_DECL_PTRARR_DEL(_SwNumFmtsAttrs) to boost::ptr_vector | Noel Grandin | |
2012-04-25 | Convert SV_DECL_PTRARR_DEL(AutoMarkEntryArr) to boost::ptr_vector | Noel Grandin | |
2012-04-25 | Convert SV_DECL_PTRARR(SvLBoxEntryArr) to std::vector | Noel Grandin | |
2012-04-25 | Convert SV_DECL_PTRARR_DEL(SwRedlineDataChildArr) to ptr_vector | Noel Grandin | |
2012-04-25 | Convert SV_DECL_PTRARR_DEL(SwRedlineDataParentArr) to ptr_vector | Noel Grandin | |
2012-04-25 | Convert SV_DECL_PTRARR_DEL(SwSelUnions) to boost::ptr_vector | Noel Grandin | |
2012-04-25 | Remove data structures there dead i.e. not doing any actual work | Noel Grandin | |
2012-04-25 | Convert SV_DECL_PTRARR(SwChartBoxes) to std::vector | Noel Grandin | |
2012-04-25 | Convert SV_DECL_PTRARR_DEL(SwChartLines) to boost::ptr_vector | Noel Grandin | |
Had to use a class for the typedef declaration because the data structure is referenced in other header files. | |||
2012-04-25 | move some functions from tblrwcl.hxx into cxx files | Michael Stahl | |
2012-04-25 | _FndBoxes was a PTRARR_DEL so use ptr_vector | Michael Stahl | |
2012-04-25 | Convert SV_DECL_PTRARR_DEL(_FndLines) to boost::ptr_vector | Noel Grandin | |
2012-04-25 | Convert SV_DECL_PTRARR(_FndBox*) to std::vector | Noel Grandin | |
2012-04-25 | fdo#48193 fix RTF import of fields without a result | Miklos Vajna | |
2012-04-25 | WaE: hides overloaded virtual function | Tor Lillqvist | |
2012-04-25 | msfilter::util: avoid code duplication by merging from sw and writerfilter | Miklos Vajna | |
2012-04-24 | SwXTextView: use cppu::OInterfaceContainerHelper | Michael Stahl | |
2012-04-24 | fix double free in SwXTextView::removeSelectionChangeListener | Michael Stahl | |
dbaccess_complex segfaults because ptr_vector::erase actually deletes the element; also, a std::vector is more appropriate to store smart ptr. (regression from 8533a191f4434490aa44118bce0e5719477d957a) | |||
2012-04-24 | fdo#38176 fix RTF export of non-breaking hyphen and optional hyphen | Miklos Vajna | |
2012-04-24 | fdo#38176 fix RTF export of non-breaking space | Miklos Vajna | |
2012-04-24 | Convert SV_DECL_PTRARR_DEL to boost::ptr_vector | Noel Grandin | |
2012-04-24 | DBG_UTIL vs OSL_DEBUG_LEVEL confusion | Stephan Bergmann | |