Home
last modified time | relevance | path

Searched refs:nLines (Results 1 – 25 of 118) sorted by path

12345

/trunk/main/accessibility/inc/accessibility/helper/
H A Dlistboxhelper.hxx101 sal_uInt16 nLines = m_aComboListBox.GetDisplayLineCount(); in IsEntryVisible() local
102 return ( nPos >= nTopEntry && nPos < ( nTopEntry + nLines ) ); in IsEntryVisible()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblelist.cxx757 nLines = 0; in UpdateVisibleLineCount() local
758 m_pListBoxHelper->GetMaxVisColumnsAndLines (nCols, nLines); in UpdateVisibleLineCount()
759 m_nVisibleLineCount = nLines; in UpdateVisibleLineCount()
/trunk/main/basctl/source/basicide/
H A Dbaside2.cxx489 sal_uLong nLines = CalcLineCount( *pStream ); in LoadBasic() local
491 GetEditorWindow().CreateProgress( String( IDEResId( RID_STR_GENERATESOURCE ) ), nLines*4 ); in LoadBasic()
1001 sal_uInt16 nLines = aLine.Len()/nCharspLine+1; in FormatAndPrint() local
1002 for ( sal_uInt16 nLine = 0; nLine < nLines; nLine++ ) in FormatAndPrint()
H A Dbaside2b.cxx578 sal_Int32 nLines = 0; in CreateEditEngine() local
582 nLines++; in CreateEditEngine()
590 …hell()->GetViewFrame()->GetObjectShell(), String( IDEResId( RID_STR_GENERATESOURCE ) ), nLines*4 ); in CreateEditEngine()
613 for ( sal_uInt16 nLine = 0; nLine < nLines; nLine++ ) in CreateEditEngine()
H A Dbastypes.cxx698 void CutLines( ::rtl::OUString& rStr, sal_Int32 nStartLine, sal_Int32 nLines, sal_Bool bEraseTraili… in CutLines() argument
717 for ( sal_Int32 i = 0; i < nLines; i++ ) in CutLines()
/trunk/main/basctl/source/dlged/
H A Dmanagelang.cxx154 long nLines = ( nTxtWidth / nInfoWidth ) + 1; in CalcInfoSize() local
155 if ( nLines > INFO_LINES_COUNT ) in CalcInfoSize()
159 long nNewHeight = aFTSize.Height() * nLines; in CalcInfoSize()
375 long nLines = ( nTxtWidth / nInfoWidth ) + 1; in CalcInfoSize() local
376 if ( nLines > INFO_LINES_COUNT ) in CalcInfoSize()
380 long nNewHeight = aFTSize.Height() * nLines; in CalcInfoSize()
/trunk/main/basctl/source/inc/
H A Dbastypes.hxx321 void CutLines( ::rtl::OUString& rStr, sal_Int32 nStartLine, sal_Int32 nLines, sal_Bool b…
/trunk/main/cui/source/dialogs/
H A Ddlgname.cxx65 long nLines = Min( ( nTxtWidth / aSize.Width() + 1 ), MAX_DESCRIPTION_LINES ); in SvxNameDialog() local
67 aSize.Height() = nHeight * nLines; in SvxNameDialog()
/trunk/main/cui/source/tabpages/
H A Dparagrph.cxx1846 const sal_uInt16 nLines = rWidow.GetValue(); in Reset() local
1848 sal_Bool _bEnable = nLines > 0; in Reset()
1849 aWidowRowNo.SetValue( aWidowRowNo.Normalize( nLines ) ); in Reset()
1868 const sal_uInt16 nLines = rOrphan.GetValue(); in Reset() local
1871 sal_Bool _bEnable = nLines > 0; in Reset()
1873 aOrphanRowNo.SetValue( aOrphanRowNo.Normalize( nLines ) ); in Reset()
/trunk/main/editeng/inc/editeng/
H A Deditdata.hxx275 , nLines( 0 ) in ParagraphInfos()
284 sal_uInt16 nLines; member
/trunk/main/editeng/source/editeng/
H A Deditdoc2.cxx283 sal_uInt16 nLines = aLineList.Count(); in CorrectValuesBehindLastFormattedLine() local
284 DBG_ASSERT( nLines, "CorrectPortionNumbersFromLine: Leere Portion?" ); in CorrectValuesBehindLastFormattedLine()
285 if ( nLastFormattedLine < ( nLines - 1 ) ) in CorrectValuesBehindLastFormattedLine()
301 for ( sal_uInt16 nL = nLastFormattedLine+1; nL < nLines; nL++ ) in CorrectValuesBehindLastFormattedLine()
H A Dediteng.cxx2454 aInfos.nLines = pParaPortion->GetLines().Count(); in GetParagraphInfos()
H A Dimpedit2.cxx3230 sal_uLong nLines = pPortion->GetLines().Count(); in CalcTextWidth() local
3231 for ( sal_uInt16 nLine = 0; nLine < nLines; nLine++ ) in CalcTextWidth()
H A Dimpedit3.cxx2925 sal_uInt16 nLines = pPortion->GetLines().Count(); in Paint() local
2926 sal_uInt16 nLastLine = nLines-1; in Paint()
2943 for ( sal_uInt16 nLine = 0; nLine < nLines; nLine++ ) in Paint()
3311 const bool bEndOfParagraph(bEndOfLine && nLine + 1 == nLines); in Paint()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx2002 … sal_uInt16 nLines[4] = { BOX_LINE_TOP, BOX_LINE_BOTTOM, BOX_LINE_LEFT, BOX_LINE_RIGHT }; in PutValue() local
2012 SetDistance( sal_uInt16( nDist ), nLines[n-5] ); in PutValue()
H A Dparaitem.cxx570 sal_Int8 nLines; in Create() local
571 rStrm >> nLines; in Create()
572 return new SvxWidowsItem( nLines, Which() ); in Create()
642 sal_Int8 nLines; in Create() local
643 rStrm >> nLines; in Create()
644 return new SvxOrphansItem( nLines, Which() ); in Create()
/trunk/main/extensions/source/propctrlr/
H A Dbrowserlistbox.cxx571 sal_uInt16 nLines = CalcVisibleLines(); in UpdateVScroll() local
572 m_aVScroll.SetPageSize(nLines-1); in UpdateVScroll()
573 m_aVScroll.SetVisibleSize(nLines-1); in UpdateVScroll()
629 sal_Int32 nLines = CalcVisibleLines(); in UpdatePlayGround() local
631 sal_uInt16 nEnd = (sal_uInt16)(nThumbPos + nLines); in UpdatePlayGround()
810 sal_Int32 nLines = CalcVisibleLines(); in ShowEntry() local
811 if (_nPos >= nThumbPos + nLines) in ShowEntry()
812 MoveThumbTo(_nPos - nLines + 1); in ShowEntry()
831 sal_Int32 nLines = CalcVisibleLines(); in MoveThumbTo() local
832 sal_uInt16 nEnd = (sal_uInt16)(nThumbPos + nLines); in MoveThumbTo()
H A Dstandardcontrol.cxx1176 xub_StrLen nLines( _rCompsedTextWithLineBreaks.GetTokenCount( '\n' ) ); in lcl_convertMultiLineToList() local
1177 StlSyntaxSequence< ::rtl::OUString > aStrings( nLines ); in lcl_convertMultiLineToList()
1179 for ( xub_StrLen token = 0; token < nLines; ++token, ++stringItem ) in lcl_convertMultiLineToList()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx554 sal_uLong nBytesPerLine,i,j,nNumColors,ny,nLines; in WriteImageObject() local
675 nLines=nHeight-ny; in WriteImageObject()
676 if (nLines*nBytesPerLine>30000) nLines=30000/nBytesPerLine; in WriteImageObject()
677 if (nLines<1) nLines=1; in WriteImageObject()
679 WriteBigEndianShort((sal_uInt16)(nLines*nBytesPerLine)); in WriteImageObject()
680 for (i=0; i<nLines; i++) { in WriteImageObject()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx479 sal_Int32 nLines = aSizeBitmap.Width() / 312; in ImplWriteProlog() local
480 if ( ( nLines * 312 ) != aSizeBitmap.Width() ) in ImplWriteProlog()
481 nLines++; in ImplWriteProlog()
482 nLines *= aSizeBitmap.Height(); in ImplWriteProlog()
483 ImplWriteLong( nLines ); in ImplWriteProlog()
/trunk/main/filter/source/msfilter/
H A Dmsvbasic.cxx67 bCommented(bCmmntd), mbMac(false), nLines(0) in VBA_Impl()
132 nLen + ((nLines+nTmp) * sComment.Len()) >= STRING_MAXLEN) in Output()
137 nLines=0; in Output()
143 nLines+=nTmp; in Output()
H A Dmsvbasic.hxx104 int nLines; member in VBA_Impl
/trunk/main/forms/source/component/
H A DListBox.cxx1836 … void SAL_CALL OListBoxControl::setDropDownLineCount( ::sal_Int16 nLines ) throw (RuntimeException) in setDropDownLineCount() argument
1839 m_xAggregateListBox->setDropDownLineCount( nLines ); in setDropDownLineCount()
H A DListBox.hxx266 …virtual void SAL_CALL setDropDownLineCount( ::sal_Int16 nLines ) throw (::com::sun::star::uno::Run…
/trunk/main/offapi/com/sun/star/awt/
H A DXComboBox.idl120 [oneway] void setDropDownLineCount( [in] short nLines );

Completed in 329 milliseconds

12345