https://bugs.documentfoundation.org/show_bug.cgi?id=60237

--- Comment #11 from Julien Nabet <serval2...@yahoo.fr> ---
code pointers
When it's ok:
Breakpoint 5, SfxBaseModel::storeAsURL (this=0x76e8c50,
rURL="file:///home/julien/compile-libreoffice/bugs/60237_macrostore/Test2.odt", 
    rArgs=uno::Sequence of length 1 = {...}) at
/home/julien/compile-libreoffice/libreoffice/sfx2/source/doc/sfxbasemodel.cxx:1662
1662            impl_store( rURL, rArgs, false );
(gdb) p rArgs
$11 = uno::Sequence of length 1 = {{Name = "Overwrite", Handle = 0, Value =
uno::Any 1 '\001', State = com::sun::star::beans::PropertyState_DIRECT_VALUE}}

or even:
Breakpoint 5, SfxBaseModel::storeAsURL (this=0x76e8c50,
rURL="file:///home/julien/compile-libreoffice/bugs/60237_macrostore/Test3.odt",
rArgs=empty uno::Sequence)
    at
/home/julien/compile-libreoffice/libreoffice/sfx2/source/doc/sfxbasemodel.cxx:1662
1662            impl_store( rURL, rArgs, false );


When it's ko:
Breakpoint 5, SfxBaseModel::storeAsURL (this=0x76e8c50,
rURL="file:///home/julien/compile-libreoffice/bugs/60237_macrostore/Test4.odt", 
    rArgs=uno::Sequence of length 1 = {...}) at
/home/julien/compile-libreoffice/libreoffice/sfx2/source/doc/sfxbasemodel.cxx:1662
1662            impl_store( rURL, rArgs, false );
(gdb) p rArgs
$13 = uno::Sequence of length 1 = {{Name = "Overwrite", Handle = 0, Value =
uno::Any 0 '\000', State = com::sun::star::beans::PropertyState_DIRECT_VALUE}}

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to