Home
last modified time | relevance | path

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

12

/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/dbaccess/source/core/api/
H A DRowSetCache.cxx181 …OptimisticSet* pCursor = new OptimisticSet(m_aContext,xConnection,_xAnalyzer,_aParameterValueForCa… in DBG_NAME() local
182 m_pCacheSet = pCursor; in DBG_NAME()
187 if ( pCursor->isReadOnly() ) in DBG_NAME()
189 m_aKeyColumns = pCursor->getJoinedKeyColumns(); in DBG_NAME()
/trunk/main/editeng/source/editeng/
H A Deditview.cxx377 delete pImpEditView->pCursor; in SetCursor()
378 pImpEditView->pCursor = new Cursor( rCursor ); in SetCursor()
384 return pImpEditView->pCursor; in GetCursor()
H A Dimpedit.cxx84 pCursor = NULL; in ImpEditView()
103 if ( pOutWin && ( pOutWin->GetCursor() == pCursor ) ) in ~ImpEditView()
106 delete pCursor; in ~ImpEditView()
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()
/trunk/main/editeng/source/uno/
H A Dunotext.cxx1843 SvxUnoTextCursor* pCursor = new SvxUnoTextCursor( *this ); in createTextCursorBySelection() local
1844 uno::Reference< text::XTextCursor > xCursor( pCursor ); in createTextCursorBySelection()
1845 pCursor->SetSelection( rSel ); in createTextCursorBySelection()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx2388 … ScDrawTextCursor* pCursor = ScDrawTextCursor::getImplementation( xCursorProp ); in _ExportAutoStyles() local
2389 if (pCursor) in _ExportAutoStyles()
2391 pCursor->SetSelection( aNoteTextIter->maSelection ); in _ExportAutoStyles()
2424 ScCellTextCursor* pCursor = ScCellTextCursor::getImplementation( xCursorProp ); in _ExportAutoStyles() local
2425 if (pCursor) in _ExportAutoStyles()
2427 pCursor->SetSelection( aTextIter->maSelection ); in _ExportAutoStyles()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx6362 SvxUnoTextCursor* pCursor = new ScCellTextCursor( *this ); in createTextCursorByRange() local
6363 uno::Reference<text::XTextCursor> xCursor(pCursor); in createTextCursorByRange()
6367 pCursor->SetSelection( pRange->GetSelection() ); in createTextCursorByRange()
6372 pCursor->SetSelection( pOther->GetSelection() ); in createTextCursorByRange()
H A Dshapeuno.cxx1170 SvxUnoTextCursor* pCursor = new ScDrawTextCursor( this, *pText ); in createTextCursorByRange() local
1171 uno::Reference<text::XTextCursor> xCursor( pCursor ); in createTextCursorByRange()
1172 pCursor->SetSelection( pRange->GetSelection() ); in createTextCursorByRange()
/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/svtools/source/contnr/
H A Dimivctl.hxx194 SvxIconChoiceCtrlEntry* pCursor; member in SvxIconChoiceCtrl_Impl
366 SvxIconChoiceCtrlEntry* GetCurEntry() const { return pCursor; } in GetCurEntry()
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 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 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 …]
H A Dsvtreebx.cxx904 if (pImp->pCursor) in GetFocus()
906 if (pEntry != pImp->pCursor) in GetFocus()
907 pEntry = pImp->pCursor; in GetFocus()
929 pImp->pCursor = 0; //sonst Absturz beim Inplace-Editieren im GetFocus in ModelHasCleared()
/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/svx/source/fmcomp/
H A Dfmgridcl.cxx1192 CursorWrapper* pCursor = getDataSource(); in DeleteSelectedRows() local
1193 Reference< XResultSetUpdate > xUpdateCursor((Reference< XInterface >)*pCursor, UNO_QUERY); in DeleteSelectedRows()
1196 pCursor->beforeFirst(); in DeleteSelectedRows()
1197 while( pCursor->next() ) in DeleteSelectedRows()
/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/sw/inc/
H A Dunoparagraph.hxx335 ::std::auto_ptr<SwUnoCrsr> pCursor,
/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/sw/source/core/unocore/
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 Dunodraw.cxx2020 OTextCursorHelper* pCursor = 0; in attach() local
2029 pCursor = reinterpret_cast< OTextCursorHelper * >( in attach()
2040 else if (!pDoc && pCursor) in attach()
2041 pDoc = pCursor->GetDoc(); in attach()
H A Dunofield.cxx1224 OTextCursorHelper* pCursor = 0; in attachToRange() local
1229 pCursor = reinterpret_cast< OTextCursorHelper * >( in attachToRange()
1233 SwDoc* pDoc = pRange ? (SwDoc*)pRange->GetDoc() : pCursor ? (SwDoc*)pCursor->GetDoc() : 0; in attachToRange()
1768 SwXTextCursor const*const pTextCursor( dynamic_cast<SwXTextCursor*>(pCursor) ); in attachToRange()
H A Dunoframe.cxx2686 OTextCursorHelper* pCursor = 0; in attachToRange() local
2691 pCursor = reinterpret_cast< OTextCursorHelper * >( in attachToRange()
2695 SwDoc* pDoc = pRange ? (SwDoc*)pRange->GetDoc() : pCursor ? (SwDoc*)pCursor->GetDoc() : 0; in attachToRange()
3030 OTextCursorHelper* pCursor = 0; in attach() local
3035 pCursor = reinterpret_cast< OTextCursorHelper * >( in attach()

Completed in 306 milliseconds

12