/aoo41x/main/svl/inc/svl/ |
H A D | svarray.hxx | 128 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 D | svstdarr.hxx | 78 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()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | excimp8.cxx | 503 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()
|
/aoo41x/main/sc/source/core/data/ |
H A D | compressedarray.cxx | 382 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 …]
|
/aoo41x/main/editeng/source/editeng/ |
H A D | editdoc.cxx | 276 pNew = new EditCharAttribLanguage( (const SvxLanguageItem&)rNew, nS, nE ); in MakeCharAttrib() 281 pNew = new EditCharAttribColor( (const SvxColorItem&)rNew, nS, nE ); in MakeCharAttrib() 288 pNew = new EditCharAttribFont( (const SvxFontItem&)rNew, nS, nE ); in MakeCharAttrib() 307 pNew = new EditCharAttribWeight( (const SvxWeightItem&)rNew, nS, nE ); in MakeCharAttrib() 312 pNew = new EditCharAttribUnderline( (const SvxUnderlineItem&)rNew, nS, nE ); in MakeCharAttrib() 317 pNew = new EditCharAttribOverline( (const SvxOverlineItem&)rNew, nS, nE ); in MakeCharAttrib() 327 pNew = new EditCharAttribRelief( (const SvxCharReliefItem&)rNew, nS, nE ); in MakeCharAttrib() 339 pNew = new EditCharAttribItalic( (const SvxPostureItem&)rNew, nS, nE ); in MakeCharAttrib() 344 pNew = new EditCharAttribOutline( (const SvxContourItem&)rNew, nS, nE ); in MakeCharAttrib() 349 pNew = new EditCharAttribShadow( (const SvxShadowedItem&)rNew, nS, nE ); in MakeCharAttrib() [all …]
|
H A D | edtspell.hxx | 76 WrongRange( sal_uInt16 nS, sal_uInt16 nE ) { nStart = nS; nEnd = nE; } in WrongRange() 96 void MarkInvalid( sal_uInt16 nS, sal_uInt16 nE );
|
H A D | editattr.cxx | 75 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 D | edtspell.cxx | 223 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 D | editobj.cxx | 156 XEditAttribute::XEditAttribute( const SfxPoolItem& rAttr, sal_uInt16 nS, sal_uInt16 nE ) in XEditAttribute() argument 161 nEnd = nE; in XEditAttribute()
|
/aoo41x/main/svl/source/memtools/ |
H A D | svarray.cxx | 214 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()
|
/aoo41x/main/sot/source/sdstor/ |
H A D | storage.cxx | 1130 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()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | cfgdesc.hxx | 40 void SetEvent(sal_uInt16 nE); // inline 51 inline void SwCfgDesc::SetEvent(sal_uInt16 nE) { in SetEvent() argument 52 nEvent = nE; in SetEvent()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | eedata.hxx | 41 WrongSpellClass(sal_uInt32 nS, sal_uInt32 nE) : nStart(nS), nEnd(nE) {} in WrongSpellClass() argument
|
H A D | editdata.hxx | 311 MoveParagraphsInfo( sal_uInt16 nS, sal_uInt16 nE, sal_uInt16 nD ) in MoveParagraphsInfo() 312 { nStartPara = nS; nEndPara = nE; nDestPara = nD; } in MoveParagraphsInfo()
|
H A D | outliner.hxx | 169 ParaRange( sal_uInt16 nS, sal_uInt16 nE ) { nStartPara = nS, nEndPara = nE; } in ParaRange()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | rfindlst.hxx | 40 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()
|
/aoo41x/main/sw/inc/ |
H A D | edimp.hxx | 54 SwPamRange( sal_uLong nS, sal_uLong nE ) : nStart( nS ), nEnd( nE ) {} in SwPamRange()
|
H A D | hints.hxx | 116 SwUpdateAttr( xub_StrLen nS, xub_StrLen nE, sal_uInt16 nW );
|
/aoo41x/main/sw/source/core/attr/ |
H A D | hints.cxx | 67 SwUpdateAttr::SwUpdateAttr( xub_StrLen nS, xub_StrLen nE, sal_uInt16 nW ) in SwUpdateAttr() argument 70 nEnd( nE ), in SwUpdateAttr()
|
/aoo41x/main/svtools/source/edit/ |
H A D | textdoc.cxx | 594 sal_uLong nE = pNode->GetText().Len(); in GetTextLen() local 598 nE = pSel->GetEnd().GetIndex(); in GetTextLen() 600 nLen += ( nE - nS ); in GetTextLen()
|
/aoo41x/main/scaddins/source/analysis/ |
H A D | analysishelper.cxx | 1572 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()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmlatr.cxx | 1204 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()
|
/aoo41x/main/basctl/source/basicide/ |
H A D | macrodlg.cxx | 570 sal_uInt16 nS, nE; in IMPL_LINK() local 573 pM->GetLineRange( nS, nE ); in IMPL_LINK()
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | textsh1.cxx | 539 sal_uInt16 nE = pUShorts[0]; in Execute() local 541 aAttribs.Insert( nE++ ); in Execute()
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | fefly1.cxx | 1912 for( sal_uInt32 i = 0, nE = rMrkList.GetMarkCount(); i < nE; ++i ) in GetObjCntTypeOfSelection() local
|