https://bugs.documentfoundation.org/show_bug.cgi?id=149085
--- Comment #12 from Hossein <[email protected]> --- (In reply to Heiko Tietze from comment #6) > The UI file cui/uiconfig/ui/possizetabpage.ui processed in > svx/source/sidebar/possize/PosSizePropertyPanel.cxx should become like > cui/uiconfig/ui/swpossizepage.ui. The protection settings are on > sw/uiconfig/swriter/ui/frmaddpage.ui - and that points to a problem. The cui > scope is broader than sw and there might be reasons why the options are > split. Hossein, what do you think? svx/source/sidebar/possize/PosSizePropertyPanel.cxx and its associated ui, svx/uiconfig/ui/sidebarpossize.ui are for modifying the position and size in the sidebar. Search for "Protect" shows these results: $ git grep -l ">Protect<" *.ui cui/uiconfig/ui/possizetabpage.ui cui/uiconfig/ui/swpossizepage.ui sw/uiconfig/swriter/ui/frmaddpage.ui Second file (swpossizepage.ui) is for Writer. First file (possizetabpage.ui) is for other applications (Impress, Draw, Calc, etc.). Third file (frmaddpage.ui) is the second tab ("Options") of the Image/Object/Frame dialog box. It is handled inside sw/source/ui/frmdlg/frmpage.cxx, and some parts of it becomes hidden there. Other tabs are also ui files that are handled inside frmpage.cxx. One should be able to do this task by changing frmpage.cxx and associated uis. -- You are receiving this mail because: You are the assignee for the bug.
