Searched refs:_border (Results 1 – 6 of 6) sorted by relevance
250 OUSTR("Border"), makeAny( _border == BORDER_SIMPLE_COLOR in importBorderStyle()251 ? BORDER_SIMPLE : _border ) ); in importBorderStyle()252 if (_border == BORDER_SIMPLE_COLOR) in importBorderStyle()266 _border = BORDER_NONE; in importBorderStyle()268 _border = BORDER_3D; in importBorderStyle()270 _border = BORDER_SIMPLE; in importBorderStyle()272 _border = BORDER_SIMPLE_COLOR; in importBorderStyle()
121 switch (_border) in createElement()1246 (rStyle._border != pStyle->_border || in getStyleId()1247 (rStyle._border == BORDER_SIMPLE_COLOR && in getStyleId()1268 pStyle->_border = rStyle._border; in getStyleId()
41 if (element->readProp( &style._border, OUSTR("Border") )) { in readBorderProps()42 if (style._border == BORDER_SIMPLE /* simple */) in readBorderProps()45 style._border = BORDER_SIMPLE_COLOR; in readBorderProps()
48 sal_Int16 _border; member
265 sal_Int16 _border; member in xmlscript::StyleElement
101 void SAL_CALL clazz::setControlBorder( ::sal_Int16 _border ) throw (uno::RuntimeException,lang::Ill…103 set(PROPERTY_CONTROLBORDER,_border,(arg).m_nBorder); \
Completed in 37 milliseconds