Home
last modified time | relevance | path

Searched refs:nLabelWidth (Results 1 – 11 of 11) sorted by relevance

/trunk/main/chart2/source/controller/dialogs/
H A Dtp_Scale.cxx203 …long nLabelWidth = ::std::max( aTxtMin.CalcMinimumSize().Width(), aTxtMax.CalcMinimumSize().Width(… in AdjustControlPositions() local
204 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()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DInBlocksLabelsLeft.java76 final int nLabelWidth = getMaxLabelWidth(); // 3000; in insertDetailFields() local
79 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 DColumnarTwoColumns.java83 final int nLabelWidth = getMaxLabelWidth(); // 3000; in insertDetailFields() local
92 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 DColumnarSingleColumn.java74 final int nLabelWidth = getMaxLabelWidth(); in insertDetailFields() local
79 … getLeftPageIndent() - getRightPageIndent() - getLeftGroupIndent(getCountOfGroups()) - nLabelWidth; in insertDetailFields()
85 aRect = insertLabel(xSection, sLabel, aRect, nLabelWidth, aSOLabel); in insertDetailFields()
H A DInBlocksLabelsAbove.java130 final int nLabelWidth = 3000 + nDelta; in insertDetailFields() local
131 aRectLabels = insertLabel(xSection, sLabel, aRectLabels, nLabelWidth, aSOLabel); in insertDetailFields()
H A DReportBuilderLayouter.java408 final int nLabelWidth = getMaxLabelWidth(); // 3000; in insertGroups() local
410 final int nFieldWidth = nUsablePageWidth - nLabelWidth; in insertGroups()
434 …ect = insertLabel(xGroupSection, getTitleFromFieldName(m_aGroupNames[i]), aRect, nLabelWidth, aSO); in insertGroups()
/trunk/main/sc/source/ui/dbgui/
H A Dfieldwnd.cxx812 long nLabelWidth = rDev.GetTextWidth( rFullText ); in DrawField() local
813 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()
/trunk/main/uui/source/
H A Dpassworddlg.cxx133 long nLabelWidth = aFTPassword.GetSizePixel().Width(); in PasswordDialog() local
142 for( nNewLabelHeight = ( nTextWidth / nLabelWidth + 1 ) * nTextHeight; in PasswordDialog()
/trunk/main/fpicker/source/aqua/
H A DControlHelper.cxx843 int nLabelWidth = labelFrame.size.width; in layoutControls() local
844 if (nPopupLabelMaxWidth < nLabelWidth) { in layoutControls()
845 nPopupLabelMaxWidth = nLabelWidth; in layoutControls()
/trunk/main/cui/source/options/
H A Doptgdlg.cxx711 sal_Int32 nLabelWidth = aAAPointLimitLabel.GetTextWidth( sLabel ); in OfaViewTabPage() local
712 nLabelWidth += 3; // small gap in OfaViewTabPage()
715 sal_Int32 nMoveLeft = aSize.Width() - nLabelWidth; in OfaViewTabPage()
717 aSize.Width() = nLabelWidth; in OfaViewTabPage()
H A Doptinet2.cxx879 const long nLabelWidth = aSearchNameFT.GetSizePixel().Width(); in InitControls_Impl() local
880 const long nDelta = nLabelWidth - nLabelTextWidth; in InitControls_Impl()

Completed in 59 milliseconds