Home
last modified time | relevance | path

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

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

Completed in 57 milliseconds