Home
last modified time | relevance | path

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

12

/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx89 pCursor = 0; in SvImpLBox()
268 if( pCursor ) in Clear()
272 pCursor = 0; in Clear()
637 if( pCursor && pEntry != pCursor ) in SetCursor()
645 if( pCursor ) in SetCursor()
842 if( !pCursor ) in MakePointVisible()
1740 if( pCursor && pTree->IsChild( pEntry, pCursor) ) in RemovingEntry()
1746 if( pCursor && pCursor == pEntry ) in RemovingEntry()
2702 if( pCursor ) in GetFocus()
2739 if( pCursor ) in LoseFocus()
[all …]
H A Dimivctl1.cxx126 pCursor = NULL; in SvxIconChoiceCtrl_Impl()
208 pCursor = 0; in Clear()
435 pCursor = 0; in RemoveEntry()
760 if( !pCursor ) in Paint()
1238 if( pCursor ) in KeyInput()
1269 if( pCursor ) in KeyInput()
1288 if( pCursor ) in KeyInput()
1718 if( pCursor ) in GetFocus()
1728 if( pCursor ) in LoseFocus()
2511 if( pCursor ) in SetCursor()
[all …]
H A Dsvimpicn.cxx768 pCursor = 0; in Clear()
1245 if( !pCursor ) in Paint()
1533 if( pCursor ) in KeyInput()
1561 if( pCursor ) in KeyInput()
1579 if( pCursor ) in KeyInput()
1597 if( pCursor ) in KeyInput()
1983 if( pCursor ) in GetFocus()
1993 if( pCursor ) in LoseFocus()
2582 if( pCursor ) in SetCursor()
2590 if( pCursor ) in SetCursor()
[all …]
/trunk/main/sw/source/ui/dialog/
H A DSwSpellDialogChildWindow.cxx579 SwPaM* pCursor = pWrtShell->GetCrsr(); in GetFocus() local
580 if(m_pSpellState->m_pPointNode != pCursor->GetNode(sal_True) || in GetFocus()
581 m_pSpellState->m_pMarkNode != pCursor->GetNode(sal_False)|| in GetFocus()
582 m_pSpellState->m_nPointPos != pCursor->GetPoint()->nContent.GetIndex()|| in GetFocus()
583 m_pSpellState->m_nMarkPos != pCursor->GetMark()->nContent.GetIndex()) in GetFocus()
638 SwPaM* pCursor = pWrtShell->GetCrsr(); in LoseFocus() local
639 m_pSpellState->m_pPointNode = pCursor->GetNode(sal_True); in LoseFocus()
640 m_pSpellState->m_pMarkNode = pCursor->GetNode(sal_False); in LoseFocus()
641 m_pSpellState->m_nPointPos = pCursor->GetPoint()->nContent.GetIndex(); in LoseFocus()
642 m_pSpellState->m_nMarkPos = pCursor->GetMark()->nContent.GetIndex(); in LoseFocus()
/trunk/main/vcl/aqua/source/window/
H A Dsalframe.cxx901 NSCursor* pCursor = nil; in getCurrentCursor() local
904 case POINTER_TEXT: pCursor = [NSCursor IBeamCursor]; break; in getCurrentCursor()
905 case POINTER_CROSS: pCursor = [NSCursor crosshairCursor]; break; in getCurrentCursor()
907 case POINTER_MOVE: pCursor = [NSCursor openHandCursor]; break; in getCurrentCursor()
908 case POINTER_NSIZE: pCursor = [NSCursor resizeUpCursor]; break; in getCurrentCursor()
909 case POINTER_SSIZE: pCursor = [NSCursor resizeDownCursor]; break; in getCurrentCursor()
911 case POINTER_WSIZE: pCursor = [NSCursor resizeLeftCursor]; break; in getCurrentCursor()
926 pCursor = GetSalData()->getCursor( mePointerStyle ); in getCurrentCursor()
927 if( pCursor == nil ) in getCurrentCursor()
930 pCursor = [NSCursor arrowCursor]; in getCurrentCursor()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx325 OTextCursorHelper *const pCursor = in insertString() local
328 (!pCursor || pCursor->GetDoc() != GetDoc())) in insertString()
336 if (pCursor) in insertString()
338 pPam = pCursor->GetPaM(); in insertString()
380 if (pCursor) in insertString()
467 OTextCursorHelper *const pCursor = in insertControlCharacter() local
474 else if (pCursor) in insertControlCharacter()
498 OTextCursorHelper *const pCursor = in insertControlCharacter() local
1558 xRet = new SwXTextRange(*pCursor, this); in appendTextPortion()
2389 OTextCursorHelper *const pCursor = in copyText() local
[all …]
H A Dunorefmk.cxx234 SwXTextCursor const*const pCursor) in InsertRefMark() argument
245 const bool bForceExpandHints( (!bMark && pCursor) in InsertRefMark()
246 ? pCursor->IsAtEndOfMeta() : false ); in InsertRefMark()
316 OTextCursorHelper* pCursor = 0; in attach() local
320 pCursor = in attach()
324 (pRange) ? pRange->GetDoc() : ((pCursor) ? pCursor->GetDoc() : 0); in attach()
333 m_pImpl->InsertRefMark(aPam, dynamic_cast<SwXTextCursor*>(pCursor)); in attach()
1080 OTextCursorHelper *const pCursor( (pRange) ? 0 : in AttachImpl() local
1082 if (!pRange && !pCursor) in AttachImpl()
1090 pRange ? pRange->GetDoc() : pCursor ? pCursor->GetDoc() : 0 ); in AttachImpl()
[all …]
H A Dunoobj2.cxx475 : SwClient( pCursor.release() ) in Impl()
533 ::std::auto_ptr<SwUnoCrsr> pCursor, in SwXParagraphEnumeration() argument
1086 OTextCursorHelper* pCursor = 0; in XTextRangeToSwPaM() local
1093 pCursor = in XTextRangeToSwPaM()
1111 pCursor = in XTextRangeToSwPaM()
1126 SwDoc* const pDoc = (pCursor) ? pCursor->GetDoc() in XTextRangeToSwPaM()
1128 const SwPaM* const pUnoCrsr = (pCursor) ? pCursor->GetPaM() in XTextRangeToSwPaM()
1602 SwUnoCrsr *const pCursor = GetCursor(); in MakeRanges() local
1603 if (pCursor) in MakeRanges()
1605 SwPaM *pTmpCursor = pCursor; in MakeRanges()
[all …]
H A Dunoftn.cxx358 OTextCursorHelper *const pCursor = in attach() local
361 (pRange) ? pRange->GetDoc() : ((pCursor) ? pCursor->GetDoc() : 0); in attach()
381 dynamic_cast<SwXTextCursor*>(pCursor)); in attach()
H A Dunotextmarkup.cxx84 OTextCursorHelper* pCursor = 0; in commitTextRangeMarkup() local
89pCursor = reinterpret_cast<OTextCursorHelper*>( sal::static_int_cast< sal_IntPtr >( xRangeTunnel->… in commitTextRangeMarkup()
107 else if (pCursor) in commitTextRangeMarkup()
109 SwPaM aPam(*pCursor->GetPaM()); in commitTextRangeMarkup()
H A Dunobkm.cxx216 OTextCursorHelper* pCursor = 0; in attachToRangeEx() local
220 pCursor = in attachToRangeEx()
225 (pRange) ? pRange->GetDoc() : ((pCursor) ? pCursor->GetDoc() : 0); in attachToRangeEx()
H A Dunoobj.cxx1007 SwUnoCrsr const * const pCursor( m_pImpl->GetCursor() ); in IsAtEndOfMeta() local
1011 if (pCursor && pXMeta) in IsAtEndOfMeta()
1022 if ( (*pCursor->GetPoint() == end) in IsAtEndOfMeta()
1023 || (*pCursor->GetMark() == end)) in IsAtEndOfMeta()
1290 OTextCursorHelper* pCursor = 0; in gotoRange() local
1294 pCursor = in gotoRange()
1298 if (!pRange && !pCursor) in gotoRange()
1305 if (pCursor) in gotoRange()
1307 pPam = pCursor->GetPaM(); in gotoRange()
H A Dunoidx.cxx1357 OTextCursorHelper *const pCursor = in attach() local
1361 (pRange) ? pRange->GetDoc() : ((pCursor) ? pCursor->GetDoc() : 0); in attach()
1918 OTextCursorHelper *const pCursor = in attach() local
1921 (pRange) ? pRange->GetDoc() : ((pCursor) ? pCursor->GetDoc() : 0); in attach()
2018 dynamic_cast<SwXTextCursor const*>(pCursor)); in attach()
H A Dunosect.cxx308 OTextCursorHelper* pCursor = 0; in attach() local
312 pCursor = in attach()
317 (pRange) ? pRange->GetDoc() : ((pCursor) ? pCursor->GetDoc() : 0); in attach()
/trunk/main/svx/source/sdr/overlay/
H A Doverlaymanagerbuffered.cxx325 Cursor* pCursor = rWindow.GetCursor(); variable
327 if(pCursor && pCursor->IsVisible())
329 pCursor->Hide();
471 Cursor* pCursor = rWindow.GetCursor(); variable
473 if(pCursor)
476 pCursor->Show();
/trunk/main/svtools/source/inc/
H A Dsvimpbox.hxx95 SvLBoxEntry* pCursor; member in SvImpLBox
239 { return pCursor->HasChilds() || pCursor->HasChildsOnDemand(); } in IsExpandable()
241 { return IsExpandable() && !pView->IsExpanded( pCursor ); } in IsNowExpandable()
304 SvLBoxEntry* GetCurrentEntry() const { return pCursor; } in GetCurrentEntry()
309 SvLBoxEntry* GetCurEntry() const { return pCursor; } in GetCurEntry()
H A Dsvimpicn.hxx105 SvLBoxEntry* pCursor; member in SvImpIconView
213 SvLBoxEntry* GetCurEntry() const { return pCursor; } in GetCurEntry()
/trunk/main/comphelper/source/streaming/
H A Dmemorystream.cxx121 sal_Int8* pCursor = &((pData)[mnCursor]); in readBytes() local
122 memcpy( (void*)aData.getArray(), (void*)pCursor, nBytesToRead ); in readBytes()
196 sal_Int8* pCursor = &(pData[mnCursor]); in writeBytes() local
197 memcpy( (void*)pCursor, (void*)aData.getConstArray(), nBytesToWrite ); in writeBytes()
/trunk/main/vcl/source/control/
H A Dedit.cxx245 Cursor* pCursor = GetCursor(); in ~Edit() local
246 if ( pCursor ) in ~Edit()
249 delete pCursor; in ~Edit()
540 Cursor* pCursor = GetCursor(); in ImplRepaint() local
541 sal_Bool bVisCursor = pCursor ? pCursor->IsVisible() : sal_False; in ImplRepaint()
542 if ( pCursor ) in ImplRepaint()
543 pCursor->Hide(); in ImplRepaint()
708 pCursor->Show(); in ImplRepaint()
1166 Cursor* pCursor = GetCursor(); in ImplShowCursor() local
1233 pCursor->SetPos( Point( nCursorPosX, nCursorPosY ) ); in ImplShowCursor()
[all …]
/trunk/main/vcl/unx/gtk/app/
H A Dgtkdata.cxx356 pCursor = getFromXPM( (const char*)name##curs##_bits, (const char*)name##mask##_bits, \
362 pCursor = gdk_cursor_new_for_display( m_pGdkDisplay, gdk_name ); \
372 GdkCursor *pCursor = NULL; in getCursor() local
490 if( !pCursor ) in getCursor()
491 pCursor = gdk_cursor_new_for_display( m_pGdkDisplay, GDK_LEFT_PTR ); in getCursor()
493 m_aCursors[ ePointerStyle ] = pCursor; in getCursor()
/trunk/main/sw/source/ui/uno/
H A Dunoatxt.cxx1095 OTextCursorHelper* pCursor = 0; in applyTo() local
1102 pCursor = reinterpret_cast < OTextCursorHelper*> in applyTo()
1111 else if ( pCursor ) in applyTo()
1112 pDoc = pCursor->GetDoc(); in applyTo()
1118 pCursor = reinterpret_cast < OTextCursorHelper* > in applyTo()
1120 if (pCursor) in applyTo()
1138 InsertPaM = *pCursor->GetPaM(); in applyTo()
H A Dunotxvw.cxx307 OTextCursorHelper* pCursor = in select() local
312 if(pCursor && pCursor->GetDoc() == GetView()->GetDocShell()->GetDoc()) in select()
314 pPam = lcl_createPamCopy(*pCursor->GetPaM()); in select()
1393 OTextCursorHelper* pCursor = 0; in gotoRange() local
1398 pCursor = reinterpret_cast<OTextCursorHelper*>(xRangeTunnel->getSomething( in gotoRange()
1422 if(pCursor && pCursor->GetPaM()) in gotoRange()
1424 pSrcNode = pCursor->GetPaM()->GetNode(); in gotoRange()
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx849 SwShellCrsr *pCursor = pStartCursor; in Insert() local
867 pAnchor->SetAnchor( pCursor->GetPoint() ); in Insert()
873 lcl_SetNewFlyPos( *pCursor->GetNode(), in Insert()
880 pAnchor->SetPageNum( pCursor->GetPageNum( in Insert()
881 sal_True, &pCursor->GetPtPos() ) ); in Insert()
889 pFmt = GetDoc()->Insert(*pCursor, rGrfName, in Insert()
895 } while( (pCursor = dynamic_cast<SwShellCrsr*>(pCursor->GetNext())) in Insert()
/trunk/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx1246 SvLBoxEntry* pCursor = GetCurEntry(); in KeyInput() local
1247 if( pCursor->HasChilds() || pCursor->HasChildsOnDemand() ) in KeyInput()
1249 if( IsExpanded( pCursor ) ) in KeyInput()
1250 Collapse( pCursor ); in KeyInput()
1252 Expand( pCursor ); in KeyInput()
/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx224 Cursor* pCursor; member in ImpEditView
1216 delete pCursor; in SetCursor()
1217 pCursor = new Cursor( rCursor ); in SetCursor()
1222 if ( !pCursor ) in GetCursor()
1223 pCursor = new Cursor; in GetCursor()
1224 return pCursor; in GetCursor()

Completed in 227 milliseconds

12