| /AOO42X/main/sw/source/core/unocore/ |
| H A D | unoparagraph.cxx | 443 SwCursor aCursor( aPos, 0, false ); in SetPropertyValues_Impl() local 447 SwParaSelection aParaSel( aCursor ); in SetPropertyValues_Impl() 466 SwUnoCursorHelper::SetPropertyValue(aCursor, m_rPropSet, in SetPropertyValues_Impl() 735 SwCursor aCursor( aPos, 0, false ); in setPropertyValuesTolerant() local 736 SwParaSelection aParaSel( aCursor ); in setPropertyValuesTolerant() 762 aCursor, m_pImpl->m_rPropSet, pProp[i], pValue[i]); in setPropertyValuesTolerant() 1229 SwCursor aCursor( aPos, 0, false ); in setPropertyToDefault() local 1238 SwParaSelection aParaSel( aCursor ); in setPropertyToDefault() 1277 aCursor.GetDoc()->ResetAttrs(aCursor, sal_True, &aWhichIds); in setPropertyToDefault() 1283 SwPosition aStart( *aCursor.Start() ); in setPropertyToDefault() [all …]
|
| H A D | unoobj2.cxx | 885 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 D | unotext.cxx | 1592 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()
|
| /AOO42X/main/cui/source/dialogs/ |
| H A D | SpellDialog.cxx | 1417 TextPaM aCursor(rCurrentSelection.GetStart()); in PreNotify() local 1418 …const TextCharAttrib* pBackAttr = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_BACKGROUND … in PreNotify() 1419 … const TextCharAttrib* pErrorAttr = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_ERROR ); in PreNotify() 1423 bHasField = pBackAttr != 0 && (bHasRange || pBackAttr->GetEnd() > aCursor.GetIndex()); in PreNotify() 1424 bHasError = pErrorAttr != 0 && (bHasRange || pErrorAttr->GetEnd() > aCursor.GetIndex()); in PreNotify() 1442 while(aCursor.GetIndex() < rCurrentSelection.GetEnd().GetIndex()) in PreNotify() 1444 ++aCursor.GetIndex(); in PreNotify() 1445 …const TextCharAttrib* pIntBackAttr = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_BACKGROU… in PreNotify() 1446 …const TextCharAttrib* pIntErrorAttr = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_ERROR ); in PreNotify() 1469 bHasFieldLeft = pBackAttr && pBackAttr->GetEnd() == aCursor.GetIndex(); in PreNotify() [all …]
|
| /AOO42X/main/sd/source/ui/animations/ |
| H A D | CustomAnimationPane.cxx | 394 Point aCursor( aOffset ); in updateLayout() local 402 mpFLModify->SetPosSizePixel( aCursor, aSize ); in updateLayout() 404 aCursor.Y() += aSize.Height() + aOffset.Y(); in updateLayout() 411 mpPBAddEffect->SetPosSizePixel( aCursor, aCtrlSize ); in updateLayout() 413 aCursor.X() += aOffset.X() + aCtrlSize.Width(); in updateLayout() 420 if( ( aCursor.X() + aCtrlSize.Width() + aOffset.X() ) > aPaneSize.Width() ) in updateLayout() 422 aCursor.X() = aOffset.X(); in updateLayout() 423 aCursor.Y() += aCtrlSize.Height() + aOffset.Y(); in updateLayout() 425 mpPBChangeEffect->SetPosSizePixel( aCursor, aCtrlSize ); in updateLayout() 427 aCursor.X() += aOffset.X() + aCtrlSize.Width(); in updateLayout() [all …]
|
| /AOO42X/main/sc/source/ui/unoobj/ |
| H A D | cursuno.cxx | 147 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()
|
| /AOO42X/main/sc/source/ui/view/ |
| H A D | cellsh.cxx | 276 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 D | tabvwsh8.cxx | 68 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 D | viewfun2.cxx | 872 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 D | tabvwsha.cxx | 109 ScAddress aCursor( nPosX, nPosY, nTab ); in GetFunction() local 111 if ( pDoc->GetSelectionFunction( eFunc, aCursor, rMark, nVal ) ) in GetFunction()
|
| H A D | tabview3.cxx | 725 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()
|
| /AOO42X/main/accessibility/workben/org/openoffice/accessibility/awb/ |
| H A D | AccessibilityWorkBench.java | 462 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()
|
| /AOO42X/main/sw/source/core/crsr/ |
| H A D | BlockCursor.cxx | 38 SwShellCrsr aCursor; member in SwBlockCursor 43 aCursor( rCrsrSh, rPos ), pStartPt(0), pEndPt(0) {} in SwBlockCursor() 61 return aCursor; in getShellCrsr()
|
| /AOO42X/main/editeng/source/editeng/ |
| H A D | impedit4.cxx | 2140 EditPaM aCursor(aStart); in AddPortionIterated() 2141 rEditView.pImpEditView->SetEditSelection( aCursor ); in AddPortionIterated() 2142 LanguageType eStartLanguage = GetLanguage( aCursor ); in AddPortionIterated() 2145 const EditCharAttrib* pFieldAttr = aCursor.GetNode()->GetCharAttribs(). in AddPortionIterated() 2146 FindFeature( aCursor.GetIndex() ); in AddPortionIterated() 2148 pFieldAttr->GetStart() == aCursor.GetIndex() && in AddPortionIterated() 2155 aCursor = CursorRight( aCursor); in AddPortionIterated() 2157 bIsEndField = nEndField == aCursor.GetIndex(); in AddPortionIterated() 2159 EditCharAttrib* _pFieldAttr = aCursor.GetNode()->GetCharAttribs(). in AddPortionIterated() 2160 FindFeature( aCursor.GetIndex() ); in AddPortionIterated() [all …]
|
| H A D | editview.cxx | 1246 EditPaM aCursor = pImpEditView->GetEditSelection().Min(); in ExecuteSpellPopup() local 1248 pImpEditView->SetEditSelection( EditSelection( aCursor, aCursor ) ); in ExecuteSpellPopup()
|
| /AOO42X/main/svtools/source/brwbox/ |
| H A D | brwbox2.cxx | 432 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()
|
| /AOO42X/main/toolkit/test/accessibility/ |
| H A D | AccessibilityWorkBench.java | 456 Cursor aCursor = getCursor(); in actionPerformed() local 459 setCursor (aCursor); in actionPerformed() 463 Cursor aCursor = getCursor(); in actionPerformed() local 466 setCursor (aCursor); in actionPerformed()
|
| /AOO42X/main/vcl/source/control/ |
| H A D | edit.cxx | 112 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()
|
| /AOO42X/main/oox/source/xls/ |
| H A D | viewsettings.cxx | 500 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()
|
| /AOO42X/main/svtools/source/edit/ |
| H A D | textview.cxx | 1998 …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()
|
| /AOO42X/main/vcl/unx/generic/dtrans/ |
| H A D | X11_selection.cxx | 314 XLIB_Cursor aCursor = in createCursor() local 322 return aCursor; in createCursor() 2968 XLIB_Cursor aCursor = m_aNoneCursor; in getDefaultCursor() local 2970 aCursor = m_aMoveCursor; in getDefaultCursor() 2972 aCursor = m_aCopyCursor; in getDefaultCursor() 2974 aCursor = m_aLinkCursor; in getDefaultCursor() 2975 return aCursor; in getDefaultCursor()
|
| /AOO42X/main/sc/source/ui/app/ |
| H A D | inputwin.cxx | 1746 … ScAddress aCursor( pViewData->GetCurX(), pViewData->GetCurY(), pViewData->GetTabNo() ); in DoEnter() local 1749 ScRangeData* pNew = new ScRangeData( pDoc, aText, aContent, aCursor ); in DoEnter()
|
| /AOO42X/main/basctl/source/basicide/ |
| H A D | baside2b.cxx | 268 TextPaM aCursor = GetEditView()->GetTextEngine()->GetPaM( aDocPos, sal_False ); in RequestHelp() local 270 String aWord = GetEditView()->GetTextEngine()->GetWord( aCursor, &aStartOfWord ); in RequestHelp()
|
| /AOO42X/main/vcl/unx/generic/window/ |
| H A D | salframe.cxx | 2941 XLIB_Cursor aCursor = mpParent->GetCursor(); in HandleMouseEvent() local 2944 aCursor = None; in HandleMouseEvent() 2948 aCursor, in HandleMouseEvent()
|