Searched refs:aStyleVal (Results 1 – 2 of 2) sorted by relevance
2880 uno::Any aStyleVal = m_pImpl->GetPropertyFromStyleSheet(ePropertyId); in sprmWithProps() local2881 if( !aStyleVal.hasValue() ) in sprmWithProps()2886 else if(aStyleVal.getValueTypeClass() == uno::TypeClass_FLOAT ) in sprmWithProps()2889 aStyleVal >>= fDoubleValue; in sprmWithProps()2892 else if((aStyleVal >>= nStyleValue) || in sprmWithProps()2893 (nStyleValue = (sal_Int16)comphelper::getEnumAsINT32(aStyleVal)) >= 0 ) in sprmWithProps()
873 … beans::PropertyValue aStyleVal( rPropNameSupplier.GetName( PROP_NUMBERING_STYLE_NAME ), 0, in ApplyStyleSheets() local876 aPropValues[ aPropValues.getLength( ) - 1 ] = aStyleVal; in ApplyStyleSheets()
Completed in 43 milliseconds