Home
last modified time | relevance | path

Searched refs:GetCurPos (Results 1 – 25 of 44) sorted by relevance

12

/trunk/main/sd/source/ui/dlg/
H A Danimobjs.cxx262 UpdateControl( aBmpExList.GetCurPos() ); in IMPL_LINK()
397 UpdateControl( aBmpExList.GetCurPos() ); in IMPL_LINK()
451 sal_uLong nPos = aBmpExList.GetCurPos(); in IMPL_LINK()
529 UpdateControl( aBmpExList.GetCurPos() ); in IMPL_LINK()
721 sal_uLong nPos = aBmpExList.GetCurPos(); in GetScale()
967 aTimeList.Insert( pTime, aBmpExList.GetCurPos() + 1 ); in AddObj()
986 aTimeList.Insert( pTime, aBmpExList.GetCurPos() + 1 ); in AddObj()
996 pPage->InsertObject(pClone, aBmpExList.GetCurPos() + 1); in AddObj()
1014 aTimeList.Insert( pTime, aBmpExList.GetCurPos() + 1 ); in AddObj()
1046 UpdateControl( aBmpExList.GetCurPos() ); in AddObj()
[all …]
H A Dcustsdlg.cxx87 long nPosToSelect = pCustomShowList->GetCurPos(); in SdCustomShowDlg()
529 long nPosToSelect = pCustomShowList->GetCurPos(); in IMPL_LINK()
H A Dsdpreslt.cxx288 sal_uInt16 nId = (sal_uInt16) mpLayoutNames->GetCurPos() + 1; in IMPL_LINK()
H A Dpresent.cxx128 sal_uInt16 nPosToSelect = (sal_uInt16) pCustomShowList->GetCurPos(); in SdStartPresentationDlg()
/trunk/main/sc/source/ui/view/
H A Dviewfun6.cxx53 DetectiveAddPred( GetViewData()->GetCurPos() ); in DetectiveAddPred()
64 DetectiveDelPred( GetViewData()->GetCurPos() ); in DetectiveDelPred()
75 DetectiveAddSucc( GetViewData()->GetCurPos() ); in DetectiveAddSucc()
86 DetectiveDelSucc( GetViewData()->GetCurPos() ); in DetectiveDelSucc()
97 DetectiveAddError( GetViewData()->GetCurPos() ); in DetectiveAddError()
H A Dtabvwsha.cxx572 const ScAddress aPos( pViewData->GetCurPos() ); in IsRefInputMode()
/trunk/main/tools/source/memtools/
H A Dunqidx.cxx219 sal_uIntPtr nPos = Container::GetCurPos(); in GetCurIndex()
336 while ( !p && (Container::GetCurPos() < (Container::GetSize()-1)) ) in First()
356 while ( !p && Container::GetCurPos() ) in Last()
376 while ( !p && (Container::GetCurPos() < (Container::GetSize()-1)) ) in Next()
396 while ( !p && Container::GetCurPos() ) in Prev()
H A Dtable.cxx226 return Container::ImpGetObject( Container::GetCurPos()+1 ); in GetCurObject()
328 return Container::ImpGetObject( Container::GetCurPos() + 1 ); in Seek()
394 return Container::ImpGetObject( Container::GetCurPos() + 1 ); in Next()
H A Dcontnr.cxx1277 sal_uIntPtr Container::GetCurPos() const in GetCurPos() function in Container
/trunk/main/tools/source/fsys/
H A Dtdir.cxx224 if ( ImpInsertPointReached( *pNewEntry, *pNewStat, pLst->GetCurPos(), in ImpSortedInsert()
228 pStatLst->Insert( (FileStat*)pNewStat, pLst->GetCurPos() ); in ImpSortedInsert()
652 pOldStatLst->GetObject( pOldLst->GetCurPos() ) ); in ImpSetSort()
/trunk/main/tools/inc/tools/
H A Dlist.hxx46 using Container::GetCurPos;
80 using List::GetCurPos; \
H A Downlist.hxx53 { return Insert( rType, aTypes.GetCurPos() ); } \
H A Dcontnr.hxx98 sal_uIntPtr GetCurPos() const;
/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx180 nLabelPos = GetCurPos(); in ImplGetLabelPos()
421 for( sal_uLong nCurPos = GetCurPos(); nCurPos < nPos; nCurPos++ ) in Play()
455 for( sal_uLong nCurPos = GetCurPos(); nCurPos < nPos; nCurPos++ ) in Play()
823 Replace( pModAct = pAct->Clone(), GetCurPos() ); in Move()
858 Replace( pModAct = pAct->Clone(), GetCurPos() ); in Move()
894 Replace( pModAct = pAct->Clone(), GetCurPos() ); in Scale()
942 Replace( pNewAct, GetCurPos() ); in Clip()
/trunk/main/sc/source/filter/inc/
H A Dftools.hxx444 inline sal_uLong GetCurPos() const { return maList.GetCurPos(); } in GetCurPos() function in ScfDelList
/trunk/main/svl/inc/svl/
H A Ditemiter.hxx59 sal_uInt16 GetCurPos() const { return _nAkt; } in GetCurPos() function in SfxItemIter
/trunk/main/vcl/source/app/
H A Didlemgr.cxx85 nPos = mpIdleList->GetCurPos(); in InsertIdleHdl()
/trunk/main/idl/inc/
H A Dlex.hxx247 { return aTokList.GetCurPos(); } in Tell()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx313 maActiveCell = rViewData.GetCurPos(); in ConstructScAccessibleSpreadsheet()
472 ScAddress aNewCell = pViewData->GetCurPos(); in Notify()
632 ScAddress aNewCell = pViewData->GetCurPos(); in Notify()
/trunk/main/sw/source/core/crsr/
H A Dfindattr.cxx276 nWhich = aCmpSet.GetWhichByPos( aIter.GetCurPos() ); in SetNewSet()
879 nWhich = rCmpSet.GetWhichByPos( aIter.GetCurPos() ); in lcl_Search()
/trunk/main/svl/source/items/
H A Ditemset.cxx1142 ? GetWhichByPos( aIter.GetCurPos() ) in Intersect()
1214 ? GetWhichByPos( aIter.GetCurPos() ) in Differentiate()
/trunk/main/sw/source/core/undo/
H A Dundobj1.cxx574 aIter.GetCurPos() )); in UndoImpl()
/trunk/main/sc/source/ui/inc/
H A Dviewdata.hxx473 ScAddress GetCurPos() const;
/trunk/main/sc/source/ui/drawfunc/
H A Dfuins2.cxx499 aPositionRange = pViewSh->GetViewData()->GetCurPos(); in FuInsertChart()
/trunk/main/basctl/source/basicide/
H A Dbastypes.cxx362 sal_uLong n = GetCurPos(); in AdjustBreakPoints()

Completed in 161 milliseconds

12