Searched refs:maWidths (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sc/source/filter/excel/ |
H A D | colrowst.cxx | 65 maWidths.resize( static_cast< size_t >( mnMaxCol + 1 ), 0 ); in XclImpColRowSettings() 98 ::std::fill( maWidths.begin() + nScCol1, maWidths.begin() + nScCol2 + 1, nWidth ); in SetWidthRange() 193 …sal_uInt16 nWidth = ::get_flag( maColFlags[ nScCol ], EXC_COLROW_USED ) ? maWidths[ nScCol ] : mnD… in Convert()
|
/aoo41x/main/svx/source/dialog/ |
H A D | framelinkarray.cxx | 134 maWidths.resize( mnWidth, 0L ); in ArrayImpl() 230 lclRecalcCoordVec( maXCoords, maWidths ); in GetColPosition() 263 fAngle = frame::GetHorDiagAngle( maWidths[ nCol ] + 1, maHeights[ nRow ] + 1 ); in GetHorDiagAngle() 805 mxImpl->maWidths[ nCol ] = nWidth; in SetColWidth() 818 std::fill( mxImpl->maWidths.begin(), mxImpl->maWidths.end(), nWidth ); in SetAllColWidths() 843 return mxImpl->maWidths[ nCol ]; in GetColWidth() 964 std::reverse( mxImpl->maWidths.begin(), mxImpl->maWidths.end() ); in MirrorSelfX()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | colrowst.hxx | 56 ScfUInt16Vec maWidths; /// Column widths in twips. member in XclImpColRowSettings
|
/aoo41x/main/svx/inc/svx/ |
H A D | framelinkarray.hxx | 71 LongVec maWidths; member
|
Completed in 29 milliseconds