Searched refs:lcl_GetValue (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/cui/source/tabpages/ |
| H A D | grfpage.cxx | 45 inline long lcl_GetValue( MetricField& rMetric, FieldUnit eUnit ) in lcl_GetValue() function 275 aTmpSz.Width() = lcl_GetValue( aWidthMF, eUnit ); in FillItemSet() 277 aTmpSz.Height() = lcl_GetValue( aHeightMF, eUnit ); in FillItemSet() 297 pNew->SetLeft( lcl_GetValue( aLeftMF, eUnit ) ); in FillItemSet() 298 pNew->SetRight( lcl_GetValue( aRightMF, eUnit ) ); in FillItemSet() 299 pNew->SetTop( lcl_GetValue( aTopMF, eUnit ) ); in FillItemSet() 300 pNew->SetBottom( lcl_GetValue( aBottomMF, eUnit ) ); in FillItemSet() 415 long nLRBorders = lcl_GetValue(aLeftMF, eUnit) in IMPL_LINK() 416 +lcl_GetValue(aRightMF, eUnit); in IMPL_LINK() 423 long nULBorders = lcl_GetValue(aTopMF, eUnit) in IMPL_LINK() [all …]
|
| /AOO42X/main/sccomp/source/solver/ |
| H A D | solver.cxx | 131 double lcl_GetValue( const uno::Reference<sheet::XSpreadsheetDocument>& xDoc, in lcl_GetValue() function 351 double fValue = lcl_GetValue( mxDoc, aCellsIter->first ); in solve() 363 double fChanged = lcl_GetValue( mxDoc, aCellsIter->first ); in solve() 374 double fTwo = lcl_GetValue( mxDoc, aCellsIter->first ); in solve()
|
| /AOO42X/main/sc/source/filter/excel/ |
| H A D | excrecds.cxx | 617 static OString lcl_GetValue( sal_uInt8 nType, double fVal, XclExpString* pStr ) in lcl_GetValue() function 635 XML_val, lcl_GetValue( nType, fVal, pText ).getStr(), in SaveXml()
|