Home
last modified time | relevance | path

Searched refs:maWidths (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dcolrowst.cxx65 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()
/trunk/main/svx/source/dialog/
H A Dframelinkarray.cxx134 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()
/trunk/main/sc/source/filter/inc/
H A Dcolrowst.hxx56 ScfUInt16Vec maWidths; /// Column widths in twips. member in XclImpColRowSettings
/trunk/main/svx/inc/svx/
H A Dframelinkarray.hxx71 LongVec maWidths; member

Completed in 29 milliseconds