Home
last modified time | relevance | path

Searched refs:pOrg (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sal/rtl/source/
H A Dstrtmpl.c1140 IMPL_RTL_STRINGDATA* pOrg; in newFromString() local
1148 pOrg = *ppThis; in newFromString()
1154 if ( pOrg ) in newFromString()
1155 IMPL_RTL_STRINGNAME( release )( pOrg ); in newFromString()
1164 IMPL_RTL_STRINGDATA* pOrg; in newFromStr() local
1183 pOrg = *ppThis; in newFromStr()
1196 if ( pOrg ) in newFromStr()
1197 IMPL_RTL_STRINGNAME( release )( pOrg ); in newFromStr()
1206 IMPL_RTL_STRINGDATA* pOrg; in newFromStr_WithLength() local
1214 pOrg = *ppThis; in newFromStr_WithLength()
[all …]
H A Dustring.c861 rtl_uString *pOrg = *newStr; in rtl_uString_intern() local
864 if (pOrg) in rtl_uString_intern()
865 rtl_uString_release (pOrg); in rtl_uString_intern()
/trunk/main/editeng/source/editeng/
H A Deditobj.cxx605 ContentInfo* pOrg = aContents.GetObject(n); in ObjectInDestruction() local
606 DBG_ASSERT(pOrg, "NULL-Pointer in ContentList!"); in ObjectInDestruction()
608 ContentInfo* pNew = new ContentInfo(*pOrg, *pNewPool); in ObjectInDestruction()
610 delete pOrg; in ObjectInDestruction()
714 ContentInfo* pOrg = r.aContents.GetObject( n ); in BinTextObject() local
715 DBG_ASSERT( pOrg, "NULL-Pointer in ContentList!" ); in BinTextObject()
716 ContentInfo* pNew = new ContentInfo( *pOrg, *pPool ); in BinTextObject()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dexcept.cxx71 const sal_Char* pOrg = pRTTI; in toUNOname() local
80 aRet += rRTTIname.copy( pLast - pOrg, pRTTI - pLast ); in toUNOname()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dexcept.cxx73 const sal_Char* pOrg = pRTTI; in toUNOname() local
82 aRet += rRTTIname.copy( pLast - pOrg, pRTTI - pLast ); in toUNOname()
/trunk/main/sw/source/core/draw/
H A Ddcontact.cxx1171 ViewShell *pSh = 0, *pOrg; in Changed() local
1175 pDoc->GetEditShell( &pOrg ); in Changed()
1176 pSh = pOrg; in Changed()
1184 } while ( pSh && pSh != pOrg ); in Changed()
/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx1696 const SwTabFrm *pOrg = rpStart->FindTabFrm(); in lcl_FindStartEndCol() local
1697 const SwTabFrm *pTab = pOrg; in lcl_FindStartEndCol()
1702 const long nTmpWish = pOrg->GetFmt()->GetFrmSize().GetWidth(); in lcl_FindStartEndCol()
1740 pTab = pOrg; in lcl_FindStartEndCol()