/aoo42x/main/svl/source/items/ |
H A D | nranges.cxx | 494 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 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()
|
/aoo42x/main/sax/source/expatwrap/ |
H A D | saxwriter.cxx | 147 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 …]
|
/aoo42x/main/filter/source/graphicfilter/itiff/ |
H A D | ccidecom.cxx | 712 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 D | ccidecom.hxx | 61 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);
|
/aoo42x/main/sal/rtl/source/ |
H A D | string.c | 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() 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 …]
|
/aoo42x/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 …]
|
/aoo42x/main/svtools/source/contnr/ |
H A D | svlbox.cxx | 920 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 D | svimpicn.cxx | 2218 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 …]
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdundo.cxx | 1196 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 …]
|
/aoo42x/main/sfx2/source/doc/ |
H A D | docvor.cxx | 557 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 …]
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/main/sw/source/ui/misc/ |
H A D | glossary.cxx | 1079 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()
|
/aoo42x/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);
|
/aoo42x/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()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | svlbox.hxx | 335 …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()
|
/aoo42x/main/sfx2/inc/ |
H A D | docvor.hxx | 73 SvLBoxEntry* pTarget, 76 SvLBoxEntry* pTarget, 113 SvLBoxEntry* pTarget, 119 SvLBoxEntry* pTarget,
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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,
|