/aoo42x/main/vcl/source/gdi/ |
H A D | gdimtf.cxx | 218 for( void* pAct = First(); pAct; pAct = Next() ) in GDIMetaFile() local 253 for( void* pAct = First(); pAct; pAct = Next() ) in operator =() local 345 for( void* pAct = First(); pAct; pAct = Next() ) in Clear() local 816 for( MetaAction* pAct = (MetaAction*) First(); pAct; pAct = (MetaAction*) Next() ) in Move() local 851 for( MetaAction* pAct = (MetaAction*) First(); pAct; pAct = (MetaAction*) Next() ) in Move() local 888 for( MetaAction* pAct = (MetaAction*) First(); pAct; pAct = (MetaAction*) Next() ) in Scale() local 924 for( MetaAction* pAct = (MetaAction*) First(); pAct; pAct = (MetaAction*) Next() ) in Clip() local 1659 …aMapVDev.GetTextBoundRect( aRect, pAct->GetText(), pAct->GetIndex(), pAct->GetIndex(), pAct->GetLe… in GetBoundRect() 1671 …aMapVDev.GetTextBoundRect( aRect, pAct->GetText(), pAct->GetIndex(), pAct->GetIndex(), pAct->GetLe… in GetBoundRect() 1684 …aMapVDev.GetTextBoundRect( aRect, pAct->GetText(), pAct->GetIndex(), pAct->GetIndex(), pAct->GetLe… in GetBoundRect() [all …]
|
H A D | cvtsvm.cxx | 1601 Polygon aChordPoly( pAct->GetRect(), pAct->GetStartPoint(), in ImplWriteActions() 1767 String aUniText( pAct->GetText(), pAct->GetIndex(), pAct->GetLen() ); in ImplWriteActions() 1846 rOStm << pAct->GetSize(); in ImplWriteActions() 1888 rOStm << pAct->GetSize(); in ImplWriteActions() 1986 if( pAct->IsClipping() ) in ImplWriteActions() 1997 if( pAct->IsClipping() ) in ImplWriteActions() 2010 rOStm << pAct->GetRect(); in ImplWriteActions() 2030 ImplWriteLineColor( rOStm, rLineCol = pAct->GetColor(), pAct->IsSetting() ? 1 : 0 ); in ImplWriteActions() 2038 ImplWriteFillColor( rOStm, pAct->GetColor(), pAct->IsSetting() ? 1 : 0 ); in ImplWriteActions() 2067 if( pAct->IsSetting() ) in ImplWriteActions() [all …]
|
/aoo42x/main/sw/source/core/attr/ |
H A D | calbck.cxx | 459 pAct = pAct->pRight; in operator ++() 470 if( pAct ) in GoStart() 472 pAct = pAct->pLeft; in GoStart() 482 if( pAct ) in GoEnd() 484 pAct = pAct->pRight; in GoEnd() 500 pAct = pAct->pRight; in First() 515 pAct = pAct->pRight; in Next() 521 if( pAct && pAct->IsA( aSrchId ) ) in Next() 537 pAct = pAct->pLeft; in Last() 550 pAct = pAct->pLeft; in Previous() [all …]
|
/aoo42x/main/svx/source/dialog/ |
H A D | _bmpmask.cxx | 876 pAct = new MetaPixelAction( pAct->GetPoint(), aCol ); in ImpMask() 979 pAct = new MetaWallpaperAction( pAct->GetRect(), aWall ); in ImpMask() 993 pAct = new MetaBmpAction( pAct->GetPoint(), aBmp ); in ImpMask() 1003 pAct = new MetaBmpScaleAction( pAct->GetPoint(), pAct->GetSize(), aBmp ); in ImpMask() 1013 pAct = new MetaBmpScalePartAction( pAct->GetDestPoint(), pAct->GetDestSize(), in ImpMask() 1014 pAct->GetSrcPoint(), pAct->GetSrcSize(), aBmp ); in ImpMask() 1024 pAct = new MetaBmpExAction( pAct->GetPoint(), aBmpEx ); in ImpMask() 1034 pAct = new MetaBmpExScaleAction( pAct->GetPoint(), pAct->GetSize(), aBmpEx ); in ImpMask() 1044 pAct = new MetaBmpExScalePartAction( pAct->GetDestPoint(), pAct->GetDestSize(), in ImpMask() 1045 pAct->GetSrcPoint(), pAct->GetSrcSize(), aBmpEx ); in ImpMask() [all …]
|
H A D | graphctl.cxx | 678 SdrHdl* pAct = rHdlList.GetHdl(a); in KeyInput() local 680 if(pAct in KeyInput() 681 && pAct->GetKind() == HDL_POLY in KeyInput() 682 && pAct->GetPolyNum() == nPol in KeyInput() 683 && pAct->GetPointNum() == nPnt) in KeyInput() 685 pNewOne = pAct; in KeyInput()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | chgtrack.cxx | 628 if ( pAct ) in SetDeletedInThis() 641 if ( pAct ) in AddDependent() 2961 return pAct; in AppendContentOnTheFly() 3078 pAct->GetBigRange().aStart, pAct ); in Dependencies() 3285 if ( pAct ) in Undo() 3372 if ( pAct ) in MergePrepare() 3393 pAct = ( pAct == pFirstMerge ? NULL : pAct->GetPrev() ); in MergePrepare() 4081 rTable.Insert( pAct->GetActionNumber(), pAct ); in GetDependents() 4399 pAct = pAct->GetPrev(); in Reject() 4533 if ( pAct ) in AddLoadedGenerated() [all …]
|
/aoo42x/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 108 ::Color aColor( pAct->GetColor() ); in setStateColor() 2568 pAct->GetPoint(), in createActions() 2570 pAct->GetIndex(), in createActions() 2571 …pAct->GetLen() == (sal_uInt16)STRING_LEN ? pAct->GetText().Len() - pAct->GetIndex() : pAct->GetLen… in createActions() 2587 pAct->GetPoint(), in createActions() 2589 pAct->GetIndex(), in createActions() 2590 …pAct->GetLen() == (sal_uInt16)STRING_LEN ? pAct->GetText().Len() - pAct->GetIndex() : pAct->GetLen… in createActions() 2666 … pAct->GetText().Len() - pAct->GetIndex() : pAct->GetLen() ); in createActions() 2680 pAct->GetIndex(), pAct->GetLen() ); in createActions() 2698 pAct->GetPoint(), in createActions() [all …]
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdfmtf.cxx | 139 MetaAction* pAct = rMtf.GetAction(a); in DoLoopActions() local 141 if(!pAct) in DoLoopActions() 144 pAct = rMtf.GetAction(0); in DoLoopActions() 147 switch (pAct->GetType()) in DoLoopActions() 164 case META_BMP_ACTION : DoAction((MetaBmpAction &)*pAct); break; in DoLoopActions() 165 case META_BMPSCALE_ACTION : DoAction((MetaBmpScaleAction &)*pAct); break; in DoLoopActions() 166 case META_BMPEX_ACTION : DoAction((MetaBmpExAction &)*pAct); break; in DoLoopActions() 173 case META_TEXTALIGN_ACTION : DoAction((MetaTextAlignAction &)*pAct); break; in DoLoopActions() 182 case META_HATCH_ACTION : DoAction((MetaHatchAction &)*pAct); break; in DoLoopActions() 1247 if( pAct && pAct->GetType() == META_GRADIENTEX_ACTION ) in DoAction() [all …]
|
H A D | svdundo.cxx | 126 SdrUndoAction* pAct=GetAction(nu); in Clear() local 127 delete pAct; in Clear() 132 void SdrUndoGroup::AddAction(SdrUndoAction* pAct) in AddAction() argument 134 aBuf.Insert(pAct,CONTAINER_APPEND); in AddAction() 137 void SdrUndoGroup::push_front( SdrUndoAction* pAct ) in push_front() argument 139 aBuf.Insert(pAct, (sal_uIntPtr)0 ); in push_front() 146 SdrUndoAction* pAct=GetAction(nu); in Undo() local 147 pAct->Undo(); in Undo() 154 SdrUndoAction* pAct=GetAction(nu); in Redo() local 155 pAct->Redo(); in Redo()
|
/aoo42x/main/slideshow/source/engine/shapes/ |
H A D | gdimtftools.cxx | 306 return (pAct->GetLen() == (sal_uInt16)STRING_LEN in getNextActionOffset() 307 ? pAct->GetText().Len() - pAct->GetIndex() : pAct->GetLen()); in getNextActionOffset() 310 MetaTextArrayAction * pAct = in getNextActionOffset() local 313 ? pAct->GetText().Len() - pAct->GetIndex() : pAct->GetLen()); in getNextActionOffset() 316 MetaStretchTextAction * pAct = in getNextActionOffset() local 319 ? pAct->GetText().Len() - pAct->GetIndex() : pAct->GetLen()); in getNextActionOffset() 322 MetaFloatTransparentAction * pAct = in getNextActionOffset() local 328 return pAct->GetGDIMetaFile().GetActionCount(); in getNextActionOffset() 515 MetaCommentAction * pAct = in getRectanglesFromScrollMtf() local 525 pAct->GetData() ) ); in getRectanglesFromScrollMtf() [all …]
|
H A D | drawshapesubsetting.cxx | 86 MetaCommentAction* pAct = static_cast<MetaCommentAction*>(pCurrAct); in ensureInitializedNodeTree() local 89 … if( pAct->GetComment().CompareIgnoreCaseToAscii( "XTEXT", 5 ) == COMPARE_EQUAL ) in ensureInitializedNodeTree() 96 … if( pAct->GetComment().CompareIgnoreCaseToAscii( "XTEXT_EOC" ) == COMPARE_EQUAL ) in ensureInitializedNodeTree() 103 const sal_Int32 nIndex( nLastTextActionIndex + pAct->GetValue() ); in ensureInitializedNodeTree() 110 … else if( pAct->GetComment().CompareIgnoreCaseToAscii( "XTEXT_EOW" ) == COMPARE_EQUAL ) in ensureInitializedNodeTree() 117 const sal_Int32 nIndex( nLastTextActionIndex + pAct->GetValue() ); in ensureInitializedNodeTree() 124 … else if( pAct->GetComment().CompareIgnoreCaseToAscii( "XTEXT_EOS" ) == COMPARE_EQUAL ) in ensureInitializedNodeTree() 131 const sal_Int32 nIndex( nLastTextActionIndex + pAct->GetValue() ); in ensureInitializedNodeTree() 138 … else if( pAct->GetComment().CompareIgnoreCaseToAscii( "XTEXT_EOL" ) == COMPARE_EQUAL ) in ensureInitializedNodeTree() 142 … else if( pAct->GetComment().CompareIgnoreCaseToAscii( "XTEXT_EOP" ) == COMPARE_EQUAL ) in ensureInitializedNodeTree() [all …]
|
H A D | drawshape.cxx | 961 MetaCommentAction * pAct = in prepareHyperlinkIndices() local 964 if (pAct->GetComment().CompareIgnoreCaseToAscii( in prepareHyperlinkIndices() 970 pAct->GetData() != 0 && in prepareHyperlinkIndices() 971 pAct->GetDataSize() > 0) in prepareHyperlinkIndices() 987 pAct->GetData()), in prepareHyperlinkIndices() 988 pAct->GetDataSize() / sizeof(sal_Unicode) ) in prepareHyperlinkIndices() 991 else if (pAct->GetComment().CompareIgnoreCaseToAscii( in prepareHyperlinkIndices()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docsh3.cxx | 1100 …if ( pAct && pAct->GetType() == eSourceType && pAct->IsDeletedIn() && !pSourceAction->IsDeletedIn(… in MergeDocument() 1102 pAct->RemoveAllDeletedIn(); in MergeDocument() 1135 ScChangeAction* pAct = pThisTrack->GetLast(); in MergeDocument() local 1136 if ( pAct && pAct->GetActionNumber() > nOldActionMax ) in MergeDocument() 1137 pAct->SetComment( rComment ); in MergeDocument() 1150 ScChangeAction* pAct = pThisTrack->GetLast(); in MergeDocument() local 1151 if ( pAct && pAct->GetActionNumber() > nOldActionMax ) in MergeDocument() 1153 pThisTrack->MergeActionState( pAct, pSourceAction ); in MergeDocument() 1160 ScChangeAction* pAct = pThisTrack->GetLast(); in MergeDocument() local 1161 if ( pAct && pAct->GetActionNumber() > nOldActionMax ) in MergeDocument() [all …]
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | frmbase.cxx | 57 pAct = NULL; in _ScRangeListTabs() 175 pAct = ppTabLists[ n ]; in First() 177 return pAct->First(); in First() 181 pAct = NULL; in First() 190 if( pAct ) in Next() 191 return pAct->Next(); in Next()
|
/aoo42x/main/sfx2/source/view/ |
H A D | sfxbasecontroller.cxx | 787 SfxViewFrame* pAct = m_pData->m_pViewShell->GetViewFrame() ; in queryDispatch() local 812 pAct = m_pData->m_pViewShell->GetViewFrame() ; in queryDispatch() 813 SfxSlotPool& rSlotPool = SfxSlotPool::GetSlotPool( pAct ); in queryDispatch() 826 uno::Reference< frame::XFrame > xOwnFrame = pAct->GetFrame().GetFrameInterface(); in queryDispatch() 867 pAct = m_pData->m_pViewShell->GetViewFrame() ; in queryDispatch() 872 return pAct->GetBindings().GetDispatch( pSlot, aURL, sal_False ); in queryDispatch() 875 SfxSlotPool& rSlotPool = SfxSlotPool::GetSlotPool( pAct ); in queryDispatch() 878 return pAct->GetBindings().GetDispatch( pSlot, aURL, sal_False ); in queryDispatch() 883 uno::Reference< frame::XFrame > xOwnFrame = pAct->GetFrame().GetFrameInterface(); in queryDispatch() 921 SfxSlotPool& rSlotPool = SfxSlotPool::GetSlotPool( pAct ); in queryDispatch() [all …]
|
/aoo42x/main/svtools/source/graphic/ |
H A D | grfmgr2.cxx | 756 MetaAction* pAct; in ImplCreateOutput() local 757 for( nCurPos = 0, pAct = (MetaAction*)rOutMtf.FirstAction(); pAct; in ImplCreateOutput() 758 pAct = (MetaAction*)rOutMtf.NextAction(), nCurPos++ ) in ImplCreateOutput() 761 switch( pAct->GetType() ) in ImplCreateOutput() 765 MetaFontAction* pA = (MetaFontAction*)pAct; in ImplCreateOutput() 809 MetaBmpAction* pAction = (MetaBmpAction*)pAct; in ImplCreateOutput() 858 MetaBmpExAction* pAction = (MetaBmpExAction*)pAct; in ImplCreateOutput() 989 pAct->Delete(); in ImplCreateOutput() 993 if( pAct->GetRefCount() > 1 ) in ImplCreateOutput() 996 pAct->Delete(); in ImplCreateOutput() [all …]
|
/aoo42x/main/svx/source/engine3d/ |
H A D | view3d.cxx | 1128 E3dDepthNeighbour* pAct = pLayer->mpNext; in DoDepthArrange() local 1130 while(!bOverlap && pAct) in DoDepthArrange() 1137 pAct->maPreparedPolyPolygon)); in DoDepthArrange() 1144 const SfxItemSet& rCompareSet = pAct->mpObj->GetMergedItemSet(); in DoDepthArrange() 1166 pAct = pAct->mpNext; in DoDepthArrange() 1213 E3dDepthNeighbour* pAct = pLayer->mpNext; in DoDepthArrange() local 1215 while(pAct) in DoDepthArrange() 1218 pAct->mpObj->SetMergedItem(SfxUInt32Item(SDRATTR_3DOBJ_DEPTH, sal_uInt32(fMinDepth + 0.5))); in DoDepthArrange() 1221 pAct = pAct->mpNext; in DoDepthArrange()
|
/aoo42x/main/sw/inc/ |
H A D | calbck.hxx | 214 SwClient* pAct; member in SwClientIter 243 { return pDelNext == pAct ? pAct : pDelNext; } in operator ()() 248 bool IsChanged() const { return pDelNext != pAct; } in IsChanged()
|
/aoo42x/main/sc/source/ui/drawfunc/ |
H A D | fudraw.cxx | 664 SdrHdl* pAct = rHdlList.GetHdl(a); in KeyInput() local 666 if(pAct in KeyInput() 667 && pAct->GetKind() == HDL_POLY in KeyInput() 668 && pAct->GetPolyNum() == nPol in KeyInput() 669 && pAct->GetPointNum() == nPnt) in KeyInput() 671 pNewOne = pAct; in KeyInput()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | XMLChangeTrackingImportHelper.cxx | 695 ScChangeAction* pAct = pTrack->GetAction(pAction->nActionNumber); in SetDependencies() local 696 if (pAct) in SetDependencies() 704 pAct->AddDependent(*aItr, pTrack); in SetDependencies() 714 pAct->SetDeletedInThis((*aItr)->nID, pTrack); in SetDependencies() 737 …tDeletionDependencies(static_cast<ScMyDelAction*>(pAction), static_cast<ScChangeActionDel*>(pAct)); in SetDependencies() 739 …ovementDependencies(static_cast<ScMyMoveAction*>(pAction), static_cast<ScChangeActionMove*>(pAct)); in SetDependencies() 741 …tDependencies(static_cast<ScMyContentAction*>(pAction), static_cast<ScChangeActionContent*>(pAct)); in SetDependencies()
|
/aoo42x/main/sd/source/ui/func/ |
H A D | fupoor.cxx | 623 SdrHdl* pAct = rHdlList.GetHdl(a); in IMPL_LINK_INLINE_END() local 625 if(pAct in IMPL_LINK_INLINE_END() 626 && pAct->GetKind() == HDL_POLY in IMPL_LINK_INLINE_END() 627 && pAct->GetPolyNum() == nPol in IMPL_LINK_INLINE_END() 628 && pAct->GetPointNum() == nPnt) in IMPL_LINK_INLINE_END() 630 pNewOne = pAct; in IMPL_LINK_INLINE_END()
|
/aoo42x/main/sd/source/ui/animations/ |
H A D | motionpathtag.cxx | 724 SdrHdl* pAct = rHdlList.GetHdl(a); in OnMarkHandle() local 726 …if(pAct && pAct->GetKind() == HDL_POLY && pAct->GetPolyNum() == nPol && pAct->GetPointNum() == nPn… in OnMarkHandle() 727 pNewOne = pAct; in OnMarkHandle()
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | feshview.cxx | 825 SwFlyFrm* pAct = static_cast<SwFlyFrm*>(pAnchoredObj); in lcl_NotifyNeighbours() local 826 SwRect aTmpCalcPnt( pAct->Prt() ); in lcl_NotifyNeighbours() 827 aTmpCalcPnt += pAct->Frm().Pos(); in lcl_NotifyNeighbours() 830 SwCntntFrm *pCnt = pAct->ContainsCntnt(); in lcl_NotifyNeighbours() 840 if ( bCheckNeighbours && pAct->IsFlyAtCntFrm() ) in lcl_NotifyNeighbours() 842 const SwFmtHoriOrient &rH = pAct->GetFmt()->GetHoriOrient(); in lcl_NotifyNeighbours() 844 pAct->Frm().Top() <= aRect.Bottom() && in lcl_NotifyNeighbours() 845 pAct->Frm().Bottom() >= aRect.Top() ) in lcl_NotifyNeighbours() 847 pAct->InvalidatePos(); in lcl_NotifyNeighbours() 848 pAct->Frm().Pos().Y() += 1; in lcl_NotifyNeighbours()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | trvlfrm.cxx | 1371 const SwCntntFrm *pAct = pCntnt; in GetCntntPosition() local 1381 pAct = pCntnt; in GetCntntPosition() 1405 pAct = pCntnt; in GetCntntPosition() 1417 const SwRect aRect( pAct->Frm().Pos() + pAct->Prt().Pos(), pAct->Prt().SSize() ); in GetCntntPosition() 1427 if( !pAct->IsValid() ) in GetCntntPosition() 1430 SwCntntNode* pCNd = (SwCntntNode*)pAct->GetNode(); in GetCntntPosition() 1438 pAct->GetCrsrOfst( &rPos, aAct, &aTmpState ); in GetCntntPosition()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | formel.hxx | 145 _ScRangeList* pAct; member in _ScRangeListTabs 171 return pAct; in GetActList()
|