Home
last modified time | relevance | path

Searched refs:nNewPos (Results 76 – 100 of 137) sorted by relevance

123456

/trunk/main/svx/inc/svx/
H A Dsvdpage.hxx349 … Move(sal_uInt16 nPos, sal_uInt16 nNewPos) { aList.Insert(aList.Remove(n… in Move() argument
H A Dsvdmodel.hxx454 virtual void MovePage(sal_uInt16 nPgNum, sal_uInt16 nNewPos);
466 virtual void MoveMasterPage(sal_uInt16 nPgNum, sal_uInt16 nNewPos);
H A Dfmmodel.hxx63 virtual void MovePage(sal_uInt16 nPgNum, sal_uInt16 nNewPos);
/trunk/main/basic/source/sbx/
H A Dsbxobj.cxx754 sal_uIntPtr nNewPos = rStrm.Tell(); in LoadData() local
756 DBG_ASSERT( nPos >= nNewPos, "SBX: Zu viele Daten eingelesen" ); in LoadData()
757 if( nPos != nNewPos ) in LoadData()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleDataPilotSource.java616 int nNewPos = ((Integer) aValue).intValue(); in setPropertyValue() local
621 aSettings.aColDimensions.add( nNewPos, aDimInt ); in setPropertyValue()
626 aSettings.aRowDimensions.add( nNewPos, aDimInt ); in setPropertyValue()
/trunk/main/svx/source/svdraw/
H A Dsvdmodel.cxx1468 void SdrModel::MovePage(sal_uInt16 nPgNum, sal_uInt16 nNewPos) in MovePage() argument
1475 InsertPage(pPg,nNewPos); in MovePage()
1531 void SdrModel::MoveMasterPage(sal_uInt16 nPgNum, sal_uInt16 nNewPos) in MoveMasterPage() argument
1538 maMaPag.Insert(pPg,nNewPos); in MoveMasterPage()
/trunk/main/sc/source/core/data/
H A Ddrwlayer.cxx416 void ScDrawLayer::ScMovePage( sal_uInt16 nOldPos, sal_uInt16 nNewPos ) in ScMovePage() argument
418 MovePage( nOldPos, nNewPos ); in ScMovePage()
421 void ScDrawLayer::ScCopyPage( sal_uInt16 nOldPos, sal_uInt16 nNewPos, sal_Bool bAlloc ) in ScCopyPage() argument
429 SdrPage* pNewPage = bAlloc ? AllocPage(sal_False) : GetPage(nNewPos); in ScCopyPage()
459 InsertPage(pNewPage, nNewPos); in ScCopyPage()
H A Dcell2.cxx1116 void ScFormulaCell::UpdateMoveTab( SCTAB nOldPos, SCTAB nNewPos, SCTAB nTabNo ) in UpdateMoveTab() argument
1127 pRangeData = aComp.UpdateMoveTab( nOldPos, nNewPos, sal_False ); in UpdateMoveTab()
1137 aComp2.UpdateMoveTab( nOldPos, nNewPos, sal_True ); in UpdateMoveTab()
H A Dvalidat.cxx968 void ScValidationDataList::UpdateMoveTab( SCTAB nOldPos, SCTAB nNewPos ) in UpdateMoveTab() argument
972 (*this)[i]->UpdateMoveTab( nOldPos, nNewPos ); in UpdateMoveTab()
/trunk/main/sd/source/core/
H A Ddrawdoc2.cxx414 void SdDrawDocument::MovePage(sal_uInt16 nPgNum, sal_uInt16 nNewPos) in MovePage() argument
417 FmFormModel::MovePage(nPgNum, nNewPos); in MovePage()
419 sal_uInt16 nMin = Min(nPgNum, nNewPos); in MovePage()
/trunk/main/connectivity/source/drivers/ado/
H A DAResultSet.cxx497 sal_Int32 nNewPos = row; in relative() local
498 if ( m_bOnFirstAfterOpen && nNewPos > 0 ) in relative()
499 --nNewPos; in relative()
/trunk/main/svtools/inc/svtools/
H A Dsvlbox.hxx110 void SetPos( long nNewPos) { nPos = nNewPos; } in SetPos() argument
/trunk/main/sc/inc/
H A Dcolumn.hxx289 void UpdateMoveTab(SCTAB nOldPos, SCTAB nNewPos, SCTAB nTabNo);
385 void UpdateInsertTabAbs(SCTAB nNewPos);
H A Dolinetab.hxx59 void SetPosSize( SCCOLROW nNewPos, SCSIZE nNewSize );
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx4211 sal_uInt16 nNewPos = TOOLBOX_ITEM_NOTFOUND; in MouseMove() local
4227 nNewPos = mnCurPos; in MouseMove()
4229 nNewPos = i; in MouseMove()
4242 if ( nNewPos != mnCurPos && !( HasFocus() && nNewPos == TOOLBOX_ITEM_NOTFOUND ) ) in MouseMove()
4250 mnCurPos = nNewPos; in MouseMove()
4430 sal_uInt16 nNewPos = TOOLBOX_ITEM_NOTFOUND; in MouseButtonDown() local
4443 nNewPos = i; in MouseButtonDown()
4453 if ( nNewPos != TOOLBOX_ITEM_NOTFOUND ) in MouseButtonDown()
/trunk/main/sw/source/core/inc/
H A DUndoSort.hxx88 void Insert( sal_uLong nOrgPos, sal_uLong nNewPos );
H A Ddview.hxx107 sal_uLong nNewPos );
/trunk/main/vcl/inc/vcl/
H A Dtoolbox.hxx404 void MoveItem( sal_uInt16 nItemId, sal_uInt16 nNewPos = TOOLBOX_APPEND );
406 sal_uInt16 nNewPos = TOOLBOX_APPEND );
H A Dsplit.hxx103 void SetLastSplitPosPixel( long nNewPos );
/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx1492 void GraphiteLayout::MoveGlyph( int nGlyphIndex, long nNewPos ) in MoveGlyph() argument
1503 const long dx = nNewPos - mvGlyphs[nGlyphIndex].maLinearPos.X(); in MoveGlyph()
1508 …,%ld) c%d by %ld\n", nGlyphIndex, mvGlyphs[nGlyphIndex].maLinearPos.X(), nNewPos, mvGlyph2Char[nGl… in MoveGlyph()
/trunk/main/tools/source/generic/
H A Dpoly.cxx1141 sal_uInt16 nPntCnt = rPoly.GetSize(), nNewPos = 0; in ImplReduceEdges() local
1215 aNewPoly[ nNewPos++ ] = rPoly[ n ]; in ImplReduceEdges()
1220 if( bChangeInThisRun && nNewPos ) in ImplReduceEdges()
1222 aNewPoly.SetSize( nNewPos ); in ImplReduceEdges()
/trunk/main/sd/inc/
H A DEffectMigration.hxx72 static void SetPresentationOrder( SvxShape* pShape, sal_Int32 nNewPos );
/trunk/main/sd/source/ui/unoidl/
H A Dunoobj.cxx664 sal_Int32 nNewPos = 0; in setPropertyValue() local
665 if( !(aValue >>= nNewPos) ) in setPropertyValue()
668 EffectMigration::SetPresentationOrder( mpShape, nNewPos ); in setPropertyValue()
/trunk/main/svx/source/dialog/
H A Dcharmap.cxx530 int nNewPos = nMapIndex / COLUMN_COUNT; in SelectIndex() local
531 aVscrollSB.SetThumbPos( nNewPos ); in SelectIndex()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx4030 EditSelection ImpEditEngine::MoveParagraphs( Range aOldPositions, sal_uInt32 nNewPos, EditView* pCu… in MoveParagraphs() argument
4037 EditSelection aSel( ImpMoveParagraphs( aOldPositions, nNewPos ) ); in MoveParagraphs()
4039 if ( nNewPos >= GetParaPortions().Count() ) in MoveParagraphs()
4040 nNewPos = GetParaPortions().Count() - 1; in MoveParagraphs()
4049 sal_uInt32 nFirstPortion = Min( (sal_uInt32)aOldPositions.Min(), nNewPos ); in MoveParagraphs()
4050 sal_uInt32 nLastPortion = Max( (sal_uInt32)aOldPositions.Max(), nNewPos ); in MoveParagraphs()
4066 sal_uInt32 nFirstInvPara = Min( (sal_uInt32)aOldPositions.Min(), nNewPos ); in MoveParagraphs()

Completed in 179 milliseconds

123456