Home
last modified time | relevance | path

Searched refs:rCursorPos (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sc/source/ui/miscdlgs/
H A Dtabopdlg.cxx53 const ScRefAddress& rCursorPos ) in ScTabOpDlg() argument
71 theFormulaCell ( rCursorPos ), in ScTabOpDlg()
H A Doptsolver.cxx293 void ScOptSolverDlg::Init(const ScAddress& rCursorPos) in Init() argument
390 if ( !mpDoc->GetRangeAtBlock( ScRange(rCursorPos), &aCursorStr ) ) in Init()
391 rCursorPos.Format( aCursorStr, SCA_ABS, NULL, mpDoc->GetAddressConvention() ); in Init()
/trunk/main/sc/source/ui/inc/
H A Dtabopdlg.hxx54 const ScRefAddress& rCursorPos );
H A Doptsolver.hxx195 void Init(const ScAddress& rCursorPos);
H A Ddocsh.hxx313 void PostEditView( ScEditEngineDefaulter* pEditEngine, const ScAddress& rCursorPos );
H A Dundoblk.hxx585 void DoChange( ScDocument* pRefDoc, const ScAddress& rCursorPos );
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx2616 String TextEngine::GetWord( const TextPaM& rCursorPos, TextPaM* pStartOfWord ) in GetWord() argument
2619 if ( rCursorPos.GetPara() < mpDoc->GetNodes().Count() ) in GetWord()
2621 TextSelection aSel( rCursorPos ); in GetWord()
2622 TextNode* pNode = mpDoc->GetNodes().GetObject( rCursorPos.GetPara() ); in GetWord()
2624 …i18n::Boundary aBoundary = xBI->getWordBoundary( pNode->GetText(), rCursorPos.GetIndex(), GetLocal… in GetWord()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh3.cxx90 void ScDocShell::PostEditView( ScEditEngineDefaulter* pEditEngine, const ScAddress& rCursorPos ) in PostEditView() argument
99 ScEditViewHint aHint( pEditEngine, rCursorPos ); in PostEditView()
/trunk/main/svtools/inc/svtools/
H A Dtexteng.hxx304 String GetWord( const TextPaM& rCursorPos, TextPaM* pStartOfWord = 0 );
/trunk/main/sc/source/ui/undo/
H A Dundoblk3.cxx1454 void ScUndoConversion::DoChange( ScDocument* pRefDoc, const ScAddress& rCursorPos ) in DoChange() argument
1459 ShowTable( rCursorPos.Tab() ); in DoChange()

Completed in 86 milliseconds