Home
last modified time | relevance | path

Searched defs:pDest (Results 1 – 25 of 76) sorted by relevance

1234

/trunk/main/cppu/source/uno/
H A Dany.cxx37 uno_Any * pDest, void * pSource, in uno_type_any_assign()
54 uno_Any * pDest, void * pSource, in uno_any_assign()
71 uno_Any * pDest, void * pSource, in uno_type_any_construct()
87 uno_Any * pDest, void * pSource, in uno_any_construct()
103 uno_Any * pDest, void * pSource, in uno_type_any_constructAndConvert()
119 uno_Any * pDest, void * pSource, in uno_any_constructAndConvert()
H A Ddestr.hxx220 rtl_uString ** pDest = (rtl_uString **)pElements; in idestructElements() local
229 typelib_TypeDescriptionReference ** pDest = (typelib_TypeDescriptionReference **)pElements; in idestructElements() local
238 uno_Any * pDest = (uno_Any *)pElements; in idestructElements() local
284 uno_Sequence ** pDest = (uno_Sequence **)pElements; in idestructElements() local
H A Dcopy.hxx65 void * pDest, void * pSource, in _copyConstructStruct()
104 void * pDest, void * pSource, in _copyConstructArray()
138 void * pDest, void * pSource, in _copyConstructUnion()
548 uno_Sequence * pDest; in icopyConstructSequence() local
743 void * pDest, void * pSource, in _copyConstructData()
H A Ddata.cxx133 void * pDest, void * pSource, in copyConstructStruct()
151 void * pDest, void *pSource, in equalStruct()
160 void * pDest, void * pSource, in assignStruct()
189 uno_Sequence * pDest, uno_Sequence * pSource, in equalSequence()
232 void * pDest, void * pSource, in uno_type_copyData()
241 void * pDest, void * pSource, in uno_copyData()
250 void * pDest, void * pSource, in uno_type_copyAndConvertData()
259 void * pDest, void * pSource, in uno_copyAndConvertData()
292 void * pDest, typelib_TypeDescriptionReference * pDestType, in uno_type_assignData()
304 void * pDest, typelib_TypeDescription * pDestTD, in uno_assignData()
H A Dassign.hxx74 void * pDest, void * pSource, in _assignStruct()
107 void * pDest, void * pSource, in _assignArray()
230 void * pDest, in _assignData()
H A Deq.hxx78 void * pDest, void *pSource, in _equalStruct()
115 uno_Sequence * pDest, uno_Sequence * pSource, in _equalSequence()
298 void * pDest, in _equalData()
H A Dsequence.cxx554 char * pDest = in icopyConstructFromElements() local
603 char * pDest = in icopyConstructFromElements() local
/trunk/main/svtools/source/filter/ixpm/
H A Dxpmread.cxx325 sal_Bool XPMReader::ImplGetColSub( sal_uInt8* pDest ) in ImplGetColSub()
441 void XPMReader::ImplGetRGBHex( sal_uInt8* pDest,sal_uLong nAdd ) in ImplGetRGBHex()
487 sal_Bool XPMReader::ImplCompare( sal_uInt8* pSource, sal_uInt8* pDest, sal_uLong nSize, sal_uLong n… in ImplCompare()
/trunk/main/oox/source/ppt/
H A Dpptfilterhelpers.cxx105 const sal_Char* pDest[] = { "x", "y", "width", "height", NULL }; in convertMeasure() local
/trunk/main/filter/source/graphicfilter/ieps/
H A Dieps.cxx65 static sal_uInt8* ImplSearchEntry( sal_uInt8* pSource, sal_uInt8* pDest, sal_uLong nComp, sal_uLong… in ImplSearchEntry()
439 sal_uInt8* pDest = ImplSearchEntry( pBuf, (sal_uInt8*)"%%Title:", nBytesRead - 32, 8 ); in MakePreview() local
585 sal_uInt8* pDest = ImplSearchEntry( pBuf, (sal_uInt8*)"%%BeginPreview:", nBytesRead - 32, 15 ); in GraphicImport() local
685 sal_uInt8* pDest = ImplSearchEntry( pBuf, (sal_uInt8*)"%%BoundingBox:", nBytesRead, 14 ); in GraphicImport() local
/trunk/main/sc/source/ui/vba/
H A Dvbaworkbook.cxx87 sal_Int32* pDest = ColorData.getArray(); in initColorData() local
102 sal_Int32* pDest = dDefaultColors.getArray(); in ResetColors() local
/trunk/main/filter/source/graphicfilter/icgm/
H A Dcgm.cxx260 void CGM::ImplGetSwitch4( sal_uInt8* pSource, sal_uInt8* pDest ) in ImplGetSwitch4()
270 void CGM::ImplGetSwitch8( sal_uInt8* pSource, sal_uInt8* pDest ) in ImplGetSwitch8()
H A Dbundles.cxx172 static sal_Int8* ImplSearchEntry( sal_Int8* pSource, sal_Int8* pDest, sal_uInt32 nComp, sal_uInt32 … in ImplSearchEntry()
/trunk/main/fpicker/source/win32/filepicker/
H A DFilterContainer.cxx278 void _wcsmemcpy( sal_Unicode* pDest, const sal_Unicode* pSrc, sal_uInt32 nLength ) in _wcsmemcpy()
/trunk/main/sal/qa/rtl_strings/
H A Drtl_String_Utils.cxx498 sal_Bool AStringToUStringCopy( sal_Unicode *pDest, in AStringToUStringCopy()
543 sal_Bool AStringToUStringNCopy( sal_Unicode *pDest, in AStringToUStringNCopy()
/trunk/main/vcl/unx/generic/printer/
H A Dcupsmgr.cxx517 cups_dest_t* pDest = ((cups_dest_t*)m_pDests); in initialize() local
694 cups_dest_t* pDest = ((cups_dest_t*)m_pDests) + dest_it->second; in createCUPSParser() local
931 cups_dest_t* pDest = ((cups_dest_t*)m_pDests) + dest_it->second; in endSpool() local
1087 cups_dest_t* pDest = ((cups_dest_t*)m_pDests) + nit->second; in writePrinterConfig() local
/trunk/main/sot/source/sdstor/
H A Dstg.cxx297 sal_Bool StorageStream::CopyTo( BaseStorageStream* pDest ) in CopyTo()
744 sal_Bool Storage::CopyTo( const String& rElem, BaseStorage* pDest, const String& rNew ) in CopyTo()
870 Storage *pDest = p; in MoveTo() local
/trunk/main/sal/qa/OStringBuffer/
H A Drtl_String_Utils.cxx520 sal_Bool AStringToUStringCopy( sal_Unicode *pDest, in AStringToUStringCopy()
565 sal_Bool AStringToUStringNCopy( sal_Unicode *pDest, in AStringToUStringNCopy()
/trunk/main/oox/source/drawingml/diagram/
H A Ddiagram.cxx186 dgm::PointPtr pDest; in build() local
/trunk/main/sw/inc/
H A Dndtxt.hxx887 SwTxtNode::CutText(SwTxtNode * const pDest, const SwIndex & rDestStart, in CutText()
/trunk/main/stoc/source/invocation_adapterfactory/
H A Diafactory.cxx274 void * pDest, typelib_TypeDescriptionReference * pType, uno_Any * pSource, in coerce_assign()
348 void * pDest, typelib_TypeDescriptionReference * pType, uno_Any * pSource, in coerce_construct()
366 static void handleInvokExc( uno_Any * pDest, uno_Any * pSource ) in handleInvokExc()
/trunk/main/vcl/source/gdi/
H A Dgfxlink.cxx125 const sal_uInt8* pDest = rGfxLink.GetData(); in IsEqual() local
/trunk/main/filter/source/graphicfilter/ipcx/
H A Dipcx.cxx224 sal_uInt8 *pPlane[ 4 ], * pDest, * pSource1, * pSource2, * pSource3, *pSource4; in ImplReadBody() local
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi.cxx724 static PM_BYTE* ImplSearchEntry( PM_BYTE* pSource, PM_BYTE* pDest, ULONG nComp, ULONG nSize ) in ImplSearchEntry()
745 PM_BYTE* pDest = ImplSearchEntry( pSource, (PM_BYTE*)"%%BoundingBox:", nSize, 14 ); in ImplGetBoundingBox() local
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_sparc/
H A Dcpp2uno.cxx107 void * pDest = alloca( sizeof (sal_Int64) ); in cpp2uno_call() local

Completed in 160 milliseconds

1234