Home
last modified time | relevance | path

Searched refs:nE (Results 1 – 25 of 35) sorted by relevance

12

/trunk/main/svl/inc/svl/
H A Dsvarray.hxx128 if( USHRT_MAX == nE ) \
129 nE = pI->nA; \
130 if( nS < nE ) \
152 if( USHRT_MAX == nE ) \
153 nE = pI->nA; \
154 if( nStt < nE ) \
307 if( nStt >= nE || nE > nA )\
586 if( USHRT_MAX == nE )\
587 nE = pI->Count();\
590 for( ; nS < nE; ++nS )\
[all …]
H A Dsvstdarr.hxx78 void Insert( const SvUShortsSort *pI, sal_uInt16 nS=0, sal_uInt16 nE=USHRT_MAX );
101 void ForEach( sal_uInt16 nS, sal_uInt16 nE, in ForEach() argument
104 _ForEach( nS, nE, (FnForEach_SvUShorts)fnForEach, pArgs ); in ForEach()
/trunk/main/sc/source/filter/excel/
H A Dexcimp8.cxx503 sal_uInt8 nE, nType, nOper, nBoolErr, nVal; in ReadAutoFilter() local
511 for( nE = 0; nE < 2; nE++ ) in ReadAutoFilter()
516 pQueryEntries[ nE ] = &aEntry; in ReadAutoFilter()
557 rStrm >> nStrLen[ nE ]; in ReadAutoFilter()
588 if( (nFirstEmpty > 1) && nE && (eConn == SC_OR) && !bIgnore ) in ReadAutoFilter()
595 aEntry.eConnect = nE ? eConn : SC_AND; in ReadAutoFilter()
603 for( nE = 0; nE < 2; nE++ ) in ReadAutoFilter()
604 if( nStrLen[ nE ] && pQueryEntries[ nE ] ) in ReadAutoFilter()
606 pQueryEntries[ nE ]->pStr->Assign ( rStrm.ReadUniString( nStrLen[ nE ] ) ); in ReadAutoFilter()
607 ExcelQueryToOooQuery( *pQueryEntries[ nE ] ); in ReadAutoFilter()
/trunk/main/sc/source/core/data/
H A Dcompressedarray.cxx382 A nE = ::std::min( this->pData[nIndex].nEnd, nEnd); in SumValuesContinuation() local
388 nS = nE + 1; in SumValuesContinuation()
407 unsigned long nNew = nScaledVal * (nE - nS + 1); in SumScaledValuesContinuation()
411 nS = nE + 1; in SumScaledValuesContinuation()
436 if (nE >= nEnd) in AndValue()
438 nIndex = this->Search( nE + 1); in AndValue()
463 if (nE >= nEnd) in OrValue()
465 nIndex = this->Search( nE + 1); in OrValue()
611 nRet += nE - nS + 1; in CountForCondition()
634 while (nS <= nE && nUsed < nArraySize) in FillArrayForCondition()
[all …]
/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx274 pNew = new EditCharAttribLanguage( (const SvxLanguageItem&)rNew, nS, nE ); in MakeCharAttrib()
279 pNew = new EditCharAttribColor( (const SvxColorItem&)rNew, nS, nE ); in MakeCharAttrib()
286 pNew = new EditCharAttribFont( (const SvxFontItem&)rNew, nS, nE ); in MakeCharAttrib()
305 pNew = new EditCharAttribWeight( (const SvxWeightItem&)rNew, nS, nE ); in MakeCharAttrib()
310 pNew = new EditCharAttribUnderline( (const SvxUnderlineItem&)rNew, nS, nE ); in MakeCharAttrib()
315 pNew = new EditCharAttribOverline( (const SvxOverlineItem&)rNew, nS, nE ); in MakeCharAttrib()
325 pNew = new EditCharAttribRelief( (const SvxCharReliefItem&)rNew, nS, nE ); in MakeCharAttrib()
337 pNew = new EditCharAttribItalic( (const SvxPostureItem&)rNew, nS, nE ); in MakeCharAttrib()
342 pNew = new EditCharAttribOutline( (const SvxContourItem&)rNew, nS, nE ); in MakeCharAttrib()
347 pNew = new EditCharAttribShadow( (const SvxShadowedItem&)rNew, nS, nE ); in MakeCharAttrib()
[all …]
H A Dedtspell.hxx76 WrongRange( sal_uInt16 nS, sal_uInt16 nE ) { nStart = nS; nEnd = nE; } in WrongRange()
96 void MarkInvalid( sal_uInt16 nS, sal_uInt16 nE );
H A Deditattr.cxx75 EditCharAttrib::EditCharAttrib( const SfxPoolItem& rAttr, sal_uInt16 nS, sal_uInt16 nE ) in EditCharAttrib() argument
79 nEnd = nE; in EditCharAttrib()
84 …DBG_ASSERT( ( rAttr.Which() < EE_FEATURE_START ) || ( rAttr.Which() > EE_FEATURE_END ) || ( nE == … in EditCharAttrib()
H A Dedtspell.cxx223 void WrongList::MarkInvalid( sal_uInt16 nS, sal_uInt16 nE ) in MarkInvalid() argument
227 if ( nInvalidEnd < nE ) in MarkInvalid()
228 nInvalidEnd = nE; in MarkInvalid()
H A Deditobj.cxx156 XEditAttribute::XEditAttribute( const SfxPoolItem& rAttr, sal_uInt16 nS, sal_uInt16 nE ) in XEditAttribute() argument
161 nEnd = nE; in XEditAttribute()
/trunk/main/svl/source/memtools/
H A Dsvarray.cxx214 void SvUShortsSort::Insert( const SvUShortsSort * pI, sal_uInt16 nS, sal_uInt16 nE ) in Insert() argument
216 if( USHRT_MAX == nE ) in Insert()
217 nE = pI->Count(); in Insert()
220 for( ; nS < nE; ++nS ) in Insert()
226 SvUShorts::Insert( pI, nP, nS+1, nE ); in Insert()
227 nS = nE; in Insert()
/trunk/main/sot/source/sdstor/
H A Dstorage.cxx1130 ErrCode nE = m_pOwnStg->GetError(); in OpenEncryptedSotStream() local
1135 if( !nE ) in OpenEncryptedSotStream()
1157 ErrCode nE = m_pOwnStg->GetError(); in OpenSotStream() local
1162 if( !nE ) in OpenSotStream()
1186 ErrCode nE = m_pOwnStg->GetError(); in OpenSotStorage() local
1192 if( !nE ) in OpenSotStorage()
1213 ErrCode nE = m_pOwnStg->GetError(); in OpenUCBStorage() local
1217 if( !nE ) in OpenUCBStorage()
1234 ErrCode nE = m_pOwnStg->GetError(); in OpenOLEStorage() local
1238 if( !nE ) in OpenOLEStorage()
/trunk/main/sw/source/ui/inc/
H A Dcfgdesc.hxx40 void SetEvent(sal_uInt16 nE); // inline
51 inline void SwCfgDesc::SetEvent(sal_uInt16 nE) { in SetEvent() argument
52 nEvent = nE; in SetEvent()
/trunk/main/editeng/inc/editeng/
H A Deedata.hxx41 WrongSpellClass(sal_uInt32 nS, sal_uInt32 nE) : nStart(nS), nEnd(nE) {} in WrongSpellClass() argument
H A Deditdata.hxx313 MoveParagraphsInfo( sal_uInt32 nS, sal_uInt32 nE, sal_uInt32 nD ) in MoveParagraphsInfo()
314 { nStartPara = nS; nEndPara = nE; nDestPara = nD; } in MoveParagraphsInfo()
H A Doutliner.hxx169 ParaRange( sal_uInt32 nS, sal_uInt32 nE ) { nStartPara = nS, nEndPara = nE; } in ParaRange()
/trunk/main/sc/source/ui/inc/
H A Drfindlst.hxx40 ScRangeFindData( const ScRange& rR, sal_uInt16 nF, xub_StrLen nS, xub_StrLen nE ) : in ScRangeFindData()
41 aRef(rR), nFlags(nF), nSelStart(nS), nSelEnd(nE) {} in ScRangeFindData()
/trunk/main/sw/inc/
H A Dedimp.hxx54 SwPamRange( sal_uLong nS, sal_uLong nE ) : nStart( nS ), nEnd( nE ) {} in SwPamRange()
H A Dhints.hxx120 xub_StrLen nE,
/trunk/main/sw/source/core/attr/
H A Dhints.cxx69 xub_StrLen nE, in SwUpdateAttr() argument
73 nEnd(nE), in SwUpdateAttr()
/trunk/main/svtools/source/edit/
H A Dtextdoc.cxx594 sal_uLong nE = pNode->GetText().Len(); in GetTextLen() local
598 nE = pSel->GetEnd().GetIndex(); in GetTextLen()
600 nLen += ( nE - nS ); in GetTextLen()
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx1572 sal_uInt32 nE = Count(); in Get() local
1573 for( sal_uInt32 n = 0 ; n < nE ; n++ ) in Get()
1646 sal_uInt32 nE = Count(); in Find() local
1648 if( !nE || nVal < Get( 0 ) || nVal > Get( nE - 1 ) ) in Find()
1653 for( sal_uInt32 n = 0 ; n < nE ; n++ ) in Find()
2330 sal_Int32 nE = aValArr.getLength(); in Append() local
2332 for( sal_Int32 n = 0 ; n < nE ; n++ ) in Append()
/trunk/main/sw/source/filter/html/
H A Dhtmlatr.cxx1204 HTMLSttEndPos( const SfxPoolItem& rItem, xub_StrLen nStt, xub_StrLen nE );
1213 void SetEnd( xub_StrLen nE ) { nEnd = nE; } in SetEnd() argument
1217 xub_StrLen nE ) : in HTMLSttEndPos() argument
1219 nEnd( nE ), in HTMLSttEndPos()
/trunk/main/basctl/source/basicide/
H A Dmacrodlg.cxx570 sal_uInt16 nS, nE; in IMPL_LINK() local
573 pM->GetLineRange( nS, nE ); in IMPL_LINK()
/trunk/main/sw/source/ui/shells/
H A Dtextsh1.cxx525 sal_uInt16 nE = pUShorts[0]; in Execute() local
527 aAttribs.Insert( nE++ ); in Execute()
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx1912 for( sal_uInt32 i = 0, nE = rMrkList.GetMarkCount(); i < nE; ++i ) in GetObjCntTypeOfSelection() local

Completed in 188 milliseconds

12