Searched refs:mfWidth (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/drawinglayer/source/attribute/ |
H A D | sdrlineattribute.cxx | 42 double mfWidth; // 1/100th mm, 0.0==hair member in drawinglayer::attribute::ImpSdrLineAttribute 59 mfWidth(fWidth), in ImpSdrLineAttribute() 71 mfWidth(0.0), in ImpSdrLineAttribute() 82 double getWidth() const { return mfWidth; } in getWidth()
|
H A D | linestartendattribute.cxx | 44 double mfWidth; // absolute line StartEndGeometry base width member in drawinglayer::attribute::ImpLineStartEndAttribute 55 mfWidth(fWidth), in ImpLineStartEndAttribute() 62 double getWidth() const { return mfWidth; } in getWidth()
|
H A D | lineattribute.cxx | 44 double mfWidth; // absolute line width member in drawinglayer::attribute::ImpLineAttribute 55 mfWidth(fWidth), in ImpLineAttribute() 63 double getWidth() const { return mfWidth; } in getWidth()
|
/aoo41x/main/drawinglayer/inc/drawinglayer/primitive2d/ |
H A D | textlineprimitive2d.hxx | 44 double mfWidth; member in drawinglayer::primitive2d::TextLinePrimitive2D 68 double getWidth() const { return mfWidth; } in getWidth()
|
H A D | gridprimitive2d.hxx | 56 double mfWidth; member in drawinglayer::primitive2d::GridPrimitive2D 94 double getWidth() const { return mfWidth; } in getWidth()
|
H A D | textstrikeoutprimitive2d.hxx | 46 double mfWidth; member in drawinglayer::primitive2d::BaseTextStrikeoutPrimitive2D 60 double getWidth() const { return mfWidth; } in getWidth()
|
/aoo41x/main/oox/source/xls/ |
H A D | worksheethelper.cxx | 114 mfWidth( 0.0 ), in ColumnModel() 128 (mfWidth == rModel.mfWidth) && in isMergeable() 439 maDefColModel.mfWidth = 8.5; in WorksheetGlobals() 801 maDefColModel.mfWidth = rUnitConv.scaleFromMm100( in setBaseColumnWidth() 811 maDefColModel.mfWidth = fWidth; in setDefaultColumnWidth() 1191 sal_Int32 nWidth = getUnitConverter().scaleToMm100( rModel.mfWidth, UNIT_DIGIT ); in convertColumns()
|
H A D | worksheetfragment.cxx | 527 aModel.mfWidth = rAttribs.getDouble( XML_width, 0.0 ); in importCol() 649 aModel.mfWidth = static_cast< double >( nWidth ) / 256.0; in importCol() 948 aModel.mfWidth = static_cast< double >( nWidth ) / 256.0; in importColInfo() 976 aModel.mfWidth = static_cast< double >( nWidth ) / 256.0; in importColWidth()
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | textlineprimitive2d.cxx | 273 mfWidth(fWidth), in TextLinePrimitive2D()
|
H A D | textstrikeoutprimitive2d.cxx | 49 mfWidth(fWidth), in BaseTextStrikeoutPrimitive2D()
|
H A D | gridprimitive2d.cxx | 284 mfWidth(fWidth), in GridPrimitive2D()
|
/aoo41x/main/oox/inc/oox/xls/ |
H A D | worksheethelper.hxx | 85 double mfWidth; /// Column width in number of characters. member
|
Completed in 154 milliseconds