Home
last modified time | relevance | path

Searched refs:aStyleVal (Results 1 – 2 of 2) sorted by relevance

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper.cxx2880 uno::Any aStyleVal = m_pImpl->GetPropertyFromStyleSheet(ePropertyId); in sprmWithProps() local
2881 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()
H A DStyleSheetTable.cxx873 … beans::PropertyValue aStyleVal( rPropNameSupplier.GetName( PROP_NUMBERING_STYLE_NAME ), 0, in ApplyStyleSheets() local
876 aPropValues[ aPropValues.getLength( ) - 1 ] = aStyleVal; in ApplyStyleSheets()

Completed in 45 milliseconds