Searched refs:nLabelWidth (Results  1 – 11 of 11) sorted by relevance
| /aoo4110/main/chart2/source/controller/dialogs/ | 
| H A D | tp_Scale.cxx | 203 …long nLabelWidth = ::std::max( aTxtMin.CalcMinimumSize().Width(), aTxtMax.CalcMinimumSize().Width(…  in AdjustControlPositions()  local204     nLabelWidth = ::std::max( aTxtMain.CalcMinimumSize().Width(), nLabelWidth );  in AdjustControlPositions()
 205     nLabelWidth = ::std::max( aTxtHelp.CalcMinimumSize().Width(), nLabelWidth );  in AdjustControlPositions()
 206     nLabelWidth = ::std::max( aTxtHelpCount.CalcMinimumSize().Width(), nLabelWidth );  in AdjustControlPositions()
 207     nLabelWidth = ::std::max( aTxtOrigin.CalcMinimumSize().Width(), nLabelWidth );  in AdjustControlPositions()
 208     nLabelWidth = ::std::max( m_aTxt_TimeResolution.CalcMinimumSize().Width(), nLabelWidth );  in AdjustControlPositions()
 209     nLabelWidth = ::std::max( m_aTxt_AxisType.CalcMinimumSize().Width(), nLabelWidth );  in AdjustControlPositions()
 210     nLabelWidth+=1;  in AdjustControlPositions()
 213     long nNewXPos = aTxtMin.GetPosPixel().X() + nLabelWidth + nLabelDistance;  in AdjustControlPositions()
 231         aSize.Width() = nLabelWidth;  in AdjustControlPositions()
 
 | 
| /aoo4110/main/wizards/com/sun/star/wizards/reportbuilder/layout/ | 
| H A D | InBlocksLabelsLeft.java | 76         final int nLabelWidth = getMaxLabelWidth(); // 3000;  in insertDetailFields()  local79         final int nFactor = nUsablePageWidth / (nLabelWidth + nFieldWidth);  in insertDetailFields()
 84             nDeltaTotal = nUsablePageWidth - (nFactor * (nLabelWidth + nFieldWidth));  in insertDetailFields()
 102 …         aRectLabelFields = insertLabel(xSection, sLabel, aRectLabelFields, nLabelWidth, aSOLabel);  in insertDetailFields()
 107             final int nNextX = aRectLabelFields.X + nLabelWidth + nFieldWidth;  in insertDetailFields()
 
 | 
| H A D | ColumnarTwoColumns.java | 83         final int nLabelWidth = getMaxLabelWidth(); // 3000;  in insertDetailFields()  local92         final int nWidth = (nUsablePageWidth - nLabelWidth * _nColumns) / _nColumns;  in insertDetailFields()
 108 …Rect.X = getLeftPageIndent() + getLeftGroupIndent(getCountOfGroups()) + x * (nWidth + nLabelWidth);  in insertDetailFields()
 112                     aRect = insertLabel(xSection, sLabel, aRect, nLabelWidth, aSOLabel);  in insertDetailFields()
 
 | 
| H A D | ColumnarSingleColumn.java | 74         final int nLabelWidth = getMaxLabelWidth();  in insertDetailFields()  local79 … getLeftPageIndent() - getRightPageIndent() - getLeftGroupIndent(getCountOfGroups()) - nLabelWidth;  in insertDetailFields()
 85             aRect = insertLabel(xSection, sLabel, aRect, nLabelWidth, aSOLabel);  in insertDetailFields()
 
 | 
| H A D | InBlocksLabelsAbove.java | 130             final int nLabelWidth = 3000 + nDelta;  in insertDetailFields()  local131             aRectLabels = insertLabel(xSection, sLabel, aRectLabels, nLabelWidth, aSOLabel);  in insertDetailFields()
 
 | 
| H A D | ReportBuilderLayouter.java | 408             final int nLabelWidth = getMaxLabelWidth(); // 3000;  in insertGroups()  local410             final int nFieldWidth = nUsablePageWidth - nLabelWidth;  in insertGroups()
 434 …ect = insertLabel(xGroupSection, getTitleFromFieldName(m_aGroupNames[i]), aRect, nLabelWidth, aSO);  in insertGroups()
 
 | 
| /aoo4110/main/sc/source/ui/dbgui/ | 
| H A D | fieldwnd.cxx | 812         long nLabelWidth = rDev.GetTextWidth( rFullText );  in DrawField()  local813         if( (maFields[ nFieldIndex ].mbClipped = nLabelWidth + 6 > maFieldSize.Width()) == true )  in DrawField()
 822                 nLabelWidth = rDev.GetTextWidth( aClippedText );  in DrawField()
 823                 bFits = nLabelWidth + 6 <= maFieldSize.Width();  in DrawField()
 830 …Point aLabelOffset( (maFieldSize.Width() - nLabelWidth) / 2, ::std::max< long >( (maFieldSize.Heig…  in DrawField()
 
 | 
| /aoo4110/main/uui/source/ | 
| H A D | passworddlg.cxx | 133     long nLabelWidth    = aFTPassword.GetSizePixel().Width();  in PasswordDialog()  local142     for( nNewLabelHeight = ( nTextWidth / nLabelWidth + 1 ) * nTextHeight;   in PasswordDialog()
 
 | 
| /aoo4110/main/fpicker/source/aqua/ | 
| H A D | ControlHelper.cxx | 843             int nLabelWidth = labelFrame.size.width;  in layoutControls()  local844             if (nPopupLabelMaxWidth < nLabelWidth) {  in layoutControls()
 845                 nPopupLabelMaxWidth = nLabelWidth;  in layoutControls()
 
 | 
| /aoo4110/main/cui/source/options/ | 
| H A D | optgdlg.cxx | 711     sal_Int32 nLabelWidth = aAAPointLimitLabel.GetTextWidth( sLabel );  in OfaViewTabPage()  local712 	nLabelWidth += 3;	// small gap  in OfaViewTabPage()
 715 	sal_Int32 nMoveLeft = aSize.Width() - nLabelWidth;  in OfaViewTabPage()
 717 	aSize.Width() = nLabelWidth;  in OfaViewTabPage()
 
 | 
| H A D | optinet2.cxx | 879     const long nLabelWidth = aSearchNameFT.GetSizePixel().Width();  in InitControls_Impl()  local880     const long nDelta = nLabelWidth - nLabelTextWidth;  in InitControls_Impl()
 
 | 
        Completed in 95 milliseconds