Home
last modified time | relevance | path

Searched refs:pTarget (Results 51 – 75 of 78) sorted by relevance

1234

/aoo41x/main/xmloff/source/draw/
H A Danimationexport.cxx522 Reference< XInterface > getParagraphTarget( const ParagraphTarget* pTarget ) const;
1410 Reference< XInterface > AnimationsExporterImpl::getParagraphTarget( const ParagraphTarget* pTarget in getParagraphTarget()
1412 if( pTarget ) try in getParagraphTarget()
1414 Reference< XEnumerationAccess > xParaEnumAccess( pTarget->Shape, UNO_QUERY_THROW ); in getParagraphTarget()
1417 sal_Int32 nParagraph = pTarget->Paragraph; in getParagraphTarget()
/aoo41x/main/sc/source/ui/inc/
H A Dgridwin.hxx280 String* pName=0, String* pUrl=0, String* pTarget=0 );
282 String* pName=0, String* pUrl=0, String* pTarget=0 );
/aoo41x/main/sc/source/core/data/
H A Dbcaslot.cxx469 ScBroadcastArea* pTarget = *(aPair.first); in UpdateInsert() local
470 if (pArea != pTarget) in UpdateInsert()
472 SvtBroadcaster& rTarget = pTarget->GetBroadcaster(); in UpdateInsert()
/aoo41x/main/sw/source/core/frmedt/
H A Dfecopy.cxx1477 SdrObject* pTarget = 0; in Paste() local
1486 pTarget = pMark->GetMarkedSdrObj(); in Paste()
1490 if(pTarget) in Paste()
1493 aSet.Set(pTarget->GetMergedItemSet()); in Paste()
/aoo41x/main/sd/source/core/
H A Dsdpage2.cxx451 SdrObject* pTarget = aTargetIter.Next(); in Clone() local
454 pTarget->SetUserCall( pNewPage ); in Clone()
/aoo41x/main/sfx2/source/dialog/
H A Dtempldlg.cxx566 virtual sal_Bool NotifyMoving(SvLBoxEntry* pTarget,
659 sal_Bool StyleTreeListBox_Impl::NotifyMoving(SvLBoxEntry* pTarget, in NotifyMoving() argument
671 if(!pTarget || !pEntry) in NotifyMoving()
673 aParent = GetEntryText(pTarget); in NotifyMoving()
676 rpNewParent = pTarget; in NotifyMoving()
680 for(SvLBoxEntry *pTmpEntry=FirstChild(pTarget); in NotifyMoving()
/aoo41x/main/sd/inc/
H A DCustomAnimationCloner.hxx35 const SdPage* pSource = 0, const SdPage* pTarget = 0 );
/aoo41x/main/sfx2/source/control/
H A Dshell.cxx556 void SfxShell::SetRepeatTarget( SfxRepeatTarget *pTarget ) in SetRepeatTarget() argument
576 pImp->pRepeatTarget = pTarget; in SetRepeatTarget()
/aoo41x/main/sal/inc/rtl/
H A Dustring.hxx1290 inline bool convertToString(OString * pTarget, rtl_TextEncoding nEncoding, in convertToString() argument
1293 return rtl_convertUStringToString(&pTarget->pData, pData->buffer, in convertToString()
H A Dstring.h1178 sal_Bool SAL_CALL rtl_convertUStringToString(rtl_String ** pTarget,
/aoo41x/main/dtrans/source/win32/dnd/
H A Dtargetdragcontext.hxx49 TargetDragContext( DropTarget* pTarget);
H A Dtargetdropcontext.hxx47 TargetDropContext( DropTarget* pTarget);
H A Didroptarget.hxx38 IDropTargetImpl( DropTarget& pTarget);
/aoo41x/main/filter/source/graphicfilter/itiff/
H A Dlzwdecom.hxx44 sal_uLong Decompress(sal_uInt8 * pTarget, sal_uLong nMaxCount);
/aoo41x/main/sw/source/ui/utlui/
H A Dglbltree.cxx602 sal_Bool SwGlobalTree::NotifyMoving( SvLBoxEntry* pTarget, in NotifyMoving() argument
610 …sal_uInt16 nDest = pTarget ? (sal_uInt16) _pModel->GetAbsPos(pTarget) : pSwGlblDocContents->Coun… in NotifyMoving()
/aoo41x/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx1633 SvLBoxEntry* pTarget, in NotifyMoving() argument
1638 SvLBoxEntry* pDestination = pTarget; in NotifyMoving()
1661 if (pTarget == NULL) in NotifyMoving()
/aoo41x/main/svx/source/svdraw/
H A Dsvdpagv.cxx459 SdrPageWindow* pTarget = GetPageWindow(a); in DrawLayer() local
460 pTarget->RedrawLayer(&nID, pRedirector); in DrawLayer()
/aoo41x/main/svtools/source/contnr/
H A Dsvtreebx.cxx1581 SvLBoxEntry* pTarget = pImp->GetEntry( rPos ); in GetDropTarget() local
1583 if( !pTarget ) in GetDropTarget()
1586 pTarget == First() && rPos.Y() < 6 ) in GetDropTarget()
1589 return pTarget; in GetDropTarget()
H A Dimivctl1.cxx2165 SvxIconChoiceCtrlEntry* pTarget = 0; in GetNextEntry() local
2175 pTarget = pEntry; in GetNextEntry()
2180 return pTarget; in GetNextEntry()
2186 SvxIconChoiceCtrlEntry* pTarget = 0; in GetPrevEntry() local
2196 pTarget = pEntry; in GetPrevEntry()
2201 return pTarget; in GetPrevEntry()
/aoo41x/main/sd/source/ui/inc/
H A Dsdtreelb.hxx191 SvLBoxEntry* pTarget,
/aoo41x/main/sfx2/inc/sfx2/
H A Dshell.hxx220 void SetRepeatTarget( SfxRepeatTarget *pTarget );
/aoo41x/main/sfx2/source/view/
H A Dviewfrm.cxx1074 SfxRepeatTarget *pTarget = pSh->GetRepeatTarget(); in StateHistory_Impl() local
1075 if ( pShUndoMgr && pTarget && pShUndoMgr->GetRepeatActionCount() && in StateHistory_Impl()
1076 pShUndoMgr->CanRepeat(*pTarget) ) in StateHistory_Impl()
1079 aTmp += pShUndoMgr->GetRepeatActionComment(*pTarget); in StateHistory_Impl()
/aoo41x/main/sw/source/core/unocore/
H A Dunoframe.cxx307 const ::uno::Any* pTarget = 0; in FillBaseProperties() local
308 GetProperty(RES_URL, MID_URL_TARGET, pTarget ); in FillBaseProperties()
313 if(pURL||pTarget||pHyLNm||pHySMp) in FillBaseProperties()
318 if(pTarget) in FillBaseProperties()
319 bRet &= ((SfxPoolItem&)aURL).PutValue(*pTarget, MID_URL_TARGET); in FillBaseProperties()
/aoo41x/main/sc/source/ui/view/
H A Dgridwin.cxx4942 String* pName, String* pUrl, String* pTarget ) in GetEditUrl() argument
4944 return GetEditUrlOrError( sal_False, rPos, pName, pUrl, pTarget ); in GetEditUrl()
4948 String* pName, String* pUrl, String* pTarget ) in GetEditUrlOrError() argument
5101 if ( pName || pUrl || pTarget ) in GetEditUrlOrError()
5108 if (pTarget) in GetEditUrlOrError()
5109 *pTarget = pURLField->GetTargetFrame(); in GetEditUrlOrError()
/aoo41x/main/tools/inc/tools/
H A Dfsys.hxx399 const DirEntry *pSource, const DirEntry *pTarget );

Completed in 564 milliseconds

1234