Searched refs:SC_UNONAME_CELLWID (Results 1 – 4 of 4) sorted by relevance
| /trunk/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()
|
| /trunk/main/sc/inc/ |
| H A D | unonames.hxx | 155 #define SC_UNONAME_CELLWID "Width" macro
|
| /trunk/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() 3079 if ( aNameString.EqualsAscii( SC_UNONAME_CELLWID ) ) in setPropertyValue() 3127 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,… in lcl_GetColumnPropertySet()
|