Issue 121792 - [sidebar]: migrate number format property panel (C)
Summary: [sidebar]: migrate number format property panel (C)
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: ui (show other issues)
Version: 4.0.0-dev
Hardware: All All
: P3 Normal (vote)
Target Milestone: 4.0.0
Assignee: Armin Le Grand
QA Contact:
URL:
Keywords:
Depends on:
Blocks: [sidebar]
  Show dependency tree
 
Reported: 2013-02-19 09:38 UTC by jsc
Modified: 2022-10-28 12:54 UTC (History)
2 users (show)

See Also:
Issue Type: FEATURE
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description jsc 2013-02-19 09:38:20 UTC
migrate number format property panel (C) 

sc/source/ui/propertypanel/numformatpropertypage.cxx 

See also 
http://wiki.openoffice.org/wiki/Sidebar#Decks_and_content_panels
Comment 1 Armin Le Grand 2013-03-28 20:30:57 UTC
ALG: Grepping for next week...
Comment 2 Armin Le Grand 2013-03-30 18:26:39 UTC
ALG: Preparing...
Comment 3 Armin Le Grand 2013-04-02 10:15:04 UTC
ALG: Adding needed slots to SC and AOO slot definitions...
Comment 4 Armin Le Grand 2013-04-02 11:19:24 UTC
ALG: The slot SID_NUMBER_FORMAT serveings in SC (get and set) are adapted in symphony. Need to check if this is needed when the panel is up; making comments in the code for now
Comment 5 Armin Le Grand 2013-04-02 13:16:40 UTC
ALG: Test ready, shows that the slot implementations from symphony will be needed for SID_NUMBER_FORMAT. Checking where it's used until now...
Comment 6 Armin Le Grand 2013-04-02 15:40:52 UTC
ALG: Looks much better, some more checks needed, preparing for checkin
Comment 7 Armin Le Grand 2013-04-03 08:16:41 UTC
ALG: Checked in yesterday late, tests show that's it's pretty complete. I will take some more looks, though.
Comment 8 Armin Le Grand 2013-04-03 11:35:52 UTC
ALG: Done more tests, looks good.