Home
last modified time | relevance | path

Searched refs:pCur (Results 1 – 25 of 59) sorted by last modified time

123

/trunk/main/autodoc/source/cosv/strings/
H A Dstreamstr.cxx71 pCur(0), in StreamStr()
79 pEnd = pCur; in StreamStr()
129 pCur(0), in StreamStr()
139 pEnd = pCur; in StreamStr()
140 *pCur = '\0'; in StreamStr()
192 *pCur = i_c; in operator <<()
371 io_swap.pCur = pCur; in swap()
372 pCur = p; in swap()
620 pCur = pEnd; in remove()
659 pCur = pEnd; in replace()
[all …]
/trunk/main/autodoc/inc/cosv/
H A Dstreamstr.hxx294 char * pCur; member in csv::StreamStr
334 { pEnd = pCur = dpData; *pEnd = '\0'; } in clear()
355 { return size_type(pCur-dpData); } in tellp()
361 { return pCur; } in cur()
370 { return pCur; } in cur()
/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx3178 Push( (FormulaToken&)*pCur ); in ScMatRef()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx2559 SvLBoxEntry* pCur = pTree->Next( pCursor ); in KeyInput() local
2560 while( pCur && pTree->GetDepth(pCur) > nRefDepth ) in KeyInput()
2562 if( pCur->HasChilds() && !pView->IsExpanded(pCur)) in KeyInput()
2563 pView->Expand( pCur ); in KeyInput()
2564 pCur = pTree->Next( pCur ); in KeyInput()
2609 SvLBoxEntry* pCur = pTree->Next( pParentToCollapse ); in KeyInput() local
2610 while( pCur && pTree->GetDepth(pCur) > nRefDepth ) in KeyInput()
2612 if( pCur->HasChilds() && pView->IsExpanded(pCur) ) in KeyInput()
2613 pView->Collapse( pCur ); in KeyInput()
2614 pCur = pTree->Next( pCur ); in KeyInput()
H A Dimivctl1.cxx232 delete pCur; in Clear()
556 if( pCur->IsPosLocked() ) in ResetVirtSize()
560 FindBoundingRect( pCur ); in ResetVirtSize()
562 AdjustVirtSize( pCur->aRect ); in ResetVirtSize()
657 pCur->pflink = 0; in ClearPredecessors()
658 pCur->pblink = 0; in ClearPredecessors()
3492 if( !bGo && pCur == pStart ) in AdjustAtGrid()
3500 if( bGo && !pCur->IsPosLocked() ) in AdjustAtGrid()
3508 SetEntryPos( pCur, aNewPos ); in AdjustAtGrid()
4340 pCur = pCur->pflink; in FindEntryPredecessor()
[all …]
H A Dtreelist.cxx1903 SvListEntry* pCur = (SvListEntry*)pChilds->First(); in RemoveViewData() local
1904 while( pCur ) in RemoveViewData()
1906 SvViewData* pViewData = (SvViewData*)aDataTable.Get((sal_uLong)pCur); in RemoveViewData()
1908 aDataTable.Remove( (sal_uLong)pCur ); in RemoveViewData()
1909 if( pCur->HasChilds()) in RemoveViewData()
1910 RemoveViewData( pCur ); in RemoveViewData()
1911 pCur = (SvListEntry*)pChilds->Next(); in RemoveViewData()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx924 Cursor* pCur = pActiveView->GetCursor(); in ShowTip() local
925 if (pCur) in ShowTip()
926 aPos = pTipVisibleParent->LogicToPixel( pCur->GetPos() ); in ShowTip()
945 Cursor* pCur = pActiveView->GetCursor(); in ShowTipBelow() local
946 if ( pCur ) in ShowTipBelow()
948 Point aLogicPos = pCur->GetPos(); in ShowTipBelow()
949 aLogicPos.Y() += pCur->GetHeight(); in ShowTipBelow()
/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx1374 xub_Unicode* pCur = pStr; in GetText() local
1379 memcpy( pCur, aTmp.GetBuffer(), aTmp.Len()*sizeof(sal_Unicode) ); in GetText()
1380 pCur += aTmp.Len(); in GetText()
1383 memcpy( pCur, aSep.GetBuffer(), nSepSize*sizeof(sal_Unicode ) ); in GetText()
1384 pCur += nSepSize; in GetText()
1387 *pCur = '\0'; in GetText()
/trunk/main/sc/source/ui/view/
H A Dgridwin5.cxx72 Cursor* pCur = pWin->GetCursor(); in ScHideTextCursor() local
73 if ( pCur && pCur->IsVisible() ) in ScHideTextCursor()
74 pCur->Hide(); in ScHideTextCursor()
H A Dgridwin.cxx2891 Cursor* pCur = pEditView->GetCursor(); in Command() local
2892 if ( pCur ) in Command()
2894 Point aLogicPos = pCur->GetPos(); in Command()
2897 aLogicPos.X() += pCur->GetWidth(); in Command()
2898 aLogicPos.Y() += pCur->GetHeight() / 2; // center vertically in Command()
/trunk/main/sfx2/source/appl/
H A Dappopen.cxx212 SfxViewFrame *pCur = SfxViewFrame::Current(); in DocAlreadyLoaded() local
213 if ( !bSilent && pFrame == pCur ) in DocAlreadyLoaded()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx814 DbGridRow::DbGridRow(CursorWrapper* pCur, sal_Bool bPaintCursor) in DbGridRow() argument
818 if (pCur && pCur->Is()) in DbGridRow()
830 if (pCur->rowDeleted()) in DbGridRow()
835 m_eStatus = (pCur->isAfterLast() || pCur->isBeforeFirst()) ? GRS_INVALID : GRS_CLEAN; in DbGridRow()
838 Reference< XPropertySet > xSet = pCur->getPropertySet(); in DbGridRow()
842 if (!m_bIsNew && (pCur->isAfterLast() || pCur->isBeforeFirst())) in DbGridRow()
854 m_aBookmark = pCur->getBookmark(); in DbGridRow()
873 if (pCur && pCur->Is()) in SetState()
875 if (pCur->rowDeleted()) in SetState()
885 Reference< XPropertySet > xSet = pCur->getPropertySet(); in SetState()
[all …]
/trunk/main/basctl/source/basicide/
H A Dmoduldl2.cxx549 SvLBoxEntry* pCur = aLibBox.GetCurEntry(); in CheckButtons() local
550 if ( pCur ) in CheckButtons()
552 String aLibName = aLibBox.GetEntryText( pCur, 0 ); in CheckButtons()
/trunk/main/l10ntools/source/
H A Dxmlparse.cxx327 if ( !pCur ) in Write()
330 switch( pCur->GetNodeType()) { in Write()
393 if ( !pCur ) in Print()
396 switch( pCur->GetNodeType()) { in Print()
478 void XMLFile::Extract( XMLFile *pCur ) in Extract() argument
484 if ( !pCur ) in Extract()
488 SearchL10NElements(pCur); in Extract()
625 if ( !pCur ) in SearchL10NElements()
628 switch( pCur->GetNodeType()) { in SearchL10NElements()
699 if ( !pCur ) in CheckExportStatus()
[all …]
/trunk/main/vcl/aqua/source/window/
H A Dsalframe.cxx1477 NSEvent* pCur = [NSApp currentEvent]; in GetPointerState() local
1479 if( pCur ) in GetPointerState()
1482 switch( [pCur type] ) in GetPointerState()
1488 … case NSOtherMouseDown: state.mnState |= ([pCur buttonNumber] == 2) ? MOUSE_MIDDLE : 0; break; in GetPointerState()
1493 … case NSOtherMouseDragged: state.mnState |= ([pCur buttonNumber] == 2) ? MOUSE_MIDDLE : 0; break; in GetPointerState()
1502 unsigned int nMask = (unsigned int)[pCur modifierFlags]; in GetPointerState()
/trunk/main/unotools/source/config/
H A Dconfigpathes.cxx268 for(const sal_Unicode* pCur = pBeginContent; pCur != pEndContent; ++pCur) in lcl_wrapName() local
271 switch(*pCur) in lcl_wrapName()
277 default: aNormalized.append( *pCur ); in lcl_wrapName()
/trunk/main/sw/source/ui/uno/
H A Dunomailmerge.cxx893 if (!pCur) in setPropertyValue()
895 else if (pCur->nFlags & PropertyAttribute::READONLY) in setPropertyValue()
900 const uno::Type* pType = pCur->pType; in setPropertyValue()
901 switch (pCur->nWID) in setPropertyValue()
1035 sal_False, pCur->nWID, aOld, rValue ); in setPropertyValue()
1050 if (!pCur) in getPropertyValue()
1054 switch (pCur->nWID) in getPropertyValue()
1104 if (pCur) in addPropertyChangeListener()
1105 aPropListeners.addInterface( pCur->nWID, rListener ); in addPropertyChangeListener()
1120 if (pCur) in removePropertyChangeListener()
[all …]
/trunk/main/sw/source/core/undo/
H A Dunsect.cxx446 SfxItemSet* pCur = ::lcl_GetAttrSet( rNdSect ); in UndoImpl() local
467 m_pAttrSet.reset(pCur); in UndoImpl()
/trunk/main/sw/source/core/table/
H A Dswtable.cxx536 const SwTableBox *pCur = pBox; in lcl_SortedTabColInsert() local
547 if (rBoxes[i] != pCur) in lcl_SortedTabColInsert()
561 pCur = pLine->GetUpper(); in lcl_SortedTabColInsert()
562 pLine = pCur ? pCur->GetUpper() : 0; in lcl_SortedTabColInsert()
813 const SwTableBox *pCur = pBox; in lcl_ProcessBoxSet() local
818 for ( sal_uInt16 i = 0; (i < rBoxes.Count()) && (rBoxes[i] != pCur); ++i) in lcl_ProcessBoxSet()
826 pCur = pLine->GetUpper(); in lcl_ProcessBoxSet()
827 pLine = pCur ? pCur->GetUpper() : 0; in lcl_ProcessBoxSet()
/trunk/main/sw/source/core/edit/
H A Dautofmt.cxx1485 const SwNumRule* pCur = 0; in BuildEnum() local
1486 if( aFlags.bSetNumRule && 0 != (pCur = pAktTxtNd->GetNumRule()) ) in BuildEnum()
1487 aRule = *pCur; in BuildEnum()
1592 if( !pCur ) // NumRule anpassen, wenn sie neu ist in BuildEnum()
/trunk/main/sw/source/core/doc/
H A Ddocredln.cxx1307 ? pCur->GetMark() : pCur->GetPoint(); in CompressRedlines()
1315 pCur->Show(); in CompressRedlines()
3226 SwRedlineData* pCur; in ShowOriginal() local
3232 for( pCur = pRedlineData; pCur->pNext; ) in ShowOriginal()
3233 pCur = pCur->pNext; in ShowOriginal()
3750 pCur->pNext = 0; in PopData()
3751 delete pCur; in PopData()
3758 for( SwRedlineData* pCur = pRedlineData; pCur->pNext; ++nRet ) in GetStackCount() local
3759 pCur = pCur->pNext; in GetStackCount()
3815 pCur = pCur->pNext; in GetRedlineData()
[all …]
/trunk/main/sw/source/core/crsr/
H A Dcrstrvl.cxx2141 SwPaM* pCur = pCurCrsr; in GotoRedline() local
2143 SwPosition* pCStt = pCur->Start(), *pCEnd = pCur->End(); in GotoRedline()
2144 while( pCur != pNextPam ) in GotoRedline()
2154 if( !pCur->HasMark() ) in GotoRedline()
2156 pCur->SetMark(); in GotoRedline()
2157 *pCur->GetMark() = *pNStt; in GotoRedline()
2169 if( !pCur->HasMark() ) in GotoRedline()
2170 pCur->SetMark(); in GotoRedline()
2174 if( !pCur->HasMark() ) in GotoRedline()
2176 pCur->SetMark(); in GotoRedline()
[all …]
H A Dswcrsr.cxx2212 SwPaM* pCur = pAktCrsr; in MakeBoxSels() local
2215 pSttNd = pCur->GetPoint()->nNode.GetNode().FindTableBoxStartNode(); in MakeBoxSels()
2216 if( !pCur->HasMark() || !pSttNd || in MakeBoxSels()
2217 pSttNd != pCur->GetMark()->nNode.GetNode().FindTableBoxStartNode() ) in MakeBoxSels()
2227 SwPosition* pPos = pCur->GetMark(); in MakeBoxSels()
2236 pPos = pCur->GetPoint(); in MakeBoxSels()
2246 pCur = (SwPaM*)pCur->GetNext(); in MakeBoxSels()
2249 SwPaM* pDel = (SwPaM*)pCur->GetPrev(); in MakeBoxSels()
2269 } while ( pAktCrsr != pCur ); in MakeBoxSels()
H A Dcrsrsh.cxx1039 const SwPaM *pCur = GetCrsr(), *pStk = pCrsrStk; in CompareCursor() local
1050 pSecond = pCur->GetPoint(); in CompareCursor()
1054 pSecond = pCur->GetMark(); in CompareCursor()
1058 pSecond = pCur->GetPoint(); in CompareCursor()
1065 pFirst = pCur->GetPoint(); in CompareCursor()
1066 pSecond = pCur->GetMark(); in CompareCursor()
/trunk/main/svx/inc/svx/
H A Dgridctrl.hxx81 DbGridRow(CursorWrapper* pCur, sal_Bool bPaintCursor);
82 void SetState(CursorWrapper* pCur, sal_Bool bPaintCursor);

Completed in 292 milliseconds

123