Home
last modified time | relevance | path

Searched refs:pCur (Results 26 – 50 of 59) sorted by relevance

123

/aoo4110/main/sdext/source/pdfimport/tree/
H A Ddrawtreevisiting.cxx726 TextElement* pCur = dynamic_cast<TextElement*>(*it); in optimizeTextElements() local
728 if( pCur ) in optimizeTextElements()
732 rtl::OUString str(pCur->Text.getStr()); in optimizeTextElements()
745 const GraphicsContext& rCurGC = m_rProcessor.getGraphicsContext( pCur->GCId ); in optimizeTextElements()
752 if( (pCur->FontId == pNext->FontId || isSpaces(pNext)) && in optimizeTextElements()
760 pCur->updateGeometryWith( pNext ); in optimizeTextElements()
762 pCur->Text.append( pNext->Text.getStr(), pNext->Text.getLength() ); in optimizeTextElements()
764 str = pCur->Text.getStr(); in optimizeTextElements()
776 pCur->Children.splice( pCur->Children.end(), pNext->Children ); in optimizeTextElements()
/aoo4110/main/svtools/source/contnr/
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 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 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()
H A Dsvimpicn.cxx1132 SvLBoxEntry* pCur = pModel->FirstChild( pCurParent ); in ResetVirtSize() local
1133 while( pCur ) in ResetVirtSize()
1135 SvIcnVwDataEntry* pViewData = ICNVIEWDATA(pCur); in ResetVirtSize()
1140 FindBoundingRect( pCur, pViewData ); in ResetVirtSize()
1148 pCur = pModel->NextSibling( pCur ); in ResetVirtSize()
4024 SvLBoxEntry* pCur = (SvLBoxEntry*)rRow[ nCur ]; in AdjustAtGrid() local
4025 if( !bGo && pCur == pStart ) in AdjustAtGrid()
4028 SvIcnVwDataEntry* pViewData = ICNVIEWDATA(pCur); in AdjustAtGrid()
4031 const Rectangle& rBoundRect = GetBoundingRect( pCur, pViewData ); in AdjustAtGrid()
4032 Rectangle aCenterRect( CalcBmpRect( pCur, 0, pViewData )); in AdjustAtGrid()
[all …]
/aoo4110/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx224 const sal_Char* pCur(pOrig); in lcl_unescapeLineFeeds() local
225 while ((pCur = strchr(pCur, '\\')) != 0) in lcl_unescapeLineFeeds()
227 const sal_Char cNext(pCur[1]); in lcl_unescapeLineFeeds()
230 const size_t nLen(pCur - pRead); in lcl_unescapeLineFeeds()
235 pCur = pRead = pCur + 2; in lcl_unescapeLineFeeds()
242 ++pCur; in lcl_unescapeLineFeeds()
/aoo4110/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 …]
/aoo4110/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.cxx2200 SwPaM* pCur = pAktCrsr; in MakeBoxSels() local
2203 pSttNd = pCur->GetPoint()->nNode.GetNode().FindTableBoxStartNode(); in MakeBoxSels()
2204 if( !pCur->HasMark() || !pSttNd || in MakeBoxSels()
2205 pSttNd != pCur->GetMark()->nNode.GetNode().FindTableBoxStartNode() ) in MakeBoxSels()
2215 SwPosition* pPos = pCur->GetMark(); in MakeBoxSels()
2224 pPos = pCur->GetPoint(); in MakeBoxSels()
2234 pCur = (SwPaM*)pCur->GetNext(); in MakeBoxSels()
2237 SwPaM* pDel = (SwPaM*)pCur->GetPrev(); in MakeBoxSels()
2257 } 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()
/aoo4110/main/sfx2/source/view/
H A Dframe.cxx221 SfxObjectShell* pCur = GetCurrentDocument() ; in PrepareClose_Impl() local
222 if( pCur ) in PrepareClose_Impl()
227 for ( const SfxViewFrame *pFrame = SfxViewFrame::GetFirst( pCur ); in PrepareClose_Impl()
228 !bOther && pFrame; pFrame = SfxViewFrame::GetNext( *pFrame, pCur ) ) in PrepareClose_Impl()
233 …CLOSEVIEW, GlobalEventConfig::GetEventName( STR_EVENT_PREPARECLOSEVIEW ), pCur, GetController() ) … in PrepareClose_Impl()
240 nRet = pCur->PrepareClose( bUI, bForBrowsing ); in PrepareClose_Impl()
/aoo4110/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 Dtabview3.cxx177 Cursor* pCur = pGridWin[i]->GetCursor(); in HideAllCursors() local
178 if (pCur) in HideAllCursors()
179 if (pCur->IsVisible()) in HideAllCursors()
180 pCur->Hide(); in HideAllCursors()
1962 Cursor* pCur = pGridWin[i]->GetCursor(); in KillEditView() local
1963 if (pCur && pCur->IsVisible()) in KillEditView()
1964 pCur->Hide(); in KillEditView()
/aoo4110/main/formula/inc/formula/
H A Dtokenarray.hxx247 ImpTokenIterator* pCur; member in formula::FormulaTokenIterator
257 bool HasStacked() const { return pCur->pNext != 0; } in HasStacked()
258 short GetPC() const { return pCur->nPC; } in GetPC()
/aoo4110/main/sc/source/core/tool/
H A Dchgtrack.cxx4033 const ScChangeAction* pCur = pAct; in GetDependents() local
4037 if ( pCur->IsInsertType() ) in GetDependents()
4066 else if ( pCur->IsDeleteType() ) in GetDependents()
4070 ScChangeActionDel* pDel = (ScChangeActionDel*) pCur; in GetDependents()
4071 if ( !bAllFlat && bIsMasterDelete && pCur == pAct ) in GetDependents()
4117 else if ( pCur->GetType() == SC_CAT_MOVE ) in GetDependents()
4135 pL = pCur->GetFirstDependentEntry(); in GetDependents()
4162 else if ( pCur->GetType() == SC_CAT_CONTENT ) in GetDependents()
4171 pContent = (ScChangeActionContent*) pCur; in GetDependents()
4198 else if ( pCur->GetType() == SC_CAT_REJECT ) in GetDependents()
[all …]
H A Dinterpr1.cxx100 const short* pJump = pCur->GetJump(); in ScIfJump()
121 pCur)) != pTokenMatrixMap->end())) in ScIfJump()
186 GetTokenMatrixMap().insert( ScTokenMatrixMap::value_type(pCur, xNew)); in ScIfJump()
233 const short* pJump = pCur->GetJump(); in ScChoseJump()
254 pCur)) != pTokenMatrixMap->end())) in ScChoseJump()
303 pCur, xNew)); in ScChoseJump()
627 pTokenMatrixMap->erase( pCur); in JumpMatrix()
628 pTokenMatrixMap->insert( ScTokenMatrixMap::value_type( pCur, in JumpMatrix()
1490 const FormulaToken* pSaveCur = pCur; in ScPercentSign()
1495 pCur = &aDivOp; in ScPercentSign()
[all …]
/aoo4110/main/sw/source/core/table/
H A Dswtable.cxx470 const SwTableBox *pCur = pBox; in lcl_SortedTabColInsert() local
481 if (rBoxes[i] != pCur) in lcl_SortedTabColInsert()
495 pCur = pLine->GetUpper(); in lcl_SortedTabColInsert()
496 pLine = pCur ? pCur->GetUpper() : 0; in lcl_SortedTabColInsert()
747 const SwTableBox *pCur = pBox; in lcl_ProcessBoxSet() local
752 for ( sal_uInt16 i = 0; (i < rBoxes.Count()) && (rBoxes[i] != pCur); ++i) in lcl_ProcessBoxSet()
760 pCur = pLine->GetUpper(); in lcl_ProcessBoxSet()
761 pLine = pCur ? pCur->GetUpper() : 0; in lcl_ProcessBoxSet()
/aoo4110/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()
/aoo4110/main/editeng/source/editeng/
H A Deditdoc.cxx1376 xub_Unicode* pCur = pStr; in GetText() local
1381 memcpy( pCur, aTmp.GetBuffer(), aTmp.Len()*sizeof(sal_Unicode) ); in GetText()
1382 pCur += aTmp.Len(); in GetText()
1385 memcpy( pCur, aSep.GetBuffer(), nSepSize*sizeof(sal_Unicode ) ); in GetText()
1386 pCur += nSepSize; in GetText()
1389 *pCur = '\0'; in GetText()
/aoo4110/main/sot/source/base/
H A Dformats.cxx1461 const SotAction_Impl* pCur = pArrayStart; in GetTransferableAction_Impl() local
1463 while( pCur->nFormatId != 0xffff ) in GetTransferableAction_Impl()
1465 if( pCur->nFormatId == SOT_FORMAT_FILE ) in GetTransferableAction_Impl()
1468 return pCur->nAction; in GetTransferableAction_Impl()
1470 pCur++; in GetTransferableAction_Impl()
/aoo4110/main/sw/source/core/undo/
H A Dunsect.cxx446 SfxItemSet* pCur = ::lcl_GetAttrSet( rNdSect ); in UndoImpl() local
467 m_pAttrSet.reset(pCur); in UndoImpl()
/aoo4110/main/svx/inc/svx/
H A Dgridctrl.hxx81 DbGridRow(CursorWrapper* pCur, sal_Bool bPaintCursor);
82 void SetState(CursorWrapper* pCur, sal_Bool bPaintCursor);
/aoo4110/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()
/aoo4110/main/l10ntools/layout/
H A Dlayoutparse.hxx36 void SearchL10NElements( XMLParentNode *pCur, int pos = 0 );
/aoo4110/main/basic/source/inc/
H A Dbuffer.hxx35 char* pCur; // aktueller Puffer-Pointer member in SbiBuffer

Completed in 311 milliseconds

123