Searched refs:SC_UNONAME_CELLWID (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbahelper.cxx | 737 …mxModel->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_CELLWID ) ) ) >… in getWidth() 742 …mxModel->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_CELLWID ) ), un… in setWidth()
|
/aoo41x/main/sc/inc/ |
H A D | unonames.hxx | 155 #define SC_UNONAME_CELLWID "Width" macro
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 173 {MAP_CHAR_LEN(SC_UNONAME_CELLWID), 0, &getCppuType((sal_Int32*)0), 0, 0 }, in lcl_GetColumnsPropertyMap() 3050 if ( aNameString.EqualsAscii( SC_UNONAME_CELLWID ) ) in setPropertyValue() 3098 if ( aNameString.EqualsAscii( SC_UNONAME_CELLWID ) ) in getPropertyValue()
|
H A D | cellsuno.cxx | 551 {MAP_CHAR_LEN(SC_UNONAME_CELLWID), SC_WID_UNO_CELLWID, &getCppuType((sal_Int32*)0), 0, 0 }, in lcl_GetColumnPropertySet()
|
Completed in 419 milliseconds