| /AOO41X/main/svl/source/items/ |
| H A D | nranges.cxx | 478 NUMTYPE *pTarget = new NUMTYPE[ nTargetSize ]; in operator -=() local 479 memset( pTarget, 0, sizeof(NUMTYPE)*nTargetSize ); in operator -=() 480 memcpy( pTarget, _pRanges, sizeof(NUMTYPE)*nThisSize ); in operator -=() 494 pTarget[ nTargetPos ] = l1; in operator -=() 495 pTarget[ nTargetPos+1 ] = u1; in operator -=() 503 pTarget[ nTargetPos ] = l1; in operator -=() 504 pTarget[ nTargetPos+1 ] = u1; in operator -=() 533 pTarget[ nTargetPos ] = l1; in operator -=() 534 pTarget[ nTargetPos+1 ] = l2 - 1; in operator -=() 556 pTarget[ nTargetPos ] = l1; in operator -=() [all …]
|
| H A D | poolio.cxx | 1109 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()
|
| /AOO41X/main/filter/source/graphicfilter/itiff/ |
| H A D | ccidecom.cxx | 632 sal_Bool CCIDecompressor::DecompressScanline( sal_uInt8 * pTarget, sal_uLong nTargetBits ) in DecompressScanline() argument 705 Read2DScanlineData( pTarget, (sal_uInt16)nTargetBits ); in DecompressScanline() 707 Read1DScanlineData( pTarget, (sal_uInt16)nTargetBits ); in DecompressScanline() 712 pSrc = pTarget; in DecompressScanline() 867 void CCIDecompressor::FillBits(sal_uInt8 * pTarget, sal_uInt16 nTargetBits, in FillBits() argument 876 pTarget+=nBitPos>>3; in FillBits() 879 if (nBlackOrWhite==0x00) *pTarget &= 0xff << (8-nBitPos); in FillBits() 880 else *pTarget |= 0xff >> nBitPos; in FillBits() 884 *(++pTarget)=nBlackOrWhite; in FillBits() 887 if (nNumBits>0) *(++pTarget)=nBlackOrWhite; in FillBits() [all …]
|
| H A D | ccidecom.hxx | 61 sal_Bool DecompressScanline(sal_uInt8 * pTarget, sal_uLong nTargetBits ); 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);
|
| H A D | lzwdecom.cxx | 79 sal_uLong LZWDecompressor::Decompress(sal_uInt8 * pTarget, sal_uLong nMaxCount) in Decompress() argument 94 *(pTarget++)=*(pOutBufData++); in Decompress() 103 *(pTarget++)=*(pOutBufData++); in Decompress()
|
| /AOO41X/main/sax/source/expatwrap/ |
| H A D | saxwriter.cxx | 141 inline void AddBytes(sal_Int8* pTarget, sal_uInt32& rPos, 147 sal_Int8 *pTarget, 251 inline void SaxWriterHelper::AddBytes(sal_Int8* pTarget, sal_uInt32& rPos, in AddBytes() argument 256 memcpy( &(pTarget[rPos]) , pBytes, nCount); in AddBytes() 264 memcpy( &(pTarget[rPos]), &pBytes[nCount], nRestCount); in AddBytes() 268 AddBytes(pTarget, rPos, &pBytes[nCount], nRestCount); in AddBytes() 282 sal_Int8 *pTarget, in convertToXML() argument 302 AddBytes(pTarget, rPos, (sal_Int8*)"&", 5); in convertToXML() 305 memcpy( &(pTarget[rPos]) , "&", 5 ); in convertToXML() 313 AddBytes(pTarget, rPos, (sal_Int8*)"<", 4); in convertToXML() [all …]
|
| /AOO41X/main/sal/rtl/source/ |
| H A D | string.c | 167 sal_Bool SAL_CALL rtl_impl_convertUStringToString(rtl_String ** pTarget, in rtl_impl_convertUStringToString() argument 174 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() 204 *pTarget = IMPL_RTL_STRINGNAME( ImplAlloc )( nLength ); 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() [all …]
|
| /AOO41X/main/dtrans/source/win32/dnd/ |
| H A D | target.cxx | 224 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 …]
|
| /AOO41X/main/sw/source/core/text/ |
| H A D | porglue.hxx | 49 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()
|
| /AOO41X/main/sw/source/core/undo/ |
| H A D | unsort.cxx | 57 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()
|
| /AOO41X/main/svtools/source/contnr/ |
| H A D | svlbox.cxx | 920 SvLBoxEntry* pTarget, // D&D-Drop-Position in this->GetModel() in NotifyMoving() argument 927 SvLBoxEntry* pTarget, // D&D-Drop-Position in this->GetModel() in NotifyMoving() 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() 963 SvLBoxEntry* pTarget, // D&D-Drop-Position in this->GetModel() in NotifyCopying() argument 970 return NotifyMoving(pTarget,pEntry,rpNewParent,rNewChildPos); in NotifyCopying() [all …]
|
| /AOO41X/main/svtools/source/filter/igif/ |
| H A D | decode.cxx | 81 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()
|
| /AOO41X/main/sfx2/source/doc/ |
| H A D | docvor.cxx | 557 SvLBoxEntry* pTarget, in MoveOrCopyTemplates() argument 602 GetIndices_Impl(this, pTarget, nTargetRegion, nTargetIndex); in MoveOrCopyTemplates() 615 if(pSourceBox->GetModel()->GetDepth(pSource) == GetModel()->GetDepth(pTarget)) in MoveOrCopyTemplates() 617 pNewParent = GetParent(pTarget); in MoveOrCopyTemplates() 618 rIdx = GetModel()->GetRelPos(pTarget)+1; 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() [all …]
|
| /AOO41X/main/idlc/source/ |
| H A D | idlccompile.cxx | 186 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()
|
| /AOO41X/main/sd/source/core/ |
| H A D | CustomAnimationCloner.cxx | 82 …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()
|
| /AOO41X/main/sd/source/ui/sidebar/ |
| H A D | SidebarFocusManager.hxx | 62 ::Window* pTarget, 73 void RegisterUpLink (::Window* pSource, ::Window* pTarget); 83 void RegisterDownLink (::Window* pSource, ::Window* pTarget); 91 ::Window* pTarget);
|
| /AOO41X/main/sw/source/ui/misc/ |
| H A D | glossary.cxx | 1074 sal_Bool SwGlTreeListBox::NotifyMoving( SvLBoxEntry* pTarget, in NotifyMoving() argument 1081 if(!pTarget) //An den Anfang verschieben in NotifyMoving() 1083 pTarget = GetEntry(0); in NotifyMoving() 1089 GetParent(pTarget) ? GetParent(pTarget) : pTarget; in NotifyMoving() 1122 sal_Bool SwGlTreeListBox::NotifyCopying( SvLBoxEntry* pTarget, in NotifyCopying() argument 1131 if(!pTarget) //An den Anfang verschieben in NotifyCopying() 1133 pTarget = GetEntry(0); in NotifyCopying() 1137 GetParent(pTarget) ? GetParent(pTarget) : pTarget; in NotifyCopying()
|
| /AOO41X/main/svtools/inc/svtools/ |
| H A D | svlbox.hxx | 335 … 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_… 553 SvLBoxEntry* pTarget, // D&D-Drop-Position in this->GetModel() 561 SvLBoxEntry* pTarget, // D&D-Drop-Position in this->GetModel()
|
| /AOO41X/main/basctl/source/basicide/ |
| H A D | moduldlg.cxx | 260 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()
|
| /AOO41X/main/sfx2/inc/ |
| H A D | docvor.hxx | 73 SvLBoxEntry* pTarget, 76 SvLBoxEntry* pTarget, 113 SvLBoxEntry* pTarget, 119 SvLBoxEntry* pTarget,
|
| /AOO41X/main/canvas/source/cairo/ |
| H A D | cairo_cachedbitmap.cxx | 71 RepaintTarget* pTarget = dynamic_cast< RepaintTarget* >(rTargetCanvas.get()); in doRedraw() local 73 ENSURE_OR_THROW( pTarget, in doRedraw() 76 if( !pTarget->repaint( mpSurface, in doRedraw()
|
| /AOO41X/main/canvas/source/vcl/ |
| H A D | cachedbitmap.cxx | 82 RepaintTarget* pTarget = dynamic_cast< RepaintTarget* >(rTargetCanvas.get()); in doRedraw() local 84 ENSURE_OR_THROW( pTarget, in doRedraw() 87 if( !pTarget->repaint( mpGraphicObject, in doRedraw()
|
| /AOO41X/main/sw/source/ui/inc/ |
| H A D | conttree.hxx | 127 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,
|
| /AOO41X/main/svx/source/form/ |
| H A D | filtnav.cxx | 1838 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()
|
| /AOO41X/main/svgio/source/svgreader/ |
| H A D | svgdocumenthandler.cxx | 545 SvgCharacterNode* pTarget = 0; in characters() local 549 … pTarget = dynamic_cast< SvgCharacterNode* >(rChilds[rChilds.size() - 1]); in characters() 552 if(pTarget) in characters() 555 pTarget->concatenate(aChars); in characters()
|