Home
last modified time | relevance | path

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

12345

/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/sc/source/filter/excel/
H A Dexctools.cxx231 void XclImpOutlineBuffer::SetLevelRange( SCSIZE nF, SCSIZE nL, sal_uInt8 nVal, in SetLevelRange() argument
234 DBG_ASSERT( nF <= nL, "+OutlineBuffer::SetLevelRange(): Last < First!" ); in SetLevelRange()
236 if( nL < nSize ) in SetLevelRange()
238 if( nL > nLast ) in SetLevelRange()
239 nLast = nL; in SetLevelRange()
247 pLast = &pLevel[ nL ]; in SetLevelRange()
H A Dtokstack.cxx186 for( nL = 0 ; nL < nP_Str ; nL++ ) in GrowString()
188 for( nL = nP_Str ; nL < nP_StrNew ; nL++ ) in GrowString()
210 for( sal_uInt16 nL = 0 ; nL < nP_Dbl ; nL++ ) in GrowDouble() local
234 for( sal_uInt16 nL = 0 ; nL < nP_Err ; nL++ )
258 for( nL = 0 ; nL < nP_RefTr ; nL++ ) in GrowTripel()
260 for( nL = nP_RefTr ; nL < nP_RefTrNew ; nL++ ) in GrowTripel()
282 for( sal_uInt16 nL = 0 ; nL < nP_Id ; nL++ ) in GrowId() local
283 pP_IdNew[ nL ] = pP_Id[ nL ]; in GrowId()
311 for( sal_uInt16 nL = 0 ; nL < nElement ; nL++ ) in GrowElement() local
314 pTypeNew[ nL ] = pType[ nL ]; in GrowElement()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dotlnbuff.hxx50 void SetLevelRange( SCSIZE nF, SCSIZE nL, sal_uInt8 nVal,
/trunk/main/sc/source/filter/lotus/
H A Dtool.cxx205 sal_uInt8 nL, nH; // Low-/High-Nibble in NewAttr() local
220 nL = nFormat & 0x0F; in NewAttr()
231 eLanguage, sal_False, sal_False, nL, 1 ); in NewAttr()
238 eLanguage, sal_False, sal_False, nL, 1 ); in NewAttr()
245 eLanguage, sal_False, sal_False, nL, 1 ); in NewAttr()
252 eLanguage, sal_False, sal_False, nL, 1 ); in NewAttr()
259 eLanguage, sal_True, sal_False, nL, 1 ); in NewAttr()
266 eLanguage, sal_False, sal_False, nL, 1 ); in NewAttr()
273 eLanguage, sal_False, sal_False, nL, 1 ); in NewAttr()
277 switch( nL ) in NewAttr()
[all …]
/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/sfx2/source/dialog/
H A Dsplitwin.cxx490 sal_uInt16 nL; in InsertWindow() local
517 GetWindowPos( pDock->pWin, nL, nPos ); in InsertWindow()
518 nLine = (short) nL; in InsertWindow()
618 sal_uInt16 nL, nP; in MoveWindow() local
619 GetWindowPos( pDockWin, nL, nP ); in MoveWindow()
621 if ( nLine > nL && GetItemCount( GetItemId( nL, 0 ) ) == 1 ) in MoveWindow()
676 sal_uInt16 nL=0, nP=0; in InsertWindow() local
677 GetWindowPos( pD->pWin, nL, nP ); in InsertWindow()
679 if ( (nL == nLine && nP == nPos) || nL > nLine ) in InsertWindow()
681 DBG_ASSERT( nL == nLine || bNewLine || nPos > 0, "Falsche Parameter!" ); in InsertWindow()
[all …]
/trunk/main/starmath/source/
H A Drect.cxx418 long nL = rRect.GetLeft(), in Union() local
427 if ((nTmp = GetLeft()) < nL) in Union()
428 nL = nTmp; in Union()
441 SetLeft(nL); in Union()
461 long nL = Min(GetItalicLeft(), rRect.GetItalicLeft()), in ExtendBy() local
466 SetItalicSpaces(GetLeft() - nL, nR - GetRight()); in ExtendBy()
/trunk/main/svl/inc/svl/
H A Dsvarray.hxx236 nFree = nL - nA;\
254 if (nFree < nL)\
255 _resize (nA + ((nA > nL) ? nA : nL));\
260 nA = nA + nL; nFree = nFree - nL;\
294 if( !nL )\
298 memmove( pData+nP, pData+nP+nL, (nA-nP-nL) * sizeof( AE ));\
299 nA = nA - nL; nFree = nFree + nL;\
446 if( nL ) {\
628 if( nL )\
746 if( nL ) {\
[all …]
H A Dsvstdarr.hxx81 void Insert( const sal_uInt16 *pE, sal_uInt16 nL );
83 void RemoveAt( const sal_uInt16 nP, sal_uInt16 nL = 1 );
85 void Remove( const sal_uInt16 nP, sal_uInt16 nL = 1 );
/trunk/main/svl/source/memtools/
H A Dsvarray.cxx92 if( nL ) in SV_IMPL_VARARR()
97 SvPtrarr::Remove( nP, nL ); in SV_IMPL_VARARR()
139 if( nL ) in _SV_IMPL_SORTAR_ALG()
144 SvPtrarr::Remove( nP, nL ); in _SV_IMPL_SORTAR_ALG()
260 if( nL ) in RemoveAt()
261 SvUShorts::Remove( nP, nL); in RemoveAt()
269 SvUShorts::Remove( nP, nL); in Remove()
278 if( nL ) in _SV_IMPL_SORTAR_ALG()
283 SvPtrarr::Remove( nP, nL ); in _SV_IMPL_SORTAR_ALG()
324 if( nL ) in _SV_IMPL_SORTAR_ALG()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dtextdata.hxx155 void CopyAttribs( const sal_uInt16* pA, sal_uInt16 nL );
/trunk/main/svtools/source/edit/
H A Dtextdat2.hxx63 TETextPortion( sal_uInt16 nL ) { in TETextPortion() argument
64 nLen = nL; in TETextPortion()
H A Dtextdata.cxx237 for ( sal_uInt16 nL = nLastFormattedLine+1; nL < nLines; nL++ ) in CorrectValuesBehindLastFormattedLine() local
239 TextLine* pLine = maLines[ nL ]; in CorrectValuesBehindLastFormattedLine()
342 void TEIMEInfos::CopyAttribs( const sal_uInt16* pA, sal_uInt16 nL ) in CopyAttribs() argument
344 nLen = nL; in CopyAttribs()
346 pAttribs = new sal_uInt16[ nL ]; in CopyAttribs()
347 memcpy( pAttribs, pA, nL*sizeof(sal_uInt16) ); in CopyAttribs()
H A Dtexteng.cxx317 for ( sal_uInt16 nL = 0; nL < nLines; nL++ ) in GetTextLines() local
877 sal_uLong nL = aPaM.GetIndex(); in ImpInsertText() local
878 nL += ( nEnd-nStart ); in ImpInsertText()
879 if ( nL > STRING_MAXLEN ) in ImpInsertText()
2175 sal_uInt16 nL; in ImpPaint() local
2184 nTmpIndex = nTmpIndex + nL; in ImpPaint()
2188 nL = nEnd-nTmpIndex; in ImpPaint()
2191 if ( nL ) in ImpPaint()
2206 nL = nEnd-nTmpIndex; in ImpPaint()
2363 for ( sal_uInt16 nL = 0; nL <= nLine; nL++ ) in CreateLines() local
[all …]
H A Dtextview.cxx1638 sal_uInt16 nL = pPPortion->GetLines().Count() - 1; in CursorUp() local
1639 sal_uInt16 nCharPos = mpImpl->mpTextEngine->GetCharPos( aPaM.GetPara(), nL, nX+1 ); in CursorUp()
/trunk/main/svtools/source/uno/
H A Dunoiface.cxx389 sal_uInt16 nC, nL; in getColumnsAndLines() local
390 pEdit->GetMaxVisColumnsAndLines( nC, nL ); in getColumnsAndLines()
392 nLines = nL; in getColumnsAndLines()
/trunk/main/svx/inc/svx/
H A Dsvdetc.hxx146 void ImpSubSort(long nL, long nR) const;
/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/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/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()
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/sw/inc/
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 );
H A Diodetect.hxx57 inline SwIoDetect( const sal_Char *pN, sal_uInt16 nL ) in SwIoDetect()
58 : pName( pN ), nLen( nL ) in SwIoDetect()

Completed in 153 milliseconds

12345