Home
last modified time | relevance | path

Searched refs:nL (Results 26 – 50 of 110) sorted by relevance

12345

/trunk/main/editeng/source/editeng/
H A Deditdoc2.cxx301 for ( sal_uInt16 nL = nLastFormattedLine+1; nL < nLines; nL++ ) in CorrectValuesBehindLastFormattedLine() local
303 EditLine* pLine = aLineList[ nL ]; in CorrectValuesBehindLastFormattedLine()
H A Deditdoc.hxx385 TextPortion( sal_uInt16 nL ) : aOutSz( -1, -1 ) in TextPortion() argument
387 …pExtraInfos = NULL; nLen = nL; nKind = PORTIONKIND_TEXT; nExtraValue = 0; nRightToLeft = sal_False… in TextPortion()
396 void SetLen( sal_uInt16 nL ) { nLen = nL; } in SetLen() argument
H A Dimpedit5.cxx894 void ImplIMEInfos::CopyAttribs( const sal_uInt16* pA, sal_uInt16 nL ) in CopyAttribs() argument
896 nLen = nL; in CopyAttribs()
898 pAttribs = new sal_uInt16[ nL ]; in CopyAttribs()
899 memcpy( pAttribs, pA, nL*sizeof(sal_uInt16) ); in CopyAttribs()
/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx1486 const U8 nL = c & 0x0F; in readRealVal() local
1487 if( nL <= 9) { in readRealVal()
1488 nNumber = nNumber * 10 + nL; in readRealVal()
1490 } else if( nL == 10) { // comma in readRealVal()
1493 } else if( nL == 11) { // +exp in readRealVal()
1497 } else if( nL == 12) { // -exp in readRealVal()
1501 } else if( nL == 13) { // reserved in readRealVal()
1503 } else if( nL == 14) // minus in readRealVal()
1505 else if( nL == 15) // end in readRealVal()
/trunk/main/sd/source/ui/framework/configuration/
H A DConfigurationClassifier.cxx193 const sal_Int32 nL (aBoundResources.getLength()); in CopyResources() local
195 rTarget.reserve(rTarget.size() + 1 + nL); in CopyResources()
205 for (sal_Int32 i=0; i<nL; ++i) in CopyResources()
/trunk/main/sw/source/ui/config/
H A Duinums.cxx433 long nL; in _SwNumFmtGlobal() local
441 rStream >> nL; aFmt.SetLSpace( lNumIndent ); in _SwNumFmtGlobal()
442 rStream >> nL; aFmt.SetFirstLineOffset( (short)nL ); in _SwNumFmtGlobal()
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx1627 SVBT16 nL; in InsUInt16() local
1628 ShortToSVBT16( n, nL ); in InsUInt16()
1629 rO.push_back(nL[0]); in InsUInt16()
1630 rO.push_back(nL[1]); in InsUInt16()
1635 SVBT32 nL; in InsUInt32() local
1637 rO.push_back(nL[0]); in InsUInt32()
1638 rO.push_back(nL[1]); in InsUInt32()
1639 rO.push_back(nL[2]); in InsUInt32()
1640 rO.push_back(nL[3]); in InsUInt32()
1665 SVBT16 nL; in InsUInt16() local
[all …]
H A Dww8par5.cxx1188 long nL = pF->nLen; // Gesamtlaenge mit Resultat u. Nest in Read_F_Tag() local
1189 if( nL > MAX_FIELDLEN ) in Read_F_Tag()
1190 nL = MAX_FIELDLEN; // MaxLaenge, durch Quoten in Read_F_Tag()
1193 nL = pSBase->WW8ReadString( *pStrm, sFTxt, in Read_F_Tag()
1194 pPlcxMan->GetCpOfs() + nStart, nL, eStructCharSet); in Read_F_Tag()
1250 long nL = pF->nLRes; // Laenge Resultat in GetFieldResult() local
1251 if( !nL ) in GetFieldResult()
1254 if( nL > MAX_FIELDLEN ) in GetFieldResult()
1255 nL = MAX_FIELDLEN; // MaxLaenge, durch Quoten in GetFieldResult()
1259 nL = pSBase->WW8ReadString( *pStrm, sRes, pPlcxMan->GetCpOfs() + nStart, in GetFieldResult()
[all …]
/trunk/main/sw/source/filter/ww8/dump/
H A Ddump8a.cxx2207 sal_uInt32 nL, nT, nR, nB; in DumpEscherRec() local
2208 if( WW8ReadUINT32( *xTableStream, nL ) && in DumpEscherRec()
2214 << nL << '/' << nT << '/' << nR << '/' << nB << endl; in DumpEscherRec()
2581 sal_uLong nL; in PrepareConvert() local
2582 if ( xStrm->Read( &nL, sizeof( nL ) ) == 0 ){ in PrepareConvert()
2606 if ( xStrm->Read( &nL, sizeof( nL ) ) == 0 ){ in PrepareConvert()
2616 sal_uLong nL; in DoConvert() local
2617 if ( xStrm->Read( &nL, sizeof( nL ) ) == 0 ){ in DoConvert()
/trunk/main/svx/source/svdraw/
H A Dsvdetc.cxx270 void ContainerSorter::ImpSubSort(long nL, long nR) const in ImpSubSort() argument
276 i=nL; in ImpSubSort()
278 pX=rCont.GetObject((nL+nR)/2); in ImpSubSort()
291 if (nL<j) ImpSubSort(nL,j); in ImpSubSort()
/trunk/main/cui/source/tabpages/
H A Dgrfpage.cxx624 long nL = lcl_GetValue(aLeftMF, eUnit ); in CalcMinMaxBorder() local
625 nMin = nMinWidth - (nL >= 0 ? nL : 0); in CalcMinMaxBorder()
667 long nL = lcl_GetValue( aLeftMF, eUnit ); in GraphicHasChanged() local
668 if((nL + nR) < - aOrigSize.Width()) in GraphicHasChanged()
/trunk/main/linguistic/source/
H A Dhyphdsp.cxx144 xub_StrLen nL = sal::static_int_cast< xub_StrLen >( aLonger.getLength() ); in buildHyphWord() local
145 if (nS > 0 && nL > 0) in buildHyphWord()
147 DBG_ASSERT( (nS + 1 == nL) && aLonger[nL-1] == (sal_Unicode) '.', in buildHyphWord()
/trunk/main/svx/source/dialog/
H A Dpagectrl.cxx197 long nL = nLeft; in DrawPage() local
203 nL = nRight; in DrawPage()
209 aRect.Left() = rOrg.X() + nL; in DrawPage()
/trunk/main/sw/inc/
H A Diodetect.hxx57 inline SwIoDetect( const sal_Char *pN, sal_uInt16 nL ) in SwIoDetect()
58 : pName( pN ), nLen( nL ) in SwIoDetect()
H A Ddocary.hxx93 void Remove( sal_uInt16 nP, sal_uInt16 nL = 1 );
94 void DeleteAndDestroy( sal_uInt16 nP, sal_uInt16 nL=1 );
H A Dhints.hxx90 SwInsTxt( xub_StrLen nP, xub_StrLen nL );
107 SwDelTxt( xub_StrLen nS, xub_StrLen nL );
/trunk/main/sw/source/core/text/
H A Dpordrop.hxx51 SwDropPortionPart( SwFont& rFont, const xub_StrLen nL ) in SwDropPortionPart() argument
52 : pFollow( 0 ), pFnt( &rFont ), nLen( nL ), nWidth( 0 ) {}; in SwDropPortionPart()
/trunk/main/basic/source/inc/
H A Dsbintern.hxx88 SbErrorStackEntry(SbMethodRef aM, xub_StrLen nL, xub_StrLen nC1, xub_StrLen nC2) in SbErrorStackEntry() argument
89 : aMethod(aM), nLine(nL), nCol1(nC1), nCol2(nC2) {} in SbErrorStackEntry()
/trunk/main/oox/source/xls/
H A Ddrawingmanager.cxx1051 sal_Int32 nL = rShapeRect.X; in implConvertAndInsert() local
1058 case BIFF_OBJ_LINE_TL: rBeg.X = nL; rBeg.Y = nT; rEnd.X = nR; rEnd.Y = nB; break; in implConvertAndInsert()
1059 case BIFF_OBJ_LINE_TR: rBeg.X = nR; rBeg.Y = nT; rEnd.X = nL; rEnd.Y = nB; break; in implConvertAndInsert()
1060 case BIFF_OBJ_LINE_BR: rBeg.X = nR; rBeg.Y = nB; rEnd.X = nL; rEnd.Y = nT; break; in implConvertAndInsert()
1061 case BIFF_OBJ_LINE_BL: rBeg.X = nL; rBeg.Y = nB; rEnd.X = nR; rEnd.Y = nT; break; in implConvertAndInsert()
/trunk/main/svx/source/items/
H A Dgrfitem.cxx48 SvxGrfCrop::SvxGrfCrop( sal_Int32 nL, sal_Int32 nR, in SvxGrfCrop() argument
51 nLeft( nL ), nRight( nR ), nTop( nT ), nBottom( nB ) in SvxGrfCrop()
/trunk/main/idl/inc/
H A Ddatabase.hxx46 SvIdlError( sal_uInt32 nL, sal_uInt32 nC ) in SvIdlError() argument
47 : nLine(nL), nColumn(nC) {} in SvIdlError()
/trunk/main/svtools/source/edit/
H A Dtextdat2.hxx63 TETextPortion( sal_uInt16 nL ) { in TETextPortion() argument
64 nLen = nL; in TETextPortion()
/trunk/main/sw/source/core/graphic/
H A Dgrfatr.cxx173 SwCropGrf::SwCropGrf(sal_Int32 nL, sal_Int32 nR, sal_Int32 nT, sal_Int32 nB ) in SwCropGrf() argument
174 : SvxGrfCrop( nL, nR, nT, nB, RES_GRFATR_CROPGRF ) in SwCropGrf()
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx1525 const sal_uInt16 nL = static_cast< sal_uInt16 >(nLft > 0 ? nLft : 0); in StateTabWin() local
1528 SvxColumnItem aColItem(nNum, nL, nR); in StateTabWin()
1747 const sal_uInt16 nL = static_cast< sal_uInt16 >(nLft > 0 ? nLft : 0); in StateTabWin() local
1750 SvxColumnItem aColItem(nNum, nL, nR); in StateTabWin()
1822 const sal_uInt16 nL = static_cast< sal_uInt16 >(nLft > 0 ? nLft : 0); in StateTabWin() local
1825 aRectangle.Left() = nL; in StateTabWin()
1833 aRectangle.Right() = nPageWidth - (nL + aTabCols[nNum + 1]); in StateTabWin()
/trunk/main/editeng/source/misc/
H A Dtxtrange.cxx179 void NoteMargin( const long nL, const long nR ) in NoteMargin() argument
180 { if( nMin > nL ) nMin = nL; if( nMax < nR ) nMax = nR; } in NoteMargin()

Completed in 186 milliseconds

12345