To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109968
                 Issue #|109968
                 Summary|[api] undocumented cursor properties
               Component|api
                 Version|DEV300m73
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|definition
             Assigned to|mst
             Reported by|mst





------- Additional comments from m...@openoffice.org Tue Mar  9 10:37:55 +0000 
2010 -------
writer implements a bunch of properties on its text cursor that are not
documented in the API reference.

for example:

unomap.cxx:144:
                { SW_PROP_NMID(UNO_NAME_DOCUMENT_INDEX), FN_UNO_DOCUMENT_INDEX,
CPPU_E2T(CPPUTYPE_REFDOCINDEX),
PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY ,0 },            \
                { SW_PROP_NMID(UNO_NAME_TEXT_TABLE), FN_UNO_TEXT_TABLE, 
CPPU_E2T(CPPUTYPE_REFTXTTABLE), 
PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY ,0 },               \
                { SW_PROP_NMID(UNO_NAME_CELL), FN_UNO_CELL,             
CPPU_E2T(CPPUTYPE_REFCELL),             
PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY ,0 },
         \
                { SW_PROP_NMID(UNO_NAME_TEXT_FRAME), FN_UNO_TEXT_FRAME, 
CPPU_E2T(CPPUTYPE_REFTEXTFRAME),        
PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY ,0 },
         \
                { SW_PROP_NMID(UNO_NAME_TEXT_SECTION), FN_UNO_TEXT_SECTION,
CPPU_E2T(CPPUTYPE_REFTEXTSECTION),
PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY ,0 },
        \


unomap.cxx:279:
        { SW_PROP_NMID(UNO_NAME_DOCUMENT_INDEX_MARK),
FN_UNO_DOCUMENT_INDEX_MARK, CPPU_E2T(CPPUTYPE_REFDOCIDXMRK),
PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY ,0 },\
        { SW_PROP_NMID(UNO_NAME_TEXT_FIELD), FN_UNO_TEXT_FIELD,
CPPU_E2T(CPPUTYPE_REFTXTFIELD),
PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY ,0 },\
        { SW_PROP_NMID(UNO_NAME_REFERENCE_MARK), FN_UNO_REFERENCE_MARK,
CPPU_E2T(CPPUTYPE_REFTEXTCNTNT), PropertyAttribute::MAYBEVOID ,0 },\
        { SW_PROP_NMID(UNO_NAME_FOOTNOTE), FN_UNO_FOOTNOTE,
CPPU_E2T(CPPUTYPE_REFFOOTNOTE),
PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY ,0 },\
        { SW_PROP_NMID(UNO_NAME_ENDNOTE), FN_UNO_ENDNOTE,
CPPU_E2T(CPPUTYPE_REFFOOTNOTE),
PropertyAttribute::MAYBEVOID|PropertyAttribute::READONLY ,0 },\

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@api.openoffice.org
For additional commands, e-mail: issues-h...@api.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to