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

--- Comment #6 from Justin L <[email protected]> ---
sfx2/source/appl/appuno.cxx'a TransformParameters, for "Background.*" has
{nAID = 3, pName = 0x7fffbe5393a5 "Transparent"}
{nAID = 0, pName = 0x7fffbe5393b1 "BackColor"}
{nAID = 5, pName = 0x7fffbe5393bb "Filtername"}
{nAID = 1, pName = 0x7fffbe5393c6 "Position"}

and in galbrws2.cxx, we set
        comphelper::makePropertyValue("Background.Transparent", sal_Int32( 0
)),
        comphelper::makePropertyValue("Background.BackColor", sal_Int32( - 1
)),
        comphelper::makePropertyValue("Background.URL", aURL),
        comphelper::makePropertyValue("Background.Filtername", aFilterName), 
        comphelper::makePropertyValue("Background.Position",
...Location_TILED),

Inserting the Background.Position into subId 128+1 initializes the GetGraphic
too.

Well, that makes perfect sense then. Tomaz removed MID_GRAPHIC_URL which is the
missing subId to handle Background.URL.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to