Home
last modified time | relevance | path

Searched refs:nTmpPos (Results 1 – 25 of 28) sorted by relevance

12

/trunk/main/sw/source/core/doc/
H A Ddocdde.cxx358 sal_uInt16 nTmpPos; in SelectServerObj() local
359 rOutlNds.Seek_Entry( pNd, &nTmpPos ); in SelectServerObj()
363 for( ++nTmpPos; in SelectServerObj()
364 nTmpPos < rOutlNds.Count() && in SelectServerObj()
365 nLvl < rOutlNds[ nTmpPos ]->GetTxtNode()-> in SelectServerObj()
368 ++nTmpPos ) in SelectServerObj()
371 if( nTmpPos < rOutlNds.Count() ) in SelectServerObj()
372 rpRange->aEnd = *rOutlNds[ nTmpPos ]; in SelectServerObj()
H A Ddocnum.cxx466 sal_uInt16 nTmpPos = 0; in MoveOutlinePara() local
472 if( GetNodes().GetOutLineNds().Seek_Entry( pEndSrch, &nTmpPos ) ) in MoveOutlinePara()
477 ++nTmpPos; // For sub outlines only! in MoveOutlinePara()
480 aEndRg = nTmpPos < GetNodes().GetOutLineNds().Count() in MoveOutlinePara()
481 ? *GetNodes().GetOutLineNds()[ nTmpPos ] in MoveOutlinePara()
484 nAktPos = nTmpPos; in MoveOutlinePara()
/trunk/main/framework/source/uielement/
H A Dmenubarmerger.cxx113 sal_uInt16 nTmpPos = FindMenuItem( aCmd, pCurrMenu ); in FindReferencePath() local
114 if ( nTmpPos != MENU_ITEM_NOTFOUND ) in FindReferencePath()
115 nPos = nTmpPos; in FindReferencePath()
116 eResult = ( nTmpPos != MENU_ITEM_NOTFOUND ) ? RP_OK : RP_MENUITEM_NOT_FOUND; in FindReferencePath()
121 sal_uInt16 nTmpPos = FindMenuItem( aCmd, pCurrMenu ); in FindReferencePath() local
122 if ( nTmpPos != MENU_ITEM_NOTFOUND ) in FindReferencePath()
124 sal_uInt16 nItemId = pCurrMenu->GetItemId( nTmpPos ); in FindReferencePath()
130 nPos = nTmpPos; in FindReferencePath()
H A Ddropdownboxtoolbarcontroller.cxx290 sal_Int32 nTmpPos = 0; in executeControlCommand() local
291 if ( rControlCommand.Arguments[i].Value >>= nTmpPos ) in executeControlCommand()
293 if (( nTmpPos >= 0 ) && in executeControlCommand()
294 ( nTmpPos < sal_Int32( m_pListBoxControl->GetEntryCount() ))) in executeControlCommand()
295 nPos = sal_uInt16( nTmpPos ); in executeControlCommand()
H A Dtogglebuttontoolbarcontroller.cxx240 sal_Int32 nTmpPos = 0; in executeControlCommand() local
241 if ( rControlCommand.Arguments[i].Value >>= nTmpPos ) in executeControlCommand()
243 if (( nTmpPos >= 0 ) && ( nTmpPos < sal_Int32( nSize ))) in executeControlCommand()
244 nPos = nTmpPos; in executeControlCommand()
H A Dcomboboxtoolbarcontroller.cxx354 sal_Int32 nTmpPos = 0; in executeControlCommand() local
355 if ( rControlCommand.Arguments[i].Value >>= nTmpPos ) in executeControlCommand()
357 if (( nTmpPos >= 0 ) && in executeControlCommand()
358 ( nTmpPos < sal_Int32( m_pComboBox->GetEntryCount() ))) in executeControlCommand()
359 nPos = sal_uInt16( nTmpPos ); in executeControlCommand()
/trunk/main/sw/source/core/text/
H A Dfrmcrsr.cxx1010 xub_StrLen nTmpPos = nPos - nIdx; in lcl_VisualMoveRecursion() local
1016 nPos = nTmpPos + nIdx; in lcl_VisualMoveRecursion()
1069 xub_StrLen nTmpPos = nPos - nIdx; in lcl_VisualMoveRecursion() local
1081 nTmpPos = nTmpPos - pPor->GetLen(); in lcl_VisualMoveRecursion()
1086 nPos = nTmpPos + nIdx; in lcl_VisualMoveRecursion()
1150 xub_StrLen nTmpPos; in PrepareVisualMove() local
1160 if ( nTmpPos + 1 < nStt + nLen ) in PrepareVisualMove()
1161 ++nTmpPos; in PrepareVisualMove()
1170 if ( nTmpPos ) in PrepareVisualMove()
1171 --nTmpPos; in PrepareVisualMove()
[all …]
H A Dfrminf.cxx40 const xub_StrLen nTmpPos = nStart; in GetTxtStart() local
41 const xub_StrLen nEnd = nTmpPos + pCurr->GetLen(); in GetTxtStart()
44 for( i = nTmpPos; i < nEnd; ++i ) in GetTxtStart()
60 const xub_StrLen nTmpPos = nStart; in GetTxtEnd() local
61 const xub_StrLen nEnd = nTmpPos + pCurr->GetLen(); in GetTxtEnd()
63 for( i = nEnd - 1; i >= nTmpPos; --i ) in GetTxtEnd()
H A Ditrtxt.cxx454 const sal_uInt16 nTmpPos = *pHt->GetStart(); in TruncLines() local
455 if ( nEnd <= nTmpPos && nTmpPos < nRangeEnd ) in TruncLines()
457 SwCharRange( nTmpPos, nTmpPos ), 0 ); in TruncLines()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx908 nPortionStart = nTmpPos; in CreateLines()
921 nTmpPos = nTmpPos - pPrev->GetLen(); in CreateLines()
1147 nTmpPos = nTmpPos + pPortion->GetLen(); in CreateLines()
1148 nPortionEnd = nTmpPos; in CreateLines()
1163 nPortionEnd = nTmpPos; in CreateLines()
1165 nPortionStart = nTmpPos; in CreateLines()
1172 nTmpPos++; in CreateLines()
1188 nPortionEnd = nTmpPos; in CreateLines()
2241 sal_uInt16 nTmpPos = 0; in SplitTextPortion() local
2247 nTmpPos = nTmpPos + pTP->GetLen(); in SplitTextPortion()
[all …]
H A Deditdoc2.cxx115 sal_uInt16 nTmpPos = 0; in FindPortion() local
119 nTmpPos = nTmpPos + pPortion->GetLen(); in FindPortion()
120 if ( nTmpPos >= nCharPos ) in FindPortion()
123 if ( ( nTmpPos != nCharPos ) || !bPreferStartingPortion || ( nPortion == Count() - 1 ) ) in FindPortion()
125 nPortionStart = nTmpPos - pPortion->GetLen(); in FindPortion()
/trunk/main/svtools/source/edit/
H A Dtextdata.cxx95 sal_uInt16 nTmpPos = 0; in FindPortion() local
99 nTmpPos = nTmpPos + pPortion->GetLen(); in FindPortion()
100 if ( nTmpPos >= nCharPos ) in FindPortion()
103 if ( ( nTmpPos != nCharPos ) || !bPreferStartingPortion || ( nPortion == Count() - 1 ) ) in FindPortion()
105 nPortionStart = nTmpPos - pPortion->GetLen(); in FindPortion()
H A Dtexteng.cxx1840 sal_uInt16 nTmpPos = 0; in SplitTextPortion() local
1847 nTmpPos = nTmpPos + pTP->GetLen(); in SplitTextPortion()
1848 if ( nTmpPos >= nPos ) in SplitTextPortion()
1859 sal_uInt16 nOverlapp = nTmpPos - nPos; in SplitTextPortion()
2400 sal_uInt16 nTmpPos = nIndex; in CreateLines() local
2416 nPortionStart = nTmpPos; in CreateLines()
2447 nTmpPos = nTmpPos + pPortion->GetLen(); in CreateLines()
2448 nPortionEnd = nTmpPos; in CreateLines()
2456 nPortionEnd = nTmpPos; in CreateLines()
2457 nTmpPos = nTmpPos - pPortion->GetLen(); in CreateLines()
[all …]
/trunk/main/sw/source/core/crsr/
H A Dtrvlreg.cxx176 xub_StrLen nTmpPos = bMoveBackward ? pCNd->Len() : 0; in GotoCurrRegion() local
177 pPos->nContent.Assign( pCNd, nTmpPos ); in GotoCurrRegion()
214 xub_StrLen nTmpPos = bMoveBackward ? pCNd->Len() : 0; in GotoCurrRegionAndSkip() local
215 pPos->nContent.Assign( pCNd, nTmpPos ); in GotoCurrRegionAndSkip()
H A Dswcrsr.cxx295 xub_StrLen nTmpPos = bIsValidPos ? (bGoNxt ? 0 : pCNd->Len()) : nCntntPos; in IsSelOvr() local
296 GetPoint()->nContent.Assign( pCNd, nTmpPos ); in IsSelOvr()
380 const xub_StrLen nTmpPos = bGoNxt ? 0 : pCNd->Len(); in IsSelOvr() local
381 GetPoint()->nContent.Assign( pCNd, nTmpPos ); in IsSelOvr()
384 && nTmpPos == pSavePos->nCntnt ) in IsSelOvr()
548 xub_StrLen nTmpPos = bSelTop ? pCNd->Len() : 0; in IsSelOvr() local
549 GetPoint()->nContent.Assign( pCNd, nTmpPos ); in IsSelOvr()
1714 const xub_StrLen nTmpPos = bLeft ? pCntntNode->Len() : 0; in LeftRight() local
1715 GetPoint()->nContent.Assign( pCntntNode, nTmpPos ); in LeftRight()
1750 const xub_StrLen nTmpPos = bLeft ? pCntntNode->Len() : 0; in LeftRight() local
[all …]
H A Dfindfmt.cxx50 xub_StrLen nTmpPos = bSrchForward ? 0 : pNd->Len(); in Find() local
51 pPam->GetPoint()->nContent.Assign( pNd, nTmpPos ); in Find()
H A Dfindattr.cxx930 xub_StrLen nTmpPos = bSrchForward ? 0 : pNd->Len(); in Find() local
931 pPam->GetPoint()->nContent.Assign( pNd, nTmpPos ); in Find()
1024 xub_StrLen nTmpPos = bSrchForward ? 0 : pNd->Len(); in Find() local
1025 pPam->GetPoint()->nContent.Assign( pNd, nTmpPos ); in Find()
H A Dfindtxt.cxx245 xub_StrLen nTmpPos = bSrchForward ? 0 : pNd->Len(); in Find() local
246 rCntntIdx.Assign( pNd, nTmpPos ); in Find()
/trunk/main/sw/source/ui/fldui/
H A Dfldvar.cxx480 sal_uInt16 nTmpPos = sCmd.SearchAndReplace( sfx2::cTokenSeperator, ' ' ); in IMPL_LINK() local
481 sCmd.SearchAndReplace( sfx2::cTokenSeperator, ' ', nTmpPos ); in IMPL_LINK()
1082 … sal_uInt16 nTmpPos = sValue.SearchAndReplace( ' ', sfx2::cTokenSeperator ); in IMPL_LINK() local
1083 sValue.SearchAndReplace( ' ', sfx2::cTokenSeperator, nTmpPos ); in IMPL_LINK()
1120 sal_uInt16 nTmpPos = sValue.SearchAndReplace( ' ', sfx2::cTokenSeperator ); in IMPL_LINK() local
1121 sValue.SearchAndReplace( ' ', sfx2::cTokenSeperator, nTmpPos ); in IMPL_LINK()
H A Dfldmgr.cxx1058 sal_uInt16 nTmpPos = sCmd.SearchAndReplace( ' ', sfx2::cTokenSeperator ); in InsertFld() local
1059 sCmd.SearchAndReplace( ' ', sfx2::cTokenSeperator, nTmpPos ); in InsertFld()
1504 sal_uInt16 nTmpPos = sPar2.SearchAndReplace( ' ', sfx2::cTokenSeperator ); in UpdateCurFld() local
1505 sPar2.SearchAndReplace( ' ', sfx2::cTokenSeperator, nTmpPos ); in UpdateCurFld()
/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx617 xub_StrLen n, nLen = 1, nTmpPos = nSttPos - 2; in FnChgToEnEmDash() local
618 if( '-' == ( cCh = rTxt.GetChar( nTmpPos-1 )) ) in FnChgToEnEmDash()
620 --nTmpPos; in FnChgToEnEmDash()
622 cCh = rTxt.GetChar( nTmpPos-1 ); in FnChgToEnEmDash()
635 for( n = nTmpPos-1; n && lcl_IsInAsciiArr( in FnChgToEnEmDash()
641 rDoc.Delete( nTmpPos, nTmpPos + nLen ); in FnChgToEnEmDash()
642 rDoc.Insert( nTmpPos, bAlwaysUseEmDash ? cEmDash : cEnDash ); in FnChgToEnEmDash()
/trunk/main/sw/source/core/edit/
H A Deditsh.cxx961 sal_uLong nTmpPos; in GetLineCount() local
965 else if( rPtIdx > ( nTmpPos = GetDoc()->GetNodes().GetEndOfExtras().GetIndex()) ) in GetLineCount()
967 aStart = nTmpPos + 1; in GetLineCount()
/trunk/main/vcl/source/control/
H A Dedit.cxx934 xub_StrLen nTmpPos = static_cast< xub_StrLen >( aSelection.Min() ); in ImplInsertText() local
940 rtl::OUString aOldText( maText.Copy(0, nTmpPos) ); in ImplInsertText()
944 xISC->correctInputSequence( aTmpText, nTmpPos - 1, cChar, nCheckMode ); in ImplInsertText()
960 …Text.Erase( static_cast< xub_StrLen >( nChgPos ), static_cast< xub_StrLen >( nTmpPos - nChgPos ) ); in ImplInsertText()
973 if (!xISC->checkInputSequence( aOldText, nTmpPos - 1, cChar, nCheckMode )) in ImplInsertText()
/trunk/main/sw/source/filter/ww8/dump/
H A Ddump8a.cxx250 sal_uLong nTmpPos = xTableStream->Tell(); in DumpNumList() local
258 xTableStream->Seek( nTmpPos ); in DumpNumList()
292 sal_uLong nTmpPos = xTableStream->Tell(); in DumpNumList() local
316 xTableStream->Seek( nTmpPos ); in DumpNumList()
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx720 sal_uInt16 nTmpPos = aInsPos[nLastLine]; in NewInsertCol() local
722 ++nTmpPos; in NewInsertCol()
724 pTmpLine->GetTabBoxes()[nTmpPos+j]->setRowSpan( nDiff ); in NewInsertCol()

Completed in 210 milliseconds

12