Searched refs:readProp (Results 1 – 4 of 4) sorted by relevance
41 if (element->readProp( &style._border, OUSTR("Border") )) { in readBorderProps()44 if (element->readProp( &style._borderColor, OUSTR("BorderColor") )) in readBorderProps()54 bool ret = element->readProp( in readFontProps()56 ret |= element->readProp( in readFontProps()58 ret |= element->readProp( in readFontProps()116 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("State") ) ) >>= nState) in readButtonModel()150 if (readProp( OUSTR("VisualEffect") ) >>= aStyle._visualEffect) in readCheckBoxModel()360 if (readProp( OUSTR("VisualEffect") ) >>= aStyle._visualEffect) in readRadioButtonModel()386 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("State") ) ) >>= nState) in readRadioButtonModel()427 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("Label") ) ) >>= aTitle) in readGroupBoxModel()[all …]
113 inline bool readProp( T * ret, ::rtl::OUString const & rPropName );114 css::uno::Any readProp( ::rtl::OUString const & rPropName );235 inline bool ElementDescriptor::readProp( in readProp() function in xmlscript::ElementDescriptor
591 Any ElementDescriptor::readProp( OUString const & rPropName ) in readProp() function in xmlscript::ElementDescriptor
1095 MyProperty readProp( properties[i].Name ); in getv() local1096 it1 = propset.find( readProp ); in getv()2238 MyProperty readProp( false, in load() local2245 if( properties.find( readProp ) == properties.end() ) in load()2246 properties.insert( readProp ); in load()2543 MyProperty readProp( properties[i].Name ); in getv() local2544 it1 = propset.find( readProp ); in getv()
Completed in 54 milliseconds