Home
last modified time | relevance | path

Searched refs:pAct (Results 1 – 25 of 31) sorted by path

12

/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx108 ::Color aColor( pAct->GetColor() ); in setStateColor()
2568 pAct->GetPoint(), in createActions()
2570 pAct->GetIndex(), in createActions()
2571pAct->GetLen() == (sal_uInt16)STRING_LEN ? pAct->GetText().Len() - pAct->GetIndex() : pAct->GetLen… in createActions()
2587 pAct->GetPoint(), in createActions()
2589 pAct->GetIndex(), in createActions()
2590pAct->GetLen() == (sal_uInt16)STRING_LEN ? pAct->GetText().Len() - pAct->GetIndex() : pAct->GetLen… in createActions()
2666pAct->GetText().Len() - pAct->GetIndex() : pAct->GetLen() ); in createActions()
2680 pAct->GetIndex(), pAct->GetLen() ); in createActions()
2698 pAct->GetPoint(), in createActions()
[all …]
/trunk/main/sc/inc/
H A Dchgtrack.hxx1100 ScChangeAction* pAct, sal_Bool bUndo );
1298 void MergeOwn( ScChangeAction* pAct, sal_uLong nFirstMerge, bool bShared = false );
1372 … void MergeActionState( ScChangeAction* pAct, const ScChangeAction* pOtherAct );
/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx628 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 …]
/trunk/main/sc/source/filter/excel/
H A Dfrmbase.cxx57 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()
/trunk/main/sc/source/filter/inc/
H A Dformel.hxx145 _ScRangeList* pAct; member in _ScRangeListTabs
171 return pAct; in GetActList()
/trunk/main/sc/source/filter/xml/
H A DXMLChangeTrackingImportHelper.cxx695 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()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh3.cxx1100 …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 …]
/trunk/main/sc/source/ui/drawfunc/
H A Dfudraw.cxx664 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()
/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx724 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()
/trunk/main/sd/source/ui/func/
H A Dfupoor.cxx623 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()
/trunk/main/sfx2/source/appl/
H A Dworkwin.cxx3036 SfxChild_Impl *pAct=NULL; in ActivateNextChild_Impl() local
3045 pAct = pCli; in ActivateNextChild_Impl()
3055 if ( pAct ) in ActivateNextChild_Impl()
3061 if ( pAct->pWin == p ) in ActivateNextChild_Impl()
/trunk/main/sfx2/source/control/
H A Ddispatch.cxx1651 SfxDispatcher *pAct = pWork->GetBindings().GetDispatcher_Impl(); in Update_Impl() local
1652 if ( pAct == pDisp || pAct == this ) in Update_Impl()
1709 SfxDispatcher *pAct = pWork->GetBindings().GetDispatcher_Impl(); in Update_Impl() local
1710 if ( pAct == pDispat || pAct == this ) in Update_Impl()
/trunk/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx787 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 …]
/trunk/main/slideshow/source/engine/shapes/
H A Ddrawshape.cxx961 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()
H A Ddrawshapesubsetting.cxx86 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 Dgdimtftools.cxx306 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 …]
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx756 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 …]
/trunk/main/svx/inc/svx/
H A Dsvdundo.hxx115 void AddAction(SdrUndoAction* pAct);
116 void push_front( SdrUndoAction* pAct );
/trunk/main/svx/source/dialog/
H A D_bmpmask.cxx876 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 Dgraphctl.cxx678 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()
/trunk/main/svx/source/engine3d/
H A Dview3d.cxx1128 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()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx139 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 Dsvdundo.cxx126 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()
/trunk/main/svx/source/xml/
H A Dxmlgrhlp.cxx642 const MetaEPSAction* pAct = ( (const MetaEPSAction*)rMtf.FirstAction() ); in ImplWriteGraphic() local
643 const GfxLink& rLink = pAct->GetLink(); in ImplWriteGraphic()
/trunk/main/sw/inc/
H A Dcalbck.hxx214 SwClient* pAct; member in SwClientIter
243 { return pDelNext == pAct ? pAct : pDelNext; } in operator ()()
248 bool IsChanged() const { return pDelNext != pAct; } in IsChanged()

Completed in 212 milliseconds

12