Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/form/
H A DStyleApplier.java340 String sPropValue = sPropList[1]; in getStyleColor() local
341 sPropValue = sPropValue.trim(); in getStyleColor()
342 if (sPropValue.indexOf("#") > -1) in getStyleColor()
344sPropValue = JavaTools.replaceSubString(sPropValue, PropertyNames.EMPTY_STRING, PropertyNames.SEMI… in getStyleColor()
345sPropValue = JavaTools.replaceSubString(sPropValue, PropertyNames.EMPTY_STRING, PropertyNames.SPAC… in getStyleColor()
346 return Integer.decode(sPropValue).intValue(); in getStyleColor()
/trunk/main/xmloff/source/forms/
H A Delementexport.cxx2087 ::rtl::OUString sPropValue; in exportSubTags()
2088 m_xProps->getPropertyValue( PROPERTY_DATASOURCENAME ) >>= sPropValue; // if set it is a file url in exportSubTags()
2089 if ( !sPropValue.getLength() ) in exportSubTags()
2090 m_xProps->getPropertyValue( PROPERTY_URL ) >>= sPropValue; in exportSubTags()
2091 if ( sPropValue.getLength() ) in exportSubTags()
2095 sPropValue); in exportSubTags()
2143 ::rtl::OUString sPropValue; in exportAttributes()
2144 m_xProps->getPropertyValue( PROPERTY_DATASOURCENAME ) >>= sPropValue; in exportAttributes()
2145 m_bCreateConnectionResourceElement = !sPropValue.getLength(); in exportAttributes()
2148 INetURLObject aURL(sPropValue); in exportAttributes()
H A Dpropertyexport.cxx271 ::rtl::OUString sPropValue; in exportStringPropertyAttribute()
272 m_xProps->getPropertyValue( _rPropertyName ) >>= sPropValue; in exportStringPropertyAttribute()
275 if ( sPropValue.getLength() ) in exportStringPropertyAttribute()
276 AddAttribute( _nNamespaceKey, _pAttributeName, sPropValue ); in exportStringPropertyAttribute()

Completed in 33 milliseconds