Home
last modified time | relevance | path

Searched refs:SC_UNONAME_NEWPAGE (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sc/source/ui/unoobj/
H A Ddocuno.cxx172 {MAP_CHAR_LEN(SC_UNONAME_NEWPAGE), 0, &getBooleanCppuType(), 0, 0 }, in lcl_GetColumnsPropertyMap()
189 {MAP_CHAR_LEN(SC_UNONAME_NEWPAGE), 0, &getBooleanCppuType(), 0, 0 }, in lcl_GetRowsPropertyMap()
3103 …else if ( aNameString.EqualsAscii( SC_UNONAME_NEWPAGE ) || aNameString.EqualsAscii( SC_UNONAME_MAN… in setPropertyValue()
3146 else if ( aNameString.EqualsAscii( SC_UNONAME_NEWPAGE ) ) in getPropertyValue()
3359 …else if ( aNameString.EqualsAscii( SC_UNONAME_NEWPAGE) || aNameString.EqualsAscii( SC_UNONAME_MANP… in setPropertyValue()
3419 else if ( aNameString.EqualsAscii( SC_UNONAME_NEWPAGE ) ) in getPropertyValue()
H A Dcellsuno.cxx518 …{MAP_CHAR_LEN(SC_UNONAME_NEWPAGE), SC_WID_UNO_NEWPAGE, &getBooleanCppuType(), 0,… in lcl_GetColumnPropertySet()
623 …{MAP_CHAR_LEN(SC_UNONAME_NEWPAGE), SC_WID_UNO_NEWPAGE, &getBooleanCppuType(), 0,… in lcl_GetRowPropertySet()
/AOO41X/main/sc/inc/
H A Dunonames.hxx159 #define SC_UNONAME_NEWPAGE "IsStartOfNewPage" macro