Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/ui/miscdlgs/ !
H A Dsolveroptions.cxx321 double fDoubleValue = 0.0; in FillListBox() local
322 if ( aValue >>= fDoubleValue ) in FillListBox()
323 pItem->SetDoubleValue( fDoubleValue ); in FillListBox()
/AOO41X/main/writerfilter/source/dmapper/ !
H A DDomainMapper.cxx2881 double fDoubleValue = 0; in sprmWithProps() local
2891 aStyleVal >>= fDoubleValue; in sprmWithProps()
2892 nIntValue = fDoubleValue > 100. ? 0 : 1; in sprmWithProps()