Home
last modified time | relevance | path

Searched refs:nCurWidth (Results 1 – 5 of 5) sorted by path

/trunk/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx1017 sal_Int32 nCurWidth = aWidth.hasValue() ? ::comphelper::getINT32(aWidth) : -1; in SetColWidth() local
1019 DlgSize aDlgColWidth(this, nCurWidth, sal_False); in SetColWidth()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx3211 long nCurWidth = 0; in CalcTextWidth() local
3240 nCurWidth = GetXValue( rLRItem.GetTxtLeft() + nSpaceBeforeAndMinLabelWidth ); in CalcTextWidth()
3244 nCurWidth -= nFI; in CalcTextWidth()
3245 if ( pPortion->GetBulletX() > nCurWidth ) in CalcTextWidth()
3247 nCurWidth += nFI; // LI? in CalcTextWidth()
3248 if ( pPortion->GetBulletX() > nCurWidth ) in CalcTextWidth()
3249 nCurWidth = pPortion->GetBulletX(); in CalcTextWidth()
3252 nCurWidth += GetXValue( rLRItem.GetRight() ); in CalcTextWidth()
3253 nCurWidth += CalcLineWidth( pPortion, pLine, bIgnoreExtraSpace ); in CalcTextWidth()
3254 if ( nCurWidth > nMaxWidth ) in CalcTextWidth()
[all …]
/trunk/main/sw/source/ui/table/
H A Dtabledlg.cxx361 SwTwips nPrevWidth = nCurWidth; in IMPL_LINK_INLINE_END()
368 if( nCurWidth < MINLAY ) in IMPL_LINK_INLINE_END()
369 nCurWidth = MINLAY; in IMPL_LINK_INLINE_END()
370 nDiff = nRight + nLeft + nCurWidth - pTblData->GetSpace() ; in IMPL_LINK_INLINE_END()
392 nCurWidth = pTblData->GetSpace(); in IMPL_LINK_INLINE_END()
425 nCurWidth = pTblData->GetSpace() - nLeft - nRight; in IMPL_LINK_INLINE_END()
440 nCurWidth = pTblData->GetSpace() - nLeft - nRight; in IMPL_LINK_INLINE_END()
449 nCurWidth = pTblData->GetSpace() - nLeft - nRight; in IMPL_LINK_INLINE_END()
452 if (nCurWidth != nPrevWidth ) in IMPL_LINK_INLINE_END()
680 nCurWidth), FUNIT_TWIP); in ActivatePage()
[all …]
/trunk/main/toolkit/source/awt/
H A Dvclxmenu.cxx662 const sal_Int32 nCurWidth = aCurSize.Width(); in lcl_XGraphic2VCLImage() local
666 if ( nCurWidth > 0 && nCurHeight > 0 ) in lcl_XGraphic2VCLImage()
668 if ( bResize && ( nCurWidth > nIdeal || nCurHeight > nIdeal ) ) in lcl_XGraphic2VCLImage()
670 sal_Int32 nIdealWidth = nCurWidth > nIdeal ? nIdeal : nCurWidth; in lcl_XGraphic2VCLImage()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx2151 long nCurWidth; in ImplCalcBreaks() local
2174 nCurWidth = 0; in ImplCalcBreaks()
2179 nCurWidth = it->maItemSize.Width(); in ImplCalcBreaks()
2181 nCurWidth = it->maItemSize.Height(); in ImplCalcBreaks()
2188 nCurWidth = nWinItemWidth; in ImplCalcBreaks()
2195 nCurWidth = 0; in ImplCalcBreaks()
2201 if ( (nLineWidth+nCurWidth > nWidthTotal) && mbScroll ) in ImplCalcBreaks()
2205 nCurWidth = it->mnSepSize; in ImplCalcBreaks()
2255 nLineWidth += nCurWidth; in ImplCalcBreaks()

Completed in 67 milliseconds