Searched refs:GetStdPrecision (Results 1 – 9 of 9) sorted by relevance
103 pFormTable->ChangeStandardPrec( (sal_uInt16)aOpt.GetStdPrecision() ); in UseDocOptions()
532 nPrecision = (short)GetDocOptions().GetStdPrecision(); in RoundValueAsShown()
2012 nPrecision = pDocument->GetDocOptions().GetStdPrecision(); in GetMaxNumberStringLen()
185 aRet <<= (sal_Int16)( rOptions.GetStdPrecision() ); in getPropertyValue()
251 sal_uInt16 nPrec = aDocOpt.GetStdPrecision(); in getPropertyValue()
85 sal_uInt16 GetStdPrecision() const { return nPrecStandardFormat; } in GetStdPrecision() function in ScDocOptions
178 sal_uInt16 nPrec = pLocalOptions->GetStdPrecision(); in Reset()
382 pValues[nProp] <<= (sal_Int32) GetStdPrecision(); in IMPL_LINK()
1098 rOldOpt.GetStdPrecision() != rNewOpt.GetStdPrecision()) in ModifyOptions()
Completed in 101 milliseconds