Home
last modified time | relevance | path

Searched refs:aCursor (Results 1 – 24 of 24) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunoparagraph.cxx443 SwCursor aCursor( aPos, 0, false ); in SetPropertyValues_Impl() local
447 SwParaSelection aParaSel( aCursor ); in SetPropertyValues_Impl()
735 SwCursor aCursor( aPos, 0, false ); in setPropertyValuesTolerant() local
736 SwParaSelection aParaSel( aCursor ); in setPropertyValuesTolerant()
1229 SwCursor aCursor( aPos, 0, false ); in setPropertyToDefault() local
1277 aCursor.GetDoc()->ResetAttrs(aCursor, sal_True, &aWhichIds); in setPropertyToDefault()
1378 SwCursor aCursor( aPos, 0, false ); in getAnchor() local
1493 SwCursor aCursor( aPos, 0, false ); in getStart() local
1495 SwPaM aPam( *aCursor.Start() ); in getStart()
1512 SwCursor aCursor( aPos, 0, false ); in getEnd() local
[all …]
H A Dunoobj2.cxx885 SwCursor aCursor(aPos, 0, false); in DeleteAndInsert() local
886 if (GetPositions(aCursor)) in DeleteAndInsert()
890 if (aCursor.HasMark()) in DeleteAndInsert()
892 m_pImpl->m_rDoc.DeleteAndJoin(aCursor); in DeleteAndInsert()
898 m_pImpl->m_rDoc, aCursor, rText, bForceExpandHints); in DeleteAndInsert()
900 SwUnoCursorHelper::SelectPam(aCursor, true); in DeleteAndInsert()
901 aCursor.Left(rText.getLength(), CRSR_SKIP_CHARS, sal_False, sal_False); in DeleteAndInsert()
903 SetPositions(aCursor); in DeleteAndInsert()
H A Dunotext.cxx1592 SwCursor aCursor( *aPam.Start(), 0, false ); in appendTextContent() local
1593 xRet = new SwXTextRange(aCursor, this); in appendTextContent()
1594 aCursor.MovePara( fnParaCurr, fnParaEnd ); in appendTextContent()
1595 m_pImpl->m_pDoc->DontExpandFmt( *aCursor.Start() ); in appendTextContent()
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx1487 if(aCursor.GetIndex()) in PreNotify()
1489 --aCursor.GetIndex(); in PreNotify()
1691 while(aCursor.GetIndex() < nTextLen) in MarkNextError()
1696 ++aCursor.GetIndex(); in MarkNextError()
1717aCursor.GetIndex() = aCursor.GetIndex() + (sal_uInt16)(xEntry->getReplacementText().getLength()); in MarkNextError()
1724 if(aCursor.GetIndex() < nTextLen) in MarkNextError()
1844 TextPaM aCursor(0, m_nErrorStart); in GetAlternatives() local
1854 TextPaM aCursor(0, m_nErrorStart); in RestoreCurrentError() local
1869 TextPaM aCursor(0, m_nErrorStart); in SetAlternatives() local
1956 TextPaM aCursor(0, 0); in CreateSpellPortions() local
[all …]
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx396 Point aCursor( aOffset ); in updateLayout() local
424 aCursor.X() = aOffset.X(); in updateLayout()
438 aCursor.X() = aOffset.X(); in updateLayout()
444 aCursor.X() = aOffset.X(); in updateLayout()
474 Point aFTPos( aCursor ); in updateLayout()
475 Point aLBPos( aCursor ); in updateLayout()
528 mpCBAutoPreview->SetPosPixel( aCursor ); in updateLayout()
561 aCursor.X() = aOffset.X(); in updateLayout()
572 mpPBMoveDown->SetPosPixel( aCursor ); in updateLayout()
574 aCursor.X() -= aOffset.X() + aSize.Width(); in updateLayout()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dcursuno.cxx147 ScAddress aCursor(aOneRange.aStart); // use the start address of the range in collapseToCurrentArray() local
156 if ( pDoc->GetMatrixFormulaRange( aCursor, aMatrix ) ) in collapseToCurrentArray()
373 ScAddress aCursor(aOneRange.aStart); // bei Block immer den Start nehmen in gotoNext() local
376 SCCOL nNewX = aCursor.Col(); in gotoNext()
377 SCROW nNewY = aCursor.Row(); in gotoNext()
378 SCTAB nTab = aCursor.Tab(); in gotoNext()
395 ScAddress aCursor(aOneRange.aStart); // bei Block immer den Start nehmen in gotoPrevious() local
398 SCCOL nNewX = aCursor.Col(); in gotoPrevious()
399 SCROW nNewY = aCursor.Row(); in gotoPrevious()
400 SCTAB nTab = aCursor.Tab(); in gotoPrevious()
/trunk/main/sc/source/ui/view/
H A Dcellsh.cxx276 ScAddress aCursor( GetViewData()->GetCurX(), GetViewData()->GetCurY(), in GetCellState() local
289 CellType eType = pDoc->GetCellType( aCursor ); in GetCellState()
294 sal_uInt16 nLang = ScViewUtil::GetEffLanguage( pDoc, aCursor ); in GetCellState()
307 if (!pDoc->IsBlockEditable( aCursor.Tab(), aRange.aStart.Col(),aRange.aStart.Row(), in GetCellState()
327 if (!pDoc->IsBlockEditable( aCursor.Tab(), aCursor.Col(),aCursor.Row(), in GetCellState()
328 aCursor.Col(),aCursor.Row() )) in GetCellState()
H A Dtabvwsh8.cxx68 ScAddress aCursor( pData->GetCurX(), pData->GetCurY(), pData->GetTabNo() ); in HasSelection() local
70 if ( pDoc->GetSelectionFunction( SUBTOTAL_FUNC_CNT2, aCursor, rMark, fVal ) ) in HasSelection()
H A Dviewfun2.cxx872 ScAddress aCursor; in InsertPageBreak() local
874 aCursor = *pPos; in InsertPageBreak()
876 aCursor = ScAddress( GetViewData()->GetCurX(), GetViewData()->GetCurY(), nTab ); in InsertPageBreak()
879 InsertPageBreak( bColumn, aCursor, bRecord, bSetModified, sal_False ); in InsertPageBreak()
892 ScAddress aCursor; in DeletePageBreak() local
894 aCursor = *pPos; in DeletePageBreak()
896 aCursor = ScAddress( GetViewData()->GetCurX(), GetViewData()->GetCurY(), nTab ); in DeletePageBreak()
899 RemovePageBreak( bColumn, aCursor, bRecord, bSetModified, sal_False ); in DeletePageBreak()
1477 …ScAddress aCursor( GetViewData()->GetCurX(), GetViewData()->GetCurY(), GetViewData()->GetTabNo() ); in TransliterateText() local
1478 aFuncMark.SetMarkArea( ScRange( aCursor ) ); in TransliterateText()
H A Dtabvwsha.cxx109 ScAddress aCursor( nPosX, nPosY, nTab ); in GetFunction() local
111 if ( pDoc->GetSelectionFunction( eFunc, aCursor, rMark, nVal ) ) in GetFunction()
H A Dtabview3.cxx725 Rectangle aCursor( aStart, Size( nCSX, nCSY ) ); in AlignToCursor() local
726 if ( aCursor.IsOver( aDlgPixel ) ) in AlignToCursor()
1469 ScAddress aCursor( aViewData.GetCurX(), aViewData.GetCurY(), aViewData.GetTabNo() ); in MarkMatrixFormula() local
1471 if ( pDoc->GetMatrixFormulaRange( aCursor, aMatrix ) ) in MarkMatrixFormula()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/
H A DAccessibilityWorkBench.java462 Cursor aCursor = getCursor(); in actionPerformed() local
465 setCursor (aCursor); in actionPerformed()
469 Cursor aCursor = getCursor(); in actionPerformed() local
475 setCursor (aCursor); in actionPerformed()
581 Cursor aCursor = getCursor(); in valueChanged() local
595 setCursor (aCursor); in valueChanged()
/trunk/main/sw/source/core/crsr/
H A DBlockCursor.cxx38 SwShellCrsr aCursor; member in SwBlockCursor
43 aCursor( rCrsrSh, rPos ), pStartPt(0), pEndPt(0) {} in SwBlockCursor()
61 return aCursor; in getShellCrsr()
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx2140 EditPaM aCursor(aStart); in AddPortionIterated()
2141 rEditView.pImpEditView->SetEditSelection( aCursor ); in AddPortionIterated()
2142 LanguageType eStartLanguage = GetLanguage( aCursor ); in AddPortionIterated()
2148 pFieldAttr->GetStart() == aCursor.GetIndex() && in AddPortionIterated()
2155 aCursor = CursorRight( aCursor); in AddPortionIterated()
2157 bIsEndField = nEndField == aCursor.GetIndex(); in AddPortionIterated()
2169 LanguageType eCurLanguage = GetLanguage( aCursor ); in AddPortionIterated()
2176 EditSelection aSelection(aStart, aCursor); in AddPortionIterated()
2178 aStart = aCursor; in AddPortionIterated()
2181 while(aCursor.GetIndex() < aEnd.GetIndex()); in AddPortionIterated()
[all …]
H A Deditview.cxx1246 EditPaM aCursor = pImpEditView->GetEditSelection().Min(); in ExecuteSpellPopup() local
1248 pImpEditView->SetEditSelection( EditSelection( aCursor, aCursor ) ); in ExecuteSpellPopup()
/trunk/main/svtools/source/brwbox/
H A Dbrwbox2.cxx432 Rectangle aCursor; in DrawCursor() local
435 aCursor = GetFieldRectPixel( nCurRow, nCurColId, sal_False ); in DrawCursor()
437 aCursor.Left() -= MIN_COLUMNWIDTH; in DrawCursor()
438 aCursor.Right() += 1; in DrawCursor()
439 aCursor.Bottom() += 1; in DrawCursor()
442 aCursor = Rectangle( in DrawCursor()
451 --aCursor.Top(); in DrawCursor()
452 --aCursor.Bottom(); in DrawCursor()
463 ((Control*)pDataWin)->ShowFocus( aCursor ); in DrawCursor()
472 pDataWin->DrawRect( aCursor ); in DrawCursor()
/trunk/main/toolkit/test/accessibility/
H A DAccessibilityWorkBench.java456 Cursor aCursor = getCursor(); in actionPerformed() local
459 setCursor (aCursor); in actionPerformed()
463 Cursor aCursor = getCursor(); in actionPerformed() local
466 setCursor (aCursor); in actionPerformed()
/trunk/main/vcl/source/control/
H A Dedit.cxx112 Cursor aCursor; member
122 aCursor.SetStyle( CURSOR_SHADOW ); in DDInfo()
2467 mpDDInfo->aCursor.SetWindow( this ); in ImplShowDDCursor()
2468 mpDDInfo->aCursor.SetPos( aCursorRect.TopLeft() ); in ImplShowDDCursor()
2469 mpDDInfo->aCursor.SetSize( aCursorRect.GetSize() ); in ImplShowDDCursor()
2470 mpDDInfo->aCursor.Show(); in ImplShowDDCursor()
2481 mpDDInfo->aCursor.Hide(); in ImplHideDDCursor()
/trunk/main/oox/source/xls/
H A Dviewsettings.cxx500 CellAddress aCursor = pPaneSel ? pPaneSel->maActiveCell : aFirstPos; in finalizeImport() local
558 aPropMap[ PROP_CursorPositionX ] <<= aCursor.Column; in finalizeImport()
559 aPropMap[ PROP_CursorPositionY ] <<= aCursor.Row; in finalizeImport()
/trunk/main/svtools/source/edit/
H A Dtextview.cxx1998 …Rectangle aCursor = mpImpl->mpTextEngine->PaMtoEditCursor( mpImpl->mpDDInfo->maDropPos, sal_True ); in ImpShowDDCursor() local
1999 aCursor.Right()++; in ImpShowDDCursor()
2000 aCursor.SetPos( GetWindowPos( aCursor.TopLeft() ) ); in ImpShowDDCursor()
2003 mpImpl->mpDDInfo->maCursor.SetPos( aCursor.TopLeft() ); in ImpShowDDCursor()
2004 mpImpl->mpDDInfo->maCursor.SetSize( aCursor.GetSize() ); in ImpShowDDCursor()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx317 XLIB_Cursor aCursor = in createCursor() local
325 return aCursor; in createCursor()
2971 XLIB_Cursor aCursor = m_aNoneCursor; in getDefaultCursor() local
2973 aCursor = m_aMoveCursor; in getDefaultCursor()
2975 aCursor = m_aCopyCursor; in getDefaultCursor()
2977 aCursor = m_aLinkCursor; in getDefaultCursor()
2978 return aCursor; in getDefaultCursor()
/trunk/main/sc/source/ui/app/
H A Dinputwin.cxx1746 … ScAddress aCursor( pViewData->GetCurX(), pViewData->GetCurY(), pViewData->GetTabNo() ); in DoEnter() local
1749 ScRangeData* pNew = new ScRangeData( pDoc, aText, aContent, aCursor ); in DoEnter()
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx268 TextPaM aCursor = GetEditView()->GetTextEngine()->GetPaM( aDocPos, sal_False ); in RequestHelp() local
270 String aWord = GetEditView()->GetTextEngine()->GetWord( aCursor, &aStartOfWord ); in RequestHelp()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx2941 XLIB_Cursor aCursor = mpParent->GetCursor(); in HandleMouseEvent() local
2944 aCursor = None; in HandleMouseEvent()
2948 aCursor, in HandleMouseEvent()

Completed in 256 milliseconds