/aoo41x/main/sw/source/core/txtnode/ |
H A D | fntcap.cxx | 576 xub_StrLen nOldPos = nPos; in DoOnCapitals() local 653 nPos = nOldPos; in DoOnCapitals() 662 if( nOldPos != nPos ) in DoOnCapitals() 674 const XubString aSnippet( rOldText, nOldPos, nPos - nOldPos); in DoOnCapitals() 696 nOldPos = nPos; in DoOnCapitals() 708 if( nOldPos != nPos ) in DoOnCapitals() 720 nTmp = nOldPos; in DoOnCapitals() 723 if( nOldPos < nTmp ) in DoOnCapitals() 763 nOldPos = nTmp; in DoOnCapitals() 771 if( nTmp > nOldPos ) in DoOnCapitals() [all …]
|
/aoo41x/main/sc/source/core/data/ |
H A D | documen2.cxx | 745 if (VALIDTAB(nOldPos)) in MoveTab() 747 if (pTab[nOldPos]) in MoveTab() 764 ScRange aSourceRange( 0,0,nOldPos, MAXCOL,MAXROW,nOldPos ); in MoveTab() 774 0,0,nOldPos, MAXCOL,MAXROW,nOldPos, 0,0,nDz ); in MoveTab() 784 ScTable* pSaveTab = pTab[nOldPos]; in MoveTab() 822 GetName(nOldPos, aName); in CopyTab() 871 if (pTab[i] && i != nOldPos) in CopyTab() 875 if (nNewPos <= nOldPos) in CopyTab() 876 nOldPos++; in CopyTab() 918 pTab[nOldPos]->UpdateCompile(); in CopyTab() [all …]
|
H A D | documen9.cxx | 265 void ScDocument::DrawMovePage( sal_uInt16 nOldPos, sal_uInt16 nNewPos ) in DrawMovePage() argument 267 pDrawLayer->ScMovePage(nOldPos,nNewPos); in DrawMovePage() 270 void ScDocument::DrawCopyPage( sal_uInt16 nOldPos, sal_uInt16 nNewPos ) in DrawCopyPage() argument 273 pDrawLayer->ScCopyPage( nOldPos, nNewPos, sal_False ); in DrawCopyPage()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | hyphen.cxx | 125 sal_uInt16 nOldPos; member 186 nOldPos ( 0 ), in SvxHyphenWordDialog_Impl() 231 for ( i = nOldPos + 2; i < nLen; ++i ) in EnableLRBtn_Impl() 241 if (nOldPos >= aTxt.Len()) in EnableLRBtn_Impl() 242 nOldPos = aTxt.Len() - 1; in EnableLRBtn_Impl() 244 for ( i = nOldPos; i-- > 0; ) in EnableLRBtn_Impl() 368 nOldPos = aEditWord.Len(); in InitControls_Impl() 449 if (nOldPos > 0) in SelLeft_Impl() 459 nOldPos = i; in SelLeft_Impl() 481 nOldPos = i; in SelRight_Impl() [all …]
|
/aoo41x/main/editeng/source/items/ |
H A D | svxfont.cxx | 279 if( nOldPos != nPos ) in DoOnCapitals() 286 const XubString aSnippet(rTxt, nIdx + nOldPos, nPos-nOldPos); in DoOnCapitals() 293 rDo.Do( aTxt, nIdx + nOldPos, nPos-nOldPos, sal_True ); in DoOnCapitals() 296 nOldPos = nPos; in DoOnCapitals() 309 if( nOldPos != nPos ) in DoOnCapitals() 316 const XubString aSnippet(rTxt, nIdx + nOldPos, nPos - nOldPos); in DoOnCapitals() 323 rDo.Do( aTxt, nIdx + nOldPos, nPos-nOldPos, sal_False ); in DoOnCapitals() 326 nOldPos = nPos; in DoOnCapitals() 341 const XubString aSnippet(rTxt, nIdx + nOldPos, nPos - nOldPos); in DoOnCapitals() 348 rDo.Do( aTxt, nIdx + nOldPos, nPos - nOldPos, sal_False ); in DoOnCapitals() [all …]
|
/aoo41x/main/vcl/source/gdi/ |
H A D | cvtsvm.cxx | 1940 nOldPos = rOStm.Tell(); in ImplWriteActions() 1949 rOStm.Seek( nOldPos ); in ImplWriteActions() 2188 nOldPos = rOStm.Tell(); in ImplWriteActions() 2198 rOStm.Seek( nOldPos ); in ImplWriteActions() 2251 nOldPos = rOStm.Tell(); in ImplWriteActions() 2259 rOStm.Seek( nOldPos ); in ImplWriteActions() 2319 rOStm.Seek( nOldPos ); in ImplWriteActions() 2364 rOStm.Seek( nOldPos ); in ImplWriteActions() 2392 rOStm.Seek( nOldPos ); in ImplWriteActions() 2429 rOStm.Seek( nOldPos ); in ImplWriteActions() [all …]
|
H A D | dibtools.cxx | 443 const sal_uLong nOldPos(rIStm.Tell()); in ImplReadDIBBits() local 446 rHeader.nSizeImage = rIStm.Tell() - nOldPos; in ImplReadDIBBits() 447 rIStm.Seek(nOldPos); in ImplReadDIBBits() 1365 const sal_uLong nOldPos(rIStm.Tell()); in ImplReadDIB() local 1390 rIStm.Seek(nOldPos); in ImplReadDIB() 1413 const sal_uLong nOldPos(rOStm.Tell()); in ImplWriteDIB() local 1456 rOStm.Seek(nOldPos); in ImplWriteDIB()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | rangelst.cxx | 137 sal_uLong nOldPos = 0; in Join() local 140 nOldPos = GetPos( pOver ); in Join() 196 Remove( nOldPos ); in Join() 199 if ( nOldPos ) in Join() 200 nOldPos--; // Seek richtig aufsetzen in Join() 207 Seek( nOldPos ); in Join() 369 sal_uLong nOldPos = 0; in Join() local 372 nOldPos = GetPos( pOver ); in Join() 447 Remove( nOldPos ); in Join() 450 if ( nOldPos ) in Join() [all …]
|
/aoo41x/main/basic/source/sbx/ |
H A D | sbxbase.cxx | 266 sal_uIntPtr nOldPos = rStrm.Tell(); in Load() local 275 nOldPos += nSize; in Load() 276 DBG_ASSERT( nOldPos >= nNewPos, "SBX: Zu viele Daten eingelesen" ); in Load() 277 if( nOldPos != nNewPos ) in Load() 278 rStrm.Seek( nOldPos ); in Load() 321 sal_uIntPtr nOldPos = rStrm.Tell(); in Store() local 325 rStrm.Seek( nOldPos ); in Store() 326 rStrm << (sal_uInt32) ( nNewPos - nOldPos ); in Store()
|
/aoo41x/main/sw/source/ui/table/ |
H A D | swtablerep.cxx | 179 sal_uInt16 nOldPos = 0; in FillTabCols() local 189 while((bFirst || bOld ) && nOldPos < nAllCols ) in FillTabCols() 191 nOld += pOldTColumns[nOldPos].nWidth; in FillTabCols() 192 nOldPos++; in FillTabCols() 193 if(!pOldTColumns[nOldPos - 1].bVisible) in FillTabCols()
|
/aoo41x/main/sw/source/ui/dbui/ |
H A D | customizeaddresslistdialog.cxx | 171 sal_uInt16 nOldPos = nPos = m_aFieldsLB.GetSelectEntryPos(); in IMPL_LINK() local 181 ::rtl::OUString sHeader = m_pNewData->aDBColumnHeaders[nOldPos]; in IMPL_LINK() 182 m_pNewData->aDBColumnHeaders.erase(m_pNewData->aDBColumnHeaders.begin() + nOldPos); in IMPL_LINK() 187 ::rtl::OUString sData = (*aDataIter)[nOldPos]; in IMPL_LINK() 188 aDataIter->erase(aDataIter->begin() + nOldPos); in IMPL_LINK()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | msocximex.cxx | 1478 rContents->Seek(nOldPos); in WriteContents() 1585 rContents->Seek(nOldPos); in WriteContents() 1800 rContents->Seek(nOldPos); in WriteContents() 2074 rContents->Seek(nOldPos); in WriteContents() 2223 rContents->Seek(nOldPos); in WriteContents() 2470 rContents->Seek(nOldPos); in WriteContents() 2702 rContents->Seek(nOldPos); in WriteContents() 2919 rContents->Seek(nOldPos); in WriteContents() 4315 rContents->Seek(nOldPos); in WriteContents() 4882 rContents->Seek(nOldPos); in WriteContents() [all …]
|
H A D | dffpropset.cxx | 1179 sal_uInt32 nOldPos = rIn.Tell(); in ReadPropSet() local 1204 rIn.Seek( nOldPos ); in ReadPropSet() 1311 sal_Size nOldPos = rStrm.Tell(); in GetPropertyString() local 1328 rStrm.Seek( nOldPos ); in GetPropertyString()
|
/aoo41x/main/vcl/source/control/ |
H A D | slider.cxx | 553 long nOldPos = mnThumbPos; in ImplSlide() local 555 long nDelta = mnThumbPos-nOldPos; in ImplSlide() 789 long nOldPos = mnThumbPos; in Tracking() local 791 mnDelta = mnThumbPos-nOldPos; in Tracking() 837 long nOldPos = mnThumbPos; in Tracking() local 839 if ( nOldPos != mnThumbPos ) in Tracking() 843 if ( mbFullDrag && (nOldPos != mnThumbPos) ) in Tracking() 845 mnDelta = mnThumbPos-nOldPos; in Tracking()
|
H A D | scrbar.cxx | 830 long nOldPos = mnThumbPos; in ImplScroll() local 832 long nDelta = mnThumbPos-nOldPos; in ImplScroll() 969 long nOldPos = mnThumbPos; in ImplDragThumb() local 972 if ( mbFullDrag && (nOldPos != mnThumbPos) ) in ImplDragThumb() 974 mnDelta = mnThumbPos-nOldPos; in ImplDragThumb() 1126 long nOldPos = mnThumbPos; in Tracking() local 1128 mnDelta = mnThumbPos-nOldPos; in Tracking()
|
/aoo41x/main/idl/source/objects/ |
H A D | basobj.cxx | 436 sal_uLong nOldPos = rOutStm.Tell(); in WriteSvIdl() local 440 if( TestAndSeekSpaceOnly( rOutStm, nOldPos ) ) in WriteSvIdl() 453 nOldPos = rOutStm.Tell(); in WriteSvIdl() 457 if( TestAndSeekSpaceOnly( rOutStm, nOldPos ) ) in WriteSvIdl() 479 sal_uLong nOldPos = rOutStm.Tell(); in Write() local 484 rOutStm.Seek( nOldPos ); in Write()
|
/aoo41x/main/svx/source/dialog/ |
H A D | simptabl.cxx | 84 nOldPos=0; in SvxSimpleTable() 115 nOldPos=0; in SvxSimpleTable() 183 if(nOldPos!=nOffset) in NotifyScrolled() 188 nOldPos=nOffset; in NotifyScrolled() 229 nOldPos=nOffset; in Paint()
|
H A D | charmap.cxx | 539 int nOldPos = aVscrollSB.GetThumbPos(); in SelectIndex() local 541 aVscrollSB.SetThumbPos( nOldPos - nDelta ); in SelectIndex() 550 int nOldPos = aVscrollSB.GetThumbPos(); in SelectIndex() local 552 aVscrollSB.SetThumbPos( nOldPos + nDelta ); in SelectIndex() 558 if( nOldPos != aVscrollSB.GetThumbPos() ) in SelectIndex()
|
/aoo41x/main/sc/source/ui/dbgui/ |
H A D | csvgrid.cxx | 1261 void ScCsvGrid::ImplDrawHorzScrolled( sal_Int32 nOldPos ) in ImplDrawHorzScrolled() argument 1264 if( !IsValidGfx() || (nPos == nOldPos) ) in ImplDrawHorzScrolled() 1266 if( Abs( nPos - nOldPos ) > GetVisPosCount() / 2 ) in ImplDrawHorzScrolled() 1275 if( nPos < nOldPos ) in ImplDrawHorzScrolled() 1278 aDest = Point( GetFirstX() + GetCharWidth() * (nOldPos - nPos) + 1, 0 ); in ImplDrawHorzScrolled() 1280 nLastColIx = GetColumnFromPos( nOldPos ); in ImplDrawHorzScrolled() 1284 aSrc = Point( GetFirstX() + GetCharWidth() * (nPos - nOldPos) + 1, 0 ); in ImplDrawHorzScrolled() 1286 nFirstColIx = GetColumnFromPos( Min( nOldPos + GetVisPosCount(), GetPosCount() ) - 1 ); in ImplDrawHorzScrolled() 1290 ImplInvertCursor( GetRulerCursorPos() + (nPos - nOldPos) ); in ImplDrawHorzScrolled()
|
/aoo41x/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.cxx | 76 rMutableStrm.Seek(nOldPos); in TestBeltAndBraces() 92 rMutableStrm.Seek(nOldPos); in TestBeltAndBraces() 2034 long nOldPos = pSt->Tell(); in WW8PLCFspecial() local 2052 pSt->Seek( nOldPos ); in WW8PLCFspecial() 2186 long nOldPos = pSt->Tell(); in ReadPLCF() local 2198 pSt->Seek( nOldPos ); in ReadPLCF() 2303 long nOldPos = pSt->Tell(); in WW8PLCFpcd() local 2315 pSt->Seek( nOldPos ); in WW8PLCFpcd() 2468 pSt->Seek(nOldPos); in WW8Fkp() 3725 rStrm.Seek( nOldPos ); in WW8ReadSTTBF() [all …]
|
/aoo41x/main/svtools/source/brwbox/ |
H A D | brwbox1.cxx | 483 sal_uInt16 nOldPos = GetColumnPos( nColumnId ); in SetColumnPos() local 484 if ( nOldPos >= pCols->Count() ) in SetColumnPos() 489 if (nOldPos != nPos) in SetColumnPos() 502 sal_uInt16 nNextPos = nOldPos + 1; in SetColumnPos() 503 if ( nOldPos > nPos ) in SetColumnPos() 504 nNextPos = nOldPos - 1; in SetColumnPos() 510 pCols->Insert( pCols->Remove( nOldPos ), nPos ); in SetColumnPos() 521 if ( nOldPos > nPos ) in SetColumnPos() 561 nOldPos, in SetColumnPos() 562 nOldPos in SetColumnPos()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8par5.cxx | 353 pStrm->Seek( nOldPos ); in Read_Book() 1011 pStrm->Seek( nOldPos ); in Read_Field() 1045 pStrm->Seek( nOldPos ); in Read_Field() 1178 long nOldPos = pStrm->Tell(); in Read_F_Tag() local 1194 pStrm->Seek( nOldPos ); in Read_F_Tag() 1240 long nOldPos = pStrm->Tell(); in GetFieldResult() local 1255 pStrm->Seek( nOldPos ); in GetFieldResult() 3751 long nOldPos = pStrm->Tell(); in Read_FldVanish() local 3768 pStrm->Seek( nOldPos ); in Read_FldVanish() 3786 pStrm->Seek( nOldPos ); in Read_FldVanish() [all …]
|
H A D | ww8scan.cxx | 75 sal_uInt32 nOldPos = rStrm.Tell(); in TestBeltAndBraces() local 78 rMutableStrm.Seek(nOldPos); in TestBeltAndBraces() 94 rMutableStrm.Seek(nOldPos); in TestBeltAndBraces() 2215 long nOldPos = pSt->Tell(); in WW8PLCFspecial() local 2231 pSt->Seek( nOldPos ); in WW8PLCFspecial() 2410 pSt->Seek( nOldPos ); in ReadPLCF() 2557 long nOldPos = pSt->Tell(); in WW8PLCFpcd() local 2569 pSt->Seek( nOldPos ); in WW8PLCFpcd() 2662 long nOldPos = pSt->Tell(); in WW8Fkp() local 2784 pSt->Seek(nOldPos); in WW8Fkp() [all …]
|
/aoo41x/main/svx/source/gallery2/ |
H A D | galtheme.cxx | 544 sal_Bool GalleryTheme::ChangeObjectPos( sal_uIntPtr nOldPos, sal_uIntPtr nNewPos ) in ChangeObjectPos() argument 548 if( nOldPos != nNewPos ) in ChangeObjectPos() 550 GalleryObject* pEntry = aObjectList.GetObject( nOldPos ); in ChangeObjectPos() 556 if( nNewPos < nOldPos ) in ChangeObjectPos() 557 nOldPos++; in ChangeObjectPos() 559 aObjectList.Remove( nOldPos ); in ChangeObjectPos() 561 ImplBroadcast( ( nNewPos < nOldPos ) ? nNewPos : ( nNewPos - 1 ) ); in ChangeObjectPos()
|
/aoo41x/main/sc/inc/ |
H A D | conditio.hxx | 147 void UpdateMoveTab( SCTAB nOldPos, SCTAB nNewPos ); 229 void UpdateMoveTab( SCTAB nOldPos, SCTAB nNewPos ); 284 void UpdateMoveTab( SCTAB nOldPos, SCTAB nNewPos );
|