Home
last modified time | relevance | path

Searched refs:nNewPos (Results 51 – 75 of 137) sorted by relevance

123456

/aoo41x/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.cxx1188 long nNewPos = -1; in checkEntries() local
1204 if ( nNewPos == - 1) in checkEntries()
1205 nNewPos = nPos; in checkEntries()
1228 if ( nNewPos != - 1) in checkEntries()
1229 selectEntry( nNewPos ); in checkEntries()
/aoo41x/main/vcl/inc/vcl/
H A Dslider.hxx78 SAL_DLLPRIVATE long ImplSlide( long nNewPos, sal_Bool bCallEndSlide );
81 SAL_DLLPRIVATE long ImplDoSlide( long nNewPos );
H A Dscrbar.hxx86 SAL_DLLPRIVATE long ImplScroll( long nNewPos, sal_Bool bCallEndScroll );
116 long DoScroll( long nNewPos );
/aoo41x/main/sw/source/core/doc/
H A Ddocnum.cxx527 sal_uLong nNewPos = pNd->GetIndex(); in MoveOutlinePara() local
544 --nNewPos; in MoveOutlinePara()
558 --nNewPos; in MoveOutlinePara()
569 ASSERT( aSttRg.GetIndex() > nNewPos || nNewPos >= aEndRg.GetIndex(), in MoveOutlinePara()
576 nNewPos = Max( nNewPos, GetNodes().GetEndOfExtras().GetIndex() + 2 ); in MoveOutlinePara()
578 long nOffs = nNewPos - ( 0 < nOffset ? aEndRg.GetIndex() : aSttRg.GetIndex()); in MoveOutlinePara()
H A Dpoolfmt.cxx2420 sal_uInt16 nNewPos = aPatternNms.Count(); in SetDocPattern() local
2424 if( nNewPos == aPatternNms.Count() ) in SetDocPattern()
2425 nNewPos = n; in SetDocPattern()
2430 if( nNewPos < aPatternNms.Count() ) in SetDocPattern()
2431 aPatternNms.Remove( nNewPos ); // Platz wieder frei machen in SetDocPattern()
2434 aPatternNms.Insert( pNewNm, nNewPos ); in SetDocPattern()
2436 return nNewPos; in SetDocPattern()
/aoo41x/main/svx/inc/svx/
H A Dsvdlayer.hxx111 void MoveLayer(SdrLayer* pLayer, sal_uInt16 nNewPos=0xFFFF);
112 SdrLayer* MoveLayer(sal_uInt16 nPos, sal_uInt16 nNewPos);
H A Dsvdedtv.hxx226 void MoveLayer(const String& rName, sal_uInt16 nNewPos);
436 virtual void ObjOrderChanged(SdrObject* pObj, sal_uIntPtr nOldPos, sal_uIntPtr nNewPos);
/aoo41x/main/svx/source/form/
H A Dfmmodel.cxx157 void FmFormModel::MovePage( sal_uInt16 nPgNum, sal_uInt16 nNewPos ) in MovePage() argument
164 SdrModel::MovePage( nPgNum, nNewPos ); in MovePage()
/aoo41x/main/comphelper/source/streaming/
H A Doslfile2streamwrap.cxx111 sal_uInt64 nNewPos = nCurrentPos + nBytesToSkip; in skipBytes() local
112 FileBase::RC eError = m_pFile->setPos(osl_Pos_Absolut, nNewPos); in skipBytes()
/aoo41x/main/sc/source/filter/excel/
H A Dxistream.cxx91 sal_Size nNewPos = rStrm.Tell(); in Update() local
92 if( (mnOldPos != nNewPos) || (mnRecSize != nRecSize) ) in Update()
94 OnUpdate( mnOldPos, nNewPos, nRecSize ); in Update()
95 mnOldPos = nNewPos; in Update()
/aoo41x/main/sw/source/ui/app/
H A Ddocshini.cxx781 … sal_uInt16 nNewPos = static_cast< sal_uInt16 >(SW_MOD()->GetUsrPref(sal_False)->GetDefTab()); in SubInitNew() local
782 if( nNewPos ) in SubInitNew()
783 aDfltSet.Put( SvxTabStopItem( 1, nNewPos, in SubInitNew()
/aoo41x/main/vcl/source/control/
H A Dilstbox.cxx790 sal_uInt16 nNewPos = mpEntryList->InsertEntry( nPos, pNewEntry, mbSort ); in InsertEntry() local
796 return nNewPos; in InsertEntry()
2311 sal_uInt16 nNewPos = maLBWindow.InsertEntry( nPos, pNewEntry ); in InsertEntry() local
2313 return nNewPos; in InsertEntry()
2321 sal_uInt16 nNewPos = maLBWindow.InsertEntry( nPos, pNewEntry ); in InsertEntry() local
2323 return nNewPos; in InsertEntry()
2331 sal_uInt16 nNewPos = maLBWindow.InsertEntry( nPos, pNewEntry ); in InsertEntry() local
2333 return nNewPos; in InsertEntry()
H A Dscrbar.cxx828 long ScrollBar::ImplScroll( long nNewPos, sal_Bool bCallEndScroll ) in ImplScroll() argument
831 SetThumbPos( nNewPos ); in ImplScroll()
1444 long ScrollBar::DoScroll( long nNewPos ) in DoScroll() argument
1450 long nDelta = ImplScroll( nNewPos, sal_True ); in DoScroll()
/aoo41x/main/sw/source/core/table/
H A Dswtable.cxx1291 sal_uInt64 nNewPos; in NewSetTabCols() local
1296 nNewPos = rParm.rNew.GetRight() - rParm.rNew.GetLeft(); in NewSetTabCols()
1301 nNewPos = rNew[i] - rParm.rNew.GetLeft(); in NewSetTabCols()
1303 nNewPos *= rParm.nNewWish; in NewSetTabCols()
1304 nNewPos /= nNewWidth; in NewSetTabCols()
1307 if( nOldPos != nNewPos && nNewPos > 0 && nOldPos > 0 ) in NewSetTabCols()
1309 ColChange aChg( (sal_uInt16)nOldPos, (sal_uInt16)nNewPos ); in NewSetTabCols()
/aoo41x/main/sw/source/core/undo/
H A Dunsort.cxx270 void SwUndoSort::Insert( sal_uLong nOrgPos, sal_uLong nNewPos) in Insert() argument
272 SwSortUndoElement* pEle = new SwSortUndoElement(nOrgPos, nNewPos); in Insert()
/aoo41x/main/sc/inc/
H A Ddrwlayer.hxx134 void ScMovePage( sal_uInt16 nOldPos, sal_uInt16 nNewPos );
136 void ScCopyPage( sal_uInt16 nOldPos, sal_uInt16 nNewPos, sal_Bool bAlloc );
/aoo41x/main/svtools/source/control/
H A Dheadbar.cxx1317 void HeaderBar::MoveItem( sal_uInt16 nItemId, sal_uInt16 nNewPos ) in MoveItem() argument
1322 if ( nPos != nNewPos ) in MoveItem()
1325 if ( nNewPos < nPos ) in MoveItem()
1326 nPos = nNewPos; in MoveItem()
1327 mpItemList->Insert( pItem, nNewPos ); in MoveItem()
/aoo41x/main/sc/source/ui/view/
H A Dviewdata.cxx3007 long nNewPos = 0; in UpdateFixX() local
3014 nNewPos += nPix; in UpdateFixX()
3017 nNewPos += pView->GetGridOffset().X(); in UpdateFixX()
3018 if (nNewPos != pTabData[nTab]->nHSplitPos) in UpdateFixX()
3020 pTabData[nTab]->nHSplitPos = nNewPos; in UpdateFixX()
3042 long nNewPos = 0; in UpdateFixY() local
3049 nNewPos += nPix; in UpdateFixY()
3052 nNewPos += pView->GetGridOffset().Y(); in UpdateFixY()
3053 if (nNewPos != pTabData[nTab]->nVSplitPos) in UpdateFixY()
3055 pTabData[nTab]->nVSplitPos = nNewPos; in UpdateFixY()
H A Dtabview4.cxx378 long nNewPos; in lcl_UpdateBar() local
382 nNewPos = rScroll.GetThumbPos(); in lcl_UpdateBar()
387 return nNewPos - nOldPos; in lcl_UpdateBar()
H A Dhdrcont.cxx824 long nNewPos = bVertical ? rMEvt.GetPosPixel().Y() : rMEvt.GetPosPixel().X(); in MouseMove() local
825 if ( nNewPos != nDragPos ) in MouseMove()
828 nDragPos = nNewPos; in MouseMove()
/aoo41x/main/vcl/source/gdi/
H A Dsallayout.cxx1192 long nNewPos = 0; in ApplyDXArray() local
1213 nDelta = nBasePointX + (nNewPos - pG->maLinearPos.X()); in ApplyDXArray()
1226 nNewPos += nNewClusterWidth; in ApplyDXArray()
1900 long nNewPos = static_cast<long>(nXPos/fUnitMul + 0.5); in AdjustLayout() local
1901 mpLayouts[n]->MoveGlyph( nStartOld[n], nNewPos ); in AdjustLayout()
/aoo41x/main/svx/source/svdraw/
H A Dsvdedtv.cxx306 void SdrEditView::MoveLayer(const XubString& rName, sal_uInt16 nNewPos) in MoveLayer() argument
314 AddUndo(GetModel()->GetSdrUndoFactory().CreateUndoMoveLayer(nLayerNum,rLA,*pMod,nNewPos)); in MoveLayer()
315 rLA.MoveLayer(nLayerNum,nNewPos); in MoveLayer()
/aoo41x/main/editeng/source/items/
H A Dparaitem.cxx1136 sal_Int32 nNewPos = 0; in PutValue() local
1137 if (!(rVal >>= nNewPos) ) in PutValue()
1140 SvxTabStop aNewTab ( bConvert ? MM100_TO_TWIP ( nNewPos ) : nNewPos, in PutValue()
/aoo41x/main/editeng/source/editeng/
H A Dimpedit2.cxx2176 EditSelection ImpEditEngine::ImpMoveParagraphs( Range aOldPositions, sal_uInt16 nNewPos ) in ImpMoveParagraphs() argument
2179 …sal_Bool bValidAction = ( (long)nNewPos < aOldPositions.Min() ) || ( (long)nNewPos > aOldPositions… in ImpMoveParagraphs()
2193 if ( nNewPos >= nParaCount ) in ImpMoveParagraphs()
2194 nNewPos = GetParaPortions().Count(); in ImpMoveParagraphs()
2202 if ( nNewPos == 0 ) // Move to Start in ImpMoveParagraphs()
2208 else if ( nNewPos == nParaCount ) in ImpMoveParagraphs()
2226 …_uInt16 >(aOldPositions.Min()), sal::static_int_cast< sal_uInt16 >(aOldPositions.Max()), nNewPos ); in ImpMoveParagraphs()
2230 InsertUndo( new EditUndoMoveParagraphs( this, aOldPositions, nNewPos ) ); in ImpMoveParagraphs()
2233 ParaPortion* pDestPortion = GetParaPortions().SaveGetObject( nNewPos ); in ImpMoveParagraphs()
2270 aNotify.nParagraph = nNewPos; in ImpMoveParagraphs()
/aoo41x/main/sw/source/ui/dialog/
H A Duiregionsw.cxx877 sal_uInt16 nNewPos = rDocFmts.GetPos( pFmt ); in IMPL_LINK() local
878 if( USHRT_MAX != nNewPos ) in IMPL_LINK()
902 rSh.UpdateSection( nNewPos, pRepr->GetSectionData(), in IMPL_LINK()
912 sal_uInt16 nNewPos = rDocFmts.GetPos( pFmt ); in IMPL_LINK() local
913 if( USHRT_MAX != nNewPos ) in IMPL_LINK()
914 rSh.DelSectionFmt( nNewPos ); in IMPL_LINK()

Completed in 230 milliseconds

123456