Searched refs:mfHeight (Results 1 – 13 of 13) sorted by relevance
/aoo4110/main/oox/source/xls/ |
H A D | worksheethelper.cxx | 139 mfHeight( 0.0 ), in RowModel() 162 (mfHeight == rModel.mfHeight) && in isMergeable() 446 maDefRowModel.mfHeight = 0.0; in WorksheetGlobals() 876 maDefRowModel.mfHeight = fHeight; in setDefaultRowSettings() 1221 convertRows( aRowLevels, aRowRange, aIt->second.first, maDefRowModel.mfHeight ); in convertRows() 1236 double fHeight = (rModel.mfHeight >= 0.0) ? rModel.mfHeight : fDefHeight; in convertRows()
|
H A D | themebuffer.cxx | 95 mxDefFontModel->mfHeight = 11.0; in ThemeBuffer() 100 mxDefFontModel->mfHeight = 10.0; in ThemeBuffer()
|
H A D | sheetdatacontext.cxx | 287 aModel.mfHeight = rAttribs.getDouble( XML_ht, -1.0 ); in importRow() 372 aModel.mfHeight = nHeight / 20.0; in importRow() 707 aModel.mfHeight = (nHeight & BIFF_ROW_HEIGHTMASK) / 20.0; in importRow()
|
H A D | pagesettings.cxx | 819 maFontModel.mfHeight = nFontHeight; in parse() 844 return (fMaxHt == 0.0) ? maFontModel.mfHeight : fMaxHt; in getCurrHeight() 855 rfMaxHt = ::std::max( rfMaxHt, maFontModel.mfHeight ); in updateCurrHeight()
|
H A D | stylesbuffer.cxx | 611 mfHeight( 0.0 ), in FontModel() 630 mfHeight = nHeight / 20.0; // convert twips to points in setBiffHeight() 752 maModel.mfHeight = rAttribs.getDouble( XML_val, rDefModel.mfHeight ); in importAttribs() 1007 maApiData.maDesc.Height = static_cast< sal_Int16 >( maModel.mfHeight * 20.0 ); in finalizeImport()
|
/aoo4110/main/drawinglayer/inc/drawinglayer/primitive2d/ |
H A D | textlineprimitive2d.hxx | 46 double mfHeight; member in drawinglayer::primitive2d::TextLinePrimitive2D 70 double getHeight() const { return mfHeight; } in getHeight()
|
H A D | gridprimitive2d.hxx | 57 double mfHeight; member in drawinglayer::primitive2d::GridPrimitive2D 95 double getHeight() const { return mfHeight; } in getHeight()
|
H A D | textstrikeoutprimitive2d.hxx | 119 double mfHeight; member in drawinglayer::primitive2d::TextGeometryStrikeoutPrimitive2D 138 double getHeight() const { return mfHeight; } in getHeight()
|
/aoo4110/main/drawinglayer/source/primitive2d/ |
H A D | textlineprimitive2d.cxx | 275 mfHeight(fHeight), in TextLinePrimitive2D()
|
H A D | textstrikeoutprimitive2d.cxx | 255 mfHeight(fHeight), in TextGeometryStrikeoutPrimitive2D()
|
H A D | gridprimitive2d.cxx | 285 mfHeight(fHeight), in GridPrimitive2D()
|
/aoo4110/main/oox/inc/oox/xls/ |
H A D | worksheethelper.hxx | 105 double mfHeight; /// Row height in points. member
|
H A D | stylesbuffer.hxx | 170 double mfHeight; /// Font height in points. member
|
Completed in 127 milliseconds