Home
last modified time | relevance | path

Searched refs:_backgroundColor (Results 1 – 5 of 5) sorted by relevance

/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_expmodels.cxx68 …readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundColor) in readButtonModel()
140 …readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundColor) in readCheckBoxModel()
207 …readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundColor) in readComboBoxModel()
273 …readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundColor) in readListBoxModel()
347 …readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundColor) in readRadioButtonModel()
438 …readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundColor) in readFixedTextModel()
475 …readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundColor) in readFixedHyperLinkModel()
516 …readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundColor) in readEditModel()
570 …readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundColor) in readImageControlModel()
597 …readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundColor) in readFileControlModel()
[all …]
H A Dxmldlg_export.cxx81 buf.append( OUString::valueOf( (sal_Int64)(sal_uInt64)_backgroundColor, 16 ) ); in createElement()
1264 rStyle._backgroundColor != pStyle->_backgroundColor) in getStyleId()
1290 pStyle->_backgroundColor = rStyle._backgroundColor; in getStyleId()
H A Dxmldlg_import.cxx221 … OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ), makeAny( _backgroundColor ) ); in importBackgroundColorStyle()
229 &_backgroundColor, in importBackgroundColorStyle()
235 … OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ), makeAny( _backgroundColor ) ); in importBackgroundColorStyle()
H A Dexp_share.hxx45 sal_uInt32 _backgroundColor; member
H A Dimp_share.hxx248 sal_Int32 _backgroundColor; member in xmlscript::StyleElement