Home
last modified time | relevance | path

Searched refs:pTarget (Results 1 – 25 of 80) sorted by relevance

1234

/trunk/main/svl/source/items/
H A Dnranges.cxx494 pTarget[ nTargetPos ] = l1; in operator -=()
503 pTarget[ nTargetPos ] = l1; in operator -=()
533 pTarget[ nTargetPos ] = l1; in operator -=()
556 pTarget[ nTargetPos ] = l1; in operator -=()
577 pTarget[ nTargetPos ] = 0; in operator -=()
591 delete [] pTarget; in operator -=()
721 pTarget[ nTargetPos ] = l2; in operator /=()
729 pTarget[ nTargetPos ] = l2; in operator /=()
741 pTarget[ nTargetPos ] = l1; in operator /=()
755 pTarget[ nTargetPos ] = 0; in operator /=()
[all …]
H A Dpoolio.cxx1109 for ( SfxItemPool *pTarget = this; pTarget; pTarget = pTarget->pSecondary ) in LoadSurrogate() local
1112 if ( pTarget->IsInRange(rWhich) ) in LoadSurrogate()
1116 return *(pTarget->ppStaticDefaults + in LoadSurrogate()
1117 pTarget->GetIndex_Impl(rWhich)); in LoadSurrogate()
1119 SfxPoolItemArray_Impl* pItemArr = *(pTarget->pImp->ppPoolItems + in LoadSurrogate()
1120 pTarget->GetIndex_Impl(rWhich)); in LoadSurrogate()
1133 return &pTarget->Put( *pItem ); in LoadSurrogate()
1136 if ( !pTarget->HasPersistentRefCounts() ) in LoadSurrogate()
/trunk/main/sax/source/expatwrap/
H A Dsaxwriter.cxx147 sal_Int8 *pTarget,
282 sal_Int8 *pTarget, in convertToXML() argument
379 pTarget[rPos] = LINEFEED; in convertToXML()
399 pTarget[rPos] = 9; in convertToXML()
406 pTarget[rPos] = (sal_Int8)c; in convertToXML()
414 pTarget[rPos] = (sal_Int8)c; in convertToXML()
470 pTarget[rPos] = aBytes[0]; in convertToXML()
472 pTarget[rPos] = aBytes[1]; in convertToXML()
474 pTarget[rPos] = aBytes[2]; in convertToXML()
486 pTarget[rPos] = aBytes[0]; in convertToXML()
[all …]
/trunk/main/filter/source/graphicfilter/itiff/
H A Dccidecom.cxx712 pSrc = pTarget; in DecompressScanline()
882 pTarget+=nBitPos>>3; in FillBits()
890 *(++pTarget)=nBlackOrWhite; in FillBits()
893 if (nNumBits>0) *(++pTarget)=nBlackOrWhite; in FillBits()
993 pTarget++; in Read1DScanlineData()
1000 pTarget++; in Read1DScanlineData()
1003 *(pTarget++)=nBlackOrWhite; in Read1DScanlineData()
1007 *pTarget=nBlackOrWhite; in Read1DScanlineData()
1039 FillBits(pTarget,nTargetBits,nBitPos,nRun,0x00); in Read2DScanlineData()
1041 FillBits(pTarget,nTargetBits,nBitPos,1,0xff); in Read2DScanlineData()
[all …]
H A Dccidecom.hxx61 sal_Bool DecompressScanline(sal_uInt8 * pTarget, sal_uLong nTargetBits, bool bLastLine );
80 void FillBits(sal_uInt8 * pTarget, sal_uInt16 nTargetBits,
87 void Read1DScanlineData(sal_uInt8 * pTarget, sal_uInt16 nTargetBits);
89 void Read2DScanlineData(sal_uInt8 * pTarget, sal_uInt16 nTargetBits);
/trunk/main/sal/rtl/source/
H A Dstring.c174 OSL_ASSERT(pTarget != NULL in rtl_impl_convertUStringToString()
180 rtl_string_new( pTarget ); in rtl_impl_convertUStringToString()
202 if ( *pTarget ) in rtl_impl_convertUStringToString()
203 IMPL_RTL_STRINGNAME( release )( *pTarget ); in rtl_impl_convertUStringToString()
205 OSL_ASSERT(*pTarget != NULL); in rtl_impl_convertUStringToString()
206 pBuffer = (*pTarget)->buffer; in rtl_impl_convertUStringToString()
286 if ( *pTarget ) in rtl_impl_convertUStringToString()
287 IMPL_RTL_STRINGNAME( release )( *pTarget ); in rtl_impl_convertUStringToString()
288 *pTarget = pTemp; in rtl_impl_convertUStringToString()
293 rtl_string_new( pTarget ); in rtl_impl_convertUStringToString()
[all …]
/trunk/main/dtrans/source/win32/dnd/
H A Dtarget.cxx224 DropTarget *pTarget= (DropTarget*)msg.wParam; in DndTargetOleSTAFunc() local
228 AttachThreadInput( threadId , pTarget->m_threadIdWindow, TRUE ); in DndTargetOleSTAFunc()
230 if( SUCCEEDED( CoLockObjectExternal(pTarget-> m_pDropTarget, TRUE, FALSE))) in DndTargetOleSTAFunc()
232 if( FAILED( RegisterDragDrop( pTarget-> m_hWnd, pTarget-> m_pDropTarget) ) ) in DndTargetOleSTAFunc()
235 CoLockObjectExternal( pTarget->m_pDropTarget, FALSE, FALSE); in DndTargetOleSTAFunc()
236 pTarget->m_pDropTarget->Release(); in DndTargetOleSTAFunc()
237 pTarget->m_hWnd= NULL; in DndTargetOleSTAFunc()
243 DropTarget *pTarget= (DropTarget*)msg.wParam; in DndTargetOleSTAFunc() local
244 RevokeDragDrop( pTarget-> m_hWnd); in DndTargetOleSTAFunc()
246 AttachThreadInput( threadId, pTarget->m_threadIdWindow, FALSE); in DndTargetOleSTAFunc()
[all …]
/trunk/main/svtools/source/contnr/
H A Dsvlbox.cxx920 SvLBoxEntry* pTarget, // D&D-Drop-Position in this->GetModel() in NotifyMoving() argument
936 if( !pTarget ) in NotifyMoving()
942 if ( !pTarget->HasChilds() && !pTarget->HasChildsOnDemand() ) in NotifyMoving()
945 rpNewParent = GetParent( pTarget ); in NotifyMoving()
946 rNewChildPos = pModel->GetRelPos( pTarget ) + 1; in NotifyMoving()
953 rpNewParent = pTarget; in NotifyMoving()
954 if( IsExpanded(pTarget)) in NotifyMoving()
970 return NotifyMoving(pTarget,pEntry,rpNewParent,rNewChildPos); in NotifyCopying()
1800 SvLBoxEntry* pTarget = pTargetEntry; // !!! kann 0 sein !!! in ExecuteDrop() local
1804 if ( CopySelection( aDDInfo.pSource, pTarget ) ) in ExecuteDrop()
[all …]
H A Dsvimpicn.cxx2218 if( !pTarget || !pTarget->HasChilds() ) in GetDropTarget()
2219 pTarget = pCurParent; in GetDropTarget()
2220 return pTarget; in GetDropTarget()
2226 SvLBoxEntry* pTarget = 0; in GetEntry() local
2236 pTarget = pEntry; in GetEntry()
2240 return pTarget; in GetEntry()
2246 SvLBoxEntry* pTarget = 0; in GetNextEntry() local
2257 pTarget = pEntry; in GetNextEntry()
2262 return pTarget; in GetNextEntry()
2279 pTarget = pEntry; in GetPrevEntry()
[all …]
/trunk/main/sw/source/core/undo/
H A Dunsort.cxx57 delete SORT_TXT_TBL.TBL.pTarget; in SV_IMPL_PTRARR()
117 const SwTableBox* pTarget = rTbl.GetTblBox( in UndoImpl() local
118 *aSortList[i]->SORT_TXT_TBL.TBL.pTarget ); in UndoImpl()
121 MoveCell(&rDoc, pTarget, pSource, in UndoImpl()
125 aMovedList.Insert(pTarget, aMovedList.Count() ); in UndoImpl()
194 const SwTableBox* pTarget = rTbl.GetTblBox( in RedoImpl() local
195 (const String&) *aSortList[i]->SORT_TXT_TBL.TBL.pTarget ); in RedoImpl()
198 MoveCell(&rDoc, pSource, pTarget, in RedoImpl()
199 USHRT_MAX != aMovedList.GetPos( pTarget ) ); in RedoImpl()
/trunk/main/sw/source/core/text/
H A Dporglue.hxx49 void MoveGlue( SwGluePortion *pTarget, const short nPrtGlue );
50 inline void MoveAllGlue( SwGluePortion *pTarget );
51 inline void MoveHalfGlue( SwGluePortion *pTarget );
110 inline void SwGluePortion::MoveAllGlue( SwGluePortion *pTarget ) in MoveAllGlue() argument
112 MoveGlue( pTarget, GetPrtGlue() ); in MoveAllGlue()
119 inline void SwGluePortion::MoveHalfGlue( SwGluePortion *pTarget ) in MoveHalfGlue() argument
121 MoveGlue( pTarget, GetPrtGlue() / 2 ); in MoveHalfGlue()
/trunk/main/svtools/source/filter/igif/
H A Ddecode.cxx81 HPBYTE pTarget = (HPBYTE) rtl_allocateMemory( nTargetSize ); in DecompressBlock() local
82 HPBYTE pTmpTarget = pTarget; in DecompressBlock()
95 sal_uLong nOffset = pTmpTarget - pTarget; in DecompressBlock()
98 memcpy( pTmp, pTarget, nTargetSize ); in DecompressBlock()
99 rtl_freeMemory( pTarget ); in DecompressBlock()
102 pTmpTarget = ( pTarget = pTmp ) + nOffset; in DecompressBlock()
117 return pTarget; in DecompressBlock()
/trunk/main/svx/source/svdraw/
H A Dsvdundo.cxx1196 if(!pTarget) in Undo()
1219 SdrText* pText = pTarget->getText(mnText); in Undo()
1226 pTarget->SetEmptyPresObj(bEmptyPresObj); in Undo()
1227 pTarget->ActionChanged(); in Undo()
1232 pTarget->NbcAdjustTextFrameWidthAndHeight(); in Undo()
1238 pTarget->BroadcastObjectChange(); in Undo()
1246 if(!pTarget) in Redo()
1260 SdrText* pText = pTarget->getText(mnText); in Redo()
1267 pTarget->ActionChanged(); in Redo()
1272 pTarget->NbcAdjustTextFrameWidthAndHeight(); in Redo()
[all …]
/trunk/main/sfx2/source/doc/
H A Ddocvor.cxx557 SvLBoxEntry* pTarget, in MoveOrCopyTemplates() argument
617 pNewParent = GetParent(pTarget); in MoveOrCopyTemplates()
624 pNewParent = pTarget; in MoveOrCopyTemplates()
629 pTarget, pSource, pNewParent, rIdx); in MoveOrCopyTemplates()
648 SvLBoxEntry* pTarget, in MoveOrCopyContents() argument
692 Path aTarget(this, pTarget); in MoveOrCopyContents()
730 SvLBoxEntry *pParentIter = pTarget; in MoveOrCopyContents()
845 if ( !pTarget ) in NotifyMoving()
846 pTarget = pDlg->pTargetEntry; in NotifyMoving()
904 if ( !pTarget ) in NotifyCopying()
[all …]
/trunk/main/idlc/source/
H A Didlccompile.cxx186 FILE* pTarget = fopen(target.getStr(), "wb"); in copyFile() local
187 if ( !pTarget ) in copyFile()
202 … if ( (writeSize = fwrite(pBuffer, 1, readSize, pTarget)) != readSize || ferror(pTarget) ) in copyFile()
207 fclose(pTarget); in copyFile()
216 if ( fflush(pTarget) ) in copyFile()
218 fclose(pTarget); in copyFile()
/trunk/main/sd/source/core/
H A DCustomAnimationCloner.cxx82 …t Reference< XAnimationNode >& xSourceNode, const SdPage* pSource = 0, const SdPage* pTarget = 0 );
100 …one( const Reference< XAnimationNode >& xSourceNode, const SdPage* pSource, const SdPage* pTarget ) in Clone() argument
103 return aCloner.Clone( xSourceNode, pSource, pTarget ); in Clone()
123 SdrObject* pTarget = aTargetIter.Next(); in Clone() local
125 if( pSource && pTarget) in Clone()
128 Reference< XShape > xTarget( pTarget->getUnoShape(), UNO_QUERY ); in Clone()
/trunk/main/sw/source/ui/misc/
H A Dglossary.cxx1079 sal_Bool SwGlTreeListBox::NotifyMoving( SvLBoxEntry* pTarget, in NotifyMoving() argument
1086 if(!pTarget) //An den Anfang verschieben in NotifyMoving()
1088 pTarget = GetEntry(0); in NotifyMoving()
1094 GetParent(pTarget) ? GetParent(pTarget) : pTarget; in NotifyMoving()
1127 sal_Bool SwGlTreeListBox::NotifyCopying( SvLBoxEntry* pTarget, in NotifyCopying() argument
1136 if(!pTarget) //An den Anfang verschieben in NotifyCopying()
1138 pTarget = GetEntry(0); in NotifyCopying()
1142 GetParent(pTarget) ? GetParent(pTarget) : pTarget; in NotifyCopying()
/trunk/main/sd/source/ui/sidebar/
H A DSidebarFocusManager.hxx62 ::Window* pTarget,
73 void RegisterUpLink (::Window* pSource, ::Window* pTarget);
83 void RegisterDownLink (::Window* pSource, ::Window* pTarget);
91 ::Window* pTarget);
/trunk/main/basctl/source/basicide/
H A Dmoduldlg.cxx260 sal_Bool __EXPORT ExtBasicTreeListBox::NotifyMoving( SvLBoxEntry* pTarget, SvLBoxEntry* pEntry, in NotifyMoving() argument
263 return NotifyCopyingMoving( pTarget, pEntry, in NotifyMoving()
268 sal_Bool __EXPORT ExtBasicTreeListBox::NotifyCopying( SvLBoxEntry* pTarget, SvLBoxEntry* pEntry, in NotifyCopying() argument
272 return NotifyCopyingMoving( pTarget, pEntry, in NotifyCopying()
333 sal_Bool __EXPORT ExtBasicTreeListBox::NotifyCopyingMoving( SvLBoxEntry* pTarget, SvLBoxEntry* pEnt… in NotifyCopyingMoving() argument
338 DBG_ASSERT( pTarget, "Kein Ziel?" ); // NULL (ganz vorne) erreicht werden in NotifyCopyingMoving()
339 sal_uInt16 nDepth = GetModel()->GetDepth( pTarget ); in NotifyCopyingMoving()
344 rpNewParent = pTarget; in NotifyCopyingMoving()
350 rpNewParent = GetParent( pTarget ); in NotifyCopyingMoving()
351 rNewChildPos = GetModel()->GetRelPos( pTarget ) + 1; in NotifyCopyingMoving()
/trunk/main/svtools/inc/svtools/
H A Dsvlbox.hxx335 …void InsertTree( SvLBoxEntry* pTree, SvLBoxEntry* pTarget) {pModel->InsertTree( pTree, pTarget )… in InsertTree() argument
423 sal_Bool CopySelection( SvLBox* pSource, SvLBoxEntry* pTarget );
424 sal_Bool MoveSelection( SvLBox* pSource, SvLBoxEntry* pTarget );
425 …sal_Bool MoveSelectionCopyFallbackPossible( SvLBox* pSource, SvLBoxEntry* pTarget, sal_Bool bAll…
553 SvLBoxEntry* pTarget, // D&D-Drop-Position in this->GetModel()
561 SvLBoxEntry* pTarget, // D&D-Drop-Position in this->GetModel()
/trunk/main/sfx2/inc/
H A Ddocvor.hxx73 SvLBoxEntry* pTarget,
76 SvLBoxEntry* pTarget,
113 SvLBoxEntry* pTarget,
119 SvLBoxEntry* pTarget,
/trunk/main/canvas/source/cairo/
H A Dcairo_cachedbitmap.cxx71 RepaintTarget* pTarget = dynamic_cast< RepaintTarget* >(rTargetCanvas.get()); in doRedraw() local
73 ENSURE_OR_THROW( pTarget, in doRedraw()
76 if( !pTarget->repaint( mpSurface, in doRedraw()
/trunk/main/canvas/source/vcl/
H A Dcachedbitmap.cxx82 RepaintTarget* pTarget = dynamic_cast< RepaintTarget* >(rTargetCanvas.get()); in doRedraw() local
84 ENSURE_OR_THROW( pTarget, in doRedraw()
87 if( !pTarget->repaint( mpGraphicObject, in doRedraw()
/trunk/main/svx/source/form/
H A Dfiltnav.cxx1838 SvLBoxEntry* pTarget = getter( this, NULL ); in KeyInput() local
1839 if ( !pTarget ) in KeyInput()
1842 FmFilterItems* pTargetItems = getTargetItems( pTarget ); in KeyInput()
1855 pTarget = getter(this,pTarget); in KeyInput()
1856 if ( !pTarget ) in KeyInput()
1858 pTargetItems = getTargetItems( pTarget ); in KeyInput()
1867 pTarget = getter( this, pTarget ); in KeyInput()
1868 if ( !pTarget ) in KeyInput()
1871 pTargetItems = getTargetItems( pTarget ); in KeyInput()
/trunk/main/sw/source/ui/inc/
H A Dconttree.hxx127 virtual sal_Bool NotifyMoving( SvLBoxEntry* pTarget,
132 virtual sal_Bool NotifyCopying( SvLBoxEntry* pTarget,
272 virtual sal_Bool NotifyMoving( SvLBoxEntry* pTarget,
277 virtual sal_Bool NotifyCopying( SvLBoxEntry* pTarget,

Completed in 242 milliseconds

1234