Home
last modified time | relevance | path

Searched refs:nL (Results 51 – 75 of 110) sorted by relevance

12345

/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowserModel.cxx808 for( sal_Int32 nL = 0; nL<nLevelCount; nL++ ) in updateFromModel() local
810 Reference< chart2::data::XLabeledDataSequence > xCategories( rSplitCategoriesList[nL] ); in updateFromModel()
/trunk/main/basctl/source/inc/
H A Dbastypes.hxx88 …BreakPoint( sal_uLong nL ) { nLine = nL; nStopAfter = 0; nHitCount = 0; bEnabled = sal_True; bTemp… in BreakPoint()
/trunk/main/sw/source/ui/chrdlg/
H A Ddrpcps.cxx135 inline void SetLines( sal_uInt8 nL );
148 inline void SwDropCapsPict::SetLines( sal_uInt8 nL ) in SetLines() argument
150 mnLines = nL; in SetLines()
/trunk/main/sw/source/core/inc/
H A Ddrawfont.hxx113 const XubString &rSt, xub_StrLen nI, xub_StrLen nL, in SwDrawTextInfo() argument
122 nLen = nL; in SwDrawTextInfo()
/trunk/main/sw/source/core/doc/
H A Ddocredln.cxx2761 void SwRedlineTbl::Remove( sal_uInt16 nP, sal_uInt16 nL ) in Remove() argument
2764 if( !nP && nL && nL == _SwRedlineTbl::Count() ) in Remove()
2767 _SwRedlineTbl::Remove( nP, nL ); in Remove()
2775 void SwRedlineTbl::DeleteAndDestroy( sal_uInt16 nP, sal_uInt16 nL ) in DeleteAndDestroy() argument
2778 if( !nP && nL && nL == _SwRedlineTbl::Count() ) in DeleteAndDestroy()
2781 _SwRedlineTbl::DeleteAndDestroy( nP, nL ); in DeleteAndDestroy()
/trunk/main/editeng/source/items/
H A Dparaitem.cxx554 SvxWidowsItem::SvxWidowsItem(const sal_uInt8 nL, const sal_uInt16 nId ) : in SvxWidowsItem() argument
555 SfxByteItem( nId, nL ) in SvxWidowsItem()
626 SvxOrphansItem::SvxOrphansItem(const sal_uInt8 nL, const sal_uInt16 nId ) : in SvxOrphansItem() argument
627 SfxByteItem( nId, nL ) in SvxOrphansItem()
H A Dfrmitems.cxx743 sal_Int8 nL, nR, nFL; in Create() local
744 rStrm >> left >> nL >> right >> nR >> firstline >> nFL; in Create()
745 prpleft = (sal_uInt16)nL; in Create()
1008 sal_Int8 nU, nL; in Create() local
1009 rStrm >> upper >> nU >> lower >> nL; in Create()
1010 nPL = (sal_uInt16)nL; in Create()
/trunk/main/svx/source/svdraw/
H A Dsvdpagv.cxx786 SdrLayerID nL = pObj->GetLayer(); in IsObjMarkable() local
787 return (aLayerVisi.IsSet(sal_uInt8(nL)) && !aLayerLock.IsSet(sal_uInt8(nL))); in IsObjMarkable()
/trunk/main/sc/source/core/data/
H A Ddptabsrc.cxx2114 ScDPLevel::ScDPLevel( ScDPSource* pSrc, long nD, long nH, long nL ) : in ScDPLevel() argument
2118 nLev( nL ), in ScDPLevel()
2410 ScDPMembers::ScDPMembers( ScDPSource* pSrc, long nD, long nH, long nL ) : in SC_IMPL_DUMMY_PROPERTY_LISTENER()
2414 nLev( nL ), in SC_IMPL_DUMMY_PROPERTY_LISTENER()
2682 ScDPMember::ScDPMember( ScDPSource* pSrc, long nD, long nH, long nL, in ScDPMember() argument
2687 nLev( nL ), in ScDPMember()
/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx276 void SvxAutocorrWordList::DeleteAndDestroy( sal_uInt16 nP, sal_uInt16 nL ) in DeleteAndDestroy() argument
278 if( nL ) in DeleteAndDestroy()
280 DBG_ASSERT( nP < nA && nP + nL <= nA, "ERR_VAR_DEL" ); in DeleteAndDestroy()
281 for( sal_uInt16 n=nP; n < nP + nL; n++ ) in DeleteAndDestroy()
283 SvPtrarr::Remove( nP, nL ); in DeleteAndDestroy()
/trunk/main/sc/inc/
H A Ddptabsrc.hxx606 ScDPLevel( ScDPSource* pSrc, long nD, long nH, long nL );
722 ScDPMembers( ScDPSource* pSrc, long nD, long nH, long nL );
787 ScDPMember( ScDPSource* pSrc, long nD, long nH, long nL,
/trunk/main/editeng/inc/editeng/
H A Dwidwitem.hxx50 SvxWidowsItem( const sal_uInt8 nL /*= 0*/, const sal_uInt16 nId );
H A Dorphitem.hxx50 SvxOrphansItem( const sal_uInt8 nL /*= 0*/, const sal_uInt16 nId );
/trunk/main/vcl/source/control/
H A Dedit.cxx145 void CopyAttribs( const xub_StrLen* pA, xub_StrLen nL );
170 void Impl_IMEInfos::CopyAttribs( const xub_StrLen* pA, xub_StrLen nL ) in CopyAttribs() argument
172 nLen = nL; in CopyAttribs()
174 pAttribs = new sal_uInt16[ nL ]; in CopyAttribs()
175 rtl_copyMemory( pAttribs, pA, nL*sizeof(sal_uInt16) ); in CopyAttribs()
/trunk/main/sc/source/filter/inc/
H A Dotlnbuff.hxx50 void SetLevelRange( SCSIZE nF, SCSIZE nL, sal_uInt8 nVal,
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx6541 sal_uInt16 nL = 0; // number of Bytes to read in GetSprmTailLen() local
6549 nL = pSprm[1 + mnDelta] + aSprm.nLen; in GetSprmTailLen()
6555 nL = 2 + 4 * nDel + 3 * nIns; in GetSprmTailLen()
6559 nL = SVBT16ToShort( &pSprm[1 + mnDelta] ); in GetSprmTailLen()
6565 nL = aSprm.nLen; // Excl. Token in GetSprmTailLen()
6570 nL = pSprm[1 + mnDelta] + aSprm.nLen; in GetSprmTailLen()
6575 nL = SVBT16ToShort( &pSprm[1 + mnDelta] ) + aSprm.nLen - 1; in GetSprmTailLen()
6583 return nL; in GetSprmTailLen()
/trunk/main/cui/source/tabpages/
H A Dparagrph.cxx186 sal_Int64 nL = aLeftIndent.Denormalize( aLeftIndent.GetValue( eUnit ) ); in IMPL_LINK() local
194 aFLineIndent.SetMin( aFLineIndent.Normalize( -nL ), eUnit ); in IMPL_LINK()
197 sal_Int64 nTmp = nWidth - nL - nR - MM50; in IMPL_LINK()
210 nTmp = nWidth - nL - MM50; in IMPL_LINK()
/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx557 for ( sal_uInt16 nL = nDelFrom; nL < Count(); nL++ ) in DeleteFromLine() local
558 delete GetObject(nL); in DeleteFromLine()
/trunk/main/basic/source/runtime/
H A Diosys.cxx643 ( short nCh, const ByteString& rName, short nStrmMode, short nFlags, short nL ) in Open() argument
646 nLen = nL; in Open()
/trunk/main/svtools/inc/svtools/
H A Dtextdata.hxx155 void CopyAttribs( const sal_uInt16* pA, sal_uInt16 nL );
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx7434 sal_uInt16 nL = 0; // number of Bytes to read in GetSprmTailLen() local
7442 nL = static_cast< sal_uInt16 >(pSprm[1 + mnDelta] + aSprm.nLen); in GetSprmTailLen()
7448 nL = 2 + 4 * nDel + 3 * nIns; in GetSprmTailLen()
7452 nL = SVBT16ToShort( &pSprm[1 + mnDelta] ); in GetSprmTailLen()
7458 nL = aSprm.nLen; // Excl. Token in GetSprmTailLen()
7463 nL = static_cast< sal_uInt16 >(pSprm[1 + mnDelta] + aSprm.nLen); in GetSprmTailLen()
7468nL = static_cast< sal_uInt16 >(SVBT16ToShort( &pSprm[1 + mnDelta] ) + aSprm.nLen - 1); in GetSprmTailLen()
7476 return nL; in GetSprmTailLen()
H A Dww8par6.cxx4992 sal_uInt8 nL = ( *pData & 1 ) ? 2 : 0; in Read_WidowControl() local
4994 NewAttr( SvxWidowsItem( nL, RES_PARATR_WIDOWS ) ); // Aus -> nLines = 0 in Read_WidowControl()
4995 NewAttr( SvxOrphansItem( nL, RES_PARATR_ORPHANS ) ); in Read_WidowControl()
6351 sal_uInt16 nL = mpSprmParser->GetSprmSize(nId, pPos); in ImportSprm() local
6354 (this->*rSprm.pReadFnc)(nId, pPos + nFixedLen, nL - nFixedLen); in ImportSprm()
6356 return nL; in ImportSprm()
/trunk/main/vcl/source/window/
H A Dsplitwin.cxx1641 long nL; in ImplCalcLayout() local
1652 nL = mnLeftBorder; in ImplCalcLayout()
1657 nL = mnDX-mnRightBorder; in ImplCalcLayout()
1659 nL = mnLeftBorder; in ImplCalcLayout()
1673 ImplCalcSet( mpMainSet, nL, nT, nW, nH, mbHorz, !mbBottomRight ); in ImplCalcLayout()
/trunk/main/sw/source/core/undo/
H A Dunins.cxx108 xub_StrLen nL, in SwUndoInsert() argument
112 nNode( rNd.GetIndex() ), nCntnt(nCnt), nLen(nL), in SwUndoInsert()
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dnepali.lm212 nL 43

Completed in 258 milliseconds

12345