- 07 Agu, 2014 40 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: If3a3de8bae4c2d1b8e39d3255cd8ee7e985b4404
-
Caolán McNamara yazdı
Change-Id: I028148a1112cdbe83ff7fb439cc4280a7723338b
-
Caolán McNamara yazdı
Change-Id: I5f8ac14892682490d8cc93266368419107376206
-
Caolán McNamara yazdı
Change-Id: I5a50c23581ac31b81549cdbab038521598c2abf3
-
Caolán McNamara yazdı
Change-Id: Ica36715d932157fdeedadced7c7fba71babb4e0a
-
Caolán McNamara yazdı
Change-Id: I5e7e0f95b0a93c6b0db5b8ec313822fadbbc4a07
-
Caolán McNamara yazdı
Change-Id: Ida750e33efd8d18ee754d1bf8b123295581365c8
-
Stephan Bergmann yazdı
Change-Id: I9889e97a7f9e70d8b2d82e26d9e0f971a943d007
-
Stephan Bergmann yazdı
Change-Id: I536353b86ee023eb630ea89786d2205a628d95e3
-
Stephan Bergmann yazdı
Change-Id: I11db6f87f3b8b32578c0c83d3df7b11d3533b5ef
-
Stephan Bergmann yazdı
Change-Id: I004905375489fa5533ab4af13ebba439ba792384
-
Stephan Bergmann yazdı
Change-Id: I4ded563245dd6d491420a69903796d933cbd449c
-
Stephan Bergmann yazdı
Change-Id: I712d10c80ffbd3c4b9d628497eca006a912955ce
-
Stephan Bergmann yazdı
Change-Id: I2d4e4be562cc752e7545792b148d5ed0cf551f25
-
Stephan Bergmann yazdı
Change-Id: I9d58782c3d3bd09dc0d1d7121c057541f1186b43
-
Stephan Bergmann yazdı
Change-Id: I295f587e48e2882f87091a3a86610e316cd903fb
-
Stephan Bergmann yazdı
Change-Id: Iaa470f710295e65347c9d12a3bce0d0b68b02417
-
Stephan Bergmann yazdı
...though only on gcc3_linux_x86-64 for now. Change-Id: Id90554425e78b38a5a97149f2a7d3ac04cbe0c9b
-
Jan Holesovsky yazdı
Change-Id: I08fc7ba8e94d3d258f9e00ac45cd1a8a0b6b3ff3
-
Jan Holesovsky yazdı
Change-Id: Iad20b8f9b453d413ce0d249c65b5f44767f0264b
-
Winfried Donkers yazdı
dot or underscore in function name Change-Id: Id460cad619098265b4ae000894df64a996ef0514 Reviewed-on: https://gerrit.libreoffice.org/10801Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Takeshi Abe yazdı
Change-Id: I04a5832c86823718146c78238ea648be21bf1f53 Reviewed-on: https://gerrit.libreoffice.org/10811Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
David Tardon yazdı
Project: help 577577fd7006327a85f420360c769ca70e96b50c
-
Palenik Mihály yazdı
I converted RID_DLG_FORMLINKS dialog and FormLinkDialog control to .ui Change-Id: I770b26f98f745f1717e97aa167e73644b7260fe2 Reviewed-on: https://gerrit.libreoffice.org/10808Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Takeshi Abe yazdı
Change-Id: I2fd0b43c62c331d866d697c94dd57d17f903111b Reviewed-on: https://gerrit.libreoffice.org/10810Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Miklos Vajna yazdı
Change-Id: I4bdf3f2d7f2aee3ce735a52185e736a8861d85e4
-
Miklos Vajna yazdı
Change-Id: Id963e4dcfecefa0425a2fdfd61e0adbcd6995f0c
-
Miklos Vajna yazdı
Change-Id: I6e838dfca60cff5dbcab1fa81d55a0774d749ef8
-
Zolnai Tamás yazdı
Depends on gltf support. Change-Id: Ief0452da3d03b0ddbca45272e5f5cd268691aeca
-
Stephan Bergmann yazdı
...failing under -fsanitize=undefined -fno-sanitize-recover Change-Id: I33a72bc1474708847f4cfc6d3d2ae6a19eb80c7f
-
Jan Holesovsky yazdı
Change-Id: If08154e617250ab78638e149da1ca34a11ceba75
-
Jan Holesovsky yazdı
I believe this is not necessary after the recent removal of unordered_map from handling the attributes. This reverts commit 76336334. Change-Id: I631bc2613954953a30448dbe2a5bf564c529e2a0
-
Jan Holesovsky yazdı
This code actually worked by mistake, thanks to the wrong ordering of attributes that was caused by the usage of the boost::unordered_map. Change-Id: I72cc5b54496b03183987d4d004f985d368e63deb
-
Jan Holesovsky yazdı
IMPORTANT: From now on, the order of attributes becomes stable, based on the order in model.xml (not on implementation details of unordered_map), and the code that handles attributes may depend on a particular order. If you want to change the order how the attributes are handled, change model.xml, and check you achieved what you wanted in the generated ::getAttributeInfoArray()'s. [Writerfilter loses another 250k (stripped dbgutil). And the usage of unordered_map here was just completely bogus from the very beginning, as it was only iterated as a normal array anyway ;-)] Change-Id: Ic70c37793e313c4ccda1d6f374cc2d366307ba1b
-
Douglas Mencken yazdı
instdir/LibreOfficeDev.app/Contents/MacOS/libCbc.3.dylib -> libCbc.3.8.8.dylib (which does not exist) See also: 9f339a89 Change-Id: I398d649c2e918b496c9b92364189da4796682653 Reviewed-on: https://gerrit.libreoffice.org/10614Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
rbuj yazdı
Change-Id: I2550bf0799bd5ebc7f6ff299752fa90b7a31674d Reviewed-on: https://gerrit.libreoffice.org/10806Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
rbuj yazdı
Change-Id: I37a83b8e8c0f084ae175be5a5c58fc6b852e23a1 Reviewed-on: https://gerrit.libreoffice.org/10807Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Stephan Bergmann yazdı
...as otherwise base class ~Window would call into WindowEventListener with this no longer a SwSidebarWin. Change-Id: Icfe942eef9a0adb58a59397b4f41514e0c696543
-
Stephan Bergmann yazdı
Change-Id: Ib86d37e1570c9a64ef83beaf11bf0ec4676533eb
-
Stephan Bergmann yazdı
...given the initialization of pOwn based on m_rThis at the start of CalcUpperSpace and the pOwn->IsTxtFrm() checks preceeding these casts. At least CppunitTest_sw_odfimport via SwFlowFrm::CalcUpperSpace SwSectionFrm::Format SwLayoutFrm::MakeAll SwSectionFrm::MakeAll SwFrm::PrepareMake SwFrm::Calc SwLayAction::FormatLayout SwLayAction::FormatLayout SwLayAction::FormatLayout SwLayAction::InternalAction SwLayAction::Action SwViewShell::ImplEndAction SwViewShell::EndAction SwCrsrShell::EndAction SwView::OuterResizePixel SfxViewFrame::DoAdjustPosSizePixel SfxViewFrame::Resize SfxFrameViewWindow_Impl::Resize Window::ImplCallResize Window::Show SfxBaseController::ConnectSfxFrame_Impl SfxBaseController::attachFrame (anonymous namespace)::SfxFrameLoader_Impl::impl (anonymous namespace)::SfxFrameLoader_Impl::load framework::LoadEnv::impl_loadContent framework::LoadEnv::startLoading framework::LoadEnv::loadComponentFromURL unotest::MacrosTest::loadFromDesktop SwModelTestBase::load SwModelTestBase::executeImportTest testFdo55814::Import leads to calls where m_rThis is not a SwTxtFrm. As this mixed usage of m_rThis and pOwn is in there since 84a3db80 "initial import" it is hard to tell whether further uses of m_rThis should be replace with uses of pOwn, too. Change-Id: I6a59aa3aec2d28b8aec13cd4b9528fdbe4ab093a
-