Home
last modified time | relevance | path

Searched refs:pCur (Results 51 – 59 of 59) sorted by relevance

123

/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx190 pCur; // current token member in ScInterpreter
881 if ( (bMatrixFormula || pCur->HasForceArray()) && !pJumpMatrix && sp > 0 ) in MatrixParameterConversion()
/trunk/main/sc/source/ui/app/
H A Dinputwin.cxx1671 Cursor* pCur = pWin->GetCursor(); in Modify() local
1672 if (pCur) in Modify()
1673 aPos = pWin->LogicToPixel( pCur->GetPos() ); in Modify()
/trunk/main/sot/source/sdstor/
H A Dstgcache.hxx44 StgPage* pCur; // top of LRU list member in StgCache
/trunk/main/sw/source/core/edit/
H A Dautofmt.cxx1485 const SwNumRule* pCur = 0; in BuildEnum() local
1486 if( aFlags.bSetNumRule && 0 != (pCur = pAktTxtNd->GetNumRule()) ) in BuildEnum()
1487 aRule = *pCur; in BuildEnum()
1592 if( !pCur ) // NumRule anpassen, wenn sie neu ist in BuildEnum()
/trunk/main/basctl/source/basicide/
H A Dmoduldl2.cxx549 SvLBoxEntry* pCur = aLibBox.GetCurEntry(); in CheckButtons() local
550 if ( pCur ) in CheckButtons()
552 String aLibName = aLibBox.GetEntryText( pCur, 0 ); in CheckButtons()
/trunk/main/sfx2/source/appl/
H A Dappopen.cxx212 SfxViewFrame *pCur = SfxViewFrame::Current(); in DocAlreadyLoaded() local
213 if ( !bSilent && pFrame == pCur ) in DocAlreadyLoaded()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx2891 Cursor* pCur = pEditView->GetCursor(); in Command() local
2892 if ( pCur ) in Command()
2894 Point aLogicPos = pCur->GetPos(); in Command()
2897 aLogicPos.X() += pCur->GetWidth(); in Command()
2898 aLogicPos.Y() += pCur->GetHeight() / 2; // center vertically in Command()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx2142 SfxViewShell* pCur = SfxViewShell::Current(); in GetViewData() local
2143 ScTabViewShell* pViewSh = PTR_CAST(ScTabViewShell,pCur); in GetViewData()
/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx3178 Push( (FormulaToken&)*pCur ); in ScMatRef()

Completed in 266 milliseconds

123