Home
last modified time | relevance | path

Searched refs:_border (Results 1 – 6 of 6) sorted by relevance

/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_import.cxx251 OUSTR("Border"), makeAny( _border == BORDER_SIMPLE_COLOR in importBorderStyle()
252 ? BORDER_SIMPLE : _border ) ); in importBorderStyle()
253 if (_border == BORDER_SIMPLE_COLOR) in importBorderStyle()
267 _border = BORDER_NONE; in importBorderStyle()
269 _border = BORDER_3D; in importBorderStyle()
271 _border = BORDER_SIMPLE; in importBorderStyle()
273 _border = BORDER_SIMPLE_COLOR; in importBorderStyle()
H A Dxmldlg_export.cxx122 switch (_border) in createElement()
1277 (rStyle._border != pStyle->_border || in getStyleId()
1278 (rStyle._border == BORDER_SIMPLE_COLOR && in getStyleId()
1299 pStyle->_border = rStyle._border; in getStyleId()
H A Dxmldlg_expmodels.cxx41 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()
H A Dexp_share.hxx48 sal_Int16 _border; member
H A Dimp_share.hxx265 sal_Int16 _border; member in xmlscript::StyleElement
/trunk/main/reportdesign/source/core/inc/
H A DReportHelperImpl.hxx101 void SAL_CALL clazz::setControlBorder( ::sal_Int16 _border ) throw (uno::RuntimeException,lang::Ill…
103 set(PROPERTY_CONTROLBORDER,_border,(arg).m_nBorder); \

Completed in 76 milliseconds