Home
last modified time | relevance | path

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

/AOO42X/main/svx/source/unodraw/
H A Dtableshape.cxx78 case OWN_ATTR_TABLETEMPLATE_FIRSTROW: in setPropertyValueImpl()
91 … case OWN_ATTR_TABLETEMPLATE_FIRSTROW: rValue >>= aSettings.mbUseFirstRow; break; in setPropertyValueImpl()
146 case OWN_ATTR_TABLETEMPLATE_FIRSTROW: in getPropertyValueImpl()
159 … case OWN_ATTR_TABLETEMPLATE_FIRSTROW: rValue <<= aSettings.mbUseFirstRow; break; in getPropertyValueImpl()
H A Dunoprov.cxx785 …{ MAP_CHAR_LEN("UseFirstRowStyle"), OWN_ATTR_TABLETEMPLATE_FIRSTROW, &::getBooleanCppu… in ImplGetSvxTableShapePropertyMap()
/AOO42X/main/svx/inc/svx/
H A Dunoshprp.hxx150 #define OWN_ATTR_TABLETEMPLATE_FIRSTROW (OWN_ATTR_VALUE_START+49) macro