Home
last modified time | relevance | path

Searched refs:pSrc (Results 51 – 66 of 66) sorted by relevance

123

/trunk/main/sw/source/core/tox/
H A Dtxmsrt.cxx660 SwTxtNode* pSrc = (SwTxtNode*)aTOXSources[0].pNd; in FillText() local
669 pSrc->GetExpandTxt( rNd, &rInsPos, nStt, in FillText()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx355 const beans::PropertyValue* pSrc = sProps.getConstArray(); in dispatchRequests() local
356 for ( sal_Int32 index=0; index<nProps; ++index, ++pSrc, ++pDest ) in dispatchRequests()
357 *pDest = *pSrc; in dispatchRequests()
/trunk/main/sw/source/core/inc/
H A Dftnboss.hxx117 void MoveFtns( const SwCntntFrm *pSrc, SwCntntFrm *pDest,
/trunk/main/scripting/source/stringresource/
H A Dstringresource.cxx618 const sal_Unicode* pSrc = ResourceID.getStr(); in implScanIdForNumber() local
624 sal_Unicode c = pSrc[i]; in implScanIdForNumber()
2212 const sal_Unicode* pSrc = aStr.getStr(); in implWriteStringWithEncoding() local
2215 sal_Unicode cu = pSrc[i]; in implWriteStringWithEncoding()
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.hxx76 WW8FlyPara(bool bIsVer67, const WW8FlyPara* pSrc = 0);
H A Dww8par6.cxx1708 WW8FlyPara::WW8FlyPara(bool bIsVer67, const WW8FlyPara* pSrc /* = 0 */) in WW8FlyPara() argument
1710 if ( pSrc ) in WW8FlyPara()
1711 memcpy( this, pSrc, sizeof( WW8FlyPara ) ); // Copy-Ctor in WW8FlyPara()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1681 const unsigned char* pSrc = rBitmapFT.buffer; in GetGlyphBitmap8() local
1688 *(pDest++) = *(pSrc++); in GetGlyphBitmap8()
1701 nSrc = *(pSrc++); in GetGlyphBitmap8()
/trunk/main/sw/source/core/layout/
H A Dftnfrm.cxx2408 void SwFtnBossFrm::MoveFtns( const SwCntntFrm *pSrc, SwCntntFrm *pDest, in MoveFtns() argument
2416 ASSERT( this == pSrc->FindFtnBossFrm( sal_True ), in MoveFtns()
2422 ChangeFtnRef( pSrc, pAttr, pDest ); in MoveFtns()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx4037 const sal_Unicode* pSrc = aNewStr.GetBuffer(); in RTLFUNC() local
4041 pChar[i] = static_cast< sal_Char >( i%2 ? ((*pSrc) >> 8) & 0xff : (*pSrc) & 0xff ); in RTLFUNC()
4043 pSrc++; in RTLFUNC()
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx379 inline void NW_gtk_border_set_from_border( GtkBorder& aDst, const GtkBorder * pSrc ) in NW_gtk_border_set_from_border() argument
381 aDst.left = pSrc->left; in NW_gtk_border_set_from_border()
382 aDst.top = pSrc->top; in NW_gtk_border_set_from_border()
383 aDst.right = pSrc->right; in NW_gtk_border_set_from_border()
384 aDst.bottom = pSrc->bottom; in NW_gtk_border_set_from_border()
/trunk/main/sc/inc/
H A Ddptabres.hxx317 ScDPResultData( ScDPSource* pSrc ); //! Ref
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx1348 Scanline pSrc = pAcc->GetScanline( pMapLY[ nY ] ); in ImplCreateScaled() local
1355 if( pSrc[ nSrcX >> 3 ] & ( 1 << ( 7 - ( nSrcX & 7 ) ) ) ) in ImplCreateScaled()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx3398 Reference< XConstantTypeDescription >* pSrc = aConsts.getArray(); in getVBAConstant() local
3400 for ( sal_Int32 index =0; index<nLen; ++pSrc, ++index ) in getVBAConstant()
3403 *pSrc; in getVBAConstant()
/trunk/main/sc/source/core/data/
H A Ddptabres.cxx764 ScDPResultData::ScDPResultData( ScDPSource* pSrc ) : //! Ref in ScDPResultData() argument
765 pSource( pSrc ), in ScDPResultData()
/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx674 const SfxItemPropertyMap* pSrc = rPropSet.getPropertyMap(); in SvxItemPropertySet_ObtainSettingsFromPropertySet() local
675 PropertyEntryVector_t aSrcPropVector = pSrc->getPropertyEntries(); in SvxItemPropertySet_ObtainSettingsFromPropertySet()
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx8196 const sal_Unicode* const pSrc = aStr.GetBuffer(); in ScRept() local
8200 memcpy( pDst, pSrc, nLen * sizeof(sal_Unicode) ); in ScRept()

Completed in 275 milliseconds

123