Home
last modified time | relevance | path

Searched refs:nEnd (Results 151 – 175 of 442) sorted by relevance

12345678910>>...18

/trunk/main/sc/source/ui/inc/
H A Dhdrcont.hxx79 void DoPaint( SCCOLROW nStart, SCCOLROW nEnd );
81 void DrawShadedRect( long nStart, long nEnd, const Color& rBaseColor );
106 virtual void HideEntries( SCCOLROW nStart, SCCOLROW nEnd ) = 0;
/trunk/main/sw/source/core/inc/
H A Dacorrect.hxx64 virtual sal_Bool Delete( xub_StrLen nStt, xub_StrLen nEnd );
69 virtual sal_Bool SetAttr( xub_StrLen nStt, xub_StrLen nEnd, sal_uInt16 nSlotId,
72 virtual sal_Bool SetINetAttr( xub_StrLen nStt, xub_StrLen nEnd, const String& rURL );
/trunk/main/setup_native/source/win32/customactions/reg4allmsdoc/
H A Dreg4allmsi.cxx322 static bool checkSomeExtensionInRegistry( const int nStart, const int nEnd ) in checkSomeExtensionInRegistry() argument
327 while ( !bFound && ( g_Extensions[nIndex] != 0 ) && ( nIndex < nEnd ) ) in checkSomeExtensionInRegistry()
340 static void registerSomeExtensions( MSIHANDLE handle, const int nStart, const int nEnd, bool bRegis… in registerSomeExtensions() argument
344 while ( ( g_Extensions[nIndex] != 0 ) && ( nIndex < nEnd ) ) in registerSomeExtensions()
/trunk/main/svl/source/misc/
H A Dlngmisc.cxx143 xub_StrLen nEnd = aText.Search( sal_Unicode(')'), nPos ); in GetThesaurusReplaceText() local
144 if (STRING_NOTFOUND != nEnd) in GetThesaurusReplaceText()
145 aText.Erase( nPos, nEnd-nPos+1 ); in GetThesaurusReplaceText()
/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx933 xub_StrLen nEnd[nMaxNumberParts]; in lcl_PutString() local
962 nEnd[nFound-1] = nPos; in lcl_PutString()
973 xub_StrLen nDateLen = nEnd[0] + 1 - nDateStart; in lcl_PutString()
995 nEnd[nPos] = nFieldEnd; in lcl_PutString()
1006 sal_uInt16 nDay = (sal_uInt16) rStr.Copy( nStart[nDP], nEnd[nDP]+1-nStart[nDP] ).ToInt32(); in lcl_PutString()
1007 sal_uInt16 nYear = (sal_uInt16) rStr.Copy( nStart[nYP], nEnd[nYP]+1-nStart[nYP] ).ToInt32(); in lcl_PutString()
1008 String aMStr = rStr.Copy( nStart[nMP], nEnd[nMP]+1-nStart[nMP] ); in lcl_PutString()
1073 nHour = (sal_Int16) rStr.Copy( nStart[3], nEnd[3]+1-nStart[3]).ToInt32(); in lcl_PutString()
1075 nMinute = (sal_Int16) rStr.Copy( nStart[4], nEnd[4]+1-nStart[4]).ToInt32(); in lcl_PutString()
1077 nSecond = (sal_Int16) rStr.Copy( nStart[5], nEnd[5]+1-nStart[5]).ToInt32(); in lcl_PutString()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dexcimp8.cxx448 sal_Unicode nEnd = rEntry.pStr->GetChar( nLen-1 ); in ExcelQueryToOooQuery() local
449 if( nLen >2 && nStart == '*' && nEnd == '*' ) in ExcelQueryToOooQuery()
455 else if( nLen > 1 && nStart == '*' && nEnd != '*' ) in ExcelQueryToOooQuery()
460 else if( nLen > 1 && nStart != '*' && nEnd == '*' ) in ExcelQueryToOooQuery()
465 else if( nLen == 2 && nStart == '*' && nEnd == '*' ) in ExcelQueryToOooQuery()
H A Dxladdress.cxx118 size_t nEnd = ::std::min< size_t >( nBegin + nCount, size() ); in WriteSubList() local
119 sal_uInt16 nXclCount = ulimit_cast< sal_uInt16 >( nEnd - nBegin ); in WriteSubList()
122 for( const_iterator aIt = begin() + nBegin, aEnd = begin() + nEnd; aIt != aEnd; ++aIt ) in WriteSubList()
/trunk/main/sw/source/core/crsr/
H A Dfindtxt.cxx80 const xub_StrLen nEnd = rEnde; in lcl_CleanStr() local
101 if ( STRING_LEN != nHintStart && nHintStart < nSoftHyphen && nHintStart < nEnd ) in lcl_CleanStr()
107 else if ( STRING_LEN != nSoftHyphen && nSoftHyphen < nHintStart && nSoftHyphen < nEnd ) in lcl_CleanStr()
676 xub_StrLen nEnd = pPam->End()->nContent.GetIndex(); in ReplaceBackReferences() local
678 if( aSTxt.SearchFrwrd( rStr, &nStart, &nEnd, &aResult ) ) in ReplaceBackReferences()
/trunk/main/svx/source/svdraw/
H A Dsvdotextdecomposition.cxx398 …(rCandidate.nStart >= rInfo.mnTextStart && rCandidate.nEnd >= rInfo.mnTextStart && rCandidate.nEnd in impCreateTextPortionPrimitive()
401 const sal_uInt32 nEnd(rCandidate.nEnd - rInfo.mnTextStart); in impCreateTextPortionPrimitive() local
410 if(nEnd > 0 && nEnd - 1 < nDXCount) in impCreateTextPortionPrimitive()
412 fEnd = aDXArray[nEnd - 1]; in impCreateTextPortionPrimitive()
/trunk/main/sc/source/ui/view/
H A Ddbfunc3.cxx159 SCCOLROW nEnd; in TestRemoveOutline() local
172 nEnd = pEntry->GetEnd(); in TestRemoveOutline()
173 if ( nStartCol<=static_cast<SCCOL>(nEnd) && nEndCol>=static_cast<SCCOL>(nStart) ) in TestRemoveOutline()
187 nEnd = pEntry->GetEnd(); in TestRemoveOutline()
188 if ( nStartRow<=nEnd && nEndRow>=nStart ) in TestRemoveOutline()
302 SCCOLROW nEnd; in OutlinePossible() local
311 nEnd = pEntry->GetEnd(); in OutlinePossible()
320 if ( nStart>=nStartCol && nEnd<=nEndCol ) in OutlinePossible()
333 nEnd = pEntry->GetEnd(); in OutlinePossible()
336 if ( nStartRow<=nEnd && nEndRow>=nStart ) in OutlinePossible()
[all …]
H A Dviewfunc.cxx1740 SCCOLROW nEnd = *(pOneRange++); in DeleteMulti() local
1749 nEndRow = static_cast<SCROW>(nEnd); in DeleteMulti()
1754 nEndCol = static_cast<SCCOL>(nEnd); in DeleteMulti()
1813 SCCOLROW nEnd = *(pOneRange++); in DeleteMulti() local
1818 static_cast<SCCOL>(nEnd),MAXROW,nTab, in DeleteMulti()
1835 SCCOLROW nEnd = *(--pOneRange); in DeleteMulti() local
1839 pDoc->DeleteRow( 0,nTab, MAXCOL,nTab, nStart, static_cast<SCSIZE>(nEnd-nStart+1) ); in DeleteMulti()
2117 SCCOLROW nEnd = pRanges[2*nRangeCnt-1]; in SetWidthOrHeight() local
2145 static_cast<SCCOL>(nEnd), MAXROW, nTab, IDF_NONE, in SetWidthOrHeight()
2287 nStart, nCurTab, nEnd, nCurTab, in SetWidthOrHeight()
[all …]
/trunk/main/sc/source/ui/undo/
H A Dundoblk.cxx650 SCCOLROW nEnd = *(--pOneRange); in SetChangeTrack() local
655 aRange.aEnd.SetRow( nEnd ); in SetChangeTrack()
660 aRange.aEnd.SetCol( static_cast<SCCOL>(nEnd) ); in SetChangeTrack()
685 SCCOLROW nEnd = *(pOneRange++); in Undo() local
687 pDoc->InsertRow( 0,nTab, MAXCOL,nTab, nStart,static_cast<SCSIZE>(nEnd-nStart+1) ); in Undo()
689 …->InsertCol( 0,nTab, MAXROW,nTab, static_cast<SCCOL>(nStart), static_cast<SCSIZE>(nEnd-nStart+1) ); in Undo()
696 SCCOLROW nEnd = *(pOneRange++); in Undo() local
698 pRefUndoDoc->CopyToDocument( 0,nStart,nTab, MAXCOL,nEnd,nTab, IDF_ALL,sal_False,pDoc ); in Undo()
701 static_cast<SCCOL>(nEnd),MAXROW,nTab, IDF_ALL,sal_False,pDoc ); in Undo()
728 SCCOLROW nEnd = *(--pOneRange); in Redo() local
[all …]
H A Dundoblk2.cxx70 nEnd( nNewEnd ), in ScUndoWidthOrHeight()
133 static_cast<SCCOL>(nEnd), MAXROW, nTab, IDF_NONE, in Undo()
141 pUndoDoc->CopyToDocument( 0, nStart, nTab, MAXCOL, nEnd, nTab, IDF_NONE, sal_False, pDoc ); in Undo()
/trunk/main/sc/source/core/data/
H A Ddpgroup.cxx652 long nEnd = 0; // including in FillColumnEntries() local
658nEnd = lcl_GetDatePartValue( fSourceMax, com::sun::star::sheet::DataPilotFieldGroupBy::YEARS, pFor… in FillColumnEntries()
660 case com::sun::star::sheet::DataPilotFieldGroupBy::QUARTERS: nStart = 1; nEnd = 4; break; in FillColumnEntries()
661 case com::sun::star::sheet::DataPilotFieldGroupBy::MONTHS: nStart = 1; nEnd = 12; break; in FillColumnEntries()
662 case com::sun::star::sheet::DataPilotFieldGroupBy::DAYS: nStart = 1; nEnd = 366; break; in FillColumnEntries()
663 case com::sun::star::sheet::DataPilotFieldGroupBy::HOURS: nStart = 0; nEnd = 23; break; in FillColumnEntries()
664 case com::sun::star::sheet::DataPilotFieldGroupBy::MINUTES: nStart = 0; nEnd = 59; break; in FillColumnEntries()
665 case com::sun::star::sheet::DataPilotFieldGroupBy::SECONDS: nStart = 0; nEnd = 59; break; in FillColumnEntries()
670 for ( sal_Int32 nValue = nStart; nValue <= nEnd; nValue++ ) in FillColumnEntries()
/trunk/main/sw/source/core/text/
H A Ditrform2.cxx1231 xub_StrLen nEnd = rInf.GetIdx(); in NewPortion() local
1232 if ( lcl_BuildHiddenPortion( rInf, nEnd ) ) in NewPortion()
1233 pPor = new SwHiddenTextPortion( nEnd - rInf.GetIdx() ); in NewPortion()
1246 xub_StrLen nEnd = rInf.GetIdx(); in NewPortion() local
1247 SwMultiCreator* pCreate = rInf.GetMultiCreator( nEnd, pMulti ); in NewPortion()
1253 pTmp = new SwBidiPortion( nEnd, pCreate->nLevel ); in NewPortion()
1272 nEnd, 0, pRubyPos ); in NewPortion()
1275 pTmp = new SwRotatedPortion( *pCreate, nEnd, in NewPortion()
1278 pTmp = new SwDoubleLinePortion( *pCreate, nEnd ); in NewPortion()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx3807 long nEnd = nLeft+nWidth; in ImplDrawStraightTextLine() local
3808 while ( nLeft < nEnd ) in ImplDrawStraightTextLine()
3854 long nEnd = nLeft+nWidth; in ImplDrawStraightTextLine() local
3855 while ( nLeft < nEnd ) in ImplDrawStraightTextLine()
3880 while ( nLeft < nEnd ) in ImplDrawStraightTextLine()
3886 if ( nLeft > nEnd ) in ImplDrawStraightTextLine()
3911 while ( nLeft < nEnd ) in ImplDrawStraightTextLine()
3917 if ( nLeft > nEnd ) in ImplDrawStraightTextLine()
3923 if ( nLeft > nEnd ) in ImplDrawStraightTextLine()
8039 xub_StrLen nEnd = nIndex + nLen; in HasGlyphs() local
[all …]
/trunk/main/accessibility/inc/accessibility/extended/
H A Dtextwindowaccessibility.hxx532 ::sal_Int32 nEnd, bool bCut, bool bPaste,
542 ::sal_Int32 nBegin, ::sal_Int32 nEnd);
551 ParagraphImpl * pParagraph, ::sal_Int32 nBegin, ::sal_Int32 nEnd,
562 ::sal_Int32 nBegin, ::sal_Int32 nEnd);
639 void changeParagraphText(::sal_uLong nNumber, ::sal_uInt16 nBegin, ::sal_uInt16 nEnd,
/trunk/main/package/source/package/zipapi/
H A DZipOutputStream.cxx67 for (sal_Int32 i = 0, nEnd = aZipList.size(); i < nEnd; i++) in ~ZipOutputStream() local
243 for (sal_Int32 i =0, nEnd = aZipList.size(); i < nEnd; i++) in finish() local
/trunk/main/editeng/source/editeng/
H A Deditdoc2.cxx332 sal_uInt32 nEnd; in FastGetPos() local
334 nEnd = nPtrArrayLen; in FastGetPos()
336 nEnd = rLastPos + 2; in FastGetPos()
338 for( sal_uInt32 nIdx = rLastPos - 2; nIdx < nEnd; nIdx++ ) in FastGetPos()
/trunk/main/sw/source/core/docnode/
H A Dndcopy.cxx80 sal_uLong nEnd = rPam.End()->nNode.GetIndex(); in lcl_NonCopyCount() local
86 if( ( rNode.IsSectionNode() && rNode.EndOfSectionIndex() >= nEnd ) in lcl_NonCopyCount()
99 if( ( rNode.IsSectionNode() && rNode.EndOfSectionIndex() >= nEnd ) in lcl_NonCopyCount()
706 nEnd = pEnd->nNode.GetIndex(), in CopyRange() local
707 nDiff = nEnd - nStt +1; in CopyRange()
711 if( (pNd = GetNodes()[ nEnd ])->IsCntntNode() && in CopyRange()
713 --nEnd, --nDiff; in CopyRange()
715 lcl_ChkFlyFly( pDoc, nStt, nEnd, rPos.nNode.GetIndex() ) ) in CopyRange()
/trunk/main/sw/source/filter/html/
H A Dhtmlfly.cxx226 sal_uLong nEnd = pDoc->GetNodes()[nStt-1]->EndOfSectionIndex(); in SV_IMPL_OP_PTRARR_SORT() local
242 if( nTblEnd+1 == nEnd ) in SV_IMPL_OP_PTRARR_SORT()
247 else if( nTblEnd+2 == nEnd ) in SV_IMPL_OP_PTRARR_SORT()
258 if( nStt==nEnd-1 && !pTxtNd->Len() ) in SV_IMPL_OP_PTRARR_SORT()
294 if( pTblNd->EndOfSectionIndex()+1 == nEnd ) in SV_IMPL_OP_PTRARR_SORT()
1322 sal_uLong nEnd = rHTMLWrt.pDoc->GetNodes()[nStt-1]->EndOfSectionIndex(); in OutHTML_FrmFmtTableNode() local
1341 ASSERT( nTblEnd == nEnd - 1 || in OutHTML_FrmFmtTableNode()
1342 (nTblEnd == nEnd - 2 && !bTopCaption), in OutHTML_FrmFmtTableNode()
1345 if( nTblEnd == nEnd - 2 ) in OutHTML_FrmFmtTableNode()
/trunk/main/forms/source/xforms/
H A Dcomputedexpression.cxx111 xub_StrLen nEnd = nLength; in _checkExpression() local
112 int nSearch = aTextSearch.SearchFrwrd( msExpression, &nStart, &nEnd ); in _checkExpression()
117 && ( nStart == 0 && nEnd == nLength ); in _checkExpression()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DItemConverter.cxx111 sal_uInt16 nEnd = (*pRanges); in FillItemSet() local
114 OSL_ASSERT( nBeg <= nEnd ); in FillItemSet()
115 for( sal_uInt16 nWhich = nBeg; nWhich <= nEnd; ++nWhich ) in FillItemSet()
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx242 const xub_StrLen nEnd = nStart + nWrLen; in lcl_calcLinePos() local
245 if ( nEnd < rData.nCnt in lcl_calcLinePos()
248 if( nEnd + 1 == rData.nCnt ) in lcl_calcLinePos()
256 sal_Int32 nKernEnd = rData.pKernArray[ sal_uInt16( nEnd - 1 ) ]; in lcl_calcLinePos()
744 const xub_StrLen nEnd = nStart + nWrLen; in lcl_DrawLineForWrongListData() local
746 while( nNext < nEnd ) in lcl_DrawLineForWrongListData()
752 xub_StrLen nNextEnd = nEnd; in lcl_DrawLineForWrongListData()
762 nNext = nEnd; in lcl_DrawLineForWrongListData()
834 nStart = nEnd + rInf.GetIdx(); in lcl_DrawLineForWrongListData()
2270 const xub_StrLen nEnd = rInf.GetIdx() + rInf.GetLen(); in GetCrsrOfst() local
[all …]
/trunk/main/cppuhelper/source/
H A Dshlib.cxx237 sal_Int32 nEnd = endsWith( rLibName, OUSTR(SAL_DLLEXTENSION) ); in makeComponentPath() local
238 if (nEnd < 0) // !endsWith in makeComponentPath()
250 nEnd = endsWith( rLibName, OUSTR(".uno") ); in makeComponentPath()
251 if (nEnd < 0) // !endsWith in makeComponentPath()

Completed in 187 milliseconds

12345678910>>...18