Searched refs:aStyleVal (Results 1 – 2 of 2) sorted by relevance
2882 uno::Any aStyleVal = m_pImpl->GetPropertyFromStyleSheet(ePropertyId); in sprmWithProps() local2883 if( !aStyleVal.hasValue() ) in sprmWithProps()2888 else if(aStyleVal.getValueTypeClass() == uno::TypeClass_FLOAT ) in sprmWithProps()2891 aStyleVal >>= fDoubleValue; in sprmWithProps()2894 else if((aStyleVal >>= nStyleValue) || in sprmWithProps()2895 (nStyleValue = (sal_Int16)comphelper::getEnumAsINT32(aStyleVal)) >= 0 ) in sprmWithProps()
876 … beans::PropertyValue aStyleVal( rPropNameSupplier.GetName( PROP_NUMBERING_STYLE_NAME ), 0, in ApplyStyleSheets() local879 aPropValues[ aPropValues.getLength( ) - 1 ] = aStyleVal; in ApplyStyleSheets()
Completed in 38 milliseconds