Searched refs:nNeededWidth (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sc/source/ui/view/ |
H A D | output2.cxx | 1363 long nNeededWidth = 0; in DrawStrings() local 1568 nNeededWidth = aVars.GetTextSize().Width() + nTotalMargin; in DrawStrings() 1571 GetOutputArea( nX, nArrY, nPosX, nPosY, nCellX, nCellY, nNeededWidth, in DrawStrings() 1669 nNeededWidth = aVars.GetTextSize().Width() + in DrawStrings() 1672 if ( nNeededWidth <= aAreaParam.maClipRect.GetWidth() ) in DrawStrings() 3399 long nNeededWidth = nGridWidth; // in pixel for GetOutputArea in DrawRotated() local 3401 nNeededWidth = pRefDevice->LogicToPixel(Size(nNeededWidth,0)).Width(); in DrawRotated() 3403 GetOutputArea( nX, nArrY, nCellStartX, nPosY, nCellX, nCellY, nNeededWidth, in DrawRotated()
|
H A D | tabview.cxx | 1962 long nNeededWidth = rSize.Width() + 2 * nBorder; in GetChartInsertPos() local 2010 bool bFitLeft = ( nLeftSpace >= nNeededWidth ); in GetChartInsertPos() 2011 bool bFitRight = ( nRightSpace >= nNeededWidth ); in GetChartInsertPos() 2021 aInsertPos.X() = aSelection.Left() - nNeededWidth; in GetChartInsertPos() 2039 … aInsertPos.X() = std::min( aSelection.Right(), aVisible.Right() ) - nNeededWidth + 1; in GetChartInsertPos() 2048 aInsertPos.X() = aSelection.Left() - nNeededWidth; in GetChartInsertPos() 2056 Rectangle aCompareRect( aInsertPos, Size( nNeededWidth, nNeededHeight ) ); in GetChartInsertPos()
|
Completed in 35 milliseconds