Searched refs:nNeededWidth (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/sc/source/ui/view/ |
| H A D | tabview.cxx | 1923 long nNeededWidth = rSize.Width() + 2 * nBorder; in GetChartInsertPos() local 1971 bool bFitLeft = ( nLeftSpace >= nNeededWidth ); in GetChartInsertPos() 1972 bool bFitRight = ( nRightSpace >= nNeededWidth ); in GetChartInsertPos() 1982 aInsertPos.X() = aSelection.Left() - nNeededWidth; in GetChartInsertPos() 2000 … aInsertPos.X() = std::min( aSelection.Right(), aVisible.Right() ) - nNeededWidth + 1; in GetChartInsertPos() 2009 aInsertPos.X() = aSelection.Left() - nNeededWidth; in GetChartInsertPos() 2017 Rectangle aCompareRect( aInsertPos, Size( nNeededWidth, nNeededHeight ) ); in GetChartInsertPos()
|
| 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()
|